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 #7479

Closed
flaky-bot bot opened this issue Feb 18, 2022 · 2 comments · Fixed by #7483
Closed

The build failed #7479

flaky-bot bot opened this issue Feb 18, 2022 · 2 comments · Fixed by #7483
Assignees
Labels
flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. 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 Feb 18, 2022

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: 881e0b2
buildURL: Build Status, Sponge
status: failed

Test output
ImportError while importing test module '/workspace/composer/airflow_1_samples/use_local_deps_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.7/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
use_local_deps_test.py:18: in 
    import internal_unit_testing
.nox/py-3-7/lib/python3.7/site-packages/internal_unit_testing.py:18: in 
    from airflow import models
.nox/py-3-7/lib/python3.7/site-packages/airflow/__init__.py:43: in 
    from flask_admin import BaseView
.nox/py-3-7/lib/python3.7/site-packages/flask_admin/__init__.py:6: in 
    from .base import expose, expose_plugview, Admin, BaseView, AdminIndexView  # noqa: F401
.nox/py-3-7/lib/python3.7/site-packages/flask_admin/base.py:6: in 
    from flask import Blueprint, current_app, render_template, abort, g, url_for
.nox/py-3-7/lib/python3.7/site-packages/flask/__init__.py:14: in 
    from jinja2 import escape
.nox/py-3-7/lib/python3.7/site-packages/jinja2/__init__.py:12: in 
    from .environment import Environment
.nox/py-3-7/lib/python3.7/site-packages/jinja2/environment.py:25: in 
    from .defaults import BLOCK_END_STRING
.nox/py-3-7/lib/python3.7/site-packages/jinja2/defaults.py:3: in 
    from .filters import FILTERS as DEFAULT_FILTERS  # noqa: F401
.nox/py-3-7/lib/python3.7/site-packages/jinja2/filters.py:13: in 
    from markupsafe import soft_unicode
E   ImportError: cannot import name 'soft_unicode' from 'markupsafe' (/workspace/composer/airflow_1_samples/.nox/py-3-7/lib/python3.7/site-packages/markupsafe/__init__.py)
@flaky-bot flaky-bot bot added flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. 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 Feb 18, 2022
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Feb 18, 2022
@dandhlee dandhlee assigned dandhlee and unassigned busunkim96 Feb 18, 2022
@dandhlee
Copy link
Collaborator

Running into import error:

from markupsafe import soft_unicode
ImportError: cannot import name 'soft_unicode' from 'markupsafe'

The issue is identified. See aws/aws-sam-cli#3661 for context.

@flaky-bot
Copy link
Author

flaky-bot bot commented Feb 19, 2022

commit: 699a9cb
buildURL: Build Status, Sponge
status: failed

Test output
ImportError while importing test module '/workspace/composer/airflow_1_samples/use_local_deps_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.7/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
use_local_deps_test.py:18: in 
    import internal_unit_testing
.nox/py-3-7/lib/python3.7/site-packages/internal_unit_testing.py:18: in 
    from airflow import models
.nox/py-3-7/lib/python3.7/site-packages/airflow/__init__.py:43: in 
    from flask_admin import BaseView
.nox/py-3-7/lib/python3.7/site-packages/flask_admin/__init__.py:6: in 
    from .base import expose, expose_plugview, Admin, BaseView, AdminIndexView  # noqa: F401
.nox/py-3-7/lib/python3.7/site-packages/flask_admin/base.py:6: in 
    from flask import Blueprint, current_app, render_template, abort, g, url_for
.nox/py-3-7/lib/python3.7/site-packages/flask/__init__.py:14: in 
    from jinja2 import escape
.nox/py-3-7/lib/python3.7/site-packages/jinja2/__init__.py:12: in 
    from .environment import Environment
.nox/py-3-7/lib/python3.7/site-packages/jinja2/environment.py:25: in 
    from .defaults import BLOCK_END_STRING
.nox/py-3-7/lib/python3.7/site-packages/jinja2/defaults.py:3: in 
    from .filters import FILTERS as DEFAULT_FILTERS  # noqa: F401
.nox/py-3-7/lib/python3.7/site-packages/jinja2/filters.py:13: in 
    from markupsafe import soft_unicode
E   ImportError: cannot import name 'soft_unicode' from 'markupsafe' (/workspace/composer/airflow_1_samples/.nox/py-3-7/lib/python3.7/site-packages/markupsafe/__init__.py)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. 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

Successfully merging a pull request may close this issue.

2 participants