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

[bug] samples/core/exit_handler/exit_handler_test.py is failing #10885

Closed
hbelmiro opened this issue Jun 10, 2024 · 3 comments
Closed

[bug] samples/core/exit_handler/exit_handler_test.py is failing #10885

hbelmiro opened this issue Jun 10, 2024 · 3 comments

Comments

@hbelmiro
Copy link
Contributor

hbelmiro commented Jun 10, 2024

samples/core/exit_handler/exit_handler_test.py is failing

Screenshot from 2024-06-10 14-37-47

Full logs:

I0610 14:24:34.625197      26 launcher_v2.go:90] input ComponentSpec:{
  "executorLabel": "exec-fail-op",
  "inputDefinitions": {
    "parameters": {
      "message": {
        "parameterType": "STRING"
      }
    }
  }
}
I0610 14:24:34.625952      26 cache.go:116] Connecting to cache endpoint 10.96.159.44:8887
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
[KFP Executor 2024-06-10 14:24:40,767 INFO]: Looking for component `fail_op` in --component_module_path `/tmp/tmp.fmftAEDVvr/ephemeral_component.py`
[KFP Executor 2024-06-10 14:24:40,767 INFO]: Loading KFP component "fail_op" from /tmp/tmp.fmftAEDVvr/ephemeral_component.py (directory "/tmp/tmp.fmftAEDVvr" and module name "ephemeral_component")
[KFP Executor 2024-06-10 14:24:40,768 INFO]: Got executor_input:
{
    "inputs": {
        "parameterValues": {
            "message": "Task failed."
        }
    },
    "outputs": {
        "outputFile": "/tmp/kfp_outputs/output_metadata.json"
    }
}
Task failed.
/usr/local/lib/python3.7/runpy.py:109: FutureWarning: Python 3.7 has reached end-of-life. KFP will drop support for Python 3.7 on April 23, 2024. To use new versions of the KFP SDK after that date, you will need to upgrade to Python >= 3.8. See https://devguide.python.org/versions/ for more details.
  __import__(pkg_name)
I0610 14:24:40.791065      26 launcher_v2.go:151] publish success.
F0610 14:24:40.791111      26 main.go:49] failed to execute component: exit status 1

Steps to reproduce

Reproducing locally

Labels

/area testing


Impacted by this bug? Give it a 👍.

@hbelmiro hbelmiro changed the title [bug] <Bug Name> [bug] samples/core/exit_handler/exit_handler_test.py is failing Jun 10, 2024
@hbelmiro
Copy link
Contributor Author

May be related to #10917.

@liavweiss
Copy link
Contributor

/assign

@hbelmiro
Copy link
Contributor Author

Resolved by #11100.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants