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

The build failed #4680

Closed
flaky-bot bot opened this issue Sep 15, 2020 · 4 comments
Closed

The build failed #4680

flaky-bot bot opened this issue Sep 15, 2020 · 4 comments
Assignees
Labels
api: cloudiot Issues related to the IoT Core API. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. samples Issues that are directly related to samples. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@flaky-bot
Copy link

flaky-bot bot commented Sep 15, 2020

This test failed!

To configure my behavior, see the Build Cop Bot documentation.

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


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

Test output
ImportError while importing test module '/workspace/iot/api-client/gcs_file_to_device/gcs_send_to_device_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.6/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
gcs_send_to_device_test.py:31: in 
    import manager  # noqa
E   ModuleNotFoundError: No module named 'manager'
@flaky-bot flaky-bot bot added buildcop: issue priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Sep 15, 2020
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Sep 15, 2020
@flaky-bot flaky-bot bot mentioned this issue Sep 15, 2020
@busunkim96 busunkim96 added the api: cloudiot Issues related to the IoT Core API. label Sep 15, 2020
@tmatsuo
Copy link
Contributor

tmatsuo commented Sep 15, 2020

Ah, unfortunately these tests depend on manager directory.

@flaky-bot
Copy link
Author

flaky-bot bot commented Sep 16, 2020

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

Test output
ImportError while importing test module '/workspace/iot/api-client/gcs_file_to_device/gcs_send_to_device_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.6/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
gcs_send_to_device_test.py:31: in 
    import manager  # noqa
E   ModuleNotFoundError: No module named 'manager'

@flaky-bot
Copy link
Author

flaky-bot bot commented Sep 17, 2020

commit: 255bfcc
buildURL: Build Status, Sponge
status: failed

Test output
ImportError while importing test module '/workspace/iot/api-client/gcs_file_to_device/gcs_send_to_device_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.6/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
gcs_send_to_device_test.py:31: in 
    import manager  # noqa
E   ModuleNotFoundError: No module named 'manager'

@busunkim96
Copy link
Contributor

Closed by #4683

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: cloudiot Issues related to the IoT Core API. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. samples Issues that are directly related to samples. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

2 participants