jprendes / emception

Run Emscripten in the browser
Other
280 stars 34 forks source link

Build script for demo fails on macOS/Apple M1 as some .mjs files aren't found #30

Open s1gtrap opened 3 months ago

s1gtrap commented 3 months ago

I tried to get the demo to compile from the instructions in the README, but it seems to be failing regardless of what I do.

Following the instructions, running:

$ git clone https://github.com/jprendes/emception.git
$ cd emception
$ ./build-with-docker.sh
$ pushd demo
$ npm install

all executes fine, but running the build script right after doesn't:

$ npm run build

> build
> webpack --mode=production --stats-children

assets by status 10.5 MiB [cached] 13 assets
orphan modules 3.05 MiB [orphan] 362 modules
runtime modules 7.38 KiB 12 modules
built modules 6.52 MiB (javascript) 66.3 KiB (asset) [built]
  modules by path ./node_modules/monaco-editor/esm/vs/ 6.12 MiB (javascript) 66.3 KiB (asset) 276 modules
  modules by path ./node_modules/style-loader/dist/runtime/*.js 5.75 KiB 6 modules
  modules by path data:image/ 3.99 KiB 5 modules
  modules by path ./node_modules/css-loader/dist/runtime/*.js 2.91 KiB 3 modules
  modules by path ./node_modules/xterm/ 332 KiB
    ./node_modules/xterm/lib/xterm.js 327 KiB [built] [code generated]
    ./node_modules/css-loader/dist/cjs.js!./node_modules/xterm/css/xterm.css 4.56 KiB [built] [code generated]
  ./index.js + 11 modules 62.6 KiB [not cacheable] [built] [code generated]
  ./node_modules/xterm-addon-fit/lib/xterm-addon-fit.js 1.68 KiB [built] [code generated]
  ./node_modules/css-loader/dist/cjs.js!./style.css 4.09 KiB [built] [code generated]
  Entrypoint HtmlWebpackPlugin_0-0 =
  runtime modules 440 bytes 3 modules
  cacheable modules 521 bytes
    data:text/javascript,__webpack_public_path__ = __webpack_base_uri__ = htmlWebpackPluginPublicPath; 77 bytes [built] [code generated]
    ./node_modules/html-webpack-plugin/lib/loader.js!./node_modules/html-webpack-plugin/default_index.ejs 444 bytes [built] [code generated]

  Child HtmlWebpackCompiler compiled successfully

  assets by status 115 KiB [cached] 1 asset
  orphan modules 391 KiB [orphan] 34 modules
  runtime modules 221 bytes 1 module
  ./node_modules/monaco-editor/esm/vs/editor/editor.worker.js + 34 modules 392 KiB [built] [code generated]

  Child vs/editor/editor compiled successfully

  assets by status 6.49 MiB [cached] 6 assets
  orphan modules 31.3 KiB [orphan] 15 modules
  runtime modules 1.67 KiB 5 modules
  cacheable modules 388 KiB (javascript) 6.21 MiB (asset)
    modules by path ../build/emception/ 357 KiB (javascript) 6.21 MiB (asset)
      asset modules 210 bytes (javascript) 6.21 MiB (asset)
        modules by path ../build/emception/packages/*.br 126 bytes (javascript) 5.3 MiB (asset) 3 modules
        ../build/emception/wasm-package/wasm-package.wasm 42 bytes (javascript) 143 KiB (asset) [built] [code generated]
        ../build/emception/brotli/brotli.wasm 42 bytes (javascript) 786 KiB (asset) [built] [code generated]
      javascript modules 357 KiB
        ../build/emception/wasm-package/wasm-package.mjs 88.7 KiB [built] [code generated]
        ../build/emception/binaryen/binaryen-box.mjs 99 KiB [built] [code generated]
        ../build/emception/quicknode/quicknode.mjs 95.4 KiB [built] [code generated]
        ../build/emception/brotli/brotli.mjs 73.6 KiB [built] [code generated]
    ./emception.worker.js + 15 modules 31.5 KiB [built] [code generated]
    (ignored asset) 26 bytes [built] [code generated]

  ERROR in ../build/emception/LlvmBoxProcess.mjs 2:0-48
  Module not found: Error: Can't resolve './llvm/llvm-box.mjs' in '/Users/s1g/Workspaces/emception-master/build/emception'
  resolve './llvm/llvm-box.mjs' in '/Users/s1g/Workspaces/emception-master/build/emception'
    using description file: /Users/s1g/Workspaces/emception-master/package.json (relative path: ./build/emception)
      Field 'browser' doesn't contain a valid alias configuration
      using description file: /Users/s1g/Workspaces/emception-master/package.json (relative path: ./build/emception/llvm/llvm-box.mjs)
        Field 'browser' doesn't contain a valid alias configuration
        /Users/s1g/Workspaces/emception-master/build/emception/llvm/llvm-box.mjs doesn't exist
   @ ./emception.js 3:0-58 87:28-42
   @ ./emception.worker.js 2:0-39 4:22-31

  ERROR in ../build/emception/Python3Process.mjs 2:0-48
  Module not found: Error: Can't resolve './cpython/python.mjs' in '/Users/s1g/Workspaces/emception-master/build/emception'
  resolve './cpython/python.mjs' in '/Users/s1g/Workspaces/emception-master/build/emception'
    using description file: /Users/s1g/Workspaces/emception-master/package.json (relative path: ./build/emception)
      Field 'browser' doesn't contain a valid alias configuration
      using description file: /Users/s1g/Workspaces/emception-master/package.json (relative path: ./build/emception/cpython/python.mjs)
        Field 'browser' doesn't contain a valid alias configuration
        /Users/s1g/Workspaces/emception-master/build/emception/cpython/python.mjs doesn't exist
   @ ./emception.js 5:0-58 91:20-34 92:20-34 93:20-34
   @ ./emception.worker.js 2:0-39 4:22-31

  Child worker-loader /Users/s1g/Workspaces/emception-master/demo/emception.worker.js compiled with 2 errors
webpack 5.61.0 compiled with 2 errors in 14260 ms

Running ls ../build/emception gives:

$ ls ../build/emception/
AsyncInitializable.mjs BrotliProcess.mjs      LlvmBoxProcess.mjs     QuickNodeProcess.mjs   brotli                 index.html             packs.mjs
BinaryenBoxProcess.mjs EmProcess.mjs          Process.mjs            Thenable.mjs           cpython                llvm                   quicknode
BoxProcess.mjs         FileSystem.mjs         Python3Process.mjs     binaryen

so it looks like the primary modules are generated correctly, but their immediate successors aren't:

$ ls -l ../build/emception/llvm
total 0
$ ls -l ../build/emception/cpython
total 0

In fact it looks like they're not being generated at all:

$ find .. -name 'python.mjs'
<nothing>

For the record I also tried checking out 783fa10 (the same commit where the instructions were added), and it still fails (despite being run on a completely fresh clone):

$ npm run build

> build
> webpack --mode=production --stats-children

assets by status 10.2 MiB [cached] 11 assets
orphan modules 3.05 MiB [orphan] 362 modules
runtime modules 7.38 KiB 12 modules
built modules 6.52 MiB (javascript) 66.3 KiB (asset) [built]
  modules by path ./node_modules/monaco-editor/esm/vs/ 6.12 MiB (javascript) 66.3 KiB (asset) 276 modules
  modules by path ./node_modules/style-loader/dist/runtime/*.js 5.75 KiB 6 modules
  modules by path data:image/ 3.99 KiB 5 modules
  modules by path ./node_modules/css-loader/dist/runtime/*.js 2.91 KiB 3 modules
  modules by path ./node_modules/xterm/ 332 KiB
    ./node_modules/xterm/lib/xterm.js 327 KiB [built] [code generated]
    ./node_modules/css-loader/dist/cjs.js!./node_modules/xterm/css/xterm.css 4.56 KiB [built] [code generated]
  ./index.js + 11 modules 61.9 KiB [not cacheable] [built] [code generated]
  ./node_modules/xterm-addon-fit/lib/xterm-addon-fit.js 1.68 KiB [built] [code generated]
  ./node_modules/css-loader/dist/cjs.js!./style.css 4.09 KiB [built] [code generated]
  Entrypoint HtmlWebpackPlugin_0-0 =
  runtime modules 440 bytes 3 modules
  cacheable modules 514 bytes
    data:text/javascript,__webpack_public_path__ = __webpack_base_uri__ = htmlWebpackPluginPublicPath; 77 bytes [built] [code generated]
    ./node_modules/html-webpack-plugin/lib/loader.js!./node_modules/html-webpack-plugin/default_index.ejs 437 bytes [built] [code generated]

  Child HtmlWebpackCompiler compiled successfully

  assets by status 115 KiB [cached] 1 asset
  orphan modules 391 KiB [orphan] 34 modules
  runtime modules 221 bytes 1 module
  ./node_modules/monaco-editor/esm/vs/editor/editor.worker.js + 34 modules 392 KiB [built] [code generated]

  Child vs/editor/editor compiled successfully

  assets by status 6.22 MiB [cached] 4 assets
  orphan modules 325 KiB [orphan] 16 modules
  runtime modules 1.64 KiB 5 modules
  cacheable modules 329 KiB (javascript) 6.02 MiB (asset)
    modules by path ../build/emception/ 126 bytes (javascript) 6.02 MiB (asset)
      ../build/emception/root.pack.br 42 bytes (javascript) 5.12 MiB (asset) [built] [code generated]
      ../build/emception/wasm-package/wasm-package.wasm 42 bytes (javascript) 144 KiB (asset) [built] [code generated]
      ../build/emception/brotli/brotli.wasm 42 bytes (javascript) 785 KiB (asset) [built] [code generated]
    javascript modules 329 KiB
      ./emception.worker.js + 16 modules 329 KiB [built] [code generated]
      (ignored asset) 26 bytes [built] [code generated]

  ERROR in ../build/emception/LlvmBoxProcess.mjs 2:0-48
  Module not found: Error: Can't resolve './llvm/llvm-box.mjs' in '/Users/s1g/Workspaces/emception/build/emception'
   @ ./emception.worker.js 5:0-67 35:28-42

  ERROR in ../build/emception/PythonProcess.mjs 87:33-44
  export 'loadPyodide' (imported as 'loadPyodide') was not found in './pyodide/pyodide.mjs' (module has no exports)
   @ ./emception.worker.js 7:0-65 38:26-39 39:31-44

  ERROR in ../build/emception/PythonProcess.mjs 87:45-64
  export 'default' (imported as 'createPyodideModule') was not found in './pyodide/pyodide.asm.mjs' (module has no exports)
   @ ./emception.worker.js 7:0-65 38:26-39 39:31-44

  1 error has detailed information that is not shown.
  Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.

  Child worker-loader /Users/s1g/Workspaces/emception/demo/emception.worker.js compiled with 3 errors
webpack 5.61.0 compiled with 3 errors in 14623 ms

Am I missing a step in compilation or am I missing a dependency of sorts?

Johnn333 commented 3 months ago

How long did the "./build-with-docker.sh" script take to run? It's looking like these errors are caused because the JS & Wasm failed to generate in the first place.

Can we get a view of "$BUILD/llvm/bin/"?, There is some copying going on towards the end of the build process, we want to look at the directory its actually being built in.

Just to add aswell, BoxProcess.mjs, FileSystem.mjs, Python3Process.mjs etc all ship from within the repo, this doesn't mean we are having any success with the build.

s1gtrap commented 3 months ago

After running ./build-with-docker.sh again there were actually quite a lot of errors. First of all, it takes half an hour, so it is definitely doing something. But to answer your questions, $BUILD/llvm/bin/ doesn't even exist:

$ tree ../build/llvm/
../build/llvm/
├── CMakeCache.txt
├── CMakeFiles
│   └── cmake.check_cache
└── build.ninja

I see what you mean with copies, and noticed there were several errors that didn't outright terminate the build:

/Users/s1g/Workspaces/emception
configure: cmake -G Ninja -S /Users/s1g/Workspaces/emception/upstream/brotli/ -B /Users/s1g/Workspaces/emception/build/brotli/ -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_CROSSCOMPILING_EMULATOR=/emsdk/node/14.18.2_64bit/bin/node;--experimental-wasm-threads
-- Build type is 'Release'
-- Performing Test BROTLI_EMSCRIPTEN
-- Performing Test BROTLI_EMSCRIPTEN - Success
-- Compiler is EMSCRIPTEN
-- Looking for log2
-- Looking for log2 - found
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/s1g/Workspaces/emception/build/brotli
sed: preserving permissions for '/Users/s1g/Workspaces/emception/build/brotli/sedWV8fJN': Permission denied
sed: preserving permissions for '/Users/s1g/Workspaces/emception/build/brotli/sedzTYldi': Permission denied
[1/36] Building C object CMakeFiles/brotlienc-static.dir/c/enc/dictionary_hash.c.o
[2/36] Building C object CMakeFiles/brotlienc-static.dir/c/enc/command.c.o
[3/36] Building C object CMakeFiles/brotlienc-static.dir/c/enc/compound_dictionary.c.o
[4/36] Building C object CMakeFiles/brotlienc-static.dir/c/enc/brotli_bit_stream.c.o

Some emmake errors:

checking host system type... wasm32-unknown-emscripten
checking for --with-build-python... configure: error: invalid or missing build python binary "/Users/s1g/Workspaces/emception/build/cpython-native/python"
emconfigure: error: '/Users/s1g/Workspaces/emception/upstream/cpython/configure -C --host=wasm32-unknown-emscripten --build=x86_64-pc-linux-gnu --with-emscripten-target=browser --disable-wasm-dynamic-linking --with-suffix=.mjs --disable-wasm-preload --enable-wasm-js-module --with-build-python=/Users/s1g/Workspaces/emception/build/cpython-native/python' failed (returned 1)
make: make -j10
make: *** No targets specified and no makefile found.  Stop.
emmake: error: 'make -j10' failed (returned 2)
/Users/s1g/Workspaces/emception
/Users/s1g/Workspaces/emception/build/cpython /Users/s1g/Workspaces/emception
make: make -j10
make: *** No targets specified and no makefile found.  Stop.
emmake: error: 'make -j10' failed (returned 2)

Even some JS errors:

file:///Users/s1g/Workspaces/emception/packs/emscripten/split_packages.js:1
const cp = require("child_process");
           ^

ReferenceError: require is not defined in ES module scope, you can use import instead
This file is being treated as an ES module because it has a '.js' file extension and '/Users/s1g/Workspaces/emception/package.json' contains "type": "module". To treat it as a CommonJS script, rename it to use the '.cjs' file extension.
    at file:///Users/s1g/Workspaces/emception/packs/emscripten/split_packages.js:1:12
    at ModuleJob.run (internal/modules/esm/module_job.js:183:25)
    at async Loader.import (internal/modules/esm/loader.js:178:24)
    at async Object.loadESM (internal/process/esm_loader.js:68:5)

But I think the most pressing issue is the fact that the directories you mentioned don't exist, presumably because of a permissions issue:

/Users/s1g/Workspaces/emception/build/packs/emscripten/emscripten /Users/s1g/Workspaces/emception/build/packs/emscripten /Users/s1g/Workspaces/emception
/Users/s1g/Workspaces/emception/build/packs/emscripten /Users/s1g/Workspaces/emception
/Users/s1g/Workspaces/emception
cp: cannot stat '/Users/s1g/Workspaces/emception/build/cpython/usr/local/lib/python3.*': No such file or directory
unzip:  cannot find or open /Users/s1g/Workspaces/emception/build/cpython/usr/local/lib/python3*.zip, /Users/s1g/Workspaces/emception/build/cpython/usr/local/lib/python3*.zip.zip or /Users/s1g/Workspaces/emception/build/cpython/usr/local/lib/python3*.zip.ZIP.

No zipfiles found.
/Users/s1g/Workspaces/emception/build/packs/cpython /Users/s1g/Workspaces/emception
/Users/s1g/Workspaces/emception
/Users/s1g/Workspaces/emception/build/packs/wasm /Users/s1g/Workspaces/emception
cp: cannot stat '../../llvm/bin/llvm-box.wasm': No such file or directory
cp: cannot stat '../../cpython/python.wasm': No such file or directory

But I have a really hard time imagining why that'd be, because I've never run into permission issues with Docker before and the directory belongs to me. I tried to log the entire build process but tee decided to truncate the file for some reason..

Johnn333 commented 3 months ago

Hmm, I think its best we try and diagonse any issues with the LLVM build first, as its the first thing happening. Looks like some configuration is happening, which is good, but when it comes to running CMake something must be off. Do you have a console log for that? If permissions seem to be an issue, it could be an issue with your docker setup...

I assume you have ran "$ sudo usermod -aG docker $USER" at some point?

s1gtrap commented 3 months ago

I tried to tee the whole compilation but it truncated it for some reason, I'll run another, but in response to the Docker permissions I don't think that is required on macOS. Firstly, usermod isn't a command on macOS and trying to list the groups with dscl . list /groups shows no docker group, and I believe all of Docker is running under my own user.

The rerun went awful, as in it took about 4x as long and the output here has been split for only god knows why (although it's presumably the same reason tee failed in the run prior), but the first half was printed to my terminal despite piping everything to build-with-docker.output.log:

$ ./build-with-docker.sh 2>&1 > build-with-docker.output.log
[+] Building 0.7s (7/7) FINISHED                                                                                                                                                                 docker:desktop-linux
 => [internal] load build definition from Dockerfile                                                                                                                                                             0.0s
 => => transferring dockerfile: 804B                                                                                                                                                                             0.0s
 => [internal] load metadata for docker.io/emscripten/emsdk:3.1.24                                                                                                                                               0.6s
 => [internal] load .dockerignore                                                                                                                                                                                0.0s
 => => transferring context: 2B                                                                                                                                                                                  0.0s
 => [1/3] FROM docker.io/emscripten/emsdk:3.1.24@sha256:41a295159bab31f36261e6f3616dc44efc1207bc396e488a30530e40085d8cfe                                                                                         0.0s
 => CACHED [2/3] RUN DEBIAN_FRONTEND=noninteractive apt --no-install-recommends -qy update &&     DEBIAN_FRONTEND=noninteractive apt --no-install-recommends -qy install     docker.io     pkg-config     ninja  0.0s
 => CACHED [3/3] RUN mkdir -p /.npm && chmod a+rwx /.npm                                                                                                                                                         0.0s
 => exporting to image                                                                                                                                                                                           0.0s
 => => exporting layers                                                                                                                                                                                          0.0s
 => => writing image sha256:0782e7e9768828a827992878f261401c9d832a1f19b17cbf6d47c3072b370d73                                                                                                                     0.0s
 => => naming to docker.io/library/emception_build                                                                                                                                                               0.0s

View build details: docker-desktop://dashboard/build/desktop-linux/desktop-linux/z2wgmb5yv7kzyjrgxjd8g4l1q

What's Next?
  View a summary of image vulnerabilities and recommendations → docker scout quickview
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
shared:INFO: (Emscripten: Running sanity checks)
cache:INFO: generating system headers: sysroot_install.stamp... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot_install.stamp" for subsequent builds)
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libGL.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libGL.a" for subsequent builds)
system_libs:INFO: compiled 3 inputs
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libal.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libal.a" for subsequent builds)
system_libs:INFO: compiled 1 inputs
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libhtml5.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libhtml5.a" for subsequent builds)
system_libs:INFO: compiled 2 inputs
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libstubs.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libstubs.a" for subsequent builds)
system_libs:INFO: compiled 2 inputs
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libnoexit.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libnoexit.a" for subsequent builds)
system_libs:INFO: compiled 1 inputs
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libc.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libc.a" for subsequent builds)
system_libs:INFO: compiled 998 inputs
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libdlmalloc.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libdlmalloc.a" for subsequent builds)
system_libs:INFO: compiled 2 inputs
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libcompiler_rt.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libcompiler_rt.a" for subsequent builds)
system_libs:INFO: compiled 175 inputs
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libc++-noexcept.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libc++-noexcept.a" for subsequent builds)
system_libs:INFO: compiled 46 inputs
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libc++abi-noexcept.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libc++abi-noexcept.a" for subsequent builds)
system_libs:INFO: compiled 16 inputs
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libsockets.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libsockets.a" for subsequent builds)
system_libs:INFO: compiled 21 inputs
cache:INFO:  - ok
cache:INFO: generating system asset: sysroot/lib/wasm32-emscripten/struct_info.json... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/struct_info.json" for subsequent builds)
cache:INFO:  - ok
Cloning into '/Users/s1g/Workspaces/emception/upstream/llvm-project'...
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
/Users/s1g/Workspaces/emception/build-llvm.sh: line 25: pushd: /Users/s1g/Workspaces/emception/upstream/llvm-project/: No such file or directory
fatal: detected dubious ownership in repository at '/Users/s1g/Workspaces/emception'
To add an exception for this directory, call:

    git config --global --add safe.directory /Users/s1g/Workspaces/emception
fatal: detected dubious ownership in repository at '/Users/s1g/Workspaces/emception'
To add an exception for this directory, call:

    git config --global --add safe.directory /Users/s1g/Workspaces/emception
error: clang/lib/Driver/Job.cpp: No such file or directory
error: clang/tools/driver/CMakeLists.txt: No such file or directory
/Users/s1g/Workspaces/emception/build-llvm.sh: line 37: popd: directory stack empty
CMake Error: The source directory "/Users/s1g/Workspaces/emception/upstream/llvm-project/llvm" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
Error: /Users/s1g/Workspaces/emception/build/llvm-native is not a directory
configure: cmake -G Ninja -S /Users/s1g/Workspaces/emception/upstream/llvm-project/llvm/ -B /Users/s1g/Workspaces/emception/build/llvm/ -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=WebAssembly -DLLVM_ENABLE_PROJECTS=clang;lld;clang-tools-extra -DLLVM_ENABLE_DUMP=OFF -DLLVM_ENABLE_ASSERTIONS=OFF -DLLVM_ENABLE_EXPENSIVE_CHECKS=OFF -DLLVM_ENABLE_BACKTRACES=OFF -DLLVM_BUILD_TOOLS=OFF -DLLVM_ENABLE_THREADS=OFF -DLLVM_BUILD_LLVM_DYLIB=OFF -DLLVM_INCLUDE_TESTS=OFF -DLLVM_TABLEGEN=/Users/s1g/Workspaces/emception/build/llvm-native/bin/llvm-tblgen -DCLANG_TABLEGEN=/Users/s1g/Workspaces/emception/build/llvm-native/bin/clang-tblgen -DCMAKE_TOOLCHAIN_FILE=/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_CROSSCOMPILING_EMULATOR=/emsdk/node/14.18.2_64bit/bin/node;--experimental-wasm-threads
CMake Error: The source directory "/Users/s1g/Workspaces/emception/upstream/llvm-project/llvm" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
emcmake: error: 'cmake -G Ninja -S /Users/s1g/Workspaces/emception/upstream/llvm-project/llvm/ -B /Users/s1g/Workspaces/emception/build/llvm/ -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=WebAssembly -DLLVM_ENABLE_PROJECTS=clang;lld;clang-tools-extra -DLLVM_ENABLE_DUMP=OFF -DLLVM_ENABLE_ASSERTIONS=OFF -DLLVM_ENABLE_EXPENSIVE_CHECKS=OFF -DLLVM_ENABLE_BACKTRACES=OFF -DLLVM_BUILD_TOOLS=OFF -DLLVM_ENABLE_THREADS=OFF -DLLVM_BUILD_LLVM_DYLIB=OFF -DLLVM_INCLUDE_TESTS=OFF -DLLVM_TABLEGEN=/Users/s1g/Workspaces/emception/build/llvm-native/bin/llvm-tblgen -DCLANG_TABLEGEN=/Users/s1g/Workspaces/emception/build/llvm-native/bin/clang-tblgen -DCMAKE_TOOLCHAIN_FILE=/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_CROSSCOMPILING_EMULATOR=/emsdk/node/14.18.2_64bit/bin/node;--experimental-wasm-threads' failed (returned 1)
sed: can't read /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
sed: can't read /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
/Users/s1g/Workspaces/emception/build-llvm.sh: line 95: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
Error: /Users/s1g/Workspaces/emception/build/llvm is not a directory
Cloning into '/Users/s1g/Workspaces/emception/upstream/binaryen'...
Updating files: 100% (2381/2381), done.
From https://github.com/WebAssembly/binaryen
 * branch            8ab8e40d15a4d9f28ced76d28232f9e791f161d3 -> FETCH_HEAD
Updating files: 100% (1622/1622), done.
Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest'
Cloning into '/Users/s1g/Workspaces/emception/upstream/binaryen/third_party/googletest'...
configure: cmake -G Ninja -S /Users/s1g/Workspaces/emception/upstream/binaryen/ -B /Users/s1g/Workspaces/emception/build/binaryen/ -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_CROSSCOMPILING_EMULATOR=/emsdk/node/14.18.2_64bit/bin/node;--experimental-wasm-threads
fatal: No names found, cannot describe anything.
CMake Warning at CMakeLists.txt:54 (message):
  Error running git describe to determine version

CMake Warning (dev) at CMakeLists.txt:381 (add_library):
  ADD_LIBRARY called with SHARED option but the target platform does not
  support dynamic linking.  Building a STATIC library instead.  This may lead
  to problems.
This warning is for project developers.  Use -Wno-dev to suppress it.

sed: preserving permissions for '/Users/s1g/Workspaces/emception/build/binaryen/sedNwJI0a': Permission denied
sed: preserving permissions for '/Users/s1g/Workspaces/emception/build/binaryen/sedmjUPDE': Permission denied
sed: preserving permissions for '/Users/s1g/Workspaces/emception/build/binaryen/sedPpr208': Permission denied
sed: preserving permissions for '/Users/s1g/Workspaces/emception/build/binaryen/sedhvzwEA': Permission denied
sed: preserving permissions for '/Users/s1g/Workspaces/emception/build/binaryen/sedYLMKF2': Permission denied
sed: preserving permissions for '/Users/s1g/Workspaces/emception/build/binaryen/sedtjomau': Permission denied
Cloning into '/Users/s1g/Workspaces/emception/upstream/cpython'...
Updating files: 100% (4873/4873), done.
From https://github.com/python/cpython
 * branch            b8a9f13abb61bd91a368e2d3f339de736863050f -> FETCH_HEAD
Updating files: 100% (3662/3662), done.
error: patch failed: Modules/Setup.stdlib.in:118
error: Modules/Setup.stdlib.in: patch does not apply
error: Modules/_emception.c: No such file or directory
error: patch failed: configure.ac:1253
error: configure.ac: patch does not apply
/Users/s1g/Workspaces/emception/upstream/cpython/Objects/obmalloc.c:1450:1: warning: always_inline function might not be inlinable [-Wattributes]
 1450 | arena_map_get(block *p, int create)
      | ^~~~~~~~~~~~~
configure: /Users/s1g/Workspaces/emception/upstream/cpython/configure -C --host=wasm32-unknown-emscripten --build=x86_64-pc-linux-gnu --with-emscripten-target=browser --disable-wasm-dynamic-linking --with-suffix=.mjs --disable-wasm-preload --enable-wasm-js-module --with-build-python=/Users/s1g/Workspaces/emception/build/cpython-native/python
configure: WARNING: unrecognized options: --enable-wasm-js-module
configure: error: invalid or missing build python binary "/Users/s1g/Workspaces/emception/build/cpython-native/python"
emconfigure: error: '/Users/s1g/Workspaces/emception/upstream/cpython/configure -C --host=wasm32-unknown-emscripten --build=x86_64-pc-linux-gnu --with-emscripten-target=browser --disable-wasm-dynamic-linking --with-suffix=.mjs --disable-wasm-preload --enable-wasm-js-module --with-build-python=/Users/s1g/Workspaces/emception/build/cpython-native/python' failed (returned 1)
make: make -j10
make: *** No targets specified and no makefile found.  Stop.
emmake: error: 'make -j10' failed (returned 2)
make: make -j10
make: *** No targets specified and no makefile found.  Stop.
emmake: error: 'make -j10' failed (returned 2)
configure: cmake -G Ninja -S /Users/s1g/Workspaces/emception/quicknode/ -B /Users/s1g/Workspaces/emception/build/quicknode/ -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_CROSSCOMPILING_EMULATOR=/emsdk/node/14.18.2_64bit/bin/node;--experimental-wasm-threads
sed: preserving permissions for '/Users/s1g/Workspaces/emception/build/quicknode/sedWEUcZI': Permission denied
sed: preserving permissions for '/Users/s1g/Workspaces/emception/build/quicknode/sedRCESWa': Permission denied
Cloning into '/Users/s1g/Workspaces/emception/upstream/brotli'...
From https://github.com/google/brotli
 * branch            62662f87cdd96deda90ac817de94e3c4af75226a -> FETCH_HEAD
configure: cmake -G Ninja -S /Users/s1g/Workspaces/emception/upstream/brotli/ -B /Users/s1g/Workspaces/emception/build/brotli/ -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_CROSSCOMPILING_EMULATOR=/emsdk/node/14.18.2_64bit/bin/node;--experimental-wasm-threads
-- Compiler is EMSCRIPTEN
sed: preserving permissions for '/Users/s1g/Workspaces/emception/build/brotli/sediw5N3Q': Permission denied
sed: preserving permissions for '/Users/s1g/Workspaces/emception/build/brotli/sedlqBroi': Permission denied
cp: cannot stat '/Users/s1g/Workspaces/emception/build/llvm/bin/llvm-box.mjs': No such file or directory
cp: cannot stat '/Users/s1g/Workspaces/emception/build/cpython/python.mjs': No such file or directory

┌──────────────────────────────────────────────┐
│           npm update check failed            │
│     Try running with sudo or get access      │
│     to the local update config store via     │
│ sudo chown -R $USER:$(id -gn $USER) /.config │
└──────────────────────────────────────────────┘
permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/create": dial unix /var/run/docker.sock: connect: permission denied
must specify at least one container source
"docker rm" requires at least 1 argument.
See 'docker rm --help'.

Usage:  docker rm [OPTIONS] CONTAINER [CONTAINER...]

Remove one or more containers
file:///Users/s1g/Workspaces/emception/packs/emscripten/split_packages.js:1
const cp = require("child_process");
           ^

ReferenceError: require is not defined in ES module scope, you can use import instead
This file is being treated as an ES module because it has a '.js' file extension and '/Users/s1g/Workspaces/emception/package.json' contains "type": "module". To treat it as a CommonJS script, rename it to use the '.cjs' file extension.
    at file:///Users/s1g/Workspaces/emception/packs/emscripten/split_packages.js:1:12
    at ModuleJob.run (internal/modules/esm/module_job.js:183:25)
    at async Loader.import (internal/modules/esm/loader.js:178:24)
    at async Object.loadESM (internal/process/esm_loader.js:68:5)
cp: cannot stat '/Users/s1g/Workspaces/emception/build/cpython/usr/local/lib/python3.*': No such file or directory
unzip:  cannot find or open /Users/s1g/Workspaces/emception/build/cpython/usr/local/lib/python3*.zip, /Users/s1g/Workspaces/emception/build/cpython/usr/local/lib/python3*.zip.zip or /Users/s1g/Workspaces/emception/build/cpython/usr/local/lib/python3*.zip.ZIP.

No zipfiles found.
cp: cannot stat '../../llvm/bin/llvm-box.wasm': No such file or directory
cp: cannot stat '../../cpython/python.wasm': No such file or directory

```


and this is what was written to `build-with-docker.output.log` as intended:


```bash
$ cat build-with-docker.output.log
~/Workspaces/emception/docker ~/Workspaces/emception
~/Workspaces/emception
/Users/s1g/Workspaces/emception /Users/s1g/Workspaces/emception
/Users/s1g/Workspaces/emception
/Users/s1g/Workspaces/emception/upstream/binaryen /Users/s1g/Workspaces/emception
HEAD is now at 8ab8e40d1 [NFC] Rewrite PossibleContents::combine to be static (#5192)
Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929'
/Users/s1g/Workspaces/emception
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Building with -Wall
-- Building with -Werror
-- Building with -Wextra
-- Building with -Wno-unused-parameter
-- Building with -fno-omit-frame-pointer
-- Building with -fno-rtti
-- 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 -O2
-- Building with -UNDEBUG
-- Linking with -sSINGLE_FILE
-- Linking with -sALLOW_MEMORY_GROWTH
-- Building with -sDISABLE_EXCEPTION_CATCHING=0
-- Linking with -sDISABLE_EXCEPTION_CATCHING=0
-- Linking with -sNODERAWFS
-- Building with -flto
-- Building with -fcolor-diagnostics
-- Building libbinaryen as shared library.
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/s1g/Workspaces/emception/build/binaryen
/Users/s1g/Workspaces/emception /Users/s1g/Workspaces/emception
/Users/s1g/Workspaces/emception
[1/173] Building CXX object src/ir/CMakeFiles/ir.dir/intrinsics.cpp.o
[2/173] Building CXX object src/ir/CMakeFiles/ir.dir/ExpressionAnalyzer.cpp.o
[3/173] Building CXX object src/ir/CMakeFiles/ir.dir/names.cpp.o
[4/173] Building CXX object src/ir/CMakeFiles/ir.dir/memory-utils.cpp.o
[5/173] Building CXX object src/ir/CMakeFiles/ir.dir/drop.cpp.o
[6/173] Building CXX object src/ir/CMakeFiles/ir.dir/table-utils.cpp.o
[7/173] Building CXX object src/ir/CMakeFiles/ir.dir/eh-utils.cpp.o
[8/173] Building CXX object src/ir/CMakeFiles/ir.dir/ExpressionManipulator.cpp.o
[9/173] Building CXX object src/ir/CMakeFiles/ir.dir/module-utils.cpp.o
[10/173] Building CXX object src/ir/CMakeFiles/ir.dir/LocalStructuralDominance.cpp.o
[11/173] Building CXX object src/ir/CMakeFiles/ir.dir/properties.cpp.o
[12/173] Building CXX object src/ir/CMakeFiles/ir.dir/ReFinalize.cpp.o
[13/173] Building CXX object src/asmjs/CMakeFiles/asmjs.dir/asmangle.cpp.o
[14/173] Building CXX object src/asmjs/CMakeFiles/asmjs.dir/asm_v_wasm.cpp.o
[15/173] Building CXX object src/ir/CMakeFiles/ir.dir/module-splitting.cpp.o
[16/173] Building CXX object src/asmjs/CMakeFiles/asmjs.dir/shared-constants.cpp.o
[17/173] Building CXX object src/ir/CMakeFiles/ir.dir/stack-utils.cpp.o
[18/173] Building CXX object src/ir/CMakeFiles/ir.dir/lubs.cpp.o
[19/173] Building CXX object src/emscripten-optimizer/CMakeFiles/emscripten-optimizer.dir/optimizer-shared.cpp.o
[20/173] Building CXX object src/emscripten-optimizer/CMakeFiles/emscripten-optimizer.dir/simple_ast.cpp.o
[21/173] Building CXX object src/emscripten-optimizer/CMakeFiles/emscripten-optimizer.dir/parser.cpp.o
[22/173] Building CXX object src/ir/CMakeFiles/ir.dir/LocalGraph.cpp.o
[23/173] Building CXX object src/ir/CMakeFiles/ir.dir/type-updating.cpp.o
[24/173] Building CXX object src/passes/CMakeFiles/passes.dir/test_passes.cpp.o
[25/173] Building CXX object src/passes/CMakeFiles/passes.dir/AlignmentLowering.cpp.o
[26/173] Building CXX object src/cfg/CMakeFiles/cfg.dir/Relooper.cpp.o
[27/173] Building CXX object src/ir/CMakeFiles/ir.dir/possible-contents.cpp.o
[28/173] Building CXX object src/passes/CMakeFiles/passes.dir/param-utils.cpp.o
[29/173] Building CXX object src/passes/CMakeFiles/passes.dir/pass.cpp.o
[30/173] Building CXX object src/passes/CMakeFiles/passes.dir/AvoidReinterprets.cpp.o
[31/173] Building CXX object src/passes/CMakeFiles/passes.dir/CoalesceLocals.cpp.o
[32/173] Building CXX object src/passes/CMakeFiles/passes.dir/CodePushing.cpp.o
[33/173] Building CXX object src/passes/CMakeFiles/passes.dir/ConstHoisting.cpp.o
[34/173] Building CXX object src/passes/CMakeFiles/passes.dir/DeAlign.cpp.o
[35/173] Building CXX object src/passes/CMakeFiles/passes.dir/DWARF.cpp.o
[36/173] Building CXX object src/passes/CMakeFiles/passes.dir/DuplicateImportElimination.cpp.o
[37/173] Building CXX object src/passes/CMakeFiles/passes.dir/DeNaN.cpp.o
[38/173] Building CXX object src/passes/CMakeFiles/passes.dir/DataFlowOpts.cpp.o
[39/173] Building CXX object src/passes/CMakeFiles/passes.dir/ConstantFieldPropagation.cpp.o
[40/173] Building CXX object src/passes/CMakeFiles/passes.dir/DeadCodeElimination.cpp.o
[41/173] Building CXX object src/passes/CMakeFiles/passes.dir/DeadArgumentElimination.cpp.o
[42/173] Building CXX object src/passes/CMakeFiles/passes.dir/DuplicateFunctionElimination.cpp.o
[43/173] Building CXX object src/passes/CMakeFiles/passes.dir/ExtractFunction.cpp.o
[44/173] Building CXX object src/passes/CMakeFiles/passes.dir/Flatten.cpp.o
[45/173] Building CXX object src/passes/CMakeFiles/passes.dir/Directize.cpp.o
[46/173] Building CXX object src/passes/CMakeFiles/passes.dir/FuncCastEmulation.cpp.o
[47/173] Building CXX object src/passes/CMakeFiles/passes.dir/GenerateDynCalls.cpp.o
[48/173] Building CXX object src/passes/CMakeFiles/passes.dir/CodeFolding.cpp.o
[49/173] Building CXX object src/passes/CMakeFiles/passes.dir/GlobalEffects.cpp.o
[50/173] Building CXX object src/passes/CMakeFiles/passes.dir/GlobalStructInference.cpp.o
[51/173] Building CXX object src/passes/CMakeFiles/passes.dir/InstrumentLocals.cpp.o
[52/173] Building CXX object src/passes/CMakeFiles/passes.dir/GlobalRefining.cpp.o
[53/173] Building CXX object src/passes/CMakeFiles/passes.dir/InstrumentMemory.cpp.o
[54/173] Building CXX object src/passes/CMakeFiles/passes.dir/GUFA.cpp.o
[55/173] Building CXX object src/passes/CMakeFiles/passes.dir/GlobalTypeOptimization.cpp.o
[56/173] Building CXX object src/passes/CMakeFiles/passes.dir/Intrinsics.cpp.o
[57/173] Building CXX object src/passes/CMakeFiles/passes.dir/JSPI.cpp.o
[58/173] Building CXX object src/passes/CMakeFiles/passes.dir/LimitSegments.cpp.o
[59/173] Building CXX object src/passes/CMakeFiles/passes.dir/LegalizeJSInterface.cpp.o
[60/173] Building CXX object src/passes/CMakeFiles/passes.dir/LogExecution.cpp.o
[61/173] Building CXX object src/passes/CMakeFiles/passes.dir/Heap2Local.cpp.o
[62/173] Building CXX object src/passes/CMakeFiles/passes.dir/Memory64Lowering.cpp.o
[63/173] Building CXX object src/passes/CMakeFiles/passes.dir/Asyncify.cpp.o
[64/173] Building CXX object src/passes/CMakeFiles/passes.dir/I64ToI32Lowering.cpp.o
[65/173] Building CXX object src/tools/CMakeFiles/wasm-opt.dir/fuzzing/fuzzing.cpp.o
[66/173] Building CXX object src/passes/CMakeFiles/passes.dir/LocalSubtyping.cpp.o
[67/173] Building CXX object src/passes/CMakeFiles/passes.dir/MinifyImportsAndExports.cpp.o
[68/173] Building CXX object src/passes/CMakeFiles/passes.dir/LoopInvariantCodeMotion.cpp.o
[69/173] Building CXX object src/passes/CMakeFiles/passes.dir/MergeLocals.cpp.o
[70/173] Building CXX object src/passes/CMakeFiles/passes.dir/NameTypes.cpp.o
[71/173] Building CXX object src/passes/CMakeFiles/passes.dir/NameList.cpp.o
[72/173] Building CXX object src/passes/CMakeFiles/passes.dir/Inlining.cpp.o
[73/173] Building CXX object src/passes/CMakeFiles/passes.dir/Metrics.cpp.o
[74/173] Building CXX object src/passes/CMakeFiles/passes.dir/LocalCSE.cpp.o
[75/173] Building CXX object src/passes/CMakeFiles/passes.dir/MergeSimilarFunctions.cpp.o
[76/173] Building CXX object src/passes/CMakeFiles/passes.dir/OptimizeForJS.cpp.o
[77/173] Building CXX object src/passes/CMakeFiles/passes.dir/PickLoadSigns.cpp.o
[78/173] Building CXX object src/passes/CMakeFiles/passes.dir/OnceReduction.cpp.o
[79/173] Building CXX object src/passes/CMakeFiles/passes.dir/MemoryPacking.cpp.o
[80/173] Building CXX object src/passes/CMakeFiles/passes.dir/PrintFeatures.cpp.o
[81/173] Building CXX object src/passes/CMakeFiles/passes.dir/PrintFunctionMap.cpp.o
[82/173] Building CXX object src/passes/CMakeFiles/passes.dir/RoundTrip.cpp.o
[83/173] Building CXX object src/passes/CMakeFiles/passes.dir/MergeBlocks.cpp.o
[84/173] Building CXX object src/passes/CMakeFiles/passes.dir/PrintCallGraph.cpp.o
[85/173] Building CXX object src/passes/CMakeFiles/passes.dir/SetGlobals.cpp.o
[86/173] Building CXX object src/passes/CMakeFiles/passes.dir/OptimizeAddedConstants.cpp.o
[87/173] Building CXX object src/passes/CMakeFiles/passes.dir/Poppify.cpp.o
[88/173] Building CXX object src/passes/CMakeFiles/passes.dir/Strip.cpp.o
[89/173] Building CXX object src/passes/CMakeFiles/passes.dir/StripTargetFeatures.cpp.o
[90/173] Building CXX object src/passes/CMakeFiles/passes.dir/Print.cpp.o
[91/173] Building CXX object src/passes/CMakeFiles/passes.dir/RemoveMemory.cpp.o
[92/173] Building CXX object CMakeFiles/binaryen.dir/src/binaryen-c.cpp.o
[93/173] Building CXX object src/passes/CMakeFiles/passes.dir/RemoveImports.cpp.o
[94/173] Building CXX object src/passes/CMakeFiles/passes.dir/PostEmscripten.cpp.o
[95/173] Building CXX object src/passes/CMakeFiles/passes.dir/SignaturePruning.cpp.o
[96/173] Building CXX object src/passes/CMakeFiles/passes.dir/RedundantSetElimination.cpp.o
[97/173] Building CXX object src/passes/CMakeFiles/passes.dir/StackIR.cpp.o
[98/173] Building CXX object src/passes/CMakeFiles/passes.dir/RemoveUnusedNames.cpp.o
[99/173] Building CXX object src/passes/CMakeFiles/passes.dir/ReorderFunctions.cpp.o
[100/173] Building CXX object src/passes/CMakeFiles/passes.dir/RemoveUnusedModuleElements.cpp.o
[101/173] Building CXX object src/passes/CMakeFiles/passes.dir/SignatureRefining.cpp.o
[102/173] Building CXX object src/passes/CMakeFiles/passes.dir/RemoveNonJSOps.cpp.o
[103/173] Building CXX object src/passes/CMakeFiles/passes.dir/ReorderLocals.cpp.o
[104/173] Building CXX object src/passes/CMakeFiles/passes.dir/OptimizeInstructions.cpp.o
[105/173] Building CXX object src/passes/CMakeFiles/passes.dir/TrapMode.cpp.o
[106/173] Building CXX object src/passes/CMakeFiles/passes.dir/Precompute.cpp.o
[107/173] Building CXX object src/passes/CMakeFiles/passes.dir/ReReloop.cpp.o
[108/173] Building CXX object src/passes/CMakeFiles/passes.dir/SafeHeap.cpp.o
[109/173] Building CXX object src/passes/CMakeFiles/passes.dir/WasmIntrinsics.cpp.o
[110/173] Building CXX object src/support/CMakeFiles/support.dir/bits.cpp.o
[111/173] Building CXX object src/passes/CMakeFiles/passes.dir/Untee.cpp.o
[112/173] Building CXX object src/support/CMakeFiles/support.dir/archive.cpp.o
[113/173] Building CXX object src/passes/CMakeFiles/passes.dir/StackCheck.cpp.o
[114/173] Building CXX object src/passes/CMakeFiles/passes.dir/TypeRefining.cpp.o
[115/173] Building CXX object src/support/CMakeFiles/support.dir/colors.cpp.o
[116/173] Building CXX object src/passes/CMakeFiles/passes.dir/RemoveUnusedBrs.cpp.o
[117/173] Building CXX object src/passes/CMakeFiles/passes.dir/SSAify.cpp.o
[118/173] Building CXX object src/support/CMakeFiles/support.dir/debug.cpp.o
[119/173] Building CXX object src/passes/CMakeFiles/passes.dir/SpillPointers.cpp.o
[120/173] Building CXX object src/support/CMakeFiles/support.dir/safe_integer.cpp.o
[121/173] Building CXX object src/support/CMakeFiles/support.dir/command-line.cpp.o
[122/173] Building CXX object src/support/CMakeFiles/support.dir/istring.cpp.o
[123/173] Building CXX object src/support/CMakeFiles/support.dir/path.cpp.o
[124/173] Building CXX object src/support/CMakeFiles/support.dir/file.cpp.o
[125/173] Building CXX object src/passes/CMakeFiles/passes.dir/Souperify.cpp.o
[126/173] Building CXX object src/support/CMakeFiles/support.dir/utilities.cpp.o
[127/173] Building CXX object src/passes/CMakeFiles/passes.dir/SimplifyGlobals.cpp.o
[128/173] Building CXX object src/support/CMakeFiles/support.dir/threads.cpp.o
[129/173] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-debug.cpp.o
[130/173] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-emscripten.cpp.o
[131/173] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-interpreter.cpp.o
[132/173] Building CXX object src/wasm/CMakeFiles/wasm.dir/parsing.cpp.o
[133/173] Building CXX object src/passes/CMakeFiles/passes.dir/Vacuum.cpp.o
[134/173] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-io.cpp.o
[135/173] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm.cpp.o
[136/173] Building CXX object src/wasm/CMakeFiles/wasm.dir/wat-lexer.cpp.o
[137/173] Building CXX object src/tools/CMakeFiles/wasm-opt.dir/fuzzing/random.cpp.o
[138/173] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-stack.cpp.o
[139/173] Building CXX object src/tools/CMakeFiles/wasm-opt.dir/fuzzing/heap-types.cpp.o
[140/173] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-type.cpp.o
[141/173] Building CXX object src/passes/CMakeFiles/passes.dir/SimplifyLocals.cpp.o
[142/173] /Users/s1g/Workspaces/emception/build/tooling/wasm-transform.sh src/tools/CMakeFiles/wasm-opt.dir/fuzzing/fuzzing.cpp.o src/tools/CMakeFiles/wasm-opt.dir/fuzzing/fuzzing_binaryen-box.cpp.o
[143/173] /Users/s1g/Workspaces/emception/build/tooling/wasm-transform.sh src/tools/CMakeFiles/wasm-opt.dir/fuzzing/heap-types.cpp.o src/tools/CMakeFiles/wasm-opt.dir/fuzzing/heap-types_binaryen-box.cpp.o
[144/173] /Users/s1g/Workspaces/emception/build/tooling/wasm-transform.sh src/tools/CMakeFiles/wasm-opt.dir/fuzzing/random.cpp.o src/tools/CMakeFiles/wasm-opt.dir/fuzzing/random_binaryen-box.cpp.o
[145/173] cp /Users/s1g/Workspaces/emception/box_src/binaryen-box.cpp binaryen-box.cpp
[146/173] Building CXX object src/tools/CMakeFiles/wasm-as.dir/wasm-as.cpp.o
[147/173] /Users/s1g/Workspaces/emception/build/tooling/wasm-transform.sh src/tools/CMakeFiles/wasm-as.dir/wasm-as.cpp.o src/tools/CMakeFiles/wasm-as.dir/wasm-as_binaryen-box.cpp.o
[148/173] /Users/s1g/Workspaces/emception/build/tooling/codegen.sh wasm-as_defines.hpp wasm-as_entry.hpp wasm-as src/tools/CMakeFiles/wasm-as.dir/wasm-as_binaryen-box.cpp.o.metadata
[149/173] Building CXX object src/tools/CMakeFiles/wasm-emscripten-finalize.dir/wasm-emscripten-finalize.cpp.o
[150/173] /Users/s1g/Workspaces/emception/build/tooling/wasm-transform.sh src/tools/CMakeFiles/wasm-emscripten-finalize.dir/wasm-emscripten-finalize.cpp.o src/tools/CMakeFiles/wasm-emscripten-finalize.dir/wasm-emscripten-finalize_binaryen-box.cpp.o
[151/173] /Users/s1g/Workspaces/emception/build/tooling/codegen.sh wasm-emscripten-finalize_defines.hpp wasm-emscripten-finalize_entry.hpp wasm-emscripten-finalize src/tools/CMakeFiles/wasm-emscripten-finalize.dir/wasm-emscripten-finalize_binaryen-box.cpp.o.metadata
[152/173] Building CXX object src/wasm/CMakeFiles/wasm.dir/literal.cpp.o
[153/173] Building CXX object src/tools/CMakeFiles/wasm-metadce.dir/wasm-metadce.cpp.o
[154/173] /Users/s1g/Workspaces/emception/build/tooling/wasm-transform.sh src/tools/CMakeFiles/wasm-metadce.dir/wasm-metadce.cpp.o src/tools/CMakeFiles/wasm-metadce.dir/wasm-metadce_binaryen-box.cpp.o
[155/173] /Users/s1g/Workspaces/emception/build/tooling/codegen.sh wasm-metadce_defines.hpp wasm-metadce_entry.hpp wasm-metadce src/tools/CMakeFiles/wasm-metadce.dir/wasm-metadce_binaryen-box.cpp.o.metadata
[156/173] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-validator.cpp.o
[157/173] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-s-parser.cpp.o
[158/173] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-binary.cpp.o
[159/173] Building CXX object src/tools/CMakeFiles/wasm-shell.dir/wasm-shell.cpp.o
[160/173] /Users/s1g/Workspaces/emception/build/tooling/wasm-transform.sh src/tools/CMakeFiles/wasm-shell.dir/wasm-shell.cpp.o src/tools/CMakeFiles/wasm-shell.dir/wasm-shell_binaryen-box.cpp.o
[161/173] Building CXX object src/tools/CMakeFiles/wasm-ctor-eval.dir/wasm-ctor-eval.cpp.o
[162/173] /Users/s1g/Workspaces/emception/build/tooling/codegen.sh wasm-shell_defines.hpp wasm-shell_entry.hpp wasm-shell src/tools/CMakeFiles/wasm-shell.dir/wasm-shell_binaryen-box.cpp.o.metadata
[163/173] /Users/s1g/Workspaces/emception/build/tooling/wasm-transform.sh src/tools/CMakeFiles/wasm-ctor-eval.dir/wasm-ctor-eval.cpp.o src/tools/CMakeFiles/wasm-ctor-eval.dir/wasm-ctor-eval_binaryen-box.cpp.o
[164/173] /Users/s1g/Workspaces/emception/build/tooling/codegen.sh wasm-ctor-eval_defines.hpp wasm-ctor-eval_entry.hpp wasm-ctor-eval src/tools/CMakeFiles/wasm-ctor-eval.dir/wasm-ctor-eval_binaryen-box.cpp.o.metadata
[165/173] Building CXX object src/tools/CMakeFiles/wasm-opt.dir/wasm-opt.cpp.o
[166/173] /Users/s1g/Workspaces/emception/build/tooling/wasm-transform.sh src/tools/CMakeFiles/wasm-opt.dir/wasm-opt.cpp.o src/tools/CMakeFiles/wasm-opt.dir/wasm-opt_binaryen-box.cpp.o
[167/173] /Users/s1g/Workspaces/emception/build/tooling/codegen.sh wasm-opt_defines.hpp wasm-opt_entry.hpp wasm-opt src/tools/CMakeFiles/wasm-opt.dir/fuzzing/fuzzing_binaryen-box.cpp.o.metadata src/tools/CMakeFiles/wasm-opt.dir/fuzzing/heap-types_binaryen-box.cpp.o.metadata src/tools/CMakeFiles/wasm-opt.dir/fuzzing/random_binaryen-box.cpp.o.metadata src/tools/CMakeFiles/wasm-opt.dir/wasm-opt_binaryen-box.cpp.o.metadata
[168/173] /Users/s1g/Workspaces/emception/build/tooling/merge_codegen.sh binaryen-box-entry-gen.hpp  wasm-as_entry.hpp wasm-ctor-eval_entry.hpp wasm-emscripten-finalize_entry.hpp wasm-metadce_entry.hpp wasm-opt_entry.hpp wasm-shell_entry.hpp
[169/173] /Users/s1g/Workspaces/emception/build/tooling/merge_codegen.sh binaryen-box-define-gen.hpp  wasm-as_defines.hpp wasm-ctor-eval_defines.hpp wasm-emscripten-finalize_defines.hpp wasm-metadce_defines.hpp wasm-opt_defines.hpp wasm-shell_defines.hpp
[170/173] Building CXX object binaryen-box.cpp.o
[171/173] Building CXX object src/wasm/CMakeFiles/wasm.dir/wat-parser.cpp.o
[172/173] Linking CXX static library lib/libbinaryen.a
[173/173] Linking CXX executable bin/binaryen-box.mjs
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/libstubs.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libstubs.a" for subsequent builds)
system_libs:INFO: compiled 2 inputs
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/libc.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libc.a" for subsequent builds)
system_libs:INFO: compiled 998 inputs
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/libc++.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libc++.a" for subsequent builds)
system_libs:INFO: compiled 46 inputs
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/libc++abi.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libc++abi.a" for subsequent builds)
system_libs:INFO: compiled 15 inputs
cache:INFO:  - ok
/Users/s1g/Workspaces/emception/upstream/cpython /Users/s1g/Workspaces/emception
HEAD is now at b8a9f13abb gh-97616: test_list_resize_overflow() uses sys.maxsize (#99057)
/Users/s1g/Workspaces/emception
/Users/s1g/Workspaces/emception/upstream/cpython /Users/s1g/Workspaces/emception
/Users/s1g/Workspaces/emception
/Users/s1g/Workspaces/emception/build/cpython-native /Users/s1g/Workspaces/emception
configure: creating cache config.cache
checking for git... found
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for Python interpreter freezing... ./_bootstrap_python
checking for python3.12... no
checking for python3.11... no
checking for python3.10... no
checking for python3.9... no
checking for python3.8... python3.8
checking Python for regen version... Python 3.8.10
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for --enable-universalsdk... no
checking for --with-universal-archs... no
checking MACHDEP... "linux"
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... /usr/bin/grep -E
checking for CC compiler name... gcc
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for g++... no
configure:

  By default, distutils will build C++ extension modules with "g++".
  If this is not intended, then set CXX on the configure command line.

checking for the platform triplet based on compiler characteristics... x86_64-linux-gnu
checking for multiarch... x86_64-linux-gnu
checking for PEP 11 support tier... x86_64-pc-linux-gnu/gcc has tier 1 (supported)
checking for -Wl,--no-as-needed... yes
checking for the Android API level... not Android
checking for --with-emscripten-target... 
checking for --enable-wasm-dynamic-linking... missing
checking for --enable-wasm-pthreads... missing
checking for --with-suffix... 
checking for case-insensitive build directory... yes
checking LIBRARY... libpython$(VERSION)$(ABIFLAGS).a
checking LINKCC... $(PURIFY) $(CC)
checking EXPORTSYMS... 
checking for GNU ld... yes
checking for --enable-shared... no
checking for --with-static-libpython... yes
checking for --enable-profiling... no
checking LDLIBRARY... checking HOSTRUNNER... 
libpython$(VERSION)$(ABIFLAGS).a
checking for ar... ar
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for --with-pydebug... no
checking for --with-trace-refs... no
checking for --enable-pystats... no
checking for --with-assertions... no
checking for --enable-optimizations... no
checking PROFILE_TASK... -m test --pgo --timeout=$(TESTTIMEOUT)
checking for --with-lto... no
checking for --enable-bolt... no
checking for llvm-profdata... no
checking if gcc supports -Og optimization level... yes
checking if we can add -Wextra... yes
checking whether gcc -fno-strict-aliasing accepts and needs -fno-strict-aliasing... no
checking if we can disable gcc unused-parameter warning... yes
checking if we can disable gcc missing-field-initializers warning... yes
checking if we can enable gcc sign-compare warning... yes
checking if we can enable gcc unreachable-code warning... yes
checking if we can enable gcc strict-prototypes warning... no
checking if we can make implicit function declaration an error in gcc -Werror=implicit-function-declaration... yes
checking if we can use visibility in gcc -fvisibility=hidden... yes
checking whether pthreads are available without options... no
checking whether gcc accepts -Kpthread... no
checking whether gcc accepts -Kthread... no
checking whether gcc accepts -pthread... yes
checking whether g++ also accepts flags for thread support... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking asm/types.h usability... yes
checking asm/types.h presence... yes
checking for asm/types.h... yes
checking bluetooth.h usability... no
checking bluetooth.h presence... no
checking for bluetooth.h... no
checking conio.h usability... no
checking conio.h presence... no
checking for conio.h... no
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking linux/auxvec.h usability... yes
checking linux/auxvec.h presence... yes
checking for linux/auxvec.h... yes
checking sys/auxv.h usability... yes
checking sys/auxv.h presence... yes
checking for sys/auxv.h... yes
checking linux/fs.h usability... yes
checking linux/fs.h presence... yes
checking for linux/fs.h... yes
checking linux/memfd.h usability... yes
checking linux/memfd.h presence... yes
checking for linux/memfd.h... yes
checking linux/random.h usability... yes
checking linux/random.h presence... yes
checking for linux/random.h... yes
checking linux/soundcard.h usability... yes
checking linux/soundcard.h presence... yes
checking for linux/soundcard.h... yes
checking linux/tipc.h usability... yes
checking linux/tipc.h presence... yes
checking for linux/tipc.h... yes
checking linux/wait.h usability... yes
checking linux/wait.h presence... yes
checking for linux/wait.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netpacket/packet.h usability... yes
checking netpacket/packet.h presence... yes
checking for netpacket/packet.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking shadow.h usability... yes
checking shadow.h presence... yes
checking for shadow.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking spawn.h usability... yes
checking spawn.h presence... yes
checking for spawn.h... yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking sys/audioio.h usability... no
checking sys/audioio.h presence... no
checking for sys/audioio.h... no
checking sys/bsdtty.h usability... no
checking sys/bsdtty.h presence... no
checking for sys/bsdtty.h... no
checking sys/devpoll.h usability... no
checking sys/devpoll.h presence... no
checking for sys/devpoll.h... no
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking sys/eventfd.h usability... yes
checking sys/eventfd.h presence... yes
checking for sys/eventfd.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/kern_control.h usability... no
checking sys/kern_control.h presence... no
checking for sys/kern_control.h... no
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking sys/lock.h usability... no
checking sys/lock.h presence... no
checking for sys/lock.h... no
checking sys/memfd.h usability... no
checking sys/memfd.h presence... no
checking for sys/memfd.h... no
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/modem.h usability... no
checking sys/modem.h presence... no
checking for sys/modem.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/random.h usability... yes
checking sys/random.h presence... yes
checking for sys/random.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/sendfile.h usability... yes
checking sys/sendfile.h presence... yes
checking for sys/sendfile.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking for sys/stat.h... (cached) yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/sys_domain.h usability... no
checking sys/sys_domain.h presence... no
checking for sys/sys_domain.h... no
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/sysmacros.h usability... yes
checking sys/sysmacros.h presence... yes
checking for sys/sysmacros.h... yes
checking sys/termio.h usability... no
checking sys/termio.h presence... no
checking for sys/termio.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/types.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/xattr.h usability... yes
checking sys/xattr.h presence... yes
checking for sys/xattr.h... yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether sys/types.h defines makedev... no
checking for sys/mkdev.h... (cached) no
checking for sys/sysmacros.h... (cached) yes
checking bluetooth/bluetooth.h usability... no
checking bluetooth/bluetooth.h presence... no
checking for bluetooth/bluetooth.h... no
checking for net/if.h... yes
checking for linux/netlink.h... yes
checking for linux/qrtr.h... yes
checking for linux/vm_sockets.h... yes
checking for linux/can.h... yes
checking for linux/can/bcm.h... yes
checking for linux/can/j1939.h... yes
checking for linux/can/raw.h... yes
checking for netcan/can.h... no
checking for clock_t in time.h... yes
checking for makedev... yes
checking for le64toh... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for ssize_t... yes
checking for __uint128_t... yes
checking size of int... 4
checking size of long... 8
checking alignment of long... 8
checking size of long long... 8
checking size of void *... 8
checking size of short... 2
checking size of float... 4
checking size of double... 8
checking size of fpos_t... 16
checking size of size_t... 8
checking alignment of size_t... 8
checking size of pid_t... 4
checking size of uintptr_t... 8
checking for long double... yes
checking size of long double... 16
checking size of _Bool... 1
checking size of off_t... 8
checking whether to enable large file support... no
checking size of time_t... 8
checking for pthread_t... yes
checking size of pthread_t... 8
checking size of pthread_key_t... 4
checking whether pthread_key_t is compatible with int... yes
checking for --enable-framework... no
checking for --with-dsymutil... no
checking for dyld... no
checking for --with-address-sanitizer... no
checking for --with-memory-sanitizer... no
checking for --with-undefined-behavior-sanitizer... no
checking the extension of shared libraries... .so
checking LDSHARED... $(CC) -shared
checking BLDSHARED flags... $(CC) -shared
checking CCSHARED... -fPIC
checking LINKFORSHARED... -Xlinker -export-dynamic
checking CFLAGSFORSHARED... 
checking SHLIBS... $(LIBS)
checking perf trampoline... yes
checking for sendfile in -lsendfile... no
checking for dlopen in -ldl... yes
checking for shl_load in -ldld... no
checking uuid.h usability... no
checking uuid.h presence... no
checking for uuid.h... no
checking for LIBUUID... no
checking uuid/uuid.h usability... no
checking uuid/uuid.h presence... no
checking for uuid/uuid.h... no
checking for uuid/uuid.h... (cached) no
checking for library containing sem_init... -lpthread
checking for textdomain in -lintl... no
checking aligned memory access is required... no
checking for --with-hash-algorithm... default
checking for --with-tzpath... "/usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/zoneinfo:/etc/zoneinfo"
checking for t_open in -lnsl... no
checking for socket in -lsocket... no
checking for --with-libs... no
checking for --with-system-expat... no
checking for --with-system-ffi... yes
checking for LIBFFI... no
checking ffi.h usability... no
checking ffi.h presence... no
checking for ffi.h... no
checking for --with-system-libmpdec... no
checking for --with-decimal-contextvar... yes
checking for decimal libmpdec machine... uint128
checking for LIBNSL... no
checking for library containing yp_match... -lnsl
checking rpc/rpc.h usability... yes
checking rpc/rpc.h presence... yes
checking for rpc/rpc.h... yes
checking for LIBSQLITE3... no
checking sqlite3.h usability... no
checking sqlite3.h presence... no
checking for sqlite3.h... no
checking for --enable-loadable-sqlite-extensions... no
checking gdbm.h usability... no
checking gdbm.h presence... no
checking for gdbm.h... no
checking ndbm.h usability... no
checking ndbm.h presence... no
checking for ndbm.h... no
checking for ndbm presence and linker args...  ()
checking gdbm/ndbm.h usability... no
checking gdbm/ndbm.h presence... no
checking for gdbm/ndbm.h... no
checking gdbm-ndbm.h usability... no
checking gdbm-ndbm.h presence... no
checking for gdbm-ndbm.h... no
checking db.h usability... no
checking db.h presence... no
checking for db.h... no
checking for --with-dbmliborder... gdbm:ndbm:bdb
checking for _dbm module CFLAGS and LIBS...  
checking if PTHREAD_SCOPE_SYSTEM is supported... yes
checking for pthread_sigmask... yes
checking for pthread_getcpuclockid... yes
checking if --enable-ipv6 is specified... yes
checking if RFC2553 API is available... yes
checking ipv6 stack type... linux-glibc
checking CAN_RAW_FD_FRAMES... yes
checking for CAN_RAW_JOIN_FILTERS... yes
checking for --with-doc-strings... yes
checking for --with-pymalloc... yes
checking for --with-freelists... yes
checking for --with-c-locale-coercion... yes
checking for --with-valgrind... no
checking for --with-dtrace... no
checking for dlopen... yes
checking DYNLOADFILE... dynload_shlib.o
checking MACHDEP_OBJS... none
checking for accept4... yes
checking for alarm... yes
checking for bind_textdomain_codeset... yes
checking for chmod... yes
checking for chown... yes
checking for clock... yes
checking for close_range... no
checking for confstr... yes
checking for copy_file_range... yes
checking for ctermid... yes
checking for dup... yes
checking for dup3... yes
checking for execv... yes
checking for explicit_bzero... yes
checking for explicit_memset... no
checking for faccessat... yes
checking for fchmod... yes
checking for fchmodat... yes
checking for fchown... yes
checking for fchownat... yes
checking for fdopendir... yes
checking for fdwalk... no
checking for fexecve... yes
checking for fork... yes
checking for fork1... no
checking for fpathconf... yes
checking for fstatat... yes
checking for ftime... yes
checking for ftruncate... yes
checking for futimens... yes
checking for futimes... yes
checking for futimesat... yes
checking for gai_strerror... yes
checking for getegid... yes
checking for getentropy... yes
checking for geteuid... yes
checking for getgid... yes
checking for getgrgid... yes
checking for getgrgid_r... yes
checking for getgrnam_r... yes
checking for getgrouplist... yes
checking for getgroups... yes
checking for gethostname... yes
checking for getitimer... yes
checking for getloadavg... yes
checking for getlogin... yes
checking for getpeername... yes
checking for getpgid... yes
checking for getpid... yes
checking for getppid... yes
checking for getpriority... yes
checking for _getpty... no
checking for getpwent... yes
checking for getpwnam_r... yes
checking for getpwuid... yes
checking for getpwuid_r... yes
checking for getresgid... yes
checking for getresuid... yes
checking for getrusage... yes
checking for getsid... yes
checking for getspent... yes
checking for getspnam... yes
checking for getuid... yes
checking for getwd... yes
checking for if_nameindex... yes
checking for initgroups... yes
checking for kill... yes
checking for killpg... yes
checking for lchown... yes
checking for linkat... yes
checking for lockf... yes
checking for lstat... yes
checking for lutimes... yes
checking for madvise... yes
checking for mbrtowc... yes
checking for memrchr... yes
checking for mkdirat... yes
checking for mkfifo... yes
checking for mkfifoat... yes
checking for mknod... yes
checking for mknodat... yes
checking for mktime... yes
checking for mmap... yes
checking for mremap... yes
checking for nice... yes
checking for openat... yes
checking for opendir... yes
checking for pathconf... yes
checking for pause... yes
checking for pipe... yes
checking for pipe2... yes
checking for plock... no
checking for poll... yes
checking for posix_fadvise... yes
checking for posix_fallocate... yes
checking for posix_spawn... yes
checking for posix_spawnp... yes
checking for pread... yes
checking for preadv... yes
checking for preadv2... yes
checking for pthread_condattr_setclock... yes
checking for pthread_init... no
checking for pthread_kill... yes
checking for pwrite... yes
checking for pwritev... yes
checking for pwritev2... yes
checking for readlink... yes
checking for readlinkat... yes
checking for readv... yes
checking for realpath... yes
checking for renameat... yes
checking for rtpSpawn... no
checking for sched_get_priority_max... yes
checking for sched_rr_get_interval... yes
checking for sched_setaffinity... yes
checking for sched_setparam... yes
checking for sched_setscheduler... yes
checking for sem_clockwait... yes
checking for sem_getvalue... yes
checking for sem_open... yes
checking for sem_timedwait... yes
checking for sem_unlink... yes
checking for sendfile... yes
checking for setegid... yes
checking for seteuid... yes
checking for setgid... yes
checking for sethostname... yes
checking for setitimer... yes
checking for setlocale... yes
checking for setpgid... yes
checking for setpgrp... yes
checking for setpriority... yes
checking for setregid... yes
checking for setresgid... yes
checking for setresuid... yes
checking for setreuid... yes
checking for setsid... yes
checking for setuid... yes
checking for setvbuf... yes
checking for shutdown... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for sigfillset... yes
checking for siginterrupt... yes
checking for sigpending... yes
checking for sigrelse... yes
checking for sigtimedwait... yes
checking for sigwait... yes
checking for sigwaitinfo... yes
checking for snprintf... yes
checking for splice... yes
checking for strftime... yes
checking for strlcpy... no
checking for strsignal... yes
checking for symlinkat... yes
checking for sync... yes
checking for sysconf... yes
checking for system... yes
checking for tcgetpgrp... yes
checking for tcsetpgrp... yes
checking for tempnam... yes
checking for timegm... yes
checking for times... yes
checking for tmpfile... yes
checking for tmpnam... yes
checking for tmpnam_r... yes
checking for truncate... yes
checking for ttyname... yes
checking for umask... yes
checking for uname... yes
checking for unlinkat... yes
checking for utimensat... yes
checking for utimes... yes
checking for vfork... yes
checking for wait... yes
checking for wait3... yes
checking for wait4... yes
checking for waitid... yes
checking for waitpid... yes
checking for wcscoll... yes
checking for wcsftime... yes
checking for wcsxfrm... yes
checking for wmemcmp... yes
checking for writev... yes
checking whether dirfd is declared... yes
checking for chroot... yes
checking for link... yes
checking for symlink... yes
checking for fchdir... yes
checking for fsync... yes
checking for fdatasync... yes
checking for epoll_create... yes
checking for epoll_create1... yes
checking for kqueue... no
checking for prlimit... yes
checking for _dyld_shared_cache_contains_path... no
checking for memfd_create... yes
checking for eventfd... yes
checking for ctermid_r... no
checking for flock declaration... yes
checking for flock... yes
checking for flock in -lbsd... no
checking for getpagesize... yes
checking for broken unsetenv... no
checking for true... true
checking for inet_aton in -lc... yes
checking for chflags... no
checking for lchflags... no
checking for ZLIB... yes
checking for BZIP2... no
checking bzlib.h usability... no
checking bzlib.h presence... no
checking for bzlib.h... no
checking for LIBLZMA... no
checking lzma.h usability... no
checking lzma.h presence... no
checking for lzma.h... no
checking for hstrerror... yes
checking for getservbyname... yes
checking for getservbyport... yes
checking for gethostbyname... yes
checking for gethostbyaddr... yes
checking for getprotobyname... yes
checking for inet_aton... yes
checking for inet_ntoa... yes
checking for inet_pton... yes
checking for getpeername... (cached) yes
checking for getsockname... yes
checking for accept... yes
checking for bind... yes
checking for connect... yes
checking for listen... yes
checking for recvfrom... yes
checking for sendto... yes
checking for setsockopt... yes
checking for socket... yes
checking for setgroups... yes
checking for openpty... no
checking for openpty in -lutil... yes
checking for library containing login_tty... none required
checking for forkpty... yes
checking for fseek64... no
checking for fseeko... yes
checking for fstatvfs... yes
checking for ftell64... no
checking for ftello... yes
checking for statvfs... yes
checking for dup2... yes
checking for getpgrp... yes
checking for setpgrp... (cached) yes
checking for setns... yes
checking for unshare... yes
checking for LIBCRYPT... yes
checking for crypt or crypt_r... yes
checking for clock_gettime... yes
checking for clock_getres... yes
checking for clock_settime... yes
checking for clock_nanosleep... yes
checking for nanosleep... yes
checking for major, minor, and makedev... yes
checking for getaddrinfo... yes
checking getaddrinfo bug... no
checking for getnameinfo... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct stat.st_rdev... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_flags... no
checking for struct stat.st_gen... no
checking for struct stat.st_birthtime... no
checking for struct stat.st_blocks... yes
checking for struct passwd.pw_gecos... yes
checking for struct passwd.pw_passwd... yes
checking for siginfo_t.si_band... yes
checking for time.h that defines altzone... no
checking for addrinfo... yes
checking for sockaddr_storage... yes
checking for sockaddr_alg... yes
checking for an ANSI C-conforming const... yes
checking for working signed char... yes
checking for prototypes... yes
checking for socketpair... yes
checking if sockaddr has sa_len member... no
checking for gethostbyname_r... yes
checking gethostbyname_r with 6 args... yes
checking for __fpu_control... yes
checking for --with-libm=STRING... default LIBM="-lm"
checking for --with-libc=STRING... default LIBC=""
checking for x64 gcc inline assembler... yes
checking whether float word ordering is bigendian... no
checking whether we can use gcc inline assembler to get and set x87 control word... yes
checking whether we can use gcc inline assembler to get and set mc68881 fpcr... no
checking for x87-style double rounding... no
checking for acosh... yes
checking for asinh... yes
checking for atanh... yes
checking for erf... yes
checking for erfc... yes
checking for expm1... yes
checking for log1p... yes
checking for log2... yes
checking whether POSIX semaphores are enabled... yes
checking for broken sem_getvalue... no
checking whether RTLD_LAZY is declared... yes
checking whether RTLD_NOW is declared... yes
checking whether RTLD_GLOBAL is declared... yes
checking whether RTLD_LOCAL is declared... yes
checking whether RTLD_NODELETE is declared... yes
checking whether RTLD_NOLOAD is declared... yes
checking whether RTLD_DEEPBIND is declared... yes
checking whether RTLD_MEMBER is declared... no
checking digit size for Python's longs... no value specified
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking size of wchar_t... 4
checking whether wchar_t is signed... yes
checking whether wchar_t is usable... no
checking whether byte ordering is bigendian... no
checking ABIFLAGS... 
checking SOABI... cpython-312-x86_64-linux-gnu
checking LDVERSION... $(VERSION)$(ABIFLAGS)
checking for --with-platlibdir... no
checking for --with-wheel-pkg-dir... no
checking whether right shift extends the sign bit... yes
checking for getc_unlocked() and friends... yes
checking for LIBREADLINE... no
checking readline/readline.h usability... no
checking readline/readline.h presence... no
checking for readline/readline.h... no
checking how to link readline... no
checking for broken nice()... no
checking for broken poll()... no
checking for working tzset()... yes
checking for tv_nsec in struct stat... yes
checking for tv_nsec2 in struct stat... no
checking curses.h usability... no
checking curses.h presence... no
checking for curses.h... no
checking ncurses.h usability... no
checking ncurses.h presence... no
checking for ncurses.h... no
checking curses module flags... no
checking panel.h usability... no
checking panel.h presence... no
checking for panel.h... no
checking panel flags... no
checking for term.h... no
checking whether mvwdelch is an expression... no
checking whether WINDOW has _flags... no
checking for curses function is_pad... no
checking for curses function is_term_resized... no
checking for curses function resize_term... no
checking for curses function resizeterm... no
checking for curses function immedok... no
checking for curses function syncok... no
checking for curses function wchgat... no
checking for curses function filter... no
checking for curses function has_key... no
checking for curses function typeahead... no
checking for curses function use_env... no
configure: checking for device files
checking for /dev/ptmx... yes
checking for /dev/ptc... no
checking for socklen_t... yes
checking for broken mbstowcs... no
checking for --with-computed-gotos... no value specified
checking whether gcc -pthread supports computed gotos... yes
checking for build directories... done
checking for -O2... yes
checking for glibc _FORTIFY_SOURCE/memmove bug... no
checking for gcc ipa-pure-const bug... no
checking for stdatomic.h... yes
checking for builtin __atomic_load_n and __atomic_store_n functions... yes
checking for ensurepip... upgrade
checking if the dirent structure of a d_type field... yes
checking for the Linux getrandom() syscall... yes
checking for the getrandom() function... yes
checking for library containing shm_open... -lrt
checking for shm_open... yes
checking for shm_unlink... yes
checking for pkg-config... /usr/bin/pkg-config
checking for openssl/ssl.h in /usr/local/ssl... no
checking for openssl/ssl.h in /usr/lib/ssl... no
checking for openssl/ssl.h in /usr/ssl... no
checking for openssl/ssl.h in /usr/pkg... no
checking for openssl/ssl.h in /usr/local... no
checking for openssl/ssl.h in /usr... no
checking whether compiling and linking against OpenSSL works... no
checking for --with-openssl-rpath... 
checking whether OpenSSL provides required ssl module APIs... no
checking whether OpenSSL provides required hashlib module APIs... no
checking for --with-ssl-default-suites... python
checking for --with-builtin-hashlib-hashes... md5,sha1,sha256,sha512,sha3,blake2
checking for LIBB2... no
checking for --disable-test-modules... yes
checking for stdlib extension module _multiprocessing... yes
checking for stdlib extension module _posixshmem... yes
checking for stdlib extension module fcntl... yes
checking for stdlib extension module mmap... yes
checking for stdlib extension module _socket... yes
checking for stdlib extension module grp... yes
checking for stdlib extension module ossaudiodev... yes
checking for stdlib extension module pwd... yes
checking for stdlib extension module resource... yes
checking for stdlib extension module _scproxy... n/a
checking for stdlib extension module spwd... yes
checking for stdlib extension module syslog... yes
checking for stdlib extension module termios... yes
checking for stdlib extension module pyexpat... yes
checking for stdlib extension module _elementtree... yes
checking for stdlib extension module _md5... yes
checking for stdlib extension module _sha1... yes
checking for stdlib extension module _sha256... yes
checking for stdlib extension module _sha512... yes
checking for stdlib extension module _sha3... yes
checking for stdlib extension module _blake2... yes
checking for stdlib extension module _crypt... yes
checking for stdlib extension module _ctypes... missing
checking for stdlib extension module _curses... missing
checking for stdlib extension module _curses_panel... missing
checking for stdlib extension module _decimal... yes
checking for stdlib extension module _dbm... missing
checking for stdlib extension module _gdbm... missing
checking for stdlib extension module nis... yes
checking for stdlib extension module readline... missing
checking for stdlib extension module _sqlite3... disabled
checking for stdlib extension module _tkinter... missing
checking for stdlib extension module _uuid... missing
checking for stdlib extension module zlib... yes
checking for stdlib extension module _bz2... missing
checking for stdlib extension module _lzma... missing
checking for stdlib extension module _ssl... missing
checking for stdlib extension module _hashlib... missing
checking for stdlib extension module _testcapi... yes
checking for stdlib extension module _testinternalcapi... yes
checking for stdlib extension module _testbuffer... yes
checking for stdlib extension module _testimportmultiple... yes
checking for stdlib extension module _testmultiphase... yes
checking for stdlib extension module xxsubtype... yes
checking for stdlib extension module _xxtestfuzz... yes
checking for stdlib extension module _ctypes_test... missing
checking for stdlib extension module xxlimited... yes
checking for stdlib extension module xxlimited_35... yes
configure: updating cache config.cache
configure: creating ./config.status
config.status: creating Makefile.pre
config.status: creating Misc/python.pc
config.status: creating Misc/python-embed.pc
config.status: creating Misc/python-config.sh
config.status: creating Modules/Setup.bootstrap
config.status: creating Modules/Setup.stdlib
config.status: creating Modules/ld_so_aix
config.status: creating pyconfig.h
configure: creating Modules/Setup.local
configure: creating Makefile
configure:

If you want a release build with all stable optimizations active (PGO, etc),
please run ./configure --enable-optimizations

gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Programs/python.o /Users/s1g/Workspaces/emception/upstream/cpython/Programs/python.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Parser/token.o /Users/s1g/Workspaces/emception/upstream/cpython/Parser/token.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Parser/pegen.o /Users/s1g/Workspaces/emception/upstream/cpython/Parser/pegen.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Parser/pegen_errors.o /Users/s1g/Workspaces/emception/upstream/cpython/Parser/pegen_errors.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Parser/action_helpers.o /Users/s1g/Workspaces/emception/upstream/cpython/Parser/action_helpers.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Parser/parser.o /Users/s1g/Workspaces/emception/upstream/cpython/Parser/parser.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Parser/string_parser.o /Users/s1g/Workspaces/emception/upstream/cpython/Parser/string_parser.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Parser/peg_api.o /Users/s1g/Workspaces/emception/upstream/cpython/Parser/peg_api.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Parser/myreadline.o /Users/s1g/Workspaces/emception/upstream/cpython/Parser/myreadline.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Parser/tokenizer.o /Users/s1g/Workspaces/emception/upstream/cpython/Parser/tokenizer.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/abstract.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/abstract.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/boolobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/boolobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/bytes_methods.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/bytes_methods.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/bytearrayobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/bytearrayobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/bytesobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/bytesobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/call.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/call.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/capsule.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/capsule.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/cellobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/cellobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/classobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/classobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/codeobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/codeobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/complexobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/complexobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/descrobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/descrobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/enumobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/enumobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/exceptions.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/exceptions.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/genericaliasobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/genericaliasobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/genobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/genobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/fileobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/fileobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/floatobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/floatobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/frameobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/frameobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/funcobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/funcobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/interpreteridobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/interpreteridobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/iterobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/iterobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/listobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/listobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/longobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/longobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/dictobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/dictobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/odictobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/odictobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/memoryobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/memoryobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/methodobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/methodobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/moduleobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/moduleobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/namespaceobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/namespaceobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/object.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/object.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/obmalloc.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/obmalloc.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/picklebufobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/picklebufobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/rangeobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/rangeobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/setobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/setobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/sliceobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/sliceobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/structseq.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/structseq.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/tupleobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/tupleobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/typeobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/typeobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/unicodeobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/unicodeobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/unicodectype.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/unicodectype.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/unionobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/unionobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Objects/weakrefobject.o /Users/s1g/Workspaces/emception/upstream/cpython/Objects/weakrefobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/asm_trampoline.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/asm_trampoline.S
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/_warnings.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/_warnings.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/Python-ast.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/Python-ast.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/Python-tokenize.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/Python-tokenize.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/asdl.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/asdl.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/ast.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/ast.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/ast_opt.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/ast_opt.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/ast_unparse.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/ast_unparse.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/bltinmodule.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/bltinmodule.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/ceval.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/ceval.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/codecs.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/codecs.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/compile.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/compile.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/context.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/context.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/dynamic_annotations.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/dynamic_annotations.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/errors.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/errors.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/frame.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/frame.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/frozenmain.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/frozenmain.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/future.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/future.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/getargs.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/getargs.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/getcompiler.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/getcompiler.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/getcopyright.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/getcopyright.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -DPLATFORM='"linux"' -o Python/getplatform.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/getplatform.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/getversion.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/getversion.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/ceval_gil.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/ceval_gil.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/hamt.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/hamt.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/hashtable.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/hashtable.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/import.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/import.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -I. -o Python/importdl.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/importdl.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/initconfig.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/initconfig.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/marshal.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/marshal.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/modsupport.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/modsupport.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/mysnprintf.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/mysnprintf.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/mystrtoul.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/mystrtoul.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/pathconfig.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/pathconfig.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/preconfig.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/preconfig.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/pyarena.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/pyarena.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/pyctype.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/pyctype.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/pyfpe.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/pyfpe.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/pyhash.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/pyhash.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/pylifecycle.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/pylifecycle.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/pymath.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/pymath.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/pystate.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/pystate.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/pythonrun.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/pythonrun.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/pytime.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/pytime.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/bootstrap_hash.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/bootstrap_hash.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/specialize.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/specialize.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/structmember.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/structmember.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/symtable.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/symtable.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE \
    -DABIFLAGS='""' \
    -DMULTIARCH=\"x86_64-linux-gnu\" \
    -o Python/sysmodule.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/sysmodule.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/thread.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/thread.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/traceback.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/traceback.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/getopt.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/getopt.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/pystrcmp.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/pystrcmp.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/pystrtod.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/pystrtod.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/pystrhex.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/pystrhex.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE  -o Python/dtoa.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/dtoa.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/formatter_unicode.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/formatter_unicode.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/fileutils.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/fileutils.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/suggestions.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/suggestions.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/perf_trampoline.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/perf_trampoline.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE \
    -DSOABI='"cpython-312-x86_64-linux-gnu"' \
    -o Python/dynload_shlib.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/dynload_shlib.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Modules/main.o /Users/s1g/Workspaces/emception/upstream/cpython/Modules/main.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Modules/gcmodule.o /Users/s1g/Workspaces/emception/upstream/cpython/Modules/gcmodule.c
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/atexitmodule.c -o Modules/atexitmodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/faulthandler.c -o Modules/faulthandler.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/posixmodule.c -o Modules/posixmodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/signalmodule.c -o Modules/signalmodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_tracemalloc.c -o Modules/_tracemalloc.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_codecsmodule.c -o Modules/_codecsmodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/errnomodule.c -o Modules/errnomodule.o
gcc -pthread -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_io/_iomodule.c -o Modules/_io/_iomodule.o
gcc -pthread -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_io/iobase.c -o Modules/_io/iobase.o
gcc -pthread -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_io/fileio.c -o Modules/_io/fileio.o
gcc -pthread -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_io/bytesio.c -o Modules/_io/bytesio.o
gcc -pthread -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_io/bufferedio.c -o Modules/_io/bufferedio.o
gcc -pthread -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_io/textio.c -o Modules/_io/textio.o
gcc -pthread -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_io/stringio.c -o Modules/_io/stringio.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_sre/sre.c -o Modules/_sre/sre.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_threadmodule.c -o Modules/_threadmodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/timemodule.c -o Modules/timemodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_weakref.c -o Modules/_weakref.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_abc.c -o Modules/_abc.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_localemodule.c -o Modules/_localemodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_operator.c -o Modules/_operator.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_stat.c -o Modules/_stat.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/symtablemodule.c -o Modules/symtablemodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/pwdmodule.c -o Modules/pwdmodule.o
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Programs/_freeze_module.o /Users/s1g/Workspaces/emception/upstream/cpython/Programs/_freeze_module.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Modules/getpath_noop.o /Users/s1g/Workspaces/emception/upstream/cpython/Modules/getpath_noop.c
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/arraymodule.c -o Modules/arraymodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_asynciomodule.c -o Modules/_asynciomodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_bisectmodule.c -o Modules/_bisectmodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_contextvarsmodule.c -o Modules/_contextvarsmodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_csv.c -o Modules/_csv.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_heapqmodule.c -o Modules/_heapqmodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_json.c -o Modules/_json.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_lsprof.c -o Modules/_lsprof.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/rotatingtree.c -o Modules/rotatingtree.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_opcode.c -o Modules/_opcode.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_pickle.c -o Modules/_pickle.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_queuemodule.c -o Modules/_queuemodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_randommodule.c -o Modules/_randommodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_struct.c -o Modules/_struct.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_typingmodule.c -o Modules/_typingmodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_xxsubinterpretersmodule.c -o Modules/_xxsubinterpretersmodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_zoneinfo.c -o Modules/_zoneinfo.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/audioop.c -o Modules/audioop.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/mathmodule.c -o Modules/mathmodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/cmathmodule.c -o Modules/cmathmodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_statisticsmodule.c -o Modules/_statisticsmodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_datetimemodule.c -o Modules/_datetimemodule.o
gcc -pthread -c -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -o Modules/_decimal/libmpdec/basearith.o /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec/basearith.c
gcc -pthread -c -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -o Modules/_decimal/libmpdec/constants.o /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec/constants.c
gcc -pthread -c -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -o Modules/_decimal/libmpdec/context.o /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec/context.c
gcc -pthread -c -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -o Modules/_decimal/libmpdec/convolute.o /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec/convolute.c
gcc -pthread -c -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -o Modules/_decimal/libmpdec/crt.o /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec/crt.c
gcc -pthread -c -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -o Modules/_decimal/libmpdec/difradix2.o /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec/difradix2.c
gcc -pthread -c -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -o Modules/_decimal/libmpdec/fnt.o /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec/fnt.c
gcc -pthread -c -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -o Modules/_decimal/libmpdec/fourstep.o /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec/fourstep.c
gcc -pthread -c -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -o Modules/_decimal/libmpdec/io.o /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec/io.c
gcc -pthread -c -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -o Modules/_decimal/libmpdec/mpalloc.o /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec/mpalloc.c
gcc -pthread -c -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -o Modules/_decimal/libmpdec/mpdecimal.o /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec/mpdecimal.c
gcc -pthread -c -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -o Modules/_decimal/libmpdec/numbertheory.o /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec/numbertheory.c
gcc -pthread -c -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -o Modules/_decimal/libmpdec/sixstep.o /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec/sixstep.c
gcc -pthread -c -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -o Modules/_decimal/libmpdec/transpose.o /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec/transpose.c
gcc -pthread -DUSE_ZLIB_CRC32  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/binascii.c -o Modules/binascii.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/zlibmodule.c -o Modules/zlibmodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/md5module.c -o Modules/md5module.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/sha1module.c -o Modules/sha1module.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/sha256module.c -o Modules/sha256module.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/sha512module.c -o Modules/sha512module.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_sha3/sha3module.c -o Modules/_sha3/sha3module.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_blake2/blake2module.c -o Modules/_blake2/blake2module.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_blake2/blake2b_impl.c -o Modules/_blake2/blake2b_impl.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_blake2/blake2s_impl.c -o Modules/_blake2/blake2s_impl.o
gcc -pthread -c -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/expat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -o Modules/expat/xmlparse.o /Users/s1g/Workspaces/emception/upstream/cpython/Modules/expat/xmlparse.c
gcc -pthread -c -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/expat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -o Modules/expat/xmlrole.o /Users/s1g/Workspaces/emception/upstream/cpython/Modules/expat/xmlrole.c
gcc -pthread -c -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/expat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -o Modules/expat/xmltok.o /Users/s1g/Workspaces/emception/upstream/cpython/Modules/expat/xmltok.c
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/cjkcodecs/_codecs_cn.c -o Modules/cjkcodecs/_codecs_cn.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/cjkcodecs/_codecs_hk.c -o Modules/cjkcodecs/_codecs_hk.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/cjkcodecs/_codecs_iso2022.c -o Modules/cjkcodecs/_codecs_iso2022.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/cjkcodecs/_codecs_jp.c -o Modules/cjkcodecs/_codecs_jp.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/cjkcodecs/_codecs_kr.c -o Modules/cjkcodecs/_codecs_kr.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/cjkcodecs/_codecs_tw.c -o Modules/cjkcodecs/_codecs_tw.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/cjkcodecs/multibytecodec.c -o Modules/cjkcodecs/multibytecodec.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/unicodedata.c -o Modules/unicodedata.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_cryptmodule.c -o Modules/_cryptmodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/fcntlmodule.c -o Modules/fcntlmodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/grpmodule.c -o Modules/grpmodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/mmapmodule.c -o Modules/mmapmodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/nismodule.c -o Modules/nismodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/ossaudiodev.c -o Modules/ossaudiodev.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_posixsubprocess.c -o Modules/_posixsubprocess.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/resource.c -o Modules/resource.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/selectmodule.c -o Modules/selectmodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/socketmodule.c -o Modules/socketmodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/spwdmodule.c -o Modules/spwdmodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/syslogmodule.c -o Modules/syslogmodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/termios.c -o Modules/termios.o
gcc -pthread -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/_multiprocessing -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_multiprocessing/posixshmem.c -o Modules/_multiprocessing/posixshmem.o
gcc -pthread -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/_multiprocessing -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_multiprocessing/multiprocessing.c -o Modules/_multiprocessing/multiprocessing.o
gcc -pthread -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/_multiprocessing -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_multiprocessing/semaphore.c -o Modules/_multiprocessing/semaphore.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/xxsubtype.c -o Modules/xxsubtype.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_xxtestfuzz/_xxtestfuzz.c -o Modules/_xxtestfuzz/_xxtestfuzz.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_xxtestfuzz/fuzzer.c -o Modules/_xxtestfuzz/fuzzer.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_testbuffer.c -o Modules/_testbuffer.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_testinternalcapi.c -o Modules/_testinternalcapi.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_testcapimodule.c -o Modules/_testcapimodule.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_testcapi/vectorcall.c -o Modules/_testcapi/vectorcall.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_testcapi/vectorcall_limited.c -o Modules/_testcapi/vectorcall_limited.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_testcapi/heaptype.c -o Modules/_testcapi/heaptype.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_testcapi/unicode.c -o Modules/_testcapi/unicode.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_testimportmultiple.c -o Modules/_testimportmultiple.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_testmultiphase.c -o Modules/_testmultiphase.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/xxlimited.c -o Modules/xxlimited.o
gcc -pthread  -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/xxlimited_35.c -o Modules/xxlimited_35.o
/usr/bin/install -c -m 644 /Users/s1g/Workspaces/emception/upstream/cpython/Tools/gdb/libpython.py python.exe-gdb.py
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Programs/_testembed.o /Users/s1g/Workspaces/emception/upstream/cpython/Programs/_testembed.c
sed -e "s,/usr/bin/env python3,/usr/local/bin/python3.12," < /Users/s1g/Workspaces/emception/upstream/cpython/Tools/scripts/2to3 > build/scripts-3.12/2to3-3.12
sed -e "s,/usr/bin/env python3,/usr/local/bin/python3.12," < /Users/s1g/Workspaces/emception/upstream/cpython/Tools/scripts/idle3 > build/scripts-3.12/idle3.12
sed -e "s,/usr/bin/env python3,/usr/local/bin/python3.12," < /Users/s1g/Workspaces/emception/upstream/cpython/Tools/scripts/pydoc3 > build/scripts-3.12/pydoc3.12
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE \
      -DGITVERSION="\"`LC_ALL=C git --git-dir /Users/s1g/Workspaces/emception/upstream/cpython/.git rev-parse --short HEAD`\"" \
      -DGITTAG="\"`LC_ALL=C git --git-dir /Users/s1g/Workspaces/emception/upstream/cpython/.git describe --all --always --dirty`\"" \
      -DGITBRANCH="\"`LC_ALL=C git --git-dir /Users/s1g/Workspaces/emception/upstream/cpython/.git name-rev --name-only HEAD`\"" \
      -o Modules/getbuildinfo.o /Users/s1g/Workspaces/emception/upstream/cpython/Modules/getbuildinfo.c
gcc -pthread -shared      Modules/arraymodule.o   -o Modules/array.cpython-312-x86_64-linux-gnu.so
sed -e "s,@EXENAME@,/usr/local/bin/python3.12," < /Users/s1g/Workspaces/emception/upstream/cpython/Misc/python-config.in >python-config.py
LC_ALL=C sed -e 's,\$(\([A-Za-z0-9_]*\)),\$\{\1\},g' < Misc/python-config.sh >python-config
gcc -pthread -shared      Modules/_asynciomodule.o   -o Modules/_asyncio.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_bisectmodule.o   -o Modules/_bisect.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_contextvarsmodule.o   -o Modules/_contextvars.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_csv.o   -o Modules/_csv.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_heapqmodule.o   -o Modules/_heapq.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_json.o   -o Modules/_json.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_lsprof.o Modules/rotatingtree.o   -o Modules/_lsprof.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_opcode.o   -o Modules/_opcode.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_pickle.o   -o Modules/_pickle.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_queuemodule.o   -o Modules/_queue.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_randommodule.o   -o Modules/_random.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_struct.o   -o Modules/_struct.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_typingmodule.o   -o Modules/_typing.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_xxsubinterpretersmodule.o   -o Modules/_xxsubinterpreters.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_zoneinfo.o   -o Modules/_zoneinfo.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/audioop.o -lm  -o Modules/audioop.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/mathmodule.o -lm  -o Modules/math.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/cmathmodule.o -lm  -o Modules/cmath.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_statisticsmodule.o -lm  -o Modules/_statistics.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_datetimemodule.o -lm  -o Modules/_datetime.cpython-312-x86_64-linux-gnu.so
rm -f Modules/_decimal/libmpdec/libmpdec.a
gcc -pthread -shared      Modules/binascii.o -lz  -o Modules/binascii.cpython-312-x86_64-linux-gnu.so
ar rcs Modules/_decimal/libmpdec/libmpdec.a Modules/_decimal/libmpdec/basearith.o Modules/_decimal/libmpdec/constants.o Modules/_decimal/libmpdec/context.o Modules/_decimal/libmpdec/convolute.o Modules/_decimal/libmpdec/crt.o Modules/_decimal/libmpdec/difradix2.o Modules/_decimal/libmpdec/fnt.o Modules/_decimal/libmpdec/fourstep.o Modules/_decimal/libmpdec/io.o Modules/_decimal/libmpdec/mpalloc.o Modules/_decimal/libmpdec/mpdecimal.o Modules/_decimal/libmpdec/numbertheory.o Modules/_decimal/libmpdec/sixstep.o Modules/_decimal/libmpdec/transpose.o
gcc -pthread -shared      Modules/zlibmodule.o -lz  -o Modules/zlib.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/md5module.o   -o Modules/_md5.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/sha1module.o   -o Modules/_sha1.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/sha256module.o   -o Modules/_sha256.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/sha512module.o   -o Modules/_sha512.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_sha3/sha3module.o   -o Modules/_sha3.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_blake2/blake2module.o Modules/_blake2/blake2b_impl.o Modules/_blake2/blake2s_impl.o   -o Modules/_blake2.cpython-312-x86_64-linux-gnu.so
rm -f Modules/expat/libexpat.a
gcc -pthread -shared      Modules/cjkcodecs/_codecs_cn.o   -o Modules/_codecs_cn.cpython-312-x86_64-linux-gnu.so
ar rcs Modules/expat/libexpat.a Modules/expat/xmlparse.o Modules/expat/xmlrole.o Modules/expat/xmltok.o
gcc -pthread -shared      Modules/cjkcodecs/_codecs_hk.o   -o Modules/_codecs_hk.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/cjkcodecs/_codecs_iso2022.o   -o Modules/_codecs_iso2022.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/cjkcodecs/_codecs_jp.o   -o Modules/_codecs_jp.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/cjkcodecs/_codecs_kr.o   -o Modules/_codecs_kr.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/cjkcodecs/_codecs_tw.o   -o Modules/_codecs_tw.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/cjkcodecs/multibytecodec.o   -o Modules/_multibytecodec.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/unicodedata.o   -o Modules/unicodedata.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_cryptmodule.o -lcrypt  -o Modules/_crypt.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/fcntlmodule.o   -o Modules/fcntl.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/grpmodule.o   -o Modules/grp.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/mmapmodule.o   -o Modules/mmap.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/nismodule.o -lnsl  -o Modules/nis.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/ossaudiodev.o   -o Modules/ossaudiodev.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_posixsubprocess.o   -o Modules/_posixsubprocess.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/resource.o   -o Modules/resource.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/selectmodule.o   -o Modules/select.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/socketmodule.o   -o Modules/_socket.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/spwdmodule.o   -o Modules/spwd.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/syslogmodule.o   -o Modules/syslog.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/termios.o   -o Modules/termios.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_multiprocessing/posixshmem.o -lrt  -o Modules/_posixshmem.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_multiprocessing/multiprocessing.o Modules/_multiprocessing/semaphore.o   -o Modules/_multiprocessing.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/xxsubtype.o   -o Modules/xxsubtype.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_xxtestfuzz/_xxtestfuzz.o Modules/_xxtestfuzz/fuzzer.o   -o Modules/_xxtestfuzz.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_testbuffer.o   -o Modules/_testbuffer.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_testinternalcapi.o   -o Modules/_testinternalcapi.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_testcapimodule.o Modules/_testcapi/vectorcall.o Modules/_testcapi/vectorcall_limited.o Modules/_testcapi/heaptype.o Modules/_testcapi/unicode.o   -o Modules/_testcapi.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_testimportmultiple.o   -o Modules/_testimportmultiple.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/_testmultiphase.o   -o Modules/_testmultiphase.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/xxlimited.o   -o Modules/xxlimited.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared      Modules/xxlimited_35.o   -o Modules/xxlimited_35.cpython-312-x86_64-linux-gnu.so
gcc -pthread -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_decimal/_decimal.c -o Modules/_decimal/_decimal.o
gcc -pthread -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/expat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/pyexpat.c -o Modules/pyexpat.o
gcc -pthread -I/Users/s1g/Workspaces/emception/upstream/cpython/Modules/expat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -fPIC -c /Users/s1g/Workspaces/emception/upstream/cpython/Modules/_elementtree.c -o Modules/_elementtree.o
gcc -pthread     -o Programs/_freeze_module Programs/_freeze_module.o Modules/getpath_noop.o Modules/getbuildinfo.o Parser/token.o  Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/asm_trampoline.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/ceval_gil.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/perf_trampoline.o Python/dynload_shlib.o     Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o  Modules/faulthandler.o  Modules/posixmodule.o  Modules/signalmodule.o  Modules/_tracemalloc.o  Modules/_codecsmodule.o  Modules/_collectionsmodule.o  Modules/errnomodule.o  Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o  Modules/itertoolsmodule.o  Modules/_sre/sre.o  Modules/_threadmodule.o  Modules/timemodule.o  Modules/_weakref.o  Modules/_abc.o  Modules/_functoolsmodule.o  Modules/_localemodule.o  Modules/_operator.o  Modules/_stat.o  Modules/symtablemodule.o  Modules/pwdmodule.o -lpthread -ldl  -lutil                       -lm 
gcc -pthread -shared      Modules/pyexpat.o -lm Modules/expat/libexpat.a  -o Modules/pyexpat.cpython-312-x86_64-linux-gnu.so
./Programs/_freeze_module importlib._bootstrap /Users/s1g/Workspaces/emception/upstream/cpython/Lib/importlib/_bootstrap.py Python/frozen_modules/importlib._bootstrap.h
./Programs/_freeze_module importlib._bootstrap_external /Users/s1g/Workspaces/emception/upstream/cpython/Lib/importlib/_bootstrap_external.py Python/frozen_modules/importlib._bootstrap_external.h
./Programs/_freeze_module getpath /Users/s1g/Workspaces/emception/upstream/cpython/Modules/getpath.py Python/frozen_modules/getpath.h
./Programs/_freeze_module zipimport /Users/s1g/Workspaces/emception/upstream/cpython/Lib/zipimport.py Python/frozen_modules/zipimport.h
gcc -pthread -shared      Modules/_elementtree.o   -o Modules/_elementtree.cpython-312-x86_64-linux-gnu.so
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -DPYTHONPATH='""' \
    -DPREFIX='"/usr/local"' \
    -DEXEC_PREFIX='"/usr/local"' \
    -DVERSION='"3.12"' \
    -DVPATH='"/Users/s1g/Workspaces/emception/upstream/cpython"' \
    -DPLATLIBDIR='"lib"' \
    -DPYTHONFRAMEWORK='""' \
    -o Modules/getpath.o /Users/s1g/Workspaces/emception/upstream/cpython/Modules/getpath.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Programs/_bootstrap_python.o /Users/s1g/Workspaces/emception/upstream/cpython/Programs/_bootstrap_python.c
gcc -pthread     -o _bootstrap_python Modules/getbuildinfo.o Parser/token.o  Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/asm_trampoline.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/ceval_gil.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/perf_trampoline.o Python/dynload_shlib.o     Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o  Modules/faulthandler.o  Modules/posixmodule.o  Modules/signalmodule.o  Modules/_tracemalloc.o  Modules/_codecsmodule.o  Modules/_collectionsmodule.o  Modules/errnomodule.o  Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o  Modules/itertoolsmodule.o  Modules/_sre/sre.o  Modules/_threadmodule.o  Modules/timemodule.o  Modules/_weakref.o  Modules/_abc.o  Modules/_functoolsmodule.o  Modules/_localemodule.o  Modules/_operator.o  Modules/_stat.o  Modules/symtablemodule.o  Modules/pwdmodule.o \
    Programs/_bootstrap_python.o Modules/getpath.o -lpthread -ldl  -lutil                       -lm 
gcc -pthread -shared      Modules/_decimal/_decimal.o -lm Modules/_decimal/libmpdec/libmpdec.a  -o Modules/_decimal.cpython-312-x86_64-linux-gnu.so
./_bootstrap_python /Users/s1g/Workspaces/emception/upstream/cpython/Programs/_freeze_module.py abc /Users/s1g/Workspaces/emception/upstream/cpython/Lib/abc.py Python/frozen_modules/abc.h
./_bootstrap_python /Users/s1g/Workspaces/emception/upstream/cpython/Programs/_freeze_module.py codecs /Users/s1g/Workspaces/emception/upstream/cpython/Lib/codecs.py Python/frozen_modules/codecs.h
./_bootstrap_python /Users/s1g/Workspaces/emception/upstream/cpython/Programs/_freeze_module.py io /Users/s1g/Workspaces/emception/upstream/cpython/Lib/io.py Python/frozen_modules/io.h
./_bootstrap_python /Users/s1g/Workspaces/emception/upstream/cpython/Programs/_freeze_module.py _collections_abc /Users/s1g/Workspaces/emception/upstream/cpython/Lib/_collections_abc.py Python/frozen_modules/_collections_abc.h
./_bootstrap_python /Users/s1g/Workspaces/emception/upstream/cpython/Programs/_freeze_module.py _sitebuiltins /Users/s1g/Workspaces/emception/upstream/cpython/Lib/_sitebuiltins.py Python/frozen_modules/_sitebuiltins.h
./_bootstrap_python /Users/s1g/Workspaces/emception/upstream/cpython/Programs/_freeze_module.py genericpath /Users/s1g/Workspaces/emception/upstream/cpython/Lib/genericpath.py Python/frozen_modules/genericpath.h
./_bootstrap_python /Users/s1g/Workspaces/emception/upstream/cpython/Programs/_freeze_module.py ntpath /Users/s1g/Workspaces/emception/upstream/cpython/Lib/ntpath.py Python/frozen_modules/ntpath.h
./_bootstrap_python /Users/s1g/Workspaces/emception/upstream/cpython/Programs/_freeze_module.py posixpath /Users/s1g/Workspaces/emception/upstream/cpython/Lib/posixpath.py Python/frozen_modules/posixpath.h
./_bootstrap_python /Users/s1g/Workspaces/emception/upstream/cpython/Programs/_freeze_module.py os /Users/s1g/Workspaces/emception/upstream/cpython/Lib/os.py Python/frozen_modules/os.h
./_bootstrap_python /Users/s1g/Workspaces/emception/upstream/cpython/Programs/_freeze_module.py site /Users/s1g/Workspaces/emception/upstream/cpython/Lib/site.py Python/frozen_modules/site.h
./_bootstrap_python /Users/s1g/Workspaces/emception/upstream/cpython/Programs/_freeze_module.py stat /Users/s1g/Workspaces/emception/upstream/cpython/Lib/stat.py Python/frozen_modules/stat.h
./_bootstrap_python /Users/s1g/Workspaces/emception/upstream/cpython/Programs/_freeze_module.py importlib.util /Users/s1g/Workspaces/emception/upstream/cpython/Lib/importlib/util.py Python/frozen_modules/importlib.util.h
./_bootstrap_python /Users/s1g/Workspaces/emception/upstream/cpython/Programs/_freeze_module.py importlib.machinery /Users/s1g/Workspaces/emception/upstream/cpython/Lib/importlib/machinery.py Python/frozen_modules/importlib.machinery.h
./_bootstrap_python /Users/s1g/Workspaces/emception/upstream/cpython/Programs/_freeze_module.py runpy /Users/s1g/Workspaces/emception/upstream/cpython/Lib/runpy.py Python/frozen_modules/runpy.h
./_bootstrap_python /Users/s1g/Workspaces/emception/upstream/cpython/Programs/_freeze_module.py __hello__ /Users/s1g/Workspaces/emception/upstream/cpython/Lib/__hello__.py Python/frozen_modules/__hello__.h
./_bootstrap_python /Users/s1g/Workspaces/emception/upstream/cpython/Programs/_freeze_module.py __phello__ /Users/s1g/Workspaces/emception/upstream/cpython/Lib/__phello__/__init__.py Python/frozen_modules/__phello__.h
./_bootstrap_python /Users/s1g/Workspaces/emception/upstream/cpython/Programs/_freeze_module.py __phello__.ham /Users/s1g/Workspaces/emception/upstream/cpython/Lib/__phello__/ham/__init__.py Python/frozen_modules/__phello__.ham.h
./_bootstrap_python /Users/s1g/Workspaces/emception/upstream/cpython/Programs/_freeze_module.py __phello__.ham.eggs /Users/s1g/Workspaces/emception/upstream/cpython/Lib/__phello__/ham/eggs.py Python/frozen_modules/__phello__.ham.eggs.h
./_bootstrap_python /Users/s1g/Workspaces/emception/upstream/cpython/Programs/_freeze_module.py __phello__.spam /Users/s1g/Workspaces/emception/upstream/cpython/Lib/__phello__/spam.py Python/frozen_modules/__phello__.spam.h
./_bootstrap_python /Users/s1g/Workspaces/emception/upstream/cpython/Programs/_freeze_module.py frozen_only /Users/s1g/Workspaces/emception/upstream/cpython/Tools/freeze/flag.py Python/frozen_modules/frozen_only.h
./_bootstrap_python /Users/s1g/Workspaces/emception/upstream/cpython/Tools/build/deepfreeze.py \
Python/frozen_modules/importlib._bootstrap.h:importlib._bootstrap \
Python/frozen_modules/importlib._bootstrap_external.h:importlib._bootstrap_external \
Python/frozen_modules/zipimport.h:zipimport \
Python/frozen_modules/abc.h:abc \
Python/frozen_modules/codecs.h:codecs \
Python/frozen_modules/io.h:io \
Python/frozen_modules/_collections_abc.h:_collections_abc \
Python/frozen_modules/_sitebuiltins.h:_sitebuiltins \
Python/frozen_modules/genericpath.h:genericpath \
Python/frozen_modules/ntpath.h:ntpath \
Python/frozen_modules/posixpath.h:posixpath \
Python/frozen_modules/os.h:os \
Python/frozen_modules/site.h:site \
Python/frozen_modules/stat.h:stat \
Python/frozen_modules/importlib.util.h:importlib.util \
Python/frozen_modules/importlib.machinery.h:importlib.machinery \
Python/frozen_modules/runpy.h:runpy \
Python/frozen_modules/__hello__.h:__hello__ \
Python/frozen_modules/__phello__.h:__phello__ \
Python/frozen_modules/__phello__.ham.h:__phello__.ham \
Python/frozen_modules/__phello__.ham.eggs.h:__phello__.ham.eggs \
Python/frozen_modules/__phello__.spam.h:__phello__.spam \
Python/frozen_modules/frozen_only.h:frozen_only \
-o Python/deepfreeze/deepfreeze.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/frozen.o /Users/s1g/Workspaces/emception/upstream/cpython/Python/frozen.c
Note: Deepfreeze may have added some global objects,
      so run 'make regen-global-objects' if necessary.
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/Users/s1g/Workspaces/emception/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/emception/upstream/cpython/Include    -DPy_BUILD_CORE -o Python/deepfreeze/deepfreeze.o Python/deepfreeze/deepfreeze.c
rm -f libpython3.12.a
ar rcs libpython3.12.a Modules/getbuildinfo.o Parser/token.o  Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/asm_trampoline.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/ceval_gil.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/perf_trampoline.o Python/dynload_shlib.o     Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o  Modules/faulthandler.o  Modules/posixmodule.o  Modules/signalmodule.o  Modules/_tracemalloc.o  Modules/_codecsmodule.o  Modules/_collectionsmodule.o  Modules/errnomodule.o  Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o  Modules/itertoolsmodule.o  Modules/_sre/sre.o  Modules/_threadmodule.o  Modules/timemodule.o  Modules/_weakref.o  Modules/_abc.o  Modules/_functoolsmodule.o  Modules/_localemodule.o  Modules/_operator.o  Modules/_stat.o  Modules/symtablemodule.o  Modules/pwdmodule.o Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o
gcc -pthread     -Xlinker -export-dynamic -o python.exe Programs/python.o Modules/getbuildinfo.o Parser/token.o  Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/asm_trampoline.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/ceval_gil.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/perf_trampoline.o Python/dynload_shlib.o     Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o  Modules/faulthandler.o  Modules/posixmodule.o  Modules/signalmodule.o  Modules/_tracemalloc.o  Modules/_codecsmodule.o  Modules/_collectionsmodule.o  Modules/errnomodule.o  Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o  Modules/itertoolsmodule.o  Modules/_sre/sre.o  Modules/_threadmodule.o  Modules/timemodule.o  Modules/_weakref.o  Modules/_abc.o  Modules/_functoolsmodule.o  Modules/_localemodule.o  Modules/_operator.o  Modules/_stat.o  Modules/symtablemodule.o  Modules/pwdmodule.o Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o -lpthread -ldl  -lutil                       -lm 
gcc -pthread     -Xlinker -export-dynamic -o Programs/_testembed Programs/_testembed.o Modules/getbuildinfo.o Parser/token.o  Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/asm_trampoline.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/ceval_gil.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/perf_trampoline.o Python/dynload_shlib.o     Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o  Modules/faulthandler.o  Modules/posixmodule.o  Modules/signalmodule.o  Modules/_tracemalloc.o  Modules/_codecsmodule.o  Modules/_collectionsmodule.o  Modules/errnomodule.o  Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o  Modules/itertoolsmodule.o  Modules/_sre/sre.o  Modules/_threadmodule.o  Modules/timemodule.o  Modules/_weakref.o  Modules/_abc.o  Modules/_functoolsmodule.o  Modules/_localemodule.o  Modules/_operator.o  Modules/_stat.o  Modules/symtablemodule.o  Modules/pwdmodule.o Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o -lpthread -ldl  -lutil                       -lm 
./python.exe -E -S -m sysconfig --generate-posix-vars ;\
if test $? -ne 0 ; then \
    echo "generate-posix-vars failed" ; \
    rm -f ./pybuilddir.txt ; \
    exit 1 ; \
fi
./python.exe -E -c 'import sys ; from sysconfig import get_platform ; print("%s-%d.%d" % (get_platform(), *sys.version_info[:2]))' >platform
The following modules are *disabled* in configure script:
_sqlite3                                                       

The necessary bits to build these optional modules were not found:
_bz2                  _ctypes               _ctypes_test       
_curses               _curses_panel         _dbm               
_gdbm                 _hashlib              _lzma              
_ssl                  _tkinter              _uuid              
readline                                                       
To find the necessary bits, look in configure.ac and config.log.

Could not build the ssl module!
Python requires a OpenSSL 1.1.1 or newer

Checked 109 modules (30 built-in, 64 shared, 1 n/a on linux-x86_64, 1 disabled, 13 missing, 0 failed on import)
/Users/s1g/Workspaces/emception
/Users/s1g/Workspaces/emception/upstream/cpython /Users/s1g/Workspaces/emception
/Users/s1g/Workspaces/emception
/Users/s1g/Workspaces/emception/build/cpython /Users/s1g/Workspaces/emception
configure: loading site script /Users/s1g/Workspaces/emception/upstream/cpython/Tools/wasm/config.site-wasm32-emscripten
configure: creating cache config.cache
checking for git... found
checking build system type... x86_64-pc-linux-gnu
checking host system type... wasm32-unknown-emscripten
checking for --with-build-python... /Users/s1g/Workspaces/emception
/Users/s1g/Workspaces/emception/build/cpython /Users/s1g/Workspaces/emception
/Users/s1g/Workspaces/emception
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/s1g/Workspaces/emception/build/quicknode
[1/9] Building C object _deps/upstream_quickjspp-build/quickjs/CMakeFiles/quickjs.dir/cutils.c.o
[2/9] Building C object _deps/upstream_quickjspp-build/quickjs/CMakeFiles/quickjs.dir/libunicode.c.o
[3/9] Building C object _deps/upstream_quickjspp-build/quickjs/CMakeFiles/quickjs.dir/libregexp.c.o
[4/9] Building C object _deps/upstream_quickjspp-build/quickjs/CMakeFiles/quickjs.dir/quickjs-libc.c.o
[5/9] Building C object _deps/upstream_quickjspp-build/quickjs/CMakeFiles/quickjs.dir/libbf.c.o
[6/9] Building CXX object CMakeFiles/quicknode.dir/main.cpp.o
[7/9] Building C object _deps/upstream_quickjspp-build/quickjs/CMakeFiles/quickjs.dir/quickjs.c.o
_deps/upstream_quickjspp-src/quickjs/quickjs.c:10746:30: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
                else if (d > INT64_MAX)
                           ~ ^~~~~~~~~
/emsdk/upstream/emscripten/cache/sysroot/include/stdint.h:46:21: note: expanded from macro 'INT64_MAX'
#define INT64_MAX  (0x7fffffffffffffff)
                    ^~~~~~~~~~~~~~~~~~
1 warning generated.
[8/9] Linking C static library _deps/upstream_quickjspp-build/quickjs/libquickjs.a
[9/9] Linking CXX executable quicknode.mjs
/Users/s1g/Workspaces/emception/upstream/brotli /Users/s1g/Workspaces/emception
HEAD is now at 62662f8 Strip "./" in includes (#925)
/Users/s1g/Workspaces/emception
-- Build type is 'Release'
-- Performing Test BROTLI_EMSCRIPTEN
-- Performing Test BROTLI_EMSCRIPTEN - Success
-- Looking for log2
-- Looking for log2 - found
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/s1g/Workspaces/emception/build/brotli
[1/36] Building C object CMakeFiles/brotlienc-static.dir/c/enc/dictionary_hash.c.o
[2/36] Building C object CMakeFiles/brotlienc-static.dir/c/enc/command.c.o
[3/36] Building C object CMakeFiles/brotlienc-static.dir/c/enc/compound_dictionary.c.o
[4/36] Building C object CMakeFiles/brotlienc-static.dir/c/enc/bit_cost.c.o
[5/36] Building C object CMakeFiles/brotlienc-static.dir/c/enc/cluster.c.o
[6/36] Building C object CMakeFiles/brotlienc-static.dir/c/enc/brotli_bit_stream.c.o
[7/36] Building C object CMakeFiles/brotlienc-static.dir/c/enc/compress_fragment.c.o
[8/36] Building C object CMakeFiles/brotlienc-static.dir/c/enc/compress_fragment_two_pass.c.o
[9/36] Building C object CMakeFiles/brotlienc-static.dir/c/enc/backward_references_hq.c.o
[10/36] Building C object CMakeFiles/brotlienc-static.dir/c/enc/block_splitter.c.o
[11/36] Building C object CMakeFiles/brotlienc-static.dir/c/enc/fast_log.c.o
[12/36] Building C object CMakeFiles/brotlienc-static.dir/c/enc/encode.c.o
[13/36] Building C object CMakeFiles/brotlienc-static.dir/c/enc/entropy_encode.c.o
[14/36] Building C object CMakeFiles/brotlienc-static.dir/c/enc/encoder_dict.c.o
[15/36] Building C object CMakeFiles/brotlienc-static.dir/c/enc/histogram.c.o
[16/36] Building C object CMakeFiles/brotlienc-static.dir/c/enc/memory.c.o
[17/36] Building C object CMakeFiles/brotlienc-static.dir/c/enc/literal_cost.c.o
[18/36] Building C object CMakeFiles/brotlienc-static.dir/c/enc/utf8_util.c.o
[19/36] Building C object CMakeFiles/brotlienc-static.dir/c/enc/backward_references.c.o
[20/36] Building C object CMakeFiles/brotlidec-static.dir/c/dec/bit_reader.c.o
[21/36] Building C object CMakeFiles/brotlienc-static.dir/c/enc/static_dict.c.o
[22/36] Building C object CMakeFiles/brotlicommon-static.dir/c/common/context.c.o
[23/36] Building C object CMakeFiles/brotlicommon-static.dir/c/common/constants.c.o
[24/36] Building C object CMakeFiles/brotlidec-static.dir/c/dec/state.c.o
[25/36] Building C object CMakeFiles/brotlienc-static.dir/c/enc/metablock.c.o
[26/36] Building C object CMakeFiles/brotlidec-static.dir/c/dec/huffman.c.o
[27/36] Building C object CMakeFiles/brotlicommon-static.dir/c/common/dictionary.c.o
[28/36] Building C object CMakeFiles/brotlicommon-static.dir/c/common/platform.c.o
[29/36] Building C object CMakeFiles/brotli.dir/c/tools/brotli.c.o
[30/36] Building C object CMakeFiles/brotlidec-static.dir/c/dec/decode.c.o
[31/36] Building C object CMakeFiles/brotlicommon-static.dir/c/common/transform.c.o
[32/36] Building C object CMakeFiles/brotlicommon-static.dir/c/common/shared_dictionary.c.o
[33/36] Linking C static library libbrotlicommon-static.a
[34/36] Linking C static library libbrotlidec-static.a
[35/36] Linking C static library libbrotlienc-static.a
[36/36] Linking C executable brotli.mjs
/Users/s1g/Workspaces/emception/build/packs/emscripten /Users/s1g/Workspaces/emception
/Users/s1g/Workspaces/emception/build/packs/emscripten/emscripten /Users/s1g/Workspaces/emception/build/packs/emscripten
patching file tools/shared.py
patching file src/proxyClient.js
added 2 packages and audited 198 packages in 0.948s
found 4 vulnerabilities (2 moderate, 2 high)
  run `npm audit fix` to fix them, or `npm audit` for details
/Users/s1g/Workspaces/emception/build/packs/emscripten
/Users/s1g/Workspaces/emception/build/packs/emscripten/emscripten /Users/s1g/Workspaces/emception/build/packs/emscripten /Users/s1g/Workspaces/emception
/Users/s1g/Workspaces/emception/build/packs/emscripten /Users/s1g/Workspaces/emception
/Users/s1g/Workspaces/emception
/Users/s1g/Workspaces/emception/build/packs/cpython /Users/s1g/Workspaces/emception
/Users/s1g/Workspaces/emception
/Users/s1g/Workspaces/emception/build/packs/wasm /Users/s1g/Workspaces/emception
/Users/s1g/Workspaces/emception

I realize that the output lost a lot of meaning given that it essentially managed to deinterlace itself for some absurd reason but I really don't know why the 2>&1 trick didn't work and it still printed to the screen, but I assume it must've been the same reason why tee stopped writing to disk all of a sudden in the case prior..

I really hope it's useful anyhow as that took close to 2 hours to complete and was incredibly frustrating as I had to manually copy from the terminal during to ensure none of it went off the screen buffer.

But in the meantime I had been trying to do the same on my Linux machine, and bizarrely enough the same thing seems to be happening, despite the fact that THAT user IS part of the docker group and DOES have permission to run Docker commands: Screenshot from 2024-04-05 22-36-34 Screenshot from 2024-04-05 22-45-55

And with that it seems I'm completely unable to get anything working.. :/

Johnn333 commented 3 months ago

Its very possible mac works like that, apologise for sending you on the goose chase but its worth checking.

For future tests to minimise time its probably worth going into the "build.sh" script and commenting out all but "build-tooling.sh" and "build-llvm.sh", we can add the rest of the build back in later. This should also make the errors clearer.

We already have a major issue early on: "fatal: the remote end hung up unexpectedly" whilst trying to clone the LLVM Project, was this done in a fresh repo with all dangling docker images cleared? This is definitely the first error you want to approach, we need the source files to build anything. Did the same issue appear on the Linux machine?

Strangely binaryen and cpython seems to have cloned fine...

Just an extra thing to add, how much RAM does each machine have? The LLVM build can be pretty greedy, >16 GB if running in parallel.

jprendes commented 3 months ago

I gave it a go, and there are permission problems when building with Docker Desktop.

I tried building with Docker Desktop and had a rather quick failure. I tried building with Docker Engine on my Linux host and it's still running without errors. What are you using on macOS? In any case, all docker solutions in mac are VM based.

I guesss that's related to how files are shared with the VM. Can you try remiving the -u $(id -u):$(id -g) \ line from build-with-docker.sh?

jprendes commented 3 months ago

To fix the issue with

const cp = require("child_process");
           ^
ReferenceError: require is not defined in ES module scope, you can use import instead
s1gtrap commented 3 months ago

@Johnn333 right this is build.sh on a fresh clone:

diff --git a/build.sh b/build.sh
index eaa7f29..f3e8244 100755
--- a/build.sh
+++ b/build.sh
@@ -13,9 +13,9 @@ BUILD=$(realpath "$BUILD")
 $SRC/build-tooling.sh "$BUILD"

 $SRC/build-llvm.sh "$BUILD" "$LLVM_SRC"
-$SRC/build-binaryen.sh "$BUILD" "$BINARYEN_SRC"
-$SRC/build-cpython.sh "$BUILD" "$CPYTHON_SRC"
-$SRC/build-quicknode.sh "$BUILD" "$QUICKNODE_SRC"
-$SRC/build-brotli.sh "$BUILD" "$BROTLI_SRC"
+# $SRC/build-binaryen.sh "$BUILD" "$BINARYEN_SRC"
+# $SRC/build-cpython.sh "$BUILD" "$CPYTHON_SRC"
+# $SRC/build-quicknode.sh "$BUILD" "$QUICKNODE_SRC"
+# $SRC/build-brotli.sh "$BUILD" "$BROTLI_SRC"

-$SRC/build-emception.sh "$BUILD"
\ No newline at end of file
+# $SRC/build-emception.sh "$BUILD"

and after docker system prune on macOS:

$ time ./build-with-docker.sh
~/Workspaces/emception/docker ~/Workspaces/emception
[+] Building 1.4s (8/8) FINISHED                                                                                                                                                                 docker:desktop-linux
 => [internal] load build definition from Dockerfile                                                                                                                                                             0.0s
 => => transferring dockerfile: 804B                                                                                                                                                                             0.0s
 => [internal] load metadata for docker.io/emscripten/emsdk:3.1.24                                                                                                                                               1.3s
 => [auth] emscripten/emsdk:pull token for registry-1.docker.io                                                                                                                                                  0.0s
 => [internal] load .dockerignore                                                                                                                                                                                0.0s
 => => transferring context: 2B                                                                                                                                                                                  0.0s
 => [1/3] FROM docker.io/emscripten/emsdk:3.1.24@sha256:41a295159bab31f36261e6f3616dc44efc1207bc396e488a30530e40085d8cfe                                                                                         0.0s
 => CACHED [2/3] RUN DEBIAN_FRONTEND=noninteractive apt --no-install-recommends -qy update &&     DEBIAN_FRONTEND=noninteractive apt --no-install-recommends -qy install     docker.io     pkg-config     ninja  0.0s
 => CACHED [3/3] RUN mkdir -p /.npm && chmod a+rwx /.npm                                                                                                                                                         0.0s
 => exporting to image                                                                                                                                                                                           0.0s
 => => exporting layers                                                                                                                                                                                          0.0s
 => => writing image sha256:0782e7e9768828a827992878f261401c9d832a1f19b17cbf6d47c3072b370d73                                                                                                                     0.0s
 => => naming to docker.io/library/emception_build                                                                                                                                                               0.0s

View build details: docker-desktop://dashboard/build/desktop-linux/desktop-linux/zo7eeatuy3k3eflr5xdo4ujhv

What's Next?
  View a summary of image vulnerabilities and recommendations → docker scout quickview
~/Workspaces/emception
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
shared:INFO: (Emscripten: Running sanity checks)
cache:INFO: generating system headers: sysroot_install.stamp... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot_install.stamp" for subsequent builds)
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libGL.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libGL.a" for subsequent builds)
system_libs:INFO: compiled 3 inputs
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libal.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libal.a" for subsequent builds)
system_libs:INFO: compiled 1 inputs
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libhtml5.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libhtml5.a" for subsequent builds)
system_libs:INFO: compiled 2 inputs
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libstubs.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libstubs.a" for subsequent builds)
system_libs:INFO: compiled 2 inputs
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libnoexit.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libnoexit.a" for subsequent builds)
system_libs:INFO: compiled 1 inputs
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libc.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libc.a" for subsequent builds)
system_libs:INFO: compiled 998 inputs
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libdlmalloc.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libdlmalloc.a" for subsequent builds)
system_libs:INFO: compiled 2 inputs
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libcompiler_rt.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libcompiler_rt.a" for subsequent builds)
system_libs:INFO: compiled 175 inputs
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libc++-noexcept.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libc++-noexcept.a" for subsequent builds)
system_libs:INFO: compiled 46 inputs
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libc++abi-noexcept.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libc++abi-noexcept.a" for subsequent builds)
system_libs:INFO: compiled 16 inputs
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libsockets.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libsockets.a" for subsequent builds)
system_libs:INFO: compiled 21 inputs
cache:INFO:  - ok
cache:INFO: generating system asset: sysroot/lib/wasm32-emscripten/struct_info.json... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/struct_info.json" for subsequent builds)
cache:INFO:  - ok
Cloning into '/Users/s1g/Workspaces/emception/upstream/llvm-project'...
Updating files: 100% (142111/142111), done.
/Users/s1g/Workspaces/emception/upstream/llvm-project /Users/s1g/Workspaces/emception
fatal: detected dubious ownership in repository at '/Users/s1g/Workspaces/emception/upstream/llvm-project'
To add an exception for this directory, call:

    git config --global --add safe.directory /Users/s1g/Workspaces/emception/upstream/llvm-project
error: https://github.com/llvm/llvm-project.git did not send all necessary objects

fatal: detected dubious ownership in repository at '/Users/s1g/Workspaces/emception/upstream/llvm-project'
To add an exception for this directory, call:

    git config --global --add safe.directory /Users/s1g/Workspaces/emception/upstream/llvm-project
fatal: detected dubious ownership in repository at '/Users/s1g/Workspaces/emception/upstream/llvm-project'
To add an exception for this directory, call:

    git config --global --add safe.directory /Users/s1g/Workspaces/emception/upstream/llvm-project
/Users/s1g/Workspaces/emception
CMake Error at CMakeLists.txt:3 (cmake_minimum_required):
  CMake 3.20.0 or higher is required.  You are running version 3.16.3

-- Configuring incomplete, errors occurred!
Error: could not find CMAKE_PROJECT_NAME in Cache
configure: cmake -G Ninja -S /Users/s1g/Workspaces/emception/upstream/llvm-project/llvm/ -B /Users/s1g/Workspaces/emception/build/llvm/ -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=WebAssembly -DLLVM_ENABLE_PROJECTS=clang;lld;clang-tools-extra -DLLVM_ENABLE_DUMP=OFF -DLLVM_ENABLE_ASSERTIONS=OFF -DLLVM_ENABLE_EXPENSIVE_CHECKS=OFF -DLLVM_ENABLE_BACKTRACES=OFF -DLLVM_BUILD_TOOLS=OFF -DLLVM_ENABLE_THREADS=OFF -DLLVM_BUILD_LLVM_DYLIB=OFF -DLLVM_INCLUDE_TESTS=OFF -DLLVM_TABLEGEN=/Users/s1g/Workspaces/emception/build/llvm-native/bin/llvm-tblgen -DCLANG_TABLEGEN=/Users/s1g/Workspaces/emception/build/llvm-native/bin/clang-tblgen -DCMAKE_TOOLCHAIN_FILE=/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_CROSSCOMPILING_EMULATOR=/emsdk/node/14.18.2_64bit/bin/node;--experimental-wasm-threads
CMake Error at CMakeLists.txt:3 (cmake_minimum_required):
  CMake 3.20.0 or higher is required.  You are running version 3.16.3

-- Configuring incomplete, errors occurred!
emcmake: error: 'cmake -G Ninja -S /Users/s1g/Workspaces/emception/upstream/llvm-project/llvm/ -B /Users/s1g/Workspaces/emception/build/llvm/ -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=WebAssembly -DLLVM_ENABLE_PROJECTS=clang;lld;clang-tools-extra -DLLVM_ENABLE_DUMP=OFF -DLLVM_ENABLE_ASSERTIONS=OFF -DLLVM_ENABLE_EXPENSIVE_CHECKS=OFF -DLLVM_ENABLE_BACKTRACES=OFF -DLLVM_BUILD_TOOLS=OFF -DLLVM_ENABLE_THREADS=OFF -DLLVM_BUILD_LLVM_DYLIB=OFF -DLLVM_INCLUDE_TESTS=OFF -DLLVM_TABLEGEN=/Users/s1g/Workspaces/emception/build/llvm-native/bin/llvm-tblgen -DCLANG_TABLEGEN=/Users/s1g/Workspaces/emception/build/llvm-native/bin/clang-tblgen -DCMAKE_TOOLCHAIN_FILE=/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_CROSSCOMPILING_EMULATOR=/emsdk/node/14.18.2_64bit/bin/node;--experimental-wasm-threads' failed (returned 1)
sed: can't read /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
sed: can't read /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
/Users/s1g/Workspaces/emception /Users/s1g/Workspaces/emception
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
cat: /Users/s1g/Workspaces/emception/build/llvm/build.ninja: No such file or directory
/Users/s1g/Workspaces/emception
Error: could not find CMAKE_PROJECT_NAME in Cache
./build-with-docker.sh  0.24s user 0.27s system 0% cpu 10:47.06 total

It certainly reduced the execution time immensely!

I would paste the (successful) build of LLVM on Linux but selecting all of the terminal output after 24 minutes of compilation causes it to stop responding and spam the '"Console" is not responding" dialogue every 3 seconds forcing me to either "Force Quit" or "Wait", the latter of which just reopens the dialogue.. yea I'm really not having much success showing the output of the build script.

Just an extra thing to add, how much RAM does each machine have? The LLVM build can be pretty greedy, >16 GB if running in parallel.

Yea I learned that the hard way, had to quadruple my swap on Linux but don't think that's the problem, as it freezes up my PC if it runs out of memory and the macOS swap partition is dynamically sized AFAIK.

@jprendes I am indeed a Docker Desktop user, and figured that was the way to go.

But I tried removing the -u $(id -u):$(id -g) \ line:

diff --git a/build-with-docker.sh b/build-with-docker.sh
index a047b8e..a227c2c 100755
--- a/build-with-docker.sh
+++ b/build-with-docker.sh
@@ -16,7 +16,6 @@ docker run \
     -v /var/run/docker.sock:/var/run/docker.sock \
     -v $(pwd):$(pwd) \
     -v $(pwd)/build/emsdk_cache:/emsdk/upstream/emscripten/cache \
-    -u $(id -u):$(id -g) \
     $(id -G | tr ' ' '\n' | xargs -I{} echo --group-add {}) \
     emception_build:latest \
-    bash -c "cd $(pwd) && ./build.sh"
\ No newline at end of file
+    bash -c "cd $(pwd) && ./build.sh"

and that on a fresh clone in addition to commenting build.sh gets me:

$ time ./build-with-docker.sh
...
[1920/2623] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCast.cpp.o
[1921/2623] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCoroutine.cpp.o
[1922/2623] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCUDA.cpp.o
[1923/2623] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Disasm.cpp.o
FAILED: tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Disasm.cpp.o
/emsdk/upstream/emscripten/em++  -DGTEST_HAS_RTTI=0 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Itools/clang/lib/AST -I/Users/s1g/Workspaces/emception/upstream/llvm-project/clang/lib/AST -I/Users/s1g/Workspaces/emception/upstream/llvm-project/clang/include -Itools/clang/include -Iinclude -I/Users/s1g/Workspaces/emception/upstream/llvm-project/llvm/include -Dwait4=__syscall_wait4 -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wno-comment -Wstring-conversion -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-nested-anon-types -O3 -DNDEBUG    -fno-exceptions -fno-rtti -std=c++17 -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Disasm.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Disasm.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Disasm.cpp.o -c /Users/s1g/Workspaces/emception/upstream/llvm-project/clang/lib/AST/Interp/Disasm.cpp
em++: error: '/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -fignore-exceptions -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr -DEMSCRIPTEN -I/emsdk/upstream/emscripten/cache/sysroot/include/SDL --sysroot=/emsdk/upstream/emscripten/cache/sysroot -Xclang -iwithsysroot/include/compat -DGTEST_HAS_RTTI=0 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Itools/clang/lib/AST -I/Users/s1g/Workspaces/emception/upstream/llvm-project/clang/lib/AST -I/Users/s1g/Workspaces/emception/upstream/llvm-project/clang/include -Itools/clang/include -Iinclude -I/Users/s1g/Workspaces/emception/upstream/llvm-project/llvm/include -Dwait4=__syscall_wait4 -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wno-comment -Wstring-conversion -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-nested-anon-types -O3 -DNDEBUG -fno-exceptions -fno-rtti -std=c++17 -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Disasm.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Disasm.cpp.o.d -c /Users/s1g/Workspaces/emception/upstream/llvm-project/clang/lib/AST/Interp/Disasm.cpp -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Disasm.cpp.o' failed (received SIGKILL (-9))
[1924/2623] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaChecking.cpp.o
[1925/2623] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaConcept.cpp.o
[1926/2623] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExceptionSpec.cpp.o
[1927/2623] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCodeComplete.cpp.o
[1928/2623] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAvailability.cpp.o
[1929/2623] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclObjC.cpp.o
[1930/2623] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclAttr.cpp.o
[1931/2623] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDecl.cpp.o
[1932/2623] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclCXX.cpp.o
[1933/2623] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExprCXX.cpp.o
[1934/2623] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExpr.cpp.o
ninja: build stopped: subcommand failed.
./build-with-docker.sh  0.48s user 0.51s system 0% cpu 49:35.17 total

So it has definitely been a step in the right direction, looks as if the UID/GID line were the cause of permission issues on macOS, and it actually starts compiling LLVM now. That said, I don't know what caused SIGKILL..

jprendes commented 3 months ago

Could it be a full disk or out of memory?

Johnn333 commented 3 months ago

Looks like the suggestion from @jprendes has fixed the permission issues, getting much further now.

As for SIGKILL that is the kind of problem you are going to be seeing when memory runs out. Can point you here. Have a look at the LLVMPARALLEL{COMPILE,LINK}_JOBS flag.

s1gtrap commented 3 months ago

Hmm, just tried again after freeing up more than enough space but it still failed. How would you go about applying those @Johnn333? I don't see them anywhere in the codebase and I'm not sure which of the build steps are involved.

Johnn333 commented 3 months ago

Here: https://github.com/jprendes/emception/blob/master/build-llvm.sh#L60

Im not sure of the default value, it could already be set to 1 but worth a try.

Add -DLLVM_PARALLEL_COMPILE_JOBS=1 and -DLLVM_PARALLEL_LINK_JOBS=1.

s1gtrap commented 3 months ago

After applying both it's still failing surprisingly fast for the same reason, despite having >200 GiB storage available 12 GiB of free memory available to a recently restarted Docker. Is it a memory limit imposed on Docker? Because watching Activity Monitor, the memory used never exceeds 12 GiB but the Docker VM instance never crosses 8 GiB. Working in a dirty directory it's SIGKILL after two minutes, I guess I'll go try a full restart and clean clone now.

Johnn333 commented 3 months ago

Activity monitors can be a bit misleading due to the update intervals not fully tracking memory usage, alot can happen in just a few ms.

I'd clear any old repos out, clear any docker images. Clone a new emception project, reboot the machine. Close anything unecessary, and then give it a run. If this fails the only other thing I could suggest is finding if the "-j {N-Cores}" flag works here: https://github.com/jprendes/emception/blob/master/build-llvm.sh#L98. It may be that you have to invoke ninja directy to get this to work however.

s1gtrap commented 3 months ago

I'm pretty sure it's because the Docker image is limited to 8 GiB of memory. Compilation started at ~22:36 and was terminated about when the line reached its highest (although the little zoom widget thing is annoyingly blocking the precise measurement)

Screenshot 2024-04-06 at 22 50 31

That would also explain Docker VM service consistently taking up 8 GiB of memory while active. I tried limiting parallel processes as you described earlier, and am super willing to try the -j {N-Cores} as well, but I'm not sure if you mean changing it to cmake --build $LLVM_BUILD/ -j 1 -- llvm-box or what.

That said it would make way more sense if it was indeed Docker Desktop imposing memory limits on containers created, which I guess would also play with the fact that they're all VMs on macOS, but I just don't know what to do about that. There's something about a "memory limit" here:

Memory limit. By default, Docker Desktop is set to use up to 50% of your host's memory. To increase the RAM, set this to a higher number; to decrease it, lower the number.

https://docs.docker.com/desktop/settings/mac/#advanced

Johnn333 commented 3 months ago

That does explain alot if the VM only has 8gb allocated to it. Sounds like there should be an advanced options tab if you poke around in the GUI, no idea where though.

In reply to this: "cmake --build $LLVM_BUILD/ -j 1 -- llvm-box", yes although maybe I'd change the order to "cmake --build $LLVM_BUILD/ -- llvm-box -j 1". CMake might not do anything with this though.

s1gtrap commented 3 months ago

Yes I raised it to what appears to be the max of 16 GiB memory and 4 GiB swap. In my experience that wasn't enough to compile on Linux, so I really hope the swap limit of 4 GiB can be citcumvented in some way, but we'll see..

If this fails I'll try with -j 1 but it would really suck if I'm hard locked to only 4 GiB of swap.. I guess the only other option then is having more RAM installed 💀

s1gtrap commented 3 months ago

Okay wow so that definitely took a while, but it does seem to be compiling llvm successfully now! 🎉

After applying the changes to split_packages.js, I went ahead and uncommented the remainder of build.sh, and unfortunately there are some hangups still. I posted a gist of all of the output here: https://gist.github.com/s1gtrap/1d0e2ec4d019e9fe4a57218a8f602431

There are still several permission issues, but I'm not sure if they're actually breaking anything. The breaking issue seems to be stemming from cpython, as the demo only seems to fail on the following now:

npm run build

> build
> webpack --mode=production --stats-children

assets by status 85.2 MiB [cached] 311 assets
orphan modules 3.05 MiB [orphan] 362 modules
runtime modules 7.38 KiB 12 modules
built modules 6.52 MiB (javascript) 66.3 KiB (asset) [built]
  modules by path ./node_modules/monaco-editor/esm/vs/ 6.12 MiB (javascript) 66.3 KiB (asset) 276 modules
  modules by path ./node_modules/style-loader/dist/runtime/*.js 5.75 KiB 6 modules
  modules by path data:image/ 3.99 KiB 5 modules
  modules by path ./node_modules/css-loader/dist/runtime/*.js 2.91 KiB 3 modules
  modules by path ./node_modules/xterm/ 332 KiB
    ./node_modules/xterm/lib/xterm.js 327 KiB [built] [code generated]
    ./node_modules/css-loader/dist/cjs.js!./node_modules/xterm/css/xterm.css 4.56 KiB [built] [code generated]
  ./index.js + 11 modules 62.6 KiB [not cacheable] [built] [code generated]
  ./node_modules/xterm-addon-fit/lib/xterm-addon-fit.js 1.68 KiB [built] [code generated]
  ./node_modules/css-loader/dist/cjs.js!./style.css 4.09 KiB [built] [code generated]
  Entrypoint HtmlWebpackPlugin_0-0 =
  runtime modules 440 bytes 3 modules
  cacheable modules 514 bytes
    data:text/javascript,__webpack_public_path__ = __webpack_base_uri__ = htmlWebpackPluginPublicPath; 77 bytes [built] [code generated]
    ./node_modules/html-webpack-plugin/lib/loader.js!./node_modules/html-webpack-plugin/default_index.ejs 437 bytes [built] [code generated]

  Child HtmlWebpackCompiler compiled successfully

  assets by status 115 KiB [cached] 1 asset
  orphan modules 391 KiB [orphan] 34 modules
  runtime modules 221 bytes 1 module
  ./node_modules/monaco-editor/esm/vs/editor/editor.worker.js + 34 modules 392 KiB [built] [code generated]

  Child vs/editor/editor compiled successfully

  assets by status 81.2 MiB [cached] 304 assets
  orphan modules 117 KiB [orphan] 15 modules
  runtime modules 1.67 KiB 5 modules
  modules by path ../build/emception/packages/*.br 12.3 KiB (javascript) 79.9 MiB (asset) 301 modules
  javascript modules 567 KiB
    modules by path ../build/emception/ 450 KiB
      ../build/emception/wasm-package/wasm-package.mjs 88.7 KiB [built] [code generated]
      ../build/emception/llvm/llvm-box.mjs 92.9 KiB [built] [code generated]
      ../build/emception/binaryen/binaryen-box.mjs 99 KiB [built] [code generated]
      ../build/emception/quicknode/quicknode.mjs 95.4 KiB [built] [code generated]
      ../build/emception/brotli/brotli.mjs 73.6 KiB [built] [code generated]
    ./emception.worker.js + 15 modules 117 KiB [built] [code generated]
    (ignored asset) 26 bytes [built] [code generated]
  ../build/emception/wasm-package/wasm-package.wasm 42 bytes (javascript) 143 KiB (asset) [built] [code generated]
  ../build/emception/brotli/brotli.wasm 42 bytes (javascript) 786 KiB (asset) [built] [code generated]

  ERROR in ../build/emception/Python3Process.mjs 2:0-48
  Module not found: Error: Can't resolve './cpython/python.mjs' in '/Users/s1g/Workspaces/emception/build/emception'
  resolve './cpython/python.mjs' in '/Users/s1g/Workspaces/emception/build/emception'
    using description file: /Users/s1g/Workspaces/emception/package.json (relative path: ./build/emception)
      Field 'browser' doesn't contain a valid alias configuration
      using description file: /Users/s1g/Workspaces/emception/package.json (relative path: ./build/emception/cpython/python.mjs)
        Field 'browser' doesn't contain a valid alias configuration
        /Users/s1g/Workspaces/emception/build/emception/cpython/python.mjs doesn't exist
   @ ./emception.js 5:0-58 91:20-34 92:20-34 93:20-34
   @ ./emception.worker.js 2:0-39 4:22-31

  Child worker-loader /Users/s1g/Workspaces/emception/demo/emception.worker.js compiled with 1 error
webpack 5.61.0 compiled with 1 error in 15839 ms

Looking for python.mjs in the gist I found several issues:

## line 4043:
Cloning into '/Users/s1g/Workspaces/emception/upstream/cpython'...
Updating files: 100% (4875/4875), done.
/Users/s1g/Workspaces/emception/upstream/cpython /Users/s1g/Workspaces/emception
error: RPC failed; curl 56 GnuTLS recv error (-9): Error decoding the received TLS packet.
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
fatal: Could not parse object 'b8a9f13abb61bd91a368e2d3f339de736863050f'.
/Users/s1g/Workspaces/emception
/Users/s1g/Workspaces/emception/upstream/cpython /Users/s1g/Workspaces/emception
error: patch failed: Modules/Setup.stdlib.in:118
error: Modules/Setup.stdlib.in: patch does not apply
error: Modules/_emception.c: No such file or directory
error: patch failed: configure.ac:1253
error: configure.ac: patch does not apply
## line 5400:
cp: cannot stat '/Users/s1g/Workspaces/emception/build/cpython/python.mjs': No such file or directory
## line 6024:
cp: cannot stat '/Users/s1g/Workspaces/emception/build/cpython/usr/local/lib/python3.*': No such file or directory
unzip:  cannot find or open /Users/s1g/Workspaces/emception/build/cpython/usr/local/lib/python3*.zip, /Users/s1g/Workspaces/emception/build/cpython/usr/local/lib/python3*.zip.zip or /Users/s1g/Workspaces/emception/build/cpython/usr/local/lib/python3*.zip.ZIP.

No zipfiles found.
/Users/s1g/Workspaces/emception/build/packs/cpython /Users/s1g/Workspaces/emception
/Users/s1g/Workspaces/emception
/Users/s1g/Workspaces/emception/build/packs/wasm /Users/s1g/Workspaces/emception
cp: cannot stat '../../cpython/python.wasm': No such file or directory
jprendes commented 3 months ago

It looks like a network issue downloading cpython's source

s1gtrap commented 3 months ago

Guess that was a poor example, but after running it two more times it failed once more (seemingly for the same reason) and it succeeded to clone b8a9f13 but then failed for another reason..

I tried commenting out the other build targets to cut down on time:

diff --git a/build.sh b/build.sh
index eaa7f29..885de3e 100755
--- a/build.sh
+++ b/build.sh
@@ -12,10 +12,11 @@ BUILD=$(realpath "$BUILD")

 $SRC/build-tooling.sh "$BUILD"

-$SRC/build-llvm.sh "$BUILD" "$LLVM_SRC"
-$SRC/build-binaryen.sh "$BUILD" "$BINARYEN_SRC"
+# $SRC/build-llvm.sh "$BUILD" "$LLVM_SRC"
+# $SRC/build-binaryen.sh "$BUILD" "$BINARYEN_SRC"
 $SRC/build-cpython.sh "$BUILD" "$CPYTHON_SRC"
-$SRC/build-quicknode.sh "$BUILD" "$QUICKNODE_SRC"
-$SRC/build-brotli.sh "$BUILD" "$BROTLI_SRC"
+# $SRC/build-quicknode.sh "$BUILD" "$QUICKNODE_SRC"
+# $SRC/build-brotli.sh "$BUILD" "$BROTLI_SRC"
+
+# $SRC/build-emception.sh "$BUILD"

-$SRC/build-emception.sh "$BUILD"
\ No newline at end of file

And upon building it, it still complains about the patch: https://gist.github.com/s1gtrap/1854ebc742b95ba8c273ca6e327f4cd4#file-gistfile1-txt-L71-L75 and proceeds to build cpython-native. It still seems to be failing, but at least this is more focused:

# line 1411:
The following modules are *disabled* in configure script:
_sqlite3

The necessary bits to build these optional modules were not found:
_bz2                  _ctypes               _ctypes_test
_curses               _curses_panel         _dbm
_gdbm                 _hashlib              _lzma
_ssl                  _tkinter              _uuid
readline
To find the necessary bits, look in configure.ac and config.log.

Could not build the ssl module!
Python requires a OpenSSL 1.1.1 or newer

# line 1437:
checking for --with-build-python... configure: error: invalid or missing build python binary "/Users/s1g/Workspaces/cpython/build/cpython-native/python"
emconfigure: error: '/Users/s1g/Workspaces/cpython/upstream/cpython/configure -C --host=wasm32-unknown-emscripten --build=x86_64-pc-linux-gnu --with-emscripten-target=browser --disable-wasm-dynamic-linking --with-suffix=.mjs --disable-wasm-preload --enable-wasm-js-module --with-build-python=/Users/s1g/Workspaces/cpython/build/cpython-native/python' failed (returned 1)
make: make -j10
make: *** No targets specified and no makefile found.  Stop.
emmake: error: 'make -j10' failed (returned 2)
/Users/s1g/Workspaces/cpython
/Users/s1g/Workspaces/cpython/build/cpython /Users/s1g/Workspaces/cpython
make: make -j10
make: *** No targets specified and no makefile found.  Stop.
emmake: error: 'make -j10' failed (returned 2)
/Users/s1g/Workspaces/cpython
./build-with-docker.sh  0.28s user 0.33s system 0% cpu 11:13.21 total

For the record python.wasm is never generated.

Johnn333 commented 3 months ago

Is python native actually building here?

configure: error: invalid or missing build python binary "/Users/s1g/Workspaces/cpython/build/cpython-native/python"

Is suggesting not, can we get a view of this directory, does it even exist?

s1gtrap commented 3 months ago
$ ls /Users/s1g/Workspaces/cpython/build/cpython-native/python
Python-ast.o          bltinmodule.o         dtoa.o                frozen_modules        getversion.o          mysnprintf.o          pyhash.o              pytime.o
Python-tokenize.o     bootstrap_hash.o      dynamic_annotations.o frozenmain.o          hamt.o                mystrtoul.o           pylifecycle.o         specialize.o
_warnings.o           ceval.o               dynload_shlib.o       future.o              hashtable.o           pathconfig.o          pymath.o              structmember.o
asdl.o                ceval_gil.o           errors.o              getargs.o             import.o              perf_trampoline.o     pystate.o             suggestions.o
asm_trampoline.o      codecs.o              fileutils.o           getcompiler.o         importdl.o            preconfig.o           pystrcmp.o            symtable.o
ast.o                 compile.o             formatter_unicode.o   getcopyright.o        initconfig.o          pyarena.o             pystrhex.o            sysmodule.o
ast_opt.o             context.o             frame.o               getopt.o              marshal.o             pyctype.o             pystrtod.o            thread.o
ast_unparse.o         deepfreeze            frozen.o              getplatform.o         modsupport.o          pyfpe.o               pythonrun.o           traceback.o
Johnn333 commented 3 months ago

Interesting, The native build doesn't seem to be completing, and as such the Wasm build is immediately failing.

This guy seems to have had the same problem: https://github.com/jprendes/emception/issues/24

Here is the entry point for the patch you mentioned: https://github.com/jprendes/emception/blob/master/build-cpython.sh#L56 but I'm not sure if this is a problem. CPython seems to have cloned fine and reverted to a known commit, assuming the project can still be built on the current commit its possible the patch is failing anyway, but still building fine @jprendes do you know if this is the case?

s1gtrap commented 3 months ago

Hmm so I did a little more digging, and after successfully building cpython alone on Linux and diffing the generated output on macOS, the point where they really start diverging is line 1433/1437 respectively:

diff --git a/linux b/macos
index ad06c14..ad665fd 100644
--- a/linux
+++ b/macos
@@ -1,16 +1,14 @@
 checking for git... found
 checking build system type... x86_64-pc-linux-gnu
 checking host system type... wasm32-unknown-emscripten
-checking for --with-build-python... /home/s1g/Workspaces/cpython/build/cpython-native/python
-checking for Python interpreter freezing... /home/s1g/Workspaces/cpython/build/cpython-native/python
-checking for python3.12... (cached) /home/s1g/Workspaces/cpython/build/cpython-native/python
-checking Python for regen version... Python 3.12.0a1+
-checking for wasm32-unknown-emscripten-pkg-config... no
-checking for pkg-config... /usr/bin/pkg-config
-configure: WARNING: using cross tools not prefixed with host triplet
-checking pkg-config is at least version 0.9.0... yes
-checking for --enable-universalsdk... no
-checking for --with-universal-archs... no
-checking MACHDEP... "emscripten"
-checking for wasm32-unknown-emscripten-gcc... /emsdk/upstream/emscripten/emcc
-
+checking for --with-build-python... configure: error: invalid or missing build python binary "/Users/s1g/Workspaces/cpython/build/cpython-native/python"
+emconfigure: error: '/Users/s1g/Workspaces/cpython/upstream/cpython/configure -C --host=wasm32-unknown-emscripten --build=x86_64-pc-linux-gnu --with-emscripten-target=browser --disable-wasm-dynamic-linking --with-suffix=.mjs --disable-wasm-preload --enable-wasm-js-module --with-build-python=/Users/s1g/Workspaces/cpython/build/cpython-native/python' failed (returned 1)
+make: make -j10
+make: *** No targets specified and no makefile found.  Stop.
+emmake: error: 'make -j10' failed (returned 2)
+/Users/s1g/Workspaces/cpython
+/Users/s1g/Workspaces/cpython/build/cpython /Users/s1g/Workspaces/cpython
+make: make -j10
+make: *** No targets specified and no makefile found.  Stop.
+emmake: error: 'make -j10' failed (returned 2)
+/Users/s1g/Workspaces/cpython

which got me to examine the python entry in each respective cpython-native/ dir, and turns out it's an exectuable on Linux and a directory on macOS:

$ file /home/s1g/Workspaces/cpython/build/cpython-native/python
/home/s1g/Workspaces/cpython/build/cpython-native/python: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=4401836f5165f232fa9e2a3d68eb4e277da406fa, for GNU/Linux 3.2.0, with debug_info, not stripped
$ file "/Users/s1g/Workspaces/cpython/build/cpython-native/python"
/Users/s1g/Workspaces/cpython/build/cpython-native/python: directory
$ ls "/Users/s1g/Workspaces/cpython/build/cpython-native/python"
Python-ast.o          bltinmodule.o         dtoa.o                frozen_modules        getversion.o          mysnprintf.o          pyhash.o              pytime.o
Python-tokenize.o     bootstrap_hash.o      dynamic_annotations.o frozenmain.o          hamt.o                mystrtoul.o           pylifecycle.o         specialize.o
_warnings.o           ceval.o               dynload_shlib.o       future.o              hashtable.o           pathconfig.o          pymath.o              structmember.o
asdl.o                ceval_gil.o           errors.o              getargs.o             import.o              perf_trampoline.o     pystate.o             suggestions.o
asm_trampoline.o      codecs.o              fileutils.o           getcompiler.o         importdl.o            preconfig.o           pystrcmp.o            symtable.o
ast.o                 compile.o             formatter_unicode.o   getcopyright.o        initconfig.o          pyarena.o             pystrhex.o            sysmodule.o
ast_opt.o             context.o             frame.o               getopt.o              marshal.o             pyctype.o             pystrtod.o            thread.o
ast_unparse.o         deepfreeze            frozen.o              getplatform.o         modsupport.o          pyfpe.o               pythonrun.o           traceback.o

So no wonder the following build step fails? I mean if expecting an executable but given a directory I'm not even sure how it ought to react but I guess this is the source of the issue?

I linked both outputs but here is the git diff: https://gist.github.com/s1gtrap/a2daefae8ff65324afe19cf831db9dc8 although I'm not sure how beneficial that would be.

Johnn333 commented 3 months ago

It's worth having a dig through to see if you can find the Python executable elsewhere on the mac system, maybe there is some line deep in the build changing the output location.

Nothing is suggesting it isn't being built from what I've seen of the logs. If you can find it, change the line here: https://github.com/jprendes/emception/blob/master/build-cpython.sh#L83 to point to it.

s1gtrap commented 3 months ago

Sorry for the delay, I did find the python executable, turns out it was named python.exe, presumably because my install of the APFS filesystem is NOT case sensitive unlike ext4 on my Linux install, and there is also a directory named Python present in the same directory. I changed build-cpython.sh as described and it finally seems to be compiling correctly!

I don't know where or when it decided to generate a .exe macOS executable instead of the lack of extension on Linux, but I feel like the subsequent build stages ought to be able to figure this out somehow. It's available at https://github.com/s1gtrap/emception/tree/fix-macos-build if anyone else needs it.

Would it make sense to toss together a PR? As stated I'm not sure where it opted to append .exe, but it did print it a couple times in the output so that might be an option.