INFO: Java 1.8.0_111-internal Oracle Corporation (64-bit)
INFO: Linux 4.4.0-1128-aws amd64
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/src/app/build/libs/sonarlint-core-2.17.0.899.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/src/app/build/libs/sonarlint-cli-2.1.0.566.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
INFO: Index files
INFO: 24 files indexed
ERROR: Unable to parse file: /code/collectfast/management/commands/collectstatic.py
ERROR: Parse error at line 28 column 18:
25: Any) -> None:
26: super().__init__(*args, **kwargs)
27: self.num_copied_files = 0
--> self.tasks: List[Task] = []
29: self.collectfast_enabled = settings.enabled
30: self.strategy: Strategy = DisabledStrategy(Storage())
31:
ERROR: Unable to parse file: /code/collectfast/strategies/boto3.py
ERROR: Parse error at line 37 column 17:
34: normalized_path = self._normalize_path(prefixed_path)
35: logger.debug("Getting file hash", extra={"normalized_path": normalized_path})
36: try:
--> hash_: str = self.remote_storage.bucket.Object(normalized_path).e_tag
38: except botocore.exceptions.ClientError:
39: logger.debug(
ERROR: Unable to parse file: /code/collectfast/strategies/base.py
ERROR: Parse error at line 35 column 30:
28: settings.cache]
29: logger = logging.getLogger(__name__)
30:
31:
32: class Strategy(abc.ABC, Generic[_RemoteStorage]):
33:
34:
--> delete_not_found_exception: ClassVar[Tuple[Type[Exception], ...]] = ()
36:
37: def __init__(self, remote_storage: _RemoteStorage) ->
ERROR: Unable to parse file: /code/collectfast/settings.py
ERROR: Parse error at line 20 column 5:
12: settings, key, default)
13: if not isinstance(value, type_):
14: raise ValueError(
15: f"The {key!r} setting must be of type {type_!r}, found {type(value)}"
16: )
17: return value
18:
19:
--> debug: Final = _get_setting(
21: bool, "COLLECTFAST_DEBUG", _get_setting(bool, "DEBUG", False)
22: )
23: cache_key_prefix: Final = _get_setting(
24: str, "COLLECTFAST_CACHE_KEY_PREFIX", "collectfast06_asset_"
INFO: ------------------------------------------------------------------------
INFO: EXECUTION SUCCESS
INFO: ------------------------------------------------------------------------
INFO: Total time: 0.185s
INFO: Final Memory: 6M/295M
INFO: ------------------------------------------------------------------------
|