googleapis / python-aiplatform

A Python SDK for Vertex AI, a fully managed, end-to-end platform for data science and machine learning.
Apache License 2.0
628 stars 340 forks source link

tests.system.vertexai.test_bigframes_torch.TestRemoteExecutionBigframesPytorch: test_remote_execution_pytorch failed #2627

Closed flaky-bot[bot] closed 1 year ago

flaky-bot[bot] commented 1 year ago

This test failed!

To configure my behavior, see the Flaky Bot documentation.

If I'm commenting on this issue too often, add the flakybot: quiet label and I will stop commenting.


commit: 71550354cf100e2ae027cd53888603c762984f01 buildURL: Build Status, Sponge status: failed

Test output
self = 
shared_state = {'bucket': , 'staging_bucket_name': 'temp-ver...ion-7256fdeb-c498-45d3-804f-69db15b9', 'storage_client': }

    @pytest.fixture(scope="class")
    def tear_down_resources(self, shared_state: Dict[str, Any]):
        """Delete every Vertex AI resource created during test"""

        yield

        # TODO(b/218310362): Add resource deletion system tests
        # Bring all Endpoints to the front of the list
        # Ensures Models are undeployed first before we attempt deletion
>       shared_state["resources"].sort(
            key=lambda r: 1
            if isinstance(r, aiplatform.Endpoint)
            or isinstance(r, aiplatform.MatchingEngineIndexEndpoint)
            or isinstance(r, aiplatform.Experiment)
            else 2
        )
E       KeyError: 'resources'

tests/system/aiplatform/e2e_base.py:180: KeyError
flaky-bot[bot] commented 1 year ago

commit: 5442e7590d96db42f1fff19cd67f551da5e0ea3c buildURL: Build Status, Sponge status: failed

Test output
self = 
shared_state = {'bucket': , 'staging_bucket_name': 'temp-ver...ion-a6b98ba9-ae08-4b7a-a84f-a6cdeb69', 'storage_client': }

    @pytest.fixture(scope="class")
    def tear_down_resources(self, shared_state: Dict[str, Any]):
        """Delete every Vertex AI resource created during test"""

        yield

        # TODO(b/218310362): Add resource deletion system tests
        # Bring all Endpoints to the front of the list
        # Ensures Models are undeployed first before we attempt deletion
>       shared_state["resources"].sort(
            key=lambda r: 1
            if isinstance(r, aiplatform.Endpoint)
            or isinstance(r, aiplatform.MatchingEngineIndexEndpoint)
            or isinstance(r, aiplatform.Experiment)
            else 2
        )
E       KeyError: 'resources'

tests/system/aiplatform/e2e_base.py:181: KeyError
flaky-bot[bot] commented 1 year ago

commit: 3b630f86fd4b45e7268fc734f3abafe3644bc5c8 buildURL: Build Status, Sponge status: failed

Test output
self = 
shared_state = {'bucket': , 'staging_bucket_name': 'temp-ver...ion-29708886-3988-4e49-8659-2c65db5c', 'storage_client': }

    @pytest.fixture(scope="class")
    def tear_down_resources(self, shared_state: Dict[str, Any]):
        """Delete every Vertex AI resource created during test"""

        yield

        # TODO(b/218310362): Add resource deletion system tests
        # Bring all Endpoints to the front of the list
        # Ensures Models are undeployed first before we attempt deletion
>       shared_state["resources"].sort(
            key=lambda r: 1
            if isinstance(r, aiplatform.Endpoint)
            or isinstance(r, aiplatform.MatchingEngineIndexEndpoint)
            or isinstance(r, aiplatform.Experiment)
            else 2
        )
E       KeyError: 'resources'

tests/system/aiplatform/e2e_base.py:181: KeyError
flaky-bot[bot] commented 1 year ago

commit: 116d7d720fd071fba19560753b95ff8d5a26d9f0 buildURL: Build Status, Sponge status: failed

