Skip to content

Instantly share code, notes, and snippets.

@stuhood
Created December 9, 2020 19:21
Show Gist options
  • Save stuhood/5152908bd9953424d6fd2356010f13de to your computer and use it in GitHub Desktop.
Save stuhood/5152908bd9953424d6fd2356010f13de to your computer and use it in GitHub Desktop.
11:10:36.54 [DEBUG] Starting: `test` goal
11:10:36.60 [DEBUG] Starting: (Waiting) Searching for `python` on PATH=/Users/stuhood/.pyenv/versions/2.7.17/bin:/Users/stuhood/.pyenv/versions/3.6.10/bin:/Users/stuhood/.pyenv/versions/3.7.7/bin:/Users/stuhood/.pyenv/versions/3.8... (47 characters truncated)
11:10:36.60 [DEBUG] Running Searching for `python` on PATH=/Users/stuhood/.pyenv/versions/2.7.17/bin:/Users/stuhood/.pyenv/versions/3.6.10/bin:/Users/stuhood/.pyenv/versions/3.7.7/bin:/Users/stuhood/.pyenv/versions/3.8.2/bin:/Users/stuhood/.pyenv/versions/3.8.5/bin under semaphore with concurrency id: 3
11:10:36.60 [DEBUG] Starting: Searching for `python` on PATH=/Users/stuhood/.pyenv/versions/2.7.17/bin:/Users/stuhood/.pyenv/versions/3.6.10/bin:/Users/stuhood/.pyenv/versions/3.7.7/bin:/Users/stuhood/.pyenv/versions/3.8.2/bin:/Us... (37 characters truncated)
11:10:36.60 [DEBUG] Starting: (Waiting) Test binary /Users/stuhood/.pyenv/versions/2.7.17/bin/python2.
11:10:36.61 [DEBUG] Running Test binary /Users/stuhood/.pyenv/versions/2.7.17/bin/python2. under semaphore with concurrency id: 6
11:10:36.61 [DEBUG] Starting: Test binary /Users/stuhood/.pyenv/versions/2.7.17/bin/python2.
11:10:36.61 [DEBUG] Starting: (Waiting) Searching for `tar` on PATH=/usr/bin:/bin:/usr/local/bin
11:10:36.61 [DEBUG] Running Searching for `tar` on PATH=/usr/bin:/bin:/usr/local/bin under semaphore with concurrency id: 7
11:10:36.61 [DEBUG] Starting: Searching for `tar` on PATH=/usr/bin:/bin:/usr/local/bin
11:10:36.63 [DEBUG] Starting: (Waiting) Find interpreter for constraints: CPython<3.9,>=3.7
11:10:36.63 [DEBUG] Running Find interpreter for constraints: CPython<3.9,>=3.7 under semaphore with concurrency id: 1
11:10:36.63 [DEBUG] Starting: Find interpreter for constraints: CPython<3.9,>=3.7
11:10:36.64 [DEBUG] Starting: (Waiting) Test binary /Users/stuhood/.pyenv/versions/2.7.17/bin/python.
11:10:36.64 [DEBUG] Starting: (Waiting) Searching for `unzip` on PATH=/usr/bin:/bin:/usr/local/bin
11:10:36.64 [DEBUG] Starting: (Waiting) Test binary /usr/bin/tar.
11:10:36.64 [DEBUG] Starting: (Waiting) Test binary /usr/bin/unzip.
11:10:36.64 [DEBUG] Starting: (Waiting) Test binary /Users/stuhood/.pyenv/versions/3.6.10/bin/python3.
11:10:36.64 [DEBUG] Running Test binary /Users/stuhood/.pyenv/versions/2.7.17/bin/python. under semaphore with concurrency id: 2
11:10:36.64 [DEBUG] Running Searching for `unzip` on PATH=/usr/bin:/bin:/usr/local/bin under semaphore with concurrency id: 8
11:10:36.64 [DEBUG] Starting: (Waiting) Searching for `bash` on PATH=/usr/bin:/bin:/usr/local/bin
11:10:36.64 [DEBUG] Starting: (Waiting) Searching for `python3` on PATH=/Users/stuhood/.pyenv/versions/2.7.17/bin:/Users/stuhood/.pyenv/versions/3.6.10/bin:/Users/stuhood/.pyenv/versions/3.7.7/bin:/Users/stuhood/.pyenv/versions/3.... (48 characters truncated)
11:10:36.64 [DEBUG] Running Test binary /usr/bin/tar. under semaphore with concurrency id: 4
11:10:36.64 [DEBUG] Starting: (Waiting) Searching for `python2` on PATH=/Users/stuhood/.pyenv/versions/2.7.17/bin:/Users/stuhood/.pyenv/versions/3.6.10/bin:/Users/stuhood/.pyenv/versions/3.7.7/bin:/Users/stuhood/.pyenv/versions/3.... (48 characters truncated)
11:10:36.64 [DEBUG] Starting: Test binary /usr/bin/tar.
11:10:36.64 [DEBUG] Starting: Test binary /Users/stuhood/.pyenv/versions/2.7.17/bin/python.
11:10:36.64 [DEBUG] Starting: Searching for `unzip` on PATH=/usr/bin:/bin:/usr/local/bin
11:10:36.64 [DEBUG] Running Test binary /usr/bin/unzip. under semaphore with concurrency id: 5
11:10:36.64 [DEBUG] Starting: Test binary /usr/bin/unzip.
11:10:36.67 [DEBUG] spawned local process as 91659 for Process { argv: ["/usr/bin/tar", "--version"], env: {"__PANTS_FORCE_PROCESS_RUN__": "2f3f9974-bdc0-4b10-835b-d70fb90432c1"}, working_directory: None, input_files: Digest(Fingerprint<e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855>, 0), output_files: {}, output_directories: {}, timeout: None, execution_slot_variable: None, description: "Test binary /usr/bin/tar.", level: Debug, append_only_caches: {}, jdk_home: None, platform_constraint: None, is_nailgunnable: false, cache_failures: false }
11:10:36.67 [DEBUG] spawned local process as 91660 for Process { argv: ["/Users/stuhood/.pyenv/versions/2.7.17/bin/python", "-c", "import sys\n\nmajor, minor = sys.version_info[:2]\nif (major, minor) != (2, 7) and not (major == 3 and minor >= 5):\n sys.exit(1)\n\nimport hashlib\nhasher = hashlib.sha256()\nwith open(sys.executable, \"rb\") as fp:\n for chunk in iter(lambda: fp.read(8192), b\"\"):\n hasher.update(chunk)\nsys.stdout.write(hasher.hexdigest())\n"], env: {"__PANTS_FORCE_PROCESS_RUN__": "2f3f9974-bdc0-4b10-835b-d70fb90432c1"}, working_directory: None, input_files: Digest(Fingerprint<e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855>, 0), output_files: {}, output_directories: {}, timeout: None, execution_slot_variable: None, description: "Test binary /Users/stuhood/.pyenv/versions/2.7.17/bin/python.", level: Debug, append_only_caches: {}, jdk_home: None, platform_constraint: None, is_nailgunnable: false, cache_failures: false }
11:10:36.67 [DEBUG] spawned local process as 91658 for Process { argv: ["/usr/bin/unzip", "-v"], env: {"__PANTS_FORCE_PROCESS_RUN__": "2f3f9974-bdc0-4b10-835b-d70fb90432c1"}, working_directory: None, input_files: Digest(Fingerprint<e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855>, 0), output_files: {}, output_directories: {}, timeout: None, execution_slot_variable: None, description: "Test binary /usr/bin/unzip.", level: Debug, append_only_caches: {}, jdk_home: None, platform_constraint: None, is_nailgunnable: false, cache_failures: false }
11:10:36.68 [DEBUG] spawned local process as 91661 for Process { argv: ["/Users/stuhood/.pyenv/versions/2.7.17/bin/python2", "-c", "import sys\n\nmajor, minor = sys.version_info[:2]\nif (major, minor) != (2, 7) and not (major == 3 and minor >= 5):\n sys.exit(1)\n\nimport hashlib\nhasher = hashlib.sha256()\nwith open(sys.executable, \"rb\") as fp:\n for chunk in iter(lambda: fp.read(8192), b\"\"):\n hasher.update(chunk)\nsys.stdout.write(hasher.hexdigest())\n"], env: {"__PANTS_FORCE_PROCESS_RUN__": "2f3f9974-bdc0-4b10-835b-d70fb90432c1"}, working_directory: None, input_files: Digest(Fingerprint<e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855>, 0), output_files: {}, output_directories: {}, timeout: None, execution_slot_variable: None, description: "Test binary /Users/stuhood/.pyenv/versions/2.7.17/bin/python2.", level: Debug, append_only_caches: {}, jdk_home: None, platform_constraint: None, is_nailgunnable: false, cache_failures: false }
11:10:36.68 [DEBUG] Obtaining exclusive spawn lock for process with argv ["./find_binary.sh", "python"] since we materialized its executable RelativePath("find_binary.sh").
11:10:36.68 [DEBUG] Obtaining exclusive spawn lock for process with argv ["./find_binary.sh", "unzip"] since we materialized its executable RelativePath("find_binary.sh").
11:10:36.69 [DEBUG] Obtaining exclusive spawn lock for process with argv ["./find_binary.sh", "tar"] since we materialized its executable RelativePath("find_binary.sh").
11:10:36.69 [DEBUG] spawned local process as 91662 for Process { argv: ["./find_binary.sh", "python"], env: {"PATH": "/Users/stuhood/.pyenv/versions/2.7.17/bin:/Users/stuhood/.pyenv/versions/3.6.10/bin:/Users/stuhood/.pyenv/versions/3.7.7/bin:/Users/stuhood/.pyenv/versions/3.8.2/bin:/Users/stuhood/.pyenv/versions/3.8.5/bin", "__PANTS_FORCE_PROCESS_RUN__": "2f3f9974-bdc0-4b10-835b-d70fb90432c1"}, working_directory: None, input_files: Digest(Fingerprint<3730f33b117aecdf01511ba805e9a7ebd4123e9beff52dff5d42fb0463d957c2>, 91), output_files: {}, output_directories: {}, timeout: None, execution_slot_variable: None, description: "Searching for `python` on PATH=/Users/stuhood/.pyenv/versions/2.7.17/bin:/Users/stuhood/.pyenv/versions/3.6.10/bin:/Users/stuhood/.pyenv/versions/3.7.7/bin:/Users/stuhood/.pyenv/versions/3.8.2/bin:/Users/stuhood/.pyenv/versions/3.8.5/bin", level: Debug, append_only_caches: {}, jdk_home: None, platform_constraint: None, is_nailgunnable: false, cache_failures: false }
11:10:36.71 [DEBUG] spawned local process as 91663 for Process { argv: ["./find_binary.sh", "unzip"], env: {"PATH": "/usr/bin:/bin:/usr/local/bin", "__PANTS_FORCE_PROCESS_RUN__": "2f3f9974-bdc0-4b10-835b-d70fb90432c1"}, working_directory: None, input_files: Digest(Fingerprint<3730f33b117aecdf01511ba805e9a7ebd4123e9beff52dff5d42fb0463d957c2>, 91), output_files: {}, output_directories: {}, timeout: None, execution_slot_variable: None, description: "Searching for `unzip` on PATH=/usr/bin:/bin:/usr/local/bin", level: Debug, append_only_caches: {}, jdk_home: None, platform_constraint: None, is_nailgunnable: false, cache_failures: false }
11:10:36.72 [DEBUG] spawned local process as 91664 for Process { argv: ["/Users/stuhood/.pyenv/versions/2.7.17/bin/python", "./pex", "--python-path", "/Users/stuhood/.pyenv/versions/2.7.17/bin:/Users/stuhood/.pyenv/versions/3.6.10/bin:/Users/stuhood/.pyenv/versions/3.7.7/bin:/Users/stuhood/.pyenv/versions/3.8.2/bin:/Users/stuhood/.pyenv/versions/3.8.5/bin", "--pex-root", ".cache/pex_root", "--tmpdir", ".tmp", "--interpreter-constraint", "CPython<3.9,>=3.7", "--", "-c", "import hashlib, os, sys\n\npython = os.path.realpath(sys.executable)\nprint(python)\n\nhasher = hashlib.sha256()\nwith open(python, \"rb\") as fp:\n for chunk in iter(lambda: fp.read(8192), b\"\"):\n hasher.update(chunk)\nprint(hasher.hexdigest())\n"], env: {"CPPFLAGS": "", "LANG": "en_US.UTF-8", "LC_CTYPE": "en_US.UTF-8", "LDFLAGS": "", "PATH": "/Users/stuhood/src/pants/build-support/virtualenvs/Darwin/pants_dev_deps.py37.venv/bin:/Users/stuhood/src/google-cloud-sdk/bin:/Users/stuhood/.cargo/bin:/Users/stuhood/.pyenv/shims:/Users/stuhood/.pyenv/bin:/Users/stuhood/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin", "PEX_IGNORE_RCFILES": "true", "PEX_INHERIT_PATH": "false", "PEX_PYTHON_PATH": "/Users/stuhood/.pyenv/versions/2.7.17/bin:/Users/stuhood/.pyenv/versions/3.6.10/bin:/Users/stuhood/.pyenv/versions/3.7.7/bin:/Users/stuhood/.pyenv/versions/3.8.2/bin:/Users/stuhood/.pyenv/versions/3.8.5/bin", "PEX_ROOT": "/Users/stuhood/.cache/pants/named_caches/pex_root", "__PANTS_FORCE_PROCESS_RUN__": "2f3f9974-bdc0-4b10-835b-d70fb90432c1"}, working_directory: None, input_files: Digest(Fingerprint<2a1874e3be14011841db0e833afde52207a0de0d018c0b1827d909a735537b0f>, 158), output_files: {}, output_directories: {}, timeout: None, execution_slot_variable: None, description: "Find interpreter for constraints: CPython<3.9,>=3.7", level: Debug, append_only_caches: {CacheName("pex_root"): CacheDest(".cache/pex_root")}, jdk_home: None, platform_constraint: None, is_nailgunnable: false, cache_failures: false }
11:10:36.74 [DEBUG] spawned local process as 91665 for Process { argv: ["./find_binary.sh", "tar"], env: {"PATH": "/usr/bin:/bin:/usr/local/bin", "__PANTS_FORCE_PROCESS_RUN__": "2f3f9974-bdc0-4b10-835b-d70fb90432c1"}, working_directory: None, input_files: Digest(Fingerprint<3730f33b117aecdf01511ba805e9a7ebd4123e9beff52dff5d42fb0463d957c2>, 91), output_files: {}, output_directories: {}, timeout: None, execution_slot_variable: None, description: "Searching for `tar` on PATH=/usr/bin:/bin:/usr/local/bin", level: Debug, append_only_caches: {}, jdk_home: None, platform_constraint: None, is_nailgunnable: false, cache_failures: false }
11:10:36.77 [DEBUG] Completed: Test binary /usr/bin/tar.
11:10:36.77 [DEBUG] Completed: (Waiting) Test binary /usr/bin/tar.
11:10:36.77 [DEBUG] Running Test binary /Users/stuhood/.pyenv/versions/3.6.10/bin/python3. under semaphore with concurrency id: 4
11:10:36.77 [DEBUG] Starting: Test binary /Users/stuhood/.pyenv/versions/3.6.10/bin/python3.
11:10:36.78 [DEBUG] Completed: Test binary /usr/bin/unzip.
11:10:36.79 [DEBUG] Completed: (Waiting) Test binary /usr/bin/unzip.
11:10:36.79 [DEBUG] spawned local process as 91666 for Process { argv: ["/Users/stuhood/.pyenv/versions/3.6.10/bin/python3", "-c", "import sys\n\nmajor, minor = sys.version_info[:2]\nif (major, minor) != (2, 7) and not (major == 3 and minor >= 5):\n sys.exit(1)\n\nimport hashlib\nhasher = hashlib.sha256()\nwith open(sys.executable, \"rb\") as fp:\n for chunk in iter(lambda: fp.read(8192), b\"\"):\n hasher.update(chunk)\nsys.stdout.write(hasher.hexdigest())\n"], env: {"__PANTS_FORCE_PROCESS_RUN__": "2f3f9974-bdc0-4b10-835b-d70fb90432c1"}, working_directory: None, input_files: Digest(Fingerprint<e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855>, 0), output_files: {}, output_directories: {}, timeout: None, execution_slot_variable: None, description: "Test binary /Users/stuhood/.pyenv/versions/3.6.10/bin/python3.", level: Debug, append_only_caches: {}, jdk_home: None, platform_constraint: None, is_nailgunnable: false, cache_failures: false }
11:10:36.79 [DEBUG] Running Searching for `bash` on PATH=/usr/bin:/bin:/usr/local/bin under semaphore with concurrency id: 5
11:10:36.79 [DEBUG] Starting: Searching for `bash` on PATH=/usr/bin:/bin:/usr/local/bin
11:10:36.80 [DEBUG] Completed: Test binary /Users/stuhood/.pyenv/versions/2.7.17/bin/python.
11:10:36.80 [DEBUG] Completed: (Waiting) Test binary /Users/stuhood/.pyenv/versions/2.7.17/bin/python.
11:10:36.80 [DEBUG] Running Searching for `python3` on PATH=/Users/stuhood/.pyenv/versions/2.7.17/bin:/Users/stuhood/.pyenv/versions/3.6.10/bin:/Users/stuhood/.pyenv/versions/3.7.7/bin:/Users/stuhood/.pyenv/versions/3.8.2/bin:/Users/stuhood/.pyenv/versions/3.8.5/bin under semaphore with concurrency id: 2
11:10:36.80 [DEBUG] Starting: Searching for `python3` on PATH=/Users/stuhood/.pyenv/versions/2.7.17/bin:/Users/stuhood/.pyenv/versions/3.6.10/bin:/Users/stuhood/.pyenv/versions/3.7.7/bin:/Users/stuhood/.pyenv/versions/3.8.2/bin:/U... (38 characters truncated)
11:10:36.80 [DEBUG] Obtaining exclusive spawn lock for process with argv ["./find_binary.sh", "bash"] since we materialized its executable RelativePath("find_binary.sh").
11:10:36.81 [DEBUG] spawned local process as 91667 for Process { argv: ["./find_binary.sh", "bash"], env: {"PATH": "/usr/bin:/bin:/usr/local/bin", "__PANTS_FORCE_PROCESS_RUN__": "2f3f9974-bdc0-4b10-835b-d70fb90432c1"}, working_directory: None, input_files: Digest(Fingerprint<124495cfdd1160d88a797da1b5de65f0b9d57642b553d7ff5195d5375411b492>, 91), output_files: {}, output_directories: {}, timeout: None, execution_slot_variable: None, description: "Searching for `bash` on PATH=/usr/bin:/bin:/usr/local/bin", level: Debug, append_only_caches: {}, jdk_home: None, platform_constraint: None, is_nailgunnable: false, cache_failures: false }
11:10:36.82 [DEBUG] Completed: Searching for `python` on PATH=/Users/stuhood/.pyenv/versions/2.7.17/bin:/Users/stuhood/.pyenv/versions/3.6.10/bin:/Users/stuhood/.pyenv/versions/3.7.7/bin:/Users/stuhood/.pyenv/versions/3.8.2/bin:/Us... (37 characters truncated)
11:10:36.82 [DEBUG] Obtaining exclusive spawn lock for process with argv ["./find_binary.sh", "python3"] since we materialized its executable RelativePath("find_binary.sh").
11:10:36.82 [DEBUG] Completed: Test binary /Users/stuhood/.pyenv/versions/2.7.17/bin/python2.
11:10:36.82 [DEBUG] Completed: (Waiting) Test binary /Users/stuhood/.pyenv/versions/2.7.17/bin/python2.
11:10:36.82 [DEBUG] Completed: (Waiting) Searching for `python` on PATH=/Users/stuhood/.pyenv/versions/2.7.17/bin:/Users/stuhood/.pyenv/versions/3.6.10/bin:/Users/stuhood/.pyenv/versions/3.7.7/bin:/Users/stuhood/.pyenv/versions/3.8... (47 characters truncated)
11:10:36.82 [DEBUG] Running Searching for `python2` on PATH=/Users/stuhood/.pyenv/versions/2.7.17/bin:/Users/stuhood/.pyenv/versions/3.6.10/bin:/Users/stuhood/.pyenv/versions/3.7.7/bin:/Users/stuhood/.pyenv/versions/3.8.2/bin:/Users/stuhood/.pyenv/versions/3.8.5/bin under semaphore with concurrency id: 3
11:10:36.83 [DEBUG] Starting: Searching for `python2` on PATH=/Users/stuhood/.pyenv/versions/2.7.17/bin:/Users/stuhood/.pyenv/versions/3.6.10/bin:/Users/stuhood/.pyenv/versions/3.7.7/bin:/Users/stuhood/.pyenv/versions/3.8.2/bin:/U... (38 characters truncated)
11:10:36.83 [DEBUG] spawned local process as 91668 for Process { argv: ["./find_binary.sh", "python3"], env: {"PATH": "/Users/stuhood/.pyenv/versions/2.7.17/bin:/Users/stuhood/.pyenv/versions/3.6.10/bin:/Users/stuhood/.pyenv/versions/3.7.7/bin:/Users/stuhood/.pyenv/versions/3.8.2/bin:/Users/stuhood/.pyenv/versions/3.8.5/bin", "__PANTS_FORCE_PROCESS_RUN__": "2f3f9974-bdc0-4b10-835b-d70fb90432c1"}, working_directory: None, input_files: Digest(Fingerprint<3730f33b117aecdf01511ba805e9a7ebd4123e9beff52dff5d42fb0463d957c2>, 91), output_files: {}, output_directories: {}, timeout: None, execution_slot_variable: None, description: "Searching for `python3` on PATH=/Users/stuhood/.pyenv/versions/2.7.17/bin:/Users/stuhood/.pyenv/versions/3.6.10/bin:/Users/stuhood/.pyenv/versions/3.7.7/bin:/Users/stuhood/.pyenv/versions/3.8.2/bin:/Users/stuhood/.pyenv/versions/3.8.5/bin", level: Debug, append_only_caches: {}, jdk_home: None, platform_constraint: None, is_nailgunnable: false, cache_failures: false }
11:10:36.84 [DEBUG] Obtaining exclusive spawn lock for process with argv ["./find_binary.sh", "python2"] since we materialized its executable RelativePath("find_binary.sh").
11:10:36.85 [DEBUG] spawned local process as 91669 for Process { argv: ["./find_binary.sh", "python2"], env: {"PATH": "/Users/stuhood/.pyenv/versions/2.7.17/bin:/Users/stuhood/.pyenv/versions/3.6.10/bin:/Users/stuhood/.pyenv/versions/3.7.7/bin:/Users/stuhood/.pyenv/versions/3.8.2/bin:/Users/stuhood/.pyenv/versions/3.8.5/bin", "__PANTS_FORCE_PROCESS_RUN__": "2f3f9974-bdc0-4b10-835b-d70fb90432c1"}, working_directory: None, input_files: Digest(Fingerprint<3730f33b117aecdf01511ba805e9a7ebd4123e9beff52dff5d42fb0463d957c2>, 91), output_files: {}, output_directories: {}, timeout: None, execution_slot_variable: None, description: "Searching for `python2` on PATH=/Users/stuhood/.pyenv/versions/2.7.17/bin:/Users/stuhood/.pyenv/versions/3.6.10/bin:/Users/stuhood/.pyenv/versions/3.7.7/bin:/Users/stuhood/.pyenv/versions/3.8.2/bin:/Users/stuhood/.pyenv/versions/3.8.5/bin", level: Debug, append_only_caches: {}, jdk_home: None, platform_constraint: None, is_nailgunnable: false, cache_failures: false }
11:10:36.88 [DEBUG] Completed: Searching for `unzip` on PATH=/usr/bin:/bin:/usr/local/bin
11:10:36.88 [DEBUG] Completed: (Waiting) Searching for `unzip` on PATH=/usr/bin:/bin:/usr/local/bin
11:10:36.91 [DEBUG] Completed: Test binary /Users/stuhood/.pyenv/versions/3.6.10/bin/python3.
11:10:36.91 [DEBUG] Completed: (Waiting) Test binary /Users/stuhood/.pyenv/versions/3.6.10/bin/python3.
11:10:36.93 [DEBUG] Completed: Searching for `tar` on PATH=/usr/bin:/bin:/usr/local/bin
11:10:36.93 [DEBUG] Completed: (Waiting) Searching for `tar` on PATH=/usr/bin:/bin:/usr/local/bin
11:10:36.98 [DEBUG] Completed: Searching for `bash` on PATH=/usr/bin:/bin:/usr/local/bin
11:10:36.98 [DEBUG] Completed: (Waiting) Searching for `bash` on PATH=/usr/bin:/bin:/usr/local/bin
11:10:37.03 [DEBUG] Completed: Searching for `python3` on PATH=/Users/stuhood/.pyenv/versions/2.7.17/bin:/Users/stuhood/.pyenv/versions/3.6.10/bin:/Users/stuhood/.pyenv/versions/3.7.7/bin:/Users/stuhood/.pyenv/versions/3.8.2/bin:/U... (38 characters truncated)
11:10:37.03 [DEBUG] Completed: (Waiting) Searching for `python3` on PATH=/Users/stuhood/.pyenv/versions/2.7.17/bin:/Users/stuhood/.pyenv/versions/3.6.10/bin:/Users/stuhood/.pyenv/versions/3.7.7/bin:/Users/stuhood/.pyenv/versions/3.... (48 characters truncated)
11:10:37.07 [DEBUG] Completed: Searching for `python2` on PATH=/Users/stuhood/.pyenv/versions/2.7.17/bin:/Users/stuhood/.pyenv/versions/3.6.10/bin:/Users/stuhood/.pyenv/versions/3.7.7/bin:/Users/stuhood/.pyenv/versions/3.8.2/bin:/U... (38 characters truncated)
11:10:37.07 [DEBUG] Completed: (Waiting) Searching for `python2` on PATH=/Users/stuhood/.pyenv/versions/2.7.17/bin:/Users/stuhood/.pyenv/versions/3.6.10/bin:/Users/stuhood/.pyenv/versions/3.7.7/bin:/Users/stuhood/.pyenv/versions/3.... (48 characters truncated)
11:10:38.03 [DEBUG] Completed: Find interpreter for constraints: CPython<3.9,>=3.7
11:10:38.03 [DEBUG] Completed: (Waiting) Find interpreter for constraints: CPython<3.9,>=3.7
11:10:38.05 [INFO] Completed: test - src/python/pants/backend/python/goals/pytest_runner_integration_test.py:integration succeeded.
✓ src/python/pants/backend/python/goals/pytest_runner_integration_test.py:integration succeeded.
11:10:38.05 [DEBUG] Completed: `test` goal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment