| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
The Node.js source tree already includes several V8 DEPS under `deps/v8/third_party` that are needed to build Node.js. Exclude these in `tools/v8/fetch_deps.py` to prevent "Conflicting directory" warnings when running the V8 CI.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
As expected, now down to two warnings (as noted in the description): 10:41:51 Warnings: 10:41:51 Conflicting directory ./v8/third_party/zlib moved to ./_bad_scm/v8/third_party/zlibvkykl18o. 10:41:51 Conflicting directory ./v8/third_party/googletest/src moved to ./_bad_scm/v8/third_party/googletest/srcs3d3aewh. 10:41:51 git update is recommended. |
Sorry, something went wrong.
The Node.js source tree already includes several V8 DEPS under `deps/v8/third_party` that are needed to build Node.js. Exclude these in `tools/v8/fetch_deps.py` to prevent "Conflicting directory" warnings when running the V8 CI. PR-URL: #60883 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
The Node.js source tree already includes several V8 DEPS under `deps/v8/third_party` that are needed to build Node.js. Exclude these in `tools/v8/fetch_deps.py` to prevent "Conflicting directory" warnings when running the V8 CI. PR-URL: #60883 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
The Node.js source tree already includes several V8 DEPS under `deps/v8/third_party` that are needed to build Node.js. Exclude these in `tools/v8/fetch_deps.py` to prevent "Conflicting directory" warnings when running the V8 CI. PR-URL: #60883 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
The Node.js source tree already includes several V8 DEPS under `deps/v8/third_party` that are needed to build Node.js. Exclude these in `tools/v8/fetch_deps.py` to prevent "Conflicting directory" warnings when running the V8 CI. PR-URL: #60883 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
The Node.js source tree already includes several V8 DEPS under `deps/v8/third_party` that are needed to build Node.js. Exclude these in `tools/v8/fetch_deps.py` to prevent "Conflicting directory" warnings when running the V8 CI. PR-URL: #60883 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
The Node.js source tree already includes several V8 DEPS under `deps/v8/third_party` that are needed to build Node.js. Exclude these in `tools/v8/fetch_deps.py` to prevent "Conflicting directory" warnings when running the V8 CI. PR-URL: #60883 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
The Node.js source tree already includes several V8 DEPS under `deps/v8/third_party` that are needed to build Node.js. Exclude these in `tools/v8/fetch_deps.py` to prevent "Conflicting directory" warnings when running the V8 CI. PR-URL: #60883 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
The Node.js source tree already includes several V8 DEPS under `deps/v8/third_party` that are needed to build Node.js. Exclude these in `tools/v8/fetch_deps.py` to prevent "Conflicting directory" warnings when running the V8 CI. PR-URL: #60883 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
| Back | FazBrowse Home | New Git URL |
The Node.js source tree already includes several V8 DEPS under deps/v8/third_party that are needed to build Node.js. Exclude these in tools/v8/fetch_deps.py to prevent "Conflicting directory" warnings when running the V8 CI.
e.g. https://ci.nodejs.org/job/node-test-commit-v8-linux/6886/nodes=benchmark-ubuntu2204-intel-64,v8test=v8test/consoleFull
I initially added all of the above to the overrides in tools/v8/fetch_deps.py but the V8 CI failed when some of them were skipped which suggests the V8 build requires things that have been removed from/not copied into the Node.js source tree:
- v8/third_party/googletest/src
Detailsiojs@test-hetzner-ubuntu2204-x64-2:~/build/workspace/node-test-commit-v8-linux/deps/v8$ PATH=/home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/depot_tools:/home/iojs/build/workspace/node-test-commit-v8-linux/depot_tools:/home/iojs/venv/bin:/home/iojs/nghttp2/src:/home/iojs/wrk:/usr/lib/ccache:/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin tools/dev/v8gen.py -vv x64.release ################################################################################ /usr/bin/python3 -u tools/mb/mb.py gen -f infra/mb/mb_config.pyl -m developer_default -b x64.release out.gn/x64.release Writing """\ dcheck_always_on = false is_debug = false target_cpu = "x64" """ to /home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/out.gn/x64.release/args.gn. /home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/buildtools/linux64/gn gen out.gn/x64.release --check -> returned 1 ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/include/gmock/gmock-cardinalities.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/include/gmock/gmock-actions.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/include/gmock/gmock-function-mocker.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/include/gmock/gmock-more-matchers.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/include/gmock/gmock-more-actions.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/include/gmock/gmock-spec-builders.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/include/gmock/internal/gmock-port.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/include/gmock/internal/gmock-internal-utils.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/include/gmock/gmock-nice-strict.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/include/gmock/gmock.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/src/gmock-cardinalities.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/src/gmock-internal-utils.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/src/gmock.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock_main has a source file: //third_party/googletest/src/googlemock/src/gmock_main.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/include/gmock/internal/gmock-pp.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/src/gmock-matchers.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/gtest-assertion-result.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/src/gmock-spec-builders.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/gtest-death-test.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/gtest-matchers.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/gtest-param-test.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/gtest-printers.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/gtest-test-part.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/gtest-message.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/gtest-typed-test.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/gtest-spi.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/gtest.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/internal/gtest-filepath.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/gtest_pred_impl.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/internal/gtest-internal.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/internal/gtest-param-util.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/internal/gtest-port.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/internal/gtest-string.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/src/gtest-death-test.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/internal/gtest-death-test-internal.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/internal/gtest-type-util.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/src/gtest-port.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/src/gtest-matchers.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/src/gtest-printers.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/src/gtest-typed-test.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/src/gtest-internal-inl.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/src/gtest-test-part.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/src/gtest-assertion-result.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/src/gtest.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest_main has a source file: //third_party/googletest/src/googletest/src/gtest_main.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/src/gtest-filepath.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:648:5: Source file not found. target(_target_type, _target_name) { ^----------------------------------- The target: //third_party/zlib:zlib_bench has a source file: //third_party/zlib/contrib/bench/zlib_bench.cc which was not found. GN gen failed: 1 Traceback (most recent call last): File "/home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/tools/dev/v8gen.py", line 256, in <module> sys.exit(gen.main()) File "/home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/tools/dev/v8gen.py", line 250, in main return self._options.func() File "/home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/tools/dev/v8gen.py", line 147, in cmd_gen self._call_cmd([ File "/home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/tools/dev/v8gen.py", line 189, in _call_cmd output = subprocess.check_output( File "/usr/lib/python3.10/subprocess.py", line 421, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/usr/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/usr/bin/python3', '-u', 'tools/mb/mb.py', 'gen', '-f', 'infra/mb/mb_config.pyl', '-m', 'developer_default', '-b', 'x64.release', 'out.gn/x64.release']' returned non-zero exit status 1. iojs@test-hetzner-ubuntu2204-x64-2:~/build/workspace/node-test-commit-v8-linux/deps/v8$- v8/third_party/zlib
Detailsiojs@test-hetzner-ubuntu2204-x64-1:~/build/workspace/node-test-commit-v8-linux/deps/v8$ PATH=/home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/depot_tools:/home/iojs/build/workspace/node-test-commit-v8-linux/depot_tools:/home/iojs/venv/bin:/home/iojs/nghttp2/src:/home/iojs/wrk:/usr/lib/ccache:/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin tools/dev/v8gen.py -vv x64.release ################################################################################ /usr/bin/python3 -u tools/mb/mb.py gen -f infra/mb/mb_config.pyl -m developer_default -b x64.release out.gn/x64.release Writing """\ dcheck_always_on = false is_debug = false target_cpu = "x64" """ to /home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/out.gn/x64.release/args.gn. /home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/buildtools/linux64/gn gen out.gn/x64.release --check -> returned 1 ERROR at //build/config/BUILDCONFIG.gn:648:5: Source file not found. target(_target_type, _target_name) { ^----------------------------------- The target: //third_party/zlib:zlib_bench has a source file: //third_party/zlib/contrib/bench/zlib_bench.cc which was not found. GN gen failed: 1 Traceback (most recent call last): File "/home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/tools/dev/v8gen.py", line 256, in <module> sys.exit(gen.main()) File "/home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/tools/dev/v8gen.py", line 250, in main return self._options.func() File "/home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/tools/dev/v8gen.py", line 147, in cmd_gen self._call_cmd([ File "/home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/tools/dev/v8gen.py", line 189, in _call_cmd output = subprocess.check_output( File "/usr/lib/python3.10/subprocess.py", line 421, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/usr/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/usr/bin/python3', '-u', 'tools/mb/mb.py', 'gen', '-f', 'infra/mb/mb_config.pyl', '-m', 'developer_default', '-b', 'x64.release', 'out.gn/x64.release']' returned non-zero exit status 1. iojs@test-hetzner-ubuntu2204-x64-1:~/build/workspace/node-test-commit-v8-linux/deps/v8$so I have left the above two out of this PR (i.e. we'll still get warnings for those).
cc @nodejs/v8-update