Test output
self = 
shared_state = {'bucket': , 'staging_bucket_name': 'temp-ver...ion-65b2f5a6-a5be-4134-b5ff-e7566562', 'storage_client': }

    @pytest.fixture(scope="class")
    def tear_down_resources(self, shared_state: Dict[str, Any]):
        """Delete every Vertex AI resource created during test"""

        yield

        # TODO(b/218310362): Add resource deletion system tests
        # Bring all Endpoints to the front of the list
        # Ensures Models are undeployed first before we attempt deletion
>       shared_state["resources"].sort(
            key=lambda r: 1
            if isinstance(r, aiplatform.Endpoint)
            or isinstance(r, aiplatform.MatchingEngineIndexEndpoint)
            or isinstance(r, aiplatform.Experiment)
            else 2
        )
E       KeyError: 'resources'

tests/system/aiplatform/e2e_base.py:181: KeyError
flaky-bot[bot] commented 1 year ago

commit: 84b8259e7d060c718a24ce1153fbaa98e40033cb buildURL: Build Status, Sponge status: failed

Test output
self = 
shared_state = {'bucket': , 'staging_bucket_name': 'temp-ver...ion-e7c8dff7-648d-4cf3-8199-7c5b7e3f', 'storage_client': }

    @pytest.fixture(scope="class")
    def tear_down_resources(self, shared_state: Dict[str, Any]):
        """Delete every Vertex AI resource created during test"""

        yield

        # TODO(b/218310362): Add resource deletion system tests
        # Bring all Endpoints to the front of the list
        # Ensures Models are undeployed first before we attempt deletion
>       shared_state["resources"].sort(
            key=lambda r: 1
            if isinstance(r, aiplatform.Endpoint)
            or isinstance(r, aiplatform.MatchingEngineIndexEndpoint)
            or isinstance(r, aiplatform.Experiment)
            else 2
        )
E       KeyError: 'resources'

tests/system/aiplatform/e2e_base.py:181: KeyError
flaky-bot[bot] commented 1 year ago

commit: b3ab22f1bdd95780fad04f83e8a2c6da74d9828c buildURL: Build Status, Sponge status: failed

Test output
self = 
shared_state = {'bucket': , 'staging_bucket_name': 'temp-ver...ion-c5da0caf-eb87-466d-96fa-74a56fe3', 'storage_client': }

    @pytest.fixture(scope="class")
    def tear_down_resources(self, shared_state: Dict[str, Any]):
        """Delete every Vertex AI resource created during test"""

        yield

        # TODO(b/218310362): Add resource deletion system tests
        # Bring all Endpoints to the front of the list
        # Ensures Models are undeployed first before we attempt deletion
>       shared_state["resources"].sort(
            key=lambda r: 1
            if isinstance(r, aiplatform.Endpoint)
            or isinstance(r, aiplatform.MatchingEngineIndexEndpoint)
            or isinstance(r, aiplatform.Experiment)
            else 2
        )
E       KeyError: 'resources'

tests/system/aiplatform/e2e_base.py:181: KeyError
flaky-bot[bot] commented 1 year ago

commit: d2a43dee2897f6b622dc01fed5e9cd02bf1f17b9 buildURL: Build Status, Sponge status: failed

Test output
self = 
shared_state = {'bucket': , 'staging_bucket_name': 'temp-ver...ion-27691746-bedf-4d52-b23c-707872d6', 'storage_client': }

    @pytest.fixture(scope="class")
    def tear_down_resources(self, shared_state: Dict[str, Any]):
        """Delete every Vertex AI resource created during test"""

        yield

        # TODO(b/218310362): Add resource deletion system tests
        # Bring all Endpoints to the front of the list
        # Ensures Models are undeployed first before we attempt deletion
>       shared_state["resources"].sort(
            key=lambda r: 1
            if isinstance(r, aiplatform.Endpoint)
            or isinstance(r, aiplatform.MatchingEngineIndexEndpoint)
            or isinstance(r, aiplatform.Experiment)
            else 2
        )
E       KeyError: 'resources'

tests/system/aiplatform/e2e_base.py:181: KeyError
flaky-bot[bot] commented 1 year ago

commit: bf9c9d646d8d967932d12beb547c0c8176b2c123 buildURL: Build Status, Sponge status: failed

