)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":33113,"name":"Cody Lee Cochran","display_name":"codrcodz","email":"cody.l.cochran@gmail.com","username":"codrcodz"},"change_message_id":"df41562ca8abfc58163ab661c7201b979109eaeb","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"83ba3078_8279c9c0","updated":"2021-10-16 03:05:29.000000000","message":"[codz@lt bindep-manjaro]$ cat /etc/os-release\nNAME\u003d\"Manjaro Linux\"\nID\u003dmanjaro\nID_LIKE\u003darch\nBUILD_ID\u003drolling\nPRETTY_NAME\u003d\"Manjaro Linux\"\nANSI_COLOR\u003d\"32;1;24;144;200\"\nHOME_URL\u003d\"https://manjaro.org/\"\nDOCUMENTATION_URL\u003d\"https://wiki.manjaro.org/\"\nSUPPORT_URL\u003d\"https://manjaro.org/\"\nBUG_REPORT_URL\u003d\"https://bugs.manjaro.org/\"\nLOGO\u003dmanjarolinux\n[codz@lt bindep-manjaro]$ ll\ntotal 36K\ndrwxr-xr-x  3 codz codz 4.0K Oct 15 21:50 .\ndrwxr-xr-x 26 codz codz 4.0K Oct 15 07:37 ..\ndrwxr-xr-x 11 codz codz 4.0K Oct 15 08:53 bindep\n-rw-r--r--  1 codz codz  102 Oct 15 21:50 bindep.txt\n-rw-r--r--  1 codz codz   90 Oct 15 08:49 .gitreview\n-rw-r--r--  1 codz codz  339 Oct 15 08:39 Pipfile\n-rw-r--r--  1 codz codz  12K Oct 15 08:40 Pipfile.lock\n[codz@lt bindep-manjaro]$ cat Pipfile\n[[source]]\nurl \u003d \"https://pypi.org/simple\"\nverify_ssl \u003d true\nname \u003d \"pypi\"\n\n[packages]\nbindep \u003d {editable \u003d true, path \u003d \"./bindep\"}\ntox \u003d \"*\"\ncoverage \u003d \"\u003e\u003d3.6\"\nfixtures \u003d \"\u003e\u003d0.3.12\"\nmock \u003d \"\u003e\u003d2.0\"\npython-subunit \u003d \"*\"\ntestrepository \u003d \"\u003e\u003d0.0.13\"\ntesttools \u003d \"\u003e\u003d0.9.27\"\ngit-review \u003d \"*\"\n\n[dev-packages]\n\n[requires]\npython_version \u003d \"3.9\"\n[codz@lt bindep-manjaro]$ cat bindep.txt\nfortune [platform:ubuntu]\ncowsay [platform:manjaro]\nasciiquarium [platform:pacman]\nsl [platform:arch]\n[codz@lt bindep-manjaro]$ which cowsay\n/usr/bin/cowsay\n[codz@lt bindep-manjaro]$ which asciiquarium\nwhich: no asciiquarium in (/home/codz/.pyenv/shims:/home/codz/.pyenv/bin:/home/codz/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin)\n[codz@lt bindep-manjaro]$ which fortune\nwhich: no fortune in (/home/codz/.pyenv/shims:/home/codz/.pyenv/bin:/home/codz/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin)\n[codz@lt bindep-manjaro]$ which sl\nwhich: no sl in (/home/codz/.pyenv/shims:/home/codz/.pyenv/bin:/home/codz/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin)\n[codz@lt bindep-manjaro]$ pipenv run bindep\nMissing packages:\n    asciiquarium\n[codz@lt bindep-manjaro]$ sudo pacman -R cowsay\nchecking dependencies...\n\nPackages (1) cowsay-3.04-2\n\nTotal Removed Size:  0.04 MiB\n\n:: Do you want to remove these packages? [Y/n] Y\n:: Processing package changes...\n(1/1) removing cowsay                                                                                           [###################################################################] 100%\n:: Running post-transaction hooks...\n(1/1) Arming ConditionNeedsUpdate...\n[codz@lt bindep-manjaro]$ pipenv run bindep\nMissing packages:\n    asciiquarium cowsay\n[codz@lt bindep-manjaro]$ cd bindep/\n[codz@lt bindep]$ pipenv run tox\n/home/codz/projects/local/bindep-manjaro/bindep/.tox/py3/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated \u0027author-email\u0027 will not be supported in future versions. Please use the underscore name \u0027author_email\u0027 instead\n  warnings.warn(\n/home/codz/projects/local/bindep-manjaro/bindep/.tox/py3/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated \u0027author-email\u0027 will not be supported in future versions. Please use the underscore name \u0027author_email\u0027 instead\n  warnings.warn(\npy3 develop-inst-noop: /home/codz/projects/local/bindep-manjaro/bindep\npy3 installed: -e git+https://opendev.org/opendev/bindep.git@314b303b6e0c713dfd4ef132ef81af3b2688ef38#egg\u003dbindep,coverage\u003d\u003d6.0.2,distro\u003d\u003d1.6.0,extras\u003d\u003d1.0.0,fixtures\u003d\u003d3.0.0,mock\u003d\u003d4.0.3,packaging\u003d\u003d21.0,Parsley\u003d\u003d1.3,pbr\u003d\u003d5.6.0,pyparsing\u003d\u003d2.4.7,python-subunit\u003d\u003d1.4.0,six\u003d\u003d1.16.0,testrepository\u003d\u003d0.0.20,testtools\u003d\u003d2.5.0\npy3 run-test-pre: PYTHONHASHSEED\u003d\u00271703135502\u0027\npy3 run-test: commands[0] | python setup.py test --slowest --testr-args\u003d\n/home/codz/projects/local/bindep-manjaro/bindep/.tox/py3/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated \u0027author-email\u0027 will not be supported in future versions. Please use the underscore name \u0027author_email\u0027 instead\n  warnings.warn(\n/home/codz/projects/local/bindep-manjaro/bindep/.tox/py3/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated \u0027author-email\u0027 will not be supported in future versions. Please use the underscore name \u0027author_email\u0027 instead\n  warnings.warn(\nrunning test\nrunning\u003dOS_STDOUT_CAPTURE\u003d${OS_STDOUT_CAPTURE:-1} \\\nOS_STDERR_CAPTURE\u003d${OS_STDERR_CAPTURE:-1} \\\nOS_TEST_TIMEOUT\u003d${OS_TEST_TIMEOUT:-60} \\\n${PYTHON:-python} -m subunit.run discover -t ./ . --list \nrunning\u003dOS_STDOUT_CAPTURE\u003d${OS_STDOUT_CAPTURE:-1} \\\nOS_STDERR_CAPTURE\u003d${OS_STDERR_CAPTURE:-1} \\\nOS_TEST_TIMEOUT\u003d${OS_TEST_TIMEOUT:-60} \\\n${PYTHON:-python} -m subunit.run discover -t ./ .  --load-list /tmp/tmpso9lec7q\nrunning\u003dOS_STDOUT_CAPTURE\u003d${OS_STDOUT_CAPTURE:-1} \\\nOS_STDERR_CAPTURE\u003d${OS_STDERR_CAPTURE:-1} \\\nOS_TEST_TIMEOUT\u003d${OS_TEST_TIMEOUT:-60} \\\n${PYTHON:-python} -m subunit.run discover -t ./ .  --load-list /tmp/tmpbtv5n6pj\nrunning\u003dOS_STDOUT_CAPTURE\u003d${OS_STDOUT_CAPTURE:-1} \\\nOS_STDERR_CAPTURE\u003d${OS_STDERR_CAPTURE:-1} \\\nOS_TEST_TIMEOUT\u003d${OS_TEST_TIMEOUT:-60} \\\n${PYTHON:-python} -m subunit.run discover -t ./ .  --load-list /tmp/tmpmqsmkxk6\nrunning\u003dOS_STDOUT_CAPTURE\u003d${OS_STDOUT_CAPTURE:-1} \\\nOS_STDERR_CAPTURE\u003d${OS_STDERR_CAPTURE:-1} \\\nOS_TEST_TIMEOUT\u003d${OS_TEST_TIMEOUT:-60} \\\n${PYTHON:-python} -m subunit.run discover -t ./ .  --load-list /tmp/tmpmw4q7v5a\nrunning\u003dOS_STDOUT_CAPTURE\u003d${OS_STDOUT_CAPTURE:-1} \\\nOS_STDERR_CAPTURE\u003d${OS_STDERR_CAPTURE:-1} \\\nOS_TEST_TIMEOUT\u003d${OS_TEST_TIMEOUT:-60} \\\n${PYTHON:-python} -m subunit.run discover -t ./ .  --load-list /tmp/tmp9tzu38wb\nrunning\u003dOS_STDOUT_CAPTURE\u003d${OS_STDOUT_CAPTURE:-1} \\\nOS_STDERR_CAPTURE\u003d${OS_STDERR_CAPTURE:-1} \\\nOS_TEST_TIMEOUT\u003d${OS_TEST_TIMEOUT:-60} \\\n${PYTHON:-python} -m subunit.run discover -t ./ .  --load-list /tmp/tmp1nz78g7g\nrunning\u003dOS_STDOUT_CAPTURE\u003d${OS_STDOUT_CAPTURE:-1} \\\nOS_STDERR_CAPTURE\u003d${OS_STDERR_CAPTURE:-1} \\\nOS_TEST_TIMEOUT\u003d${OS_TEST_TIMEOUT:-60} \\\n${PYTHON:-python} -m subunit.run discover -t ./ .  --load-list /tmp/tmpkblu8mej\nrunning\u003dOS_STDOUT_CAPTURE\u003d${OS_STDOUT_CAPTURE:-1} \\\nOS_STDERR_CAPTURE\u003d${OS_STDERR_CAPTURE:-1} \\\nOS_TEST_TIMEOUT\u003d${OS_TEST_TIMEOUT:-60} \\\n${PYTHON:-python} -m subunit.run discover -t ./ .  --load-list /tmp/tmpmhasfr9t\nwhich: no brew in (/home/codz/projects/local/bindep-manjaro/bindep/.tox/py3/bin:/home/codz/.local/share/virtualenvs/bindep-manjaro-cdTm7Mlg/bin:/home/codz/.pyenv/shims:/home/codz/.pyenv/bin:/home/codz/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin)\nRan 90 tests in 10.406s (+5.936s)\nPASSED (id\u003d18)\nSlowest Tests\nTest id                                                                    Runtime (s)\n-------------------------------------------------------------------------  -----------\nbindep.tests.test_depends.TestDepends.test_filename                        2.336\nbindep.tests.test_main.TestMain.test_called_as_module                      1.866\nbindep.tests.test_depends.TestDepends.test_single_profile_group_selectors  1.812\nbindep.tests.test_main.TestMain.test_specific_requirements_file            1.760\nbindep.tests.test_depends.TestDepends.test_platforms                       1.742\nbindep.tests.test_main.TestMain.test_stdin_requirements_file               1.636\nbindep.tests.test_depends.TestDepends.test_platforms_include               1.626\nbindep.tests.test_depends.TestDepends.test_list_all                        1.603\nbindep.tests.test_depends.TestDepends.test_whitespace                      1.587\nbindep.tests.test_depends.TestDepends.test_versions                        1.539\npy27 develop-inst-noop: /home/codz/projects/local/bindep-manjaro/bindep\npy27 installed: DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.,-e git+https://opendev.org/opendev/bindep.git@314b303b6e0c713dfd4ef132ef81af3b2688ef38#egg\u003dbindep,coverage\u003d\u003d5.5,distro\u003d\u003d1.6.0,extras\u003d\u003d1.0.0,fixtures\u003d\u003d3.0.0,funcsigs\u003d\u003d1.0.2,linecache2\u003d\u003d1.0.0,mock\u003d\u003d3.0.5,packaging\u003d\u003d20.9,Parsley\u003d\u003d1.3,pbr\u003d\u003d5.6.0,pyparsing\u003d\u003d2.4.7,python-mimeparse\u003d\u003d1.6.0,python-subunit\u003d\u003d1.4.0,six\u003d\u003d1.16.0,testrepository\u003d\u003d0.0.20,testtools\u003d\u003d2.4.0,traceback2\u003d\u003d1.4.0,unittest2\u003d\u003d1.1.0\npy27 run-test-pre: PYTHONHASHSEED\u003d\u00271703135502\u0027\npy27 run-test: commands[0] | python setup.py test --slowest --testr-args\u003d\nrunning test\nrunning\u003dOS_STDOUT_CAPTURE\u003d${OS_STDOUT_CAPTURE:-1} \\\nOS_STDERR_CAPTURE\u003d${OS_STDERR_CAPTURE:-1} \\\nOS_TEST_TIMEOUT\u003d${OS_TEST_TIMEOUT:-60} \\\n${PYTHON:-python} -m subunit.run discover -t ./ . --list \nrunning\u003dOS_STDOUT_CAPTURE\u003d${OS_STDOUT_CAPTURE:-1} \\\nOS_STDERR_CAPTURE\u003d${OS_STDERR_CAPTURE:-1} \\\nOS_TEST_TIMEOUT\u003d${OS_TEST_TIMEOUT:-60} \\\n${PYTHON:-python} -m subunit.run discover -t ./ .  --load-list /tmp/tmprk2p57\nrunning\u003dOS_STDOUT_CAPTURE\u003d${OS_STDOUT_CAPTURE:-1} \\\nOS_STDERR_CAPTURE\u003d${OS_STDERR_CAPTURE:-1} \\\nOS_TEST_TIMEOUT\u003d${OS_TEST_TIMEOUT:-60} \\\n${PYTHON:-python} -m subunit.run discover -t ./ .  --load-list /tmp/tmptpM4RO\nrunning\u003dOS_STDOUT_CAPTURE\u003d${OS_STDOUT_CAPTURE:-1} \\\nOS_STDERR_CAPTURE\u003d${OS_STDERR_CAPTURE:-1} \\\nOS_TEST_TIMEOUT\u003d${OS_TEST_TIMEOUT:-60} \\\n${PYTHON:-python} -m subunit.run discover -t ./ .  --load-list /tmp/tmp_tShVw\nrunning\u003dOS_STDOUT_CAPTURE\u003d${OS_STDOUT_CAPTURE:-1} \\\nOS_STDERR_CAPTURE\u003d${OS_STDERR_CAPTURE:-1} \\\nOS_TEST_TIMEOUT\u003d${OS_TEST_TIMEOUT:-60} \\\n${PYTHON:-python} -m subunit.run discover -t ./ .  --load-list /tmp/tmp8Aym03\nrunning\u003dOS_STDOUT_CAPTURE\u003d${OS_STDOUT_CAPTURE:-1} \\\nOS_STDERR_CAPTURE\u003d${OS_STDERR_CAPTURE:-1} \\\nOS_TEST_TIMEOUT\u003d${OS_TEST_TIMEOUT:-60} \\\n${PYTHON:-python} -m subunit.run discover -t ./ .  --load-list /tmp/tmpLls5ZL\nrunning\u003dOS_STDOUT_CAPTURE\u003d${OS_STDOUT_CAPTURE:-1} \\\nOS_STDERR_CAPTURE\u003d${OS_STDERR_CAPTURE:-1} \\\nOS_TEST_TIMEOUT\u003d${OS_TEST_TIMEOUT:-60} \\\n${PYTHON:-python} -m subunit.run discover -t ./ .  --load-list /tmp/tmpT7_GYt\nrunning\u003dOS_STDOUT_CAPTURE\u003d${OS_STDOUT_CAPTURE:-1} \\\nOS_STDERR_CAPTURE\u003d${OS_STDERR_CAPTURE:-1} \\\nOS_TEST_TIMEOUT\u003d${OS_TEST_TIMEOUT:-60} \\\n${PYTHON:-python} -m subunit.run discover -t ./ .  --load-list /tmp/tmpYfpaoX\nrunning\u003dOS_STDOUT_CAPTURE\u003d${OS_STDOUT_CAPTURE:-1} \\\nOS_STDERR_CAPTURE\u003d${OS_STDERR_CAPTURE:-1} \\\nOS_TEST_TIMEOUT\u003d${OS_TEST_TIMEOUT:-60} \\\n${PYTHON:-python} -m subunit.run discover -t ./ .  --load-list /tmp/tmpGMvlpo\nwhich: no brew in (/home/codz/projects/local/bindep-manjaro/bindep/.tox/py27/bin:/home/codz/.local/share/virtualenvs/bindep-manjaro-cdTm7Mlg/bin:/home/codz/.pyenv/shims:/home/codz/.pyenv/bin:/home/codz/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin)\nbindep 2.9.1.dev5\nbindep 2.9.1.dev5\nRan 90 tests in 4.328s (-6.076s)\nPASSED (id\u003d19)\nSlowest Tests\nTest id                                                                 Runtime (s)\n----------------------------------------------------------------------  -----------\nbindep.tests.test_depends.TestDepends.test_filename                     0.849\nbindep.tests.test_main.TestMain.test_called_as_module                   0.846\nbindep.tests.test_main.TestMain.test_empty_requirements_file            0.664\nbindep.tests.test_depends.TestDepends.test_platforms                    0.647\nbindep.tests.test_depends.TestDepends.test_multiple_group_selectors     0.589\nbindep.tests.test_depends.TestDepends.test_opensuse_leap15_implies_rpm  0.581\nbindep.tests.test_depends.TestDepends.test_platforms_include            0.563\nbindep.tests.test_depends.TestDepends.test_platform_profiles_succeeds   0.563\nbindep.tests.test_depends.TestDepends.test_ubuntu_implies_dpkg          0.558\nbindep.tests.test_depends.TestDepends.test_list_all                     0.557\n/home/codz/projects/local/bindep-manjaro/bindep/.tox/pep8/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated \u0027author-email\u0027 will not be supported in future versions. Please use the underscore name \u0027author_email\u0027 instead\n  warnings.warn(\n/home/codz/projects/local/bindep-manjaro/bindep/.tox/pep8/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated \u0027author-email\u0027 will not be supported in future versions. Please use the underscore name \u0027author_email\u0027 instead\n  warnings.warn(\npep8 develop-inst-noop: /home/codz/projects/local/bindep-manjaro/bindep\npep8 installed: -e git+https://opendev.org/opendev/bindep.git@314b303b6e0c713dfd4ef132ef81af3b2688ef38#egg\u003dbindep,distro\u003d\u003d1.6.0,flake8\u003d\u003d3.8.4,hacking\u003d\u003d3.2.0,mccabe\u003d\u003d0.6.1,packaging\u003d\u003d21.0,Parsley\u003d\u003d1.3,pbr\u003d\u003d5.6.0,pycodestyle\u003d\u003d2.6.0,pyflakes\u003d\u003d2.2.0,pyparsing\u003d\u003d2.4.7\npep8 run-test-pre: PYTHONHASHSEED\u003d\u00271703135502\u0027\npep8 run-test: commands[0] | flake8\n________________________________________________________________________________________ summary _________________________________________________________________________________________\n  py3: commands succeeded\n  py27: commands succeeded\n  pep8: commands succeeded\n  congratulations :)","commit_id":"314b303b6e0c713dfd4ef132ef81af3b2688ef38"}]}
