Python version 3.11.9 (chromium.36, Jan 8 2025, 12:16:45) [Clang 13.0.0 (clang-1300.0.29.3)]
sys.executable = /Users/chrome-bot/Library/Caches/vpython-root.502/store/python_venv-dresc2426g6q71rkejsi0m2jts/contents/bin/python3
EMSDK_PYTHON = /Users/chrome-bot/Library/Caches/vpython-root.502/store/python_venv-dresc2426g6q71rkejsi0m2jts/contents/bin/python3
Change directory to: /Volumes/Work/s/w/ir/cache/builder/emscripten-releases/src
adding to path: /Volumes/Work/s/w/ir/cache/builder/emscripten-releases/cmake-3.31.11-macos-universal/CMake.app/Contents/bin
adding to path: /Volumes/Work/s/w/ir/cache/builder/emscripten-releases/third_party/ninja
adding to path: /Volumes/Work/s/w/ir/cache/builder/emscripten-releases/node-v22.16.0-darwin-x64/bin
adding to path: /Volumes/Work/s/w/ir/x/w/install/emscripten
adding to path: /Volumes/Work/s/w/ir/cache/builder/emscripten-releases/jdk-26_macos-x64_bin/jdk-26.0.1.jdk/Contents/Home/bin
subprocess.check_call(`/Volumes/Work/s/w/ir/cache/builder/emscripten-releases/binaryen/scripts/emcc-tests.sh`, cwd=`/Volumes/Work/s/w/ir/cache/builder/emscripten-releases/build/binaryenjs-test-out`)
emcc-tests: build dbg
emcmake: cmake -S /Volumes/Work/s/w/ir/cache/builder/emscripten-releases/binaryen -B emcc-build-dbg -DCMAKE_BUILD_TYPE=Debug -G Ninja -DCMAKE_TOOLCHAIN_FILE=/Volumes/Work/s/w/ir/x/w/install/emscripten/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_CROSSCOMPILING_EMULATOR=/Volumes/Work/s/w/ir/cache/builder/emscripten-releases/node-v22.16.0-darwin-x64/bin/node in directory /Volumes/Work/s/w/ir/cache/builder/emscripten-releases/build/binaryenjs-test-out
-- Linking with -fuse-ld=lld
-- Building with -fno-omit-frame-pointer
-- Building with -fno-rtti
-- Building with -g3
-- Linking with -sALLOW_MEMORY_GROWTH
-- Linking with -sSTACK_SIZE=5MB
-- Building with -sDISABLE_EXCEPTION_CATCHING=0
-- Linking with -sDISABLE_EXCEPTION_CATCHING=0
-- Linking with -sNODERAWFS
-- Building with -fcolor-diagnostics
-- Building with -Wall
-- Building with -Werror
-- Building with -Wextra
-- Building with -Wno-unused-parameter
-- Building with -Wno-dangling-pointer
-- Building with -Wno-implicit-int-float-conversion
-- Building with -Wno-unknown-warning-option
-- Building with -Wswitch
-- Building with -Wimplicit-fallthrough
-- Building with -Wnon-virtual-dtor
-- Building with -Wctad-maybe-unsupported
-- Building with -Wno-deprecated-declarations
-- Building libbinaryen as shared library.
-- Building with -DTHROW_ON_FATAL
-- Configuring done (1.3s)
CMake Error: CMake can not determine linker language for target: binaryen_js
-- Generating done (0.1s)
CMake Generate step failed. Build files cannot be regenerated correctly.
Traceback (most recent call last):
File "/Volumes/Work/s/w/ir/cache/builder/emscripten-releases/src/build.py", line 1667, in main
ret = run(sync_include, build_include, test_include)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Volumes/Work/s/w/ir/cache/builder/emscripten-releases/src/build.py", line 1625, in run
t.Test()
File "/Volumes/Work/s/w/ir/cache/builder/emscripten-releases/src/build.py", line 1215, in Test
self.runnable()
File "/Volumes/Work/s/w/ir/cache/builder/emscripten-releases/src/build.py", line 1485, in TestBinaryenJS
proc.check_call([GetSrcDir('binaryen', 'scripts', 'emcc-tests.sh')],
File "/Volumes/Work/s/w/ir/cache/builder/emscripten-releases/src/proc.py", line 86, in check_call
subprocess.check_call(cmd, **kwargs)
File "/Users/chrome-bot/Library/Caches/vpython-root.502/store/cpython+962encim6b3cp55vf233s8pb0c/contents/lib/python3.11/subprocess.py", line 413, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/Volumes/Work/s/w/ir/cache/builder/emscripten-releases/binaryen/scripts/emcc-tests.sh']' returned non-zero exit status 1.