Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asajeffrey/70a34dfb8f1ebf6c55d3ef08ba468c2c to your computer and use it in GitHub Desktop.
Save asajeffrey/70a34dfb8f1ebf6c55d3ef08ba468c2c to your computer and use it in GitHub Desktop.
C:\Users\ajeffrey\github\asajeffrey\servo>c:\Python27\python.exe mach build -d --uwp
info: component 'rust-src' is up to date
Compiling mozjs_sys v0.68.1 (https://github.com/servo/mozjs?rev=d4370798ee17ad16d52ff2e83c9055d19a98b26f#d4370798)
error: failed to run custom build command for `mozjs_sys v0.68.1 (https://github.com/servo/mozjs?rev=d4370798ee17ad16d52ff2e83c9055d19a98b26f#d4370798)`
Caused by:
process didn't exit successfully: `C:\Users\ajeffrey\github\asajeffrey\servo\target\debug\build\mozjs_sys-77b2af7ad7304d51\build-script-build` (exit code: 101)
--- stdout
cargo:outdir=C:\Users\ajeffrey\github\asajeffrey\servo\target\x86_64-uwp-windows-msvc\debug\build\mozjs_sys-2153329b700e2809\out\build
[[ 'C:\Users\ajeffrey\.cargo\git\checkouts\mozjs-fa11ffc7d4f1cc2d\d437079\mozjs'/js/src/configure -ot 'C:\Users\ajeffrey\.cargo\git\checkouts\mozjs-fa11ffc7d4f1cc2d\d437079\mozjs'/js/src/configure.in ]] && touch 'C:\Users\ajeffrey\.cargo\git\checkouts\mozjs-fa11ffc7d4f1cc2d\d437079\mozjs'/js/src/configure || true
[[ 'C:\Users\ajeffrey\.cargo\git\checkouts\mozjs-fa11ffc7d4f1cc2d\d437079\mozjs'/js/src/old-configure -ot 'C:\Users\ajeffrey\.cargo\git\checkouts\mozjs-fa11ffc7d4f1cc2d\d437079\mozjs'/js/src/old-configure.in ]] && touch 'C:\Users\ajeffrey\.cargo\git\checkouts\mozjs-fa11ffc7d4f1cc2d\d437079\mozjs'/js/src/old-configure || true
! [[ 'C:\Users\ajeffrey\.cargo\git\checkouts\mozjs-fa11ffc7d4f1cc2d\d437079\mozjs'/js/src/configure.in -ot 'C:\Users\ajeffrey\.cargo\git\checkouts\mozjs-fa11ffc7d4f1cc2d\d437079\mozjs'/js/src/configure ]] && touch 'C:\Users\ajeffrey\.cargo\git\checkouts\mozjs-fa11ffc7d4f1cc2d\d437079\mozjs'/js/src/configure || true
! [[ 'C:\Users\ajeffrey\.cargo\git\checkouts\mozjs-fa11ffc7d4f1cc2d\d437079\mozjs'/js/src/old-configure.in -ot 'C:\Users\ajeffrey\.cargo\git\checkouts\mozjs-fa11ffc7d4f1cc2d\d437079\mozjs'/js/src/old-configure ]] && touch 'C:\Users\ajeffrey\.cargo\git\checkouts\mozjs-fa11ffc7d4f1cc2d\d437079\mozjs'/js/src/old-configure || true
if [[ 'C:\Users\ajeffrey\.cargo\git\checkouts\mozjs-fa11ffc7d4f1cc2d\d437079\mozjs'/js/src/configure -nt config.status ]] ; then \
PYTHON="c:\Python27\python.exe" MOZ_TOOLS="/" \
CC="clang-cl.exe" CFLAGS=" -DWINAPI_FAMILY=WINAPI_FAMILY_APP -MD -DWINAPI_FAMILY=WINAPI_FAMILY_APP" \
CPP="" CPPFLAGS="-IC:/Users/ajeffrey/.cargo/registry/src/github.com-1ecc6299db9ec823/encoding_c_mem-0.2.5/include " \
CXX="clang-cl.exe" CXXFLAGS=" -DWINAPI_FAMILY=WINAPI_FAMILY_APP -MD -DWINAPI_FAMILY=WINAPI_FAMILY_APP" \
AS="" AR="" \
STLPORT_LIBS="" \
'C:\Users\ajeffrey\.cargo\git\checkouts\mozjs-fa11ffc7d4f1cc2d\d437079\mozjs'/js/src/configure --disable-jemalloc --disable-js-shell --disable-tests --disable-export-js --disable-shared-js --build-backends=RecursiveMake --enable-uwp --without-intl-api --disable-vtune --target=x86_64-pc-mingw32 --host=x86_64-pc-mingw32 || (cat config.log && exit 1) ; \
fi
C:/Users/ajeffrey/github/asajeffrey/servo/.servo/msvc-dependencies/moztools/3.2/bin/mozmake -f Makefile
mozmake[1]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build'
mozmake[2]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build'
C:/Users/ajeffrey/github/asajeffrey/servo/.servo/msvc-dependencies/moztools/3.2/bin/mozmake recurse_pre-export
mozmake[3]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build'
C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/_virtualenvs/init/Scripts/python.exe -m mozbuild.action.process_install_manifest --track install_dist_include.track dist/include _build_manifests/install/dist_include
Elapsed: 0.13s; From dist/include: Kept 0 existing; Added/updated 245; Removed 0 files and 0 directories.
C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/_virtualenvs/init/Scripts/python.exe -m mozbuild.action.process_install_manifest --track install_dist_public.track dist/public _build_manifests/install/dist_public
Elapsed: 0.00s; From dist/public: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories.
C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/_virtualenvs/init/Scripts/python.exe -m mozbuild.action.process_install_manifest --track install_dist_private.track dist/private _build_manifests/install/dist_private
Elapsed: 0.00s; From dist/private: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories.
C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/_virtualenvs/init/Scripts/python.exe -m mozbuild.action.process_install_manifest --track install__tests.track _tests _build_manifests/install/_tests
Elapsed: 0.35s; From _tests: Kept 0 existing; Added/updated 410; Removed 0 files and 0 directories.
mozmake[3]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build'
mozmake[2]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build'
mozmake[2]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build'
C:/Users/ajeffrey/github/asajeffrey/servo/.servo/msvc-dependencies/moztools/3.2/bin/mozmake recurse_export
mozmake[3]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/config'
mozmake[4]: Nothing to be done for 'export'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/config'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src'
mozmake[4]: Nothing to be done for 'export'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src/build'
mozmake[4]: Nothing to be done for 'export'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src/build'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src/frontend'
mozmake[4]: Nothing to be done for 'export'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src/frontend'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src/gc'
mozmake[4]: Nothing to be done for 'export'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src/gc'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src/jit'
mozmake[4]: Nothing to be done for 'export'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src/jit'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/memory/build'
mozmake[4]: Nothing to be done for 'export'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/memory/build'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/mozglue/build'
mozmake[4]: Nothing to be done for 'export'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/mozglue/build'
mozmake[3]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build'
mozmake[2]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build'
mozmake[2]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build'
C:/Users/ajeffrey/github/asajeffrey/servo/.servo/msvc-dependencies/moztools/3.2/bin/mozmake recurse_compile
mozmake[3]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/mfbt'
mozmake[4]: Nothing to be done for 'target-objects'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/mfbt'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src'
mozmake[4]: Nothing to be done for 'target-objects'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src/debugger'
mozmake[4]: Nothing to be done for 'target-objects'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src/debugger'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src/frontend'
mozmake[4]: Nothing to be done for 'target-objects'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src/frontend'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src/gc'
mozmake[4]: Nothing to be done for 'target-objects'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src/gc'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src/jit'
mozmake[4]: Nothing to be done for 'target-objects'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src/jit'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src/wasm'
mozmake[4]: Nothing to be done for 'target-objects'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src/wasm'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/modules/fdlibm/src'
mozmake[4]: Nothing to be done for 'target-objects'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/modules/fdlibm/src'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/modules/zlib/src'
mozmake[4]: Nothing to be done for 'target-objects'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/modules/zlib/src'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/memory/build'
mozmake[4]: Nothing to be done for 'target-objects'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/memory/build'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/memory/mozalloc'
mozmake[4]: Nothing to be done for 'target-objects'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/memory/mozalloc'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/mozglue/misc'
mozmake[4]: Nothing to be done for 'target-objects'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/mozglue/misc'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src/build'
mozmake[4]: Nothing to be done for 'target'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src/build'
mozmake[3]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build'
mozmake[2]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build'
mozmake[2]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build'
C:/Users/ajeffrey/github/asajeffrey/servo/.servo/msvc-dependencies/moztools/3.2/bin/mozmake recurse_misc
mozmake[3]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src/build'
mozmake[4]: Nothing to be done for 'misc'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src/build'
mozmake[3]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build'
mozmake[2]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build'
mozmake[2]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build'
C:/Users/ajeffrey/github/asajeffrey/servo/.servo/msvc-dependencies/moztools/3.2/bin/mozmake recurse_libs
mozmake[3]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/config'
mozmake[4]: Nothing to be done for 'libs'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/config'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src'
mozmake[4]: Nothing to be done for 'libs'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src/build'
mozmake[4]: Nothing to be done for 'libs'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/js/src/build'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/memory/build'
mozmake[4]: Nothing to be done for 'libs'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/memory/build'
mozmake[4]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/mozglue/build'
mozmake[4]: Nothing to be done for 'libs'.
mozmake[4]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build/mozglue/build'
mozmake[3]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build'
mozmake[2]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build'
mozmake[2]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build'
C:/Users/ajeffrey/github/asajeffrey/servo/.servo/msvc-dependencies/moztools/3.2/bin/mozmake recurse_tools
mozmake[3]: Entering directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build'
mozmake[3]: Nothing to be done for 'recurse_tools'.
mozmake[3]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build'
mozmake[2]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build'
mozmake[1]: Leaving directory 'C:/Users/ajeffrey/github/asajeffrey/servo/target/x86_64-uwp-windows-msvc/debug/build/mozjs_sys-2153329b700e2809/out/build'
cargo:rustc-link-search=native=C:\Users\ajeffrey\github\asajeffrey\servo\target\x86_64-uwp-windows-msvc\debug\build\mozjs_sys-2153329b700e2809\out\build/js/src/build
cargo:rustc-link-lib=static=js_static
cargo:rustc-link-search=native=C:\Users\ajeffrey\github\asajeffrey\servo\target\x86_64-uwp-windows-msvc\debug\build\mozjs_sys-2153329b700e2809\out\build/dist/bin
cargo:rustc-link-lib=winmm
cargo:rustc-link-lib=psapi
cargo:rustc-link-lib=user32
cargo:rustc-link-lib=Dbghelp
cargo:rustc-link-lib=mincore
TARGET = Some("x86_64-uwp-windows-msvc")
OPT_LEVEL = Some("0")
HOST = Some("i686-pc-windows-msvc")
CXX_x86_64-uwp-windows-msvc = None
CXX_x86_64_uwp_windows_msvc = None
TARGET_CXX = None
CXX = Some("clang-cl.exe")
CXXFLAGS_x86_64-uwp-windows-msvc = None
CXXFLAGS_x86_64_uwp_windows_msvc = None
TARGET_CXXFLAGS = None
CXXFLAGS = Some(" -DWINAPI_FAMILY=WINAPI_FAMILY_APP")
CRATE_CC_NO_DEFAULTS = None
CARGO_CFG_TARGET_FEATURE = Some("fxsr,mmx,sse,sse2")
DEBUG = Some("true")
CXX_x86_64-uwp-windows-msvc = None
CXX_x86_64_uwp_windows_msvc = None
TARGET_CXX = None
CXX = Some("clang-cl.exe")
CXXFLAGS_x86_64-uwp-windows-msvc = None
CXXFLAGS_x86_64_uwp_windows_msvc = None
TARGET_CXXFLAGS = None
CXXFLAGS = Some(" -DWINAPI_FAMILY=WINAPI_FAMILY_APP")
CRATE_CC_NO_DEFAULTS = None
CARGO_CFG_TARGET_FEATURE = Some("fxsr,mmx,sse,sse2")
CXX_x86_64-uwp-windows-msvc = None
CXX_x86_64_uwp_windows_msvc = None
TARGET_CXX = None
CXX = Some("clang-cl.exe")
CXXFLAGS_x86_64-uwp-windows-msvc = None
CXXFLAGS_x86_64_uwp_windows_msvc = None
TARGET_CXXFLAGS = None
CXXFLAGS = Some(" -DWINAPI_FAMILY=WINAPI_FAMILY_APP")
CRATE_CC_NO_DEFAULTS = None
CARGO_CFG_TARGET_FEATURE = Some("fxsr,mmx,sse,sse2")
CXX_x86_64-uwp-windows-msvc = None
CXX_x86_64_uwp_windows_msvc = None
TARGET_CXX = None
CXX = Some("clang-cl.exe")
CXXFLAGS_x86_64-uwp-windows-msvc = None
CXXFLAGS_x86_64_uwp_windows_msvc = None
TARGET_CXXFLAGS = None
CXXFLAGS = Some(" -DWINAPI_FAMILY=WINAPI_FAMILY_APP")
CRATE_CC_NO_DEFAULTS = None
CARGO_CFG_TARGET_FEATURE = Some("fxsr,mmx,sse,sse2")
CXX_x86_64-uwp-windows-msvc = None
CXX_x86_64_uwp_windows_msvc = None
TARGET_CXX = None
CXX = Some("clang-cl.exe")
CXXFLAGS_x86_64-uwp-windows-msvc = None
CXXFLAGS_x86_64_uwp_windows_msvc = None
TARGET_CXXFLAGS = None
CXXFLAGS = Some(" -DWINAPI_FAMILY=WINAPI_FAMILY_APP")
CRATE_CC_NO_DEFAULTS = None
CARGO_CFG_TARGET_FEATURE = Some("fxsr,mmx,sse,sse2")
CXX_x86_64-uwp-windows-msvc = None
CXX_x86_64_uwp_windows_msvc = None
TARGET_CXX = None
CXX = Some("clang-cl.exe")
CXXFLAGS_x86_64-uwp-windows-msvc = None
CXXFLAGS_x86_64_uwp_windows_msvc = None
TARGET_CXXFLAGS = None
CXXFLAGS = Some(" -DWINAPI_FAMILY=WINAPI_FAMILY_APP")
CRATE_CC_NO_DEFAULTS = None
CARGO_CFG_TARGET_FEATURE = Some("fxsr,mmx,sse,sse2")
running: "clang-cl.exe" "-nologo" "-MD" "-Z7" "-Brepro" "-m64" "-DWINAPI_FAMILY=WINAPI_FAMILY_APP" "-I" "C:\\Users\\ajeffrey\\github\\asajeffrey\\servo\\target\\x86_64-uwp-windows-msvc\\debug\\build\\mozjs_sys-2153329b700e2809\\out\\build\\dist/include" "-I" "C:\\Users\\ajeffrey\\github\\asajeffrey\\servo\\target\\x86_64-uwp-windows-msvc\\debug\\build\\mozjs_sys-2153329b700e2809\\out\\build\\js/src" "-FI" "C:\\Users\\ajeffrey\\github\\asajeffrey\\servo\\target\\x86_64-uwp-windows-msvc\\debug\\build\\mozjs_sys-2153329b700e2809\\out\\build/js/src/js-confdefs.h" "-DRUST_BINDGEN" "-DSTATIC_JS_API" "-DWIN32" "-D_CRT_USE_BUILTIN_OFFSETOF" "-FoC:\\Users\\ajeffrey\\github\\asajeffrey\\servo\\target\\x86_64-uwp-windows-msvc\\debug\\build\\mozjs_sys-2153329b700e2809\\out\\build\\glue\\src/jsglue.o" "-c" "src/jsglue.cpp"
cargo:warning=In file included from src/jsglue.cpp:7:
cargo:warning=In file included from src/jsglue.hpp:10:
cargo:warning=In file included from C:\Users\ajeffrey\github\asajeffrey\servo\target\x86_64-uwp-windows-msvc\debug\build\mozjs_sys-2153329b700e2809\out\build\dist/include\jsapi.h:12:
cargo:warning=In file included from C:\Users\ajeffrey\github\asajeffrey\servo\target\x86_64-uwp-windows-msvc\debug\build\mozjs_sys-2153329b700e2809\out\build\dist/include/mozilla/AlreadyAddRefed.h:12:
cargo:warning=C:\Users\ajeffrey\github\asajeffrey\servo\target\x86_64-uwp-windows-msvc\debug\build\mozjs_sys-2153329b700e2809\out\build\dist/include\mozilla/Assertions.h(238,1): warning: function declared 'noreturn' should not return [-Winvalid-noreturn]
cargo:warning=}
cargo:warning=^
cargo:warning=1 warning generated.
exit code: 0
AR_x86_64-uwp-windows-msvc = None
AR_x86_64_uwp_windows_msvc = None
TARGET_AR = None
AR = None
running: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.25.28610\\bin\\HostX64\\x64\\lib.exe" "-out:C:\\Users\\ajeffrey\\github\\asajeffrey\\servo\\target\\x86_64-uwp-windows-msvc\\debug\\build\\mozjs_sys-2153329b700e2809\\out\\build\\glue\\libjsglue.a" "-nologo" "C:\\Users\\ajeffrey\\github\\asajeffrey\\servo\\target\\x86_64-uwp-windows-msvc\\debug\\build\\mozjs_sys-2153329b700e2809\\out\\build\\glue\\src/jsglue.o"
exit code: 0
cargo:rustc-link-lib=static=jsglue
cargo:rustc-link-search=native=C:\Users\ajeffrey\github\asajeffrey\servo\target\x86_64-uwp-windows-msvc\debug\build\mozjs_sys-2153329b700e2809\out\build\glue
CXXSTDLIB_x86_64-uwp-windows-msvc = None
CXXSTDLIB_x86_64_uwp_windows_msvc = None
TARGET_CXXSTDLIB = None
CXXSTDLIB = None
--- stderr
thread 'main' panicked at 'Unable to find libclang: "couldn\'t find any valid shared libraries matching: [\'clang.dll\', \'libclang.dll\'], set the `LIBCLANG_PATH` environment variable to a path where one of these files can be found (invalid: [(C:\\Users\\ajeffrey\\github\\asajeffrey\\servo\\.servo\\msvc-dependencies\\llvm\\9.0.0\\bin\\libclang.dll: invalid DLL (64-bit))])"', C:\Users\ajeffrey\.cargo\registry\src\github.com-1ecc6299db9ec823\bindgen-0.53.2\src/lib.rs:1956:13
stack backtrace:
0: core::fmt::write
at /rustc/45ebd5808afd3df7ba842797c0fcd4447ddf30fb\/src\libcore\fmt\mod.rs:1069
1: std::io::Write::write_fmt<std::sys::windows::stdio::Stderr>
at /rustc/45ebd5808afd3df7ba842797c0fcd4447ddf30fb\/src\libstd\io\mod.rs:1427
2: std::sys_common::backtrace::_print
at /rustc/45ebd5808afd3df7ba842797c0fcd4447ddf30fb\/src\libstd\sys_common\backtrace.rs:62
3: std::sys_common::backtrace::print
at /rustc/45ebd5808afd3df7ba842797c0fcd4447ddf30fb\/src\libstd\sys_common\backtrace.rs:49
4: std::panicking::default_hook::{{closure}}
at /rustc/45ebd5808afd3df7ba842797c0fcd4447ddf30fb\/src\libstd\panicking.rs:198
5: std::panicking::default_hook
at /rustc/45ebd5808afd3df7ba842797c0fcd4447ddf30fb\/src\libstd\panicking.rs:218
6: std::panicking::rust_panic_with_hook
at /rustc/45ebd5808afd3df7ba842797c0fcd4447ddf30fb\/src\libstd\panicking.rs:509
7: std::panicking::begin_panic_handler
at /rustc/45ebd5808afd3df7ba842797c0fcd4447ddf30fb\/src\libstd\panicking.rs:417
8: core::panicking::panic_fmt
at /rustc/45ebd5808afd3df7ba842797c0fcd4447ddf30fb\/src\libcore\panicking.rs:111
9: core::option::expect_none_failed
at /rustc/45ebd5808afd3df7ba842797c0fcd4447ddf30fb\/src\libcore\option.rs:1211
10: core::result::Result<(), alloc::string::String>::expect<(),alloc::string::String>
at /rustc/45ebd5808afd3df7ba842797c0fcd4447ddf30fb\src\libcore\result.rs:961
11: core::ops::function::FnOnce::call_once<fn() -> alloc::sync::Arc<clang_sys::SharedLibrary>,()>
at /rustc/45ebd5808afd3df7ba842797c0fcd4447ddf30fb\src\libcore\ops\function.rs:232
12: std::sync::once::{{impl}}::call_once::{{closure}}<closure-0>
at /rustc/45ebd5808afd3df7ba842797c0fcd4447ddf30fb\src\libstd\sync\once.rs:264
13: std::sync::once::Once::call_inner
at /rustc/45ebd5808afd3df7ba842797c0fcd4447ddf30fb\/src\libstd\sync\once.rs:416
14: std::sync::once::Once::call_once<closure-0>
at /rustc/45ebd5808afd3df7ba842797c0fcd4447ddf30fb\src\libstd\sync\once.rs:264
15: bindgen::ensure_libclang_is_loaded::{{impl}}::deref::__stability
at C:\Users\ajeffrey\.cargo\registry\src\github.com-1ecc6299db9ec823\lazy_static-1.4.0\src\lib.rs:142
16: bindgen::ensure_libclang_is_loaded::{{impl}}::deref
at C:\Users\ajeffrey\.cargo\registry\src\github.com-1ecc6299db9ec823\lazy_static-1.4.0\src\lib.rs:144
17: bindgen::ensure_libclang_is_loaded
at C:\Users\ajeffrey\.cargo\registry\src\github.com-1ecc6299db9ec823\bindgen-0.53.2\src\lib.rs:1964
18: alloc::alloc::dealloc
at /rustc/45ebd5808afd3df7ba842797c0fcd4447ddf30fb\src\liballoc\alloc.rs:103
19: alloc::raw_vec::RawVec<u8, alloc::alloc::Global>::dealloc_buffer<u8,alloc::alloc::Global>
at /rustc/45ebd5808afd3df7ba842797c0fcd4447ddf30fb\src\liballoc\raw_vec.rs:713
20: build_script_build::build_jsapi_bindings
at .\build.rs:285
21: build_script_build::build_jsapi_bindings
at .\build.rs:285
22: build_script_build::main
at .\build.rs:59
23: std::rt::lang_start::{{closure}}<()>
at /rustc/45ebd5808afd3df7ba842797c0fcd4447ddf30fb\src\libstd\rt.rs:67
24: std::rt::lang_start_internal::{{closure}}::{{closure}}
at /rustc/45ebd5808afd3df7ba842797c0fcd4447ddf30fb\/src\libstd\rt.rs:52
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
Build FAILED in 0:01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment