OpenJij/OpenJij

View on GitHub
Merge branch 'main' into feature/tsp #859
NY57 authored 2396336b
complete00:00:36
1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
No errors or warnings found in .codeclimate.json.
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
docker pull codeclimate/codeclimate-cppcheck:b879
b879: Pulling from codeclimate/codeclimate-cppcheck
cd784148e348: Pulling fs layer
16d1de834681: Pulling fs layer
60f6bb0c0c85: Pulling fs layer
1f7e3068099b: Pulling fs layer
0d8e0d7176b0: Pulling fs layer
47b11d6e06f9: Pulling fs layer
ebb9566287bf: Pulling fs layer
5bfd80e5d234: Pulling fs layer
1f7e3068099b: Waiting
0d8e0d7176b0: Waiting
47b11d6e06f9: Waiting
5bfd80e5d234: Waiting
ebb9566287bf: Waiting
16d1de834681: Verifying Checksum
16d1de834681: Download complete
60f6bb0c0c85: Verifying Checksum
60f6bb0c0c85: Download complete
0d8e0d7176b0: Verifying Checksum
0d8e0d7176b0: Download complete
cd784148e348: Verifying Checksum
cd784148e348: Download complete
47b11d6e06f9: Verifying Checksum
47b11d6e06f9: Download complete
ebb9566287bf: Verifying Checksum
ebb9566287bf: Download complete
1f7e3068099b: Verifying Checksum
1f7e3068099b: Download complete
cd784148e348: Pull complete
5bfd80e5d234: Verifying Checksum
5bfd80e5d234: Download complete
16d1de834681: Pull complete
60f6bb0c0c85: Pull complete
1f7e3068099b: Pull complete
0d8e0d7176b0: Pull complete
47b11d6e06f9: Pull complete
ebb9566287bf: Pull complete
5bfd80e5d234: Pull complete
Digest: sha256:55ddbf86266a70a289ce04ade5cb3c93b727160a11323b88386fe8cb49c0f79b
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-cppcheck:b879
docker pull codeclimate/codeclimate-gnu-complexity:b193
b193: Pulling from codeclimate/codeclimate-gnu-complexity
1c445a4de5f5: Pulling fs layer
a3ed95caeb02: Pulling fs layer
af701c3ad1d6: Pulling fs layer
177c2dd2e3c8: Pulling fs layer
d24a9bd5d283: Pulling fs layer
d24a9bd5d283: Waiting
177c2dd2e3c8: Waiting
a3ed95caeb02: Verifying Checksum
a3ed95caeb02: Download complete
177c2dd2e3c8: Verifying Checksum
177c2dd2e3c8: Download complete
d24a9bd5d283: Verifying Checksum
d24a9bd5d283: Download complete
af701c3ad1d6: Verifying Checksum
af701c3ad1d6: Download complete
1c445a4de5f5: Verifying Checksum
1c445a4de5f5: Download complete
1c445a4de5f5: Pull complete
a3ed95caeb02: Pull complete
af701c3ad1d6: Pull complete
177c2dd2e3c8: Pull complete
d24a9bd5d283: Pull complete
Digest: sha256:30e769b661caf13cb65f3a16b3ce84ae0ff2c26e409dadbda1a04a7721d0ea9b
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-gnu-complexity:b193
5
structure
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
I, [2024-04-09T23:55:54.010876 #1]  INFO -- : Skipping file ./openjij/utils/graph_utils.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 5
    def qubo_to_ising(mat: np.ndarray):
                         ^
SyntaxError: invalid syntax


I, [2024-04-09T23:55:54.012867 #1]  INFO -- : Skipping file ./openjij/utils/decorator.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 21
    raise TypeError(f"{func_name} received both {alias} and {new}")
                                                                 ^
SyntaxError: invalid syntax


I, [2024-04-09T23:55:54.041773 #1]  INFO -- : Skipping file ./openjij/utils/cxx_cast.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 8
    def cast_to_cxx_update_method(update_method: str) -> UpdateMethod:
                                               ^
SyntaxError: invalid syntax


I, [2024-04-09T23:55:54.084821 #1]  INFO -- : Skipping file ./openjij/sampler/sqa_sampler.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 143
    bqm: Union[
       ^
SyntaxError: invalid syntax


I, [2024-04-09T23:55:54.148813 #1]  INFO -- : Skipping file ./openjij/sampler/sa_sampler.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 133
    bqm: Union[
       ^
SyntaxError: invalid syntax


I, [2024-04-09T23:55:54.168663 #1]  INFO -- : Skipping file ./openjij/sampler/base_sa_sample_hubo.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 22
    variables: list[list[Union[int, float]]], 
             ^
SyntaxError: invalid syntax


I, [2024-04-09T23:55:54.184723 #1]  INFO -- : Skipping file ./openjij/model/chimera_model.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 215
    error_msg = f"In the {chimera_L}*{chimera_L} Chimera grid, "
                                                               ^
SyntaxError: invalid syntax


I, [2024-04-09T23:55:54.185920 #1]  INFO -- : Skipping file ./openjij/model/model.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 37
    def make_BinaryQuadraticModel(linear: dict, quadratic: dict, sparse):
                                        ^
SyntaxError: invalid syntax


I, [2024-04-09T23:55:54.200331 #1]  INFO -- : Skipping file ./openjij/model/king_graph.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 62
    linear: dict = None,
          ^
SyntaxError: invalid syntax
7
bandit
bandit engine documentation
View output
[main]	INFO	profile include tests: None
[main]	INFO	profile exclude tests: None
[main]	INFO	cli include tests: None
[main]	INFO	cli exclude tests: None
[node_visitor]	INFO	Unable to find qualified name for module: setup.py
8
cppcheck
cppcheck engine documentation
View output
[cppcheck] config: {'enabled': True, 'channel': 'stable', 'include_paths': ['codecov.yml', 'pyproject.toml', 'public/', 'doc-requirements.in', 'project_template/', 'LICENSE', 'oneAPI.repo', '.github/', 'CODE_OF_CONDUCT.md', 'www/', 'MANIFEST.in', 'format-requirements.in', '.coveragerc', 'include/', 'cmake/', 'dev-requirements.in', '.gitattribute', 'openjij/', 'CONTRIBUTING.md', 'README.md', 'external/', '.pre-commit-config.yaml', 'CMakeLists.txt', 'setup.cfg', 'docs/', 'lint-requirements.in', '.gitignore', 'setup.py', '.codeclimate.json', 'benchmark/', 'build-requirements.in', 'Doxyfile'], 'debug': None}
[cppcheck] analyzing 2 files
[cppcheck] command: ['cppcheck', '--enable=all', '--inconclusive', '--xml', '--xml-version=2', '--file-list=/tmp/tmpxa_gkptw']
9
git-legal
git-legal engine documentation
10
gnu-complexity
gnu-complexity engine documentation
View output
find: `MANIFEST.i': No such file or directory
find: `.codeclimate.jso': No such file or directory
11
markdownlint
markdownlint engine documentation
View output
/usr/local/bundle/gems/posix-spawn-0.3.11/lib/posix/spawn.rb:467: warning: constant ::Fixnum is deprecated
/usr/local/bundle/gems/mdl-0.5.0/lib/mdl/rules.rb:626:in `block (3 levels) in load': undefined method `end_with?' for :rdquo:Symbol (NoMethodError)
	from /usr/local/bundle/gems/mdl-0.5.0/lib/mdl/rules.rb:623:in `select'
	from /usr/local/bundle/gems/mdl-0.5.0/lib/mdl/rules.rb:623:in `block (2 levels) in load'
	from /usr/local/bundle/gems/mdl-0.5.0/lib/mdl.rb:86:in `block (2 levels) in run'
	from /usr/local/bundle/gems/mdl-0.5.0/lib/mdl.rb:84:in `each'
	from /usr/local/bundle/gems/mdl-0.5.0/lib/mdl.rb:84:in `block in run'
	from /usr/local/bundle/gems/mdl-0.5.0/lib/mdl.rb:74:in `each'
	from /usr/local/bundle/gems/mdl-0.5.0/lib/mdl.rb:74:in `run'
	from /usr/local/bundle/gems/mdl-0.5.0/bin/mdl:10:in `<top (required)>'
	from /usr/local/bundle/bin/mdl:23:in `load'
	from /usr/local/bundle/bin/mdl:23:in `<main>'
12
pep8
pep8 engine documentation
View output
public/ project_template/ .github/ www/ include/ cmake/ openjij/ external/ docs/ setup.py benchmark/
13
radon
radon engine documentation
View output
Running radon3...
14
shellcheck
shellcheck engine documentation
15
sonar-python
sonar-python engine documentation
View output
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: Invalid character encountered in file '/code/www/icon/favicon.ico' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/www/webp/Slack_RGB_White.webp' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/www/webp/GitHub_Logo.webp' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/www/webp/openjij_logo.webp' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/www/webp/openjijtop.webp' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/www/webp/OpenJijTutorialBig.webp' at line 2 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/www/webp/OpenJijTopImage.webp' at line 2 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/www/webp/OpenJijTopImageMini.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/www/webp/OpenJijLogo.webp' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/www/webp/c++doc.webp' at line 3 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/www/webp/OpenJijTopImage480.webp' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/www/webp/OpenJijTutorial.webp' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/www/webp/PythonDoc.webp' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/www/webp/openjijtop-thin.webp' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/www/webp/Slack_Monochrome_Black.webp' at line 2 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/assets/protein_folding_hp_model1.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/assets/integer_jobs_02.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/assets/core_interface_hierarchy.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/assets/reverse_annealing_RQA_QUBO.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/assets/protein_folding_optimal_folding_structure.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/assets/protein_folding_scheme.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/assets/clique_cover_01.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/assets/clique_cover_02.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/assets/integer_jobs_01.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/assets/clique_cover_04.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/assets/protein_folding_make_costfunction_about_protein_folding.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/assets/protein_folding_qa_result.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/assets/graph_coloring_02.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/assets/clique_cover_03.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/assets/integer_jobs_03.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/assets/graph_coloring_01.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/assets/integer_jobs_01_en.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/assets/knapsack_01.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/assets/protein_folding_lattice_folding_mapping.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/assets/qboost_01.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/assets/reverse_annealing_QAandRQA.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/assets/graph_coloring_03.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/assets/graph_coloring_04.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/favicon.ico' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/tutorial/ja/003-jijmodeling_openjij_tsp_files/003-jijmodeling_openjij_tsp_17_1.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/tutorial/ja/003-jijmodeling_openjij_tsp_files/003-jijmodeling_openjij_tsp_16_1.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/tutorial/ja/003-jijmodeling_openjij_tsp_files/003-jijmodeling_openjij_tsp_34_1.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/tutorial/ja/003-jijmodeling_openjij_tsp_files/003-jijmodeling_openjij_tsp_35_1.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/tutorial/ja/optimization/integer_jobs.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/tutorial/ja/optimization/integer_jobs_files/integer_jobs_17_0.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/tutorial/ja/optimization/clique_cover_files/clique_cover_16_0.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/tutorial/ja/optimization/clique_cover_files/clique_cover_10_0.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/tutorial/ja/optimization/graph_coloring_files/graph_coloring_18_0.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/tutorial/ja/optimization/graph_coloring_files/graph_coloring_12_0.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/tutorial/ja/machine_learning/clustering_files/clustering_18_1.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/tutorial/ja/machine_learning/clustering_files/clustering_12_1.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/OpenJij-Logo.webp' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: 239 files indexed
INFO: ------------------------------------------------------------------------
INFO: EXECUTION SUCCESS
INFO: ------------------------------------------------------------------------
INFO: Total time: 1.473s
INFO: Final Memory: 9M/417M
INFO: ------------------------------------------------------------------------