Test output
self = 
shared_state = {'bucket': , 'staging_bucket_name': 'temp-ver...ion-fc361156-346e-4621-a991-e8fd31ea', 'storage_client': }

    @pytest.fixture(scope="class")
    def tear_down_resources(self, shared_state: Dict[str, Any]):
        """Delete every Vertex AI resource created during test"""

        yield

        # TODO(b/218310362): Add resource deletion system tests
        # Bring all Endpoints to the front of the list
        # Ensures Models are undeployed first before we attempt deletion
>       shared_state["resources"].sort(
            key=lambda r: 1
            if isinstance(r, aiplatform.Endpoint)
            or isinstance(r, aiplatform.MatchingEngineIndexEndpoint)
            or isinstance(r, aiplatform.Experiment)
            else 2
        )
E       KeyError: 'resources'

tests/system/aiplatform/e2e_base.py:181: KeyError
flaky-bot[bot] commented 1 year ago

commit: 4f2eb96b500b0f0e94e05251a28f71e8132f35bf buildURL: Build Status, Sponge status: failed

Test output
self = 
shared_state = {'bucket': , 'staging_bucket_name': 'temp-ver...ion-ff71b36e-e634-420a-9ddf-c75a39c8', 'storage_client': }

    @pytest.fixture(scope="class")
    def tear_down_resources(self, shared_state: Dict[str, Any]):
        """Delete every Vertex AI resource created during test"""

        yield

        # TODO(b/218310362): Add resource deletion system tests
        # Bring all Endpoints to the front of the list
        # Ensures Models are undeployed first before we attempt deletion
>       shared_state["resources"].sort(
            key=lambda r: 1
            if isinstance(r, aiplatform.Endpoint)
            or isinstance(r, aiplatform.MatchingEngineIndexEndpoint)
            or isinstance(r, aiplatform.Experiment)
            else 2
        )
E       KeyError: 'resources'

tests/system/aiplatform/e2e_base.py:181: KeyError
flaky-bot[bot] commented 1 year ago

commit: f00f6932d845ace5fe643b3ae29f15cd5ddad6f5 buildURL: Build Status, Sponge status: failed

Test output
self = 
shared_state = {'bucket': , 'staging_bucket_name': 'temp-ver...ion-731fbf43-f845-4d64-8d64-ce1c2bda', 'storage_client': }

    @pytest.fixture(scope="class")
    def tear_down_resources(self, shared_state: Dict[str, Any]):
        """Delete every Vertex AI resource created during test"""

        yield

        # TODO(b/218310362): Add resource deletion system tests
        # Bring all Endpoints to the front of the list
        # Ensures Models are undeployed first before we attempt deletion
>       shared_state["resources"].sort(
            key=lambda r: 1
            if isinstance(r, aiplatform.Endpoint)
            or isinstance(r, aiplatform.MatchingEngineIndexEndpoint)
            or isinstance(r, aiplatform.Experiment)
            else 2
        )
E       KeyError: 'resources'

tests/system/aiplatform/e2e_base.py:181: KeyError
flaky-bot[bot] commented 1 year ago

commit: 912e29c432b89974719ebb6a76ae4a8c81dbe398 buildURL: Build Status, Sponge status: failed

Test output
self = 
shared_state = {'bucket': , 'staging_bucket_name': 'temp-ver...ion-ca4943bc-1ddb-4fbd-8fbd-5a20eb08', 'storage_client': }

    @pytest.fixture(scope="class")
    def tear_down_resources(self, shared_state: Dict[str, Any]):
        """Delete every Vertex AI resource created during test"""

        yield

        # TODO(b/218310362): Add resource deletion system tests
        # Bring all Endpoints to the front of the list
        # Ensures Models are undeployed first before we attempt deletion
>       shared_state["resources"].sort(
            key=lambda r: 1
            if isinstance(r, aiplatform.Endpoint)
            or isinstance(r, aiplatform.MatchingEngineIndexEndpoint)
            or isinstance(r, aiplatform.Experiment)
            else 2
        )
E       KeyError: 'resources'

tests/system/aiplatform/e2e_base.py:181: KeyError