HaileyStorm's picture
Upload folder using huggingface_hub
0955f14 verified
raw
history blame
12.6 kB
Build started at 2024-02-19T14:02:35.128840
Main binary: /usr/bin/python3
Build Options: -Dprefix=/usr/local -Dbuildtype=release -Dbackend=ninja
Python system: Linux
The Meson build system
Version: 0.61.2
Source dir: /media/hailey/More/AI/mamba.py/lc0
Build dir: /media/hailey/More/AI/mamba.py/lc0/build/release
Build type: native build
Project name: lc0
Project version: undefined
C++ compiler for the host machine: c++ (gcc 11.4.0 "c++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0")
C++ linker for the host machine: c++ ld.bfd 2.38
C++ compiler for the build machine: c++ (gcc 11.4.0 "c++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0")
C++ linker for the build machine: c++ ld.bfd 2.38
Build machine cpu family: x86_64
Build machine cpu: x86_64
Host machine cpu family: x86_64
Host machine cpu: x86_64
Target machine cpu family: x86_64
Target machine cpu: x86_64
Running compile:
Working directory: /tmp/tmp_t90lox1
Command line: c++ /tmp/tmp_t90lox1/testfile.cpp -o /tmp/tmp_t90lox1/output.obj -D_FILE_OFFSET_BITS=64 -c -std=c++17
Code:
int i = static_cast<int>(0);
Compiler stdout:
Compiler stderr:
Compiler accepts -std=c++17: YES
Using cached compile:
Cached command line:
Code:
#ifdef __has_include
#if !__has_include("optional")
#error "Header 'optional' could not be found"
#endif
#else
#include <optional>
#endif
Cached compiler stdout:
Cached compiler stderr:
Has header "optional" : YES (cached)
Using cached compile:
Cached command line:
Code:
#ifdef __has_include
#if !__has_include("string_view")
#error "Header 'string_view' could not be found"
#endif
#else
#include <string_view>
#endif
Cached compiler stdout:
Cached compiler stderr:
Has header "string_view" : YES (cached)
Using cached compile:
Cached command line:
Code:
#ifdef __has_include
#if !__has_include("charconv")
#error "Header 'charconv' could not be found"
#endif
#else
#include <charconv>
#endif
Cached compiler stdout:
Cached compiler stderr:
Has header "charconv" : YES (cached)
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C++ supports arguments -march=native: YES (cached)
Program scripts/compile_proto.py found: YES (/media/hailey/More/AI/mamba.py/lc0/scripts/compile_proto.py)
Program git found: YES (/usr/bin/git)
WARNING: You should add the boolean check kwarg to the run_command call.
It currently defaults to false,
but it will default to true in future releases of meson.
See also: https://github.com/mesonbuild/meson/issues/9300
Running command: /media/hailey/More/AI/mamba.py/lc0/scripts/checkdir.py libs/lczero-common/proto
--- stdout ---
--- stderr ---
Running command: /usr/bin/git rev-parse --short HEAD
--- stdout ---
7de98a1
--- stderr ---
Running command: /usr/bin/git diff-index --quiet HEAD
--- stdout ---
--- stderr ---
Running command: /usr/bin/git describe --exact-match --tags
--- stdout ---
--- stderr ---
fatal: no tag exactly matches '7de98a1198b017a96315d62c52f10e695c93d5ef'
Message: Using build identifier "git.7de98a1".
Configuring build_id.h using configuration
Dependency threads found: YES unknown (cached)
Running compile:
Working directory: /media/hailey/More/AI/mamba.py/lc0/build/release/meson-private/tmpp_8pd9cx
Command line: c++ /media/hailey/More/AI/mamba.py/lc0/build/release/meson-private/tmpp_8pd9cx/testfile.cpp -o /media/hailey/More/AI/mamba.py/lc0/build/release/meson-private/tmpp_8pd9cx/output.exe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wl,--start-group -ldl -Wl,--end-group -Wl,--allow-shlib-undefined
Code:
int main(void) { return 0; }
Compiler stdout:
Compiler stderr:
Library dl found: YES
Pkg-config binary for 1 is not cached.
Pkg-config binary missing from cross or native file, or env var undefined.
Trying a default Pkg-config fallback at pkg-config
Did not find pkg-config by name 'pkg-config'
Found Pkg-config: NO
Pkg-config binary for machine 1 not found. Giving up.
CMake binary for 1 is not cached
CMake binary missing from cross or native file, or env var undefined.
Trying a default CMake fallback at cmake
Found CMake: /home/hailey/.local/bin/cmake (3.27.7)
Extracting basic cmake information
Try CMake generator: auto
Calling CMake (['/home/hailey/.local/bin/cmake']) in /media/hailey/More/AI/mamba.py/lc0/build/release/meson-private/cmake_tensorflow_cc with:
- "--trace-expand"
- "--trace-format=json-v1"
- "--no-warn-unused-cli"
- "--trace-redirect=cmake_trace.txt"
- "-DCMAKE_TOOLCHAIN_FILE=/media/hailey/More/AI/mamba.py/lc0/build/release/meson-private/cmake_tensorflow_cc/CMakeMesonToolchainFile.cmake"
- "."
-- Module search paths: ['/', '/home/hailey/.local/lib/python3.10/site-packages/cmake/data', '/opt', '/usr', '/usr/local']
-- CMake root: /home/hailey/.local/lib/python3.10/site-packages/cmake/data/share/cmake-3.27
-- CMake architectures: ['i386-linux-gnu', 'x86_64-linux-gnu']
-- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32', 'share', 'lib/i386-linux-gnu', 'lib/x86_64-linux-gnu']
Preliminary CMake check failed. Aborting.
Run-time dependency tensorflow_cc found: NO (tried pkgconfig and cmake)
Pkg-config binary for 1 is cached as not found.
Pkg-config binary for machine 1 not found. Giving up.
CMake binary for 1 is cached.
Preliminary CMake check failed. Aborting.
Run-time dependency accelerate found: NO (tried pkgconfig and cmake)
Running compile:
Working directory: /media/hailey/More/AI/mamba.py/lc0/build/release/meson-private/tmpj54ms2ds
Command line: c++ /media/hailey/More/AI/mamba.py/lc0/build/release/meson-private/tmpj54ms2ds/testfile.cpp -o /media/hailey/More/AI/mamba.py/lc0/build/release/meson-private/tmpj54ms2ds/output.exe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive
Code:
#include<stdio.h>
int main(void) {
printf("%ld\n", (long)(sizeof(void *)));
return 0;
}
Compiler stdout:
Compiler stderr:
Program stdout:
8
Program stderr:
Running compile:
Working directory: /media/hailey/More/AI/mamba.py/lc0/build/release/meson-private/tmpgk0v62hi
Command line: c++ /media/hailey/More/AI/mamba.py/lc0/build/release/meson-private/tmpgk0v62hi/testfile.cpp -o /media/hailey/More/AI/mamba.py/lc0/build/release/meson-private/tmpgk0v62hi/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive --print-search-dirs
Code:
Compiler stdout:
install: /usr/lib/gcc/x86_64-linux-gnu/11/
programs: =/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/bin/
libraries: =/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/11/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/11/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/
Compiler stderr:
Library mkl_rt found: NO
Library mklml found: NO
Library dnnl found: NO
Library openblas.dll found: NO
Library openblas found: NO
Pkg-config binary for 1 is cached as not found.
Pkg-config binary for machine 1 not found. Giving up.
CMake binary for 1 is cached.
Preliminary CMake check failed. Aborting.
Run-time dependency eigen3 found: NO (tried pkgconfig and cmake)
Looking for a fallback subproject for the dependency eigen3
Executing subproject eigen
Project name: eigen
Project version: 3.4.0
C++ compiler for the host machine: c++ (gcc 11.4.0 "c++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0")
C++ linker for the host machine: c++ ld.bfd 2.38
C++ compiler for the build machine: c++ (gcc 11.4.0 "c++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0")
C++ linker for the build machine: c++ ld.bfd 2.38
Build targets in project: 0
Subproject eigen finished.
Dependency eigen3 from subproject subprojects/eigen-3.4.0 found: YES 3.4.0
Program ispc found: NO
Library OpenCL found: YES
Run-time dependency opencl found: NO
Using cached compile:
Cached command line:
Code:
#ifdef __has_include
#if !__has_include("CL/opencl.h")
#error "Header 'CL/opencl.h' could not be found"
#endif
#else
#include <CL/opencl.h>
#endif
Cached compiler stdout:
Cached compiler stderr:
Has header "CL/opencl.h" : YES (cached)
Library cublas found: NO
Library cudnn found: NO
Library cudart found: NO
Program nvcc /usr/local/cuda/bin/nvcc /opt/cuda/bin/nvcc found: NO
Running compile:
Working directory: /media/hailey/More/AI/mamba.py/lc0/build/release/meson-private/tmp_slhamri
Command line: c++ /media/hailey/More/AI/mamba.py/lc0/build/release/meson-private/tmp_slhamri/testfile.cpp -o /media/hailey/More/AI/mamba.py/lc0/build/release/meson-private/tmp_slhamri/output.exe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -framework Foundation
Code:
int main(void) { return 0; }
Compiler stdout:
Compiler stderr:
c++: error: unrecognized command-line option '-framework'
Running compile:
Working directory: /media/hailey/More/AI/mamba.py/lc0/build/release/meson-private/tmp5tv83drm
Command line: c++ /media/hailey/More/AI/mamba.py/lc0/build/release/meson-private/tmp5tv83drm/testfile.cpp -o /media/hailey/More/AI/mamba.py/lc0/build/release/meson-private/tmp5tv83drm/output.exe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -framework Metal
Code:
int main(void) { return 0; }
Compiler stdout:
Compiler stderr:
c++: error: unrecognized command-line option '-framework'
Running compile:
Working directory: /media/hailey/More/AI/mamba.py/lc0/build/release/meson-private/tmpelqu9zgt
Command line: c++ /media/hailey/More/AI/mamba.py/lc0/build/release/meson-private/tmpelqu9zgt/testfile.cpp -o /media/hailey/More/AI/mamba.py/lc0/build/release/meson-private/tmpelqu9zgt/output.exe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -framework MetalPerformanceShaders
Code:
int main(void) { return 0; }
Compiler stdout:
Compiler stderr:
c++: error: unrecognized command-line option '-framework'
Running compile:
Working directory: /media/hailey/More/AI/mamba.py/lc0/build/release/meson-private/tmp9j4vjbn4
Command line: c++ /media/hailey/More/AI/mamba.py/lc0/build/release/meson-private/tmp9j4vjbn4/testfile.cpp -o /media/hailey/More/AI/mamba.py/lc0/build/release/meson-private/tmp9j4vjbn4/output.exe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -framework MetalPerformanceShadersGraph
Code:
int main(void) { return 0; }
Compiler stdout:
Compiler stderr:
c++: error: unrecognized command-line option '-framework'
Run-time dependency appleframeworks found: NO (tried framework)
Dependency zlib found: YES 1.2.11 (cached)
Running compile:
Working directory: /media/hailey/More/AI/mamba.py/lc0/build/release/meson-private/tmpadveqdq8
Command line: c++ /media/hailey/More/AI/mamba.py/lc0/build/release/meson-private/tmpadveqdq8/testfile.cpp -o /media/hailey/More/AI/mamba.py/lc0/build/release/meson-private/tmpadveqdq8/output.exe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wl,--start-group -llibatomic -Wl,--end-group -Wl,--allow-shlib-undefined
Code:
int main(void) { return 0; }
Compiler stdout:
Compiler stderr:
/usr/bin/ld: cannot find -llibatomic: No such file or directory
/usr/bin/ld: note to link with /usr/lib/gcc/x86_64-linux-gnu/11/libatomic.a use -l:libatomic.a or rename it to liblibatomic.a
collect2: error: ld returned 1 exit status
Library libatomic found: YES
Dependency gtest found: YES unknown (cached)
Adding test "ChessBoard"
Adding test "HashCat"
Adding test "PositionTest"
Adding test "OptionsParserTest"
Adding test "SyzygyTest"
Adding test "EncodePositionForNN"
Build targets in project: 8
lc0 undefined
Subprojects
eigen : YES
User defined options
backend : ninja
buildtype: release
prefix : /usr/local
Found ninja-1.10.1 at /usr/bin/ninja