securefs-0.13.1
| ^
/build/source/sources/crypto.cpp:92:9: warning: reading variable 'm_cmac' requires holding mutex 'm_mutex' [-Wthread-safety-analysis]
92 | m_cmac.CalculateDigest(static_cast<byte*>(iv), T.data(), T.size());
| ^
/build/source/sources/crypto.cpp:105:9: warning: reading variable 'm_cmac' requires holding mutex 'm_mutex' [-Wthread-safety-analysis]
105 | m_cmac.CalculateDigest(static_cast<byte*>(iv), D, array_length(D));
| ^
4 warnings generated.
[ 90%] Building CXX object CMakeFiles/securefs-static.dir/sources/lite_stream.cpp.o
[ 90%] Building CXX object CMakeFiles/securefs-static.dir/sources/lock_enabled.cpp.o
[ 91%] Building CXX object CMakeFiles/securefs-static.dir/sources/logger.cpp.o
[ 91%] Building CXX object CMakeFiles/securefs-static.dir/sources/mystring.cpp.o
[ 92%] Building CXX object CMakeFiles/securefs-static.dir/sources/myutils.cpp.o
In file included from /build/source/sources/lite_operations.cpp:9:
In file included from /build/source/sources/operations.h:3:
/build/source/sources/file_table.h:104:10: warning: 'statfs' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
104 | void statfs(struct fuse_statvfs* fs_info) { return m_shards.back()->statfs(fs_info); }| ^
/build/source/sources/file_table.h:33:18: note: overridden virtual function is here
33 | virtual void statfs(struct fuse_statvfs* fs_info) = 0;
| ^
1 warning generated.
[ 92%] Building CXX object CMakeFiles/securefs-static.dir/sources/operations.cpp.o
[ 93%] Building CXX object CMakeFiles/securefs-static.dir/sources/streams.cpp.o
[ 93%] Building CXX object CMakeFiles/securefs-static.dir/sources/unix.cpp.o
[ 94%] Building CXX object CMakeFiles/securefs-static.dir/sources/win.cpp.o
In file included from /build/source/sources/operations.cpp:1:
In file included from /build/source/sources/operations.h:3:
/build/source/sources/file_table.h:104:10: warning: 'statfs' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
104 | void statfs(struct fuse_statvfs* fs_info) { return m_shards.back()->statfs(fs_info); }| ^
/build/source/sources/file_table.h:33:18: note: overridden virtual function is here
33 | virtual void statfs(struct fuse_statvfs* fs_info) = 0;
| ^
1 warning generated.
In file included from /build/source/sources/commands.cpp:7:
In file included from /build/source/sources/operations.h:3:
/build/source/sources/file_table.h:104:10: warning: 'statfs' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
104 | void statfs(struct fuse_statvfs* fs_info) { return m_shards.back()->statfs(fs_info); }| ^
/build/source/sources/file_table.h:33:18: note: overridden virtual function is here
33 | virtual void statfs(struct fuse_statvfs* fs_info) = 0;
| ^
1 warning generated.
[ 94%] Linking CXX static library libsecurefs-static.a
[ 94%] Built target securefs-static
[ 95%] Building CXX object CMakeFiles/securefs_test.dir/test/main.cpp.o
[ 95%] Building CXX object CMakeFiles/securefs_test.dir/test/test_btree.cpp.o
[ 96%] Building CXX object CMakeFiles/securefs_test.dir/test/test_crypto.cpp.o
[ 97%] Building CXX object CMakeFiles/securefs_test.dir/test/test_streams.cpp.o
[ 97%] Building CXX object CMakeFiles/securefs_test.dir/test/test_files.cpp.o
[ 97%] Building CXX object CMakeFiles/securefs_test.dir/test/test_common.cpp.o
[ 98%] Building CXX object CMakeFiles/securefs.dir/main.cpp.o
[ 98%] Linking CXX executable securefs
external/cryptopp/libcryptopp.a(nbtheory.cpp.o):nbtheory.cpp:function pizlonatedFI403_exp2:(.text+0x37101): error: undefined reference to 'pizlonated_exp2'
external/cryptopp/libcryptopp.a(nbtheory.cpp.o):nbtheory.cpp:function pizlonatedFI4792_pow:(.text+0x37476): error: undefined reference to 'pizlonated_pow'
external/cryptopp/libcryptopp.a(nbtheory.cpp.o):nbtheory.cpp:function pizlonatedFI403_log:(.text+0x37561): error: undefined reference to 'pizlonated_log'
external/cryptopp/libcryptopp.a(rng.cpp.o):rng.cpp:function pizlonatedFI403_log:(.text+0x7471): error: undefined reference to 'pizlonated_log'
clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [CMakeFiles/securefs.dir/build.make:107: securefs] Error 1
make[1]: *** [CMakeFiles/Makefile2:180: CMakeFiles/securefs.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 98%] Building CXX object CMakeFiles/securefs_test.dir/test/test_utils.cpp.o
[ 99%] Building CXX object CMakeFiles/securefs_test.dir/test/test_win.cpp.o
[ 99%] Building CXX object CMakeFiles/securefs_test.dir/test/test_xattr_workaround.cpp.o
In file included from /build/source/test/main.cpp:2:
In file included from /build/source/external/catch.hpp:377:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/sstream:323:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ostream/basic_ostream.h:20:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ostream/put_character_sequence.h:19:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__locale_dir/pad_and_output.h:16:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__locale:27:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:652:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string_view:947:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/algorithm:1908:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__algorithm/shuffle.h:16:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__random/uniform_int_distribution.h:212:17: error: static assertion failed due to requirement '__libcpp_random_is_valid_urng<Catch::RandomNumberGenerator, void>::value':
212 | static_assert(__libcpp_random_is_valid_urng<_URNG>::value, "");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__algorithm/shuffle.h:147:29: note: in instantiation of function template specialization 'std::uniform_int_distribution<long>::operator()<Catch::RandomNumberGenerator>' requested here
147 | difference_type __i = __uid(__g, _Pp(0, __d));
| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__algorithm/shuffle.h:159:14: note: in instantiation of function template specialization 'std::__shuffle<std::_ClassicAlgPolicy, std::__wrap_iter<Catch::TestCase *>, std::__wrap_iter<Catch::TestCase *>, Catch::RandomNumberGenerator &>' requested here
159 | (void)std::__shuffle<_ClassicAlgPolicy>(
| ^
/build/source/external/catch.hpp:7162:18: note: in instantiation of function template specialization 'std::shuffle<std::__wrap_iter<Catch::TestCase *>, Catch::RandomNumberGenerator &>' requested here
7162 | std::shuffle( vector.begin(), vector.end(), rng );
| ^
/build/source/external/catch.hpp:7180:44: note: in instantiation of function template specialization 'Catch::RandomNumberGenerator::shuffle<std::vector<Catch::TestCase>>' requested here
7180 | RandomNumberGenerator::shuffle( sorted );
| ^
1 error generated.
make[2]: *** [CMakeFiles/securefs_test.dir/build.make:79: CMakeFiles/securefs_test.dir/test/main.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /build/source/test/test_files.cpp:4:
/build/source/sources/file_table.h:104:10: warning: 'statfs' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
104 | void statfs(struct fuse_statvfs* fs_info) { return m_shards.back()->statfs(fs_info); }| ^
/build/source/sources/file_table.h:33:18: note: overridden virtual function is here
33 | virtual void statfs(struct fuse_statvfs* fs_info) = 0;
| ^
1 warning generated.
/build/source/test/test_streams.cpp:60:14: warning: 'is_sparse' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
60 | bool is_sparse() const noexcept { return true; }| ^
/build/source/sources/streams.h:47:18: note: overridden virtual function is here
47 | virtual bool is_sparse() const noexcept { return false; }| ^
1 warning generated.
make[1]: *** [CMakeFiles/Makefile2:214: CMakeFiles/securefs_test.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
see-unstable-2023-03-19
Build started
Sourcing python-remove-tests-dir-hook
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing pypa-build-hook
Using pypaBuildPhase
Sourcing python-runtime-deps-check-hook
Using pythonRuntimeDepsCheckHook
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
→ unpackPhase
unpacking source archive /nix/store/k8gl5mxxkklpwp24p6kx3mwrcg6ip6lw-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/src/textualize_see/file_map.py"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
Executing pypaBuildPhase
Creating a wheel...
pypa build flags: --no-isolation --outdir dist/ --wheel
* Getting build dependencies for wheel...
* Building wheel...
Successfully built textualize_see-0.1.1-py3-none-any.whl
Finished creating a wheel...
Finished executing pypaBuildPhase
→ pythonRuntimeDepsCheckHook
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for textualize_see-0.1.1-py3-none-any.whl
Finished executing pythonRuntimeDepsCheck
→ installPhase
Executing pypaInstallPhase
Successfully installed textualize_see-0.1.1-py3-none-any.whl
Finished executing pypaInstallPhase
→ pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/m6h5646cpzw208nlrs1z4hjfkrgp43sm-see-unstable-2023-03-19-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/m6h5646cpzw208nlrs1z4hjfkrgp43sm-see-unstable-2023-03-19-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/m6h5646cpzw208nlrs1z4hjfkrgp43sm-see-unstable-2023-03-19-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in /nix/store/m6h5646cpzw208nlrs1z4hjfkrgp43sm-see-unstable-2023-03-19-x86_64-unknown-linux-gnufilc0/lib /nix/store/m6h5646cpzw208nlrs1z4hjfkrgp43sm-see-unstable-2023-03-19-x86_64-unknown-linux-gnufilc0/bin
shrinking RPATHs of ELF executables and libraries in /nix/store/2vxgdw0pavaryca10mrhkskzn1w79lcg-see-unstable-2023-03-19-x86_64-unknown-linux-gnufilc0-dist
checking for references to /build/ in /nix/store/2vxgdw0pavaryca10mrhkskzn1w79lcg-see-unstable-2023-03-19-x86_64-unknown-linux-gnufilc0-dist...
patching script interpreter paths in /nix/store/2vxgdw0pavaryca10mrhkskzn1w79lcg-see-unstable-2023-03-19-x86_64-unknown-linux-gnufilc0-dist
Rewriting #!/nix/store/nn9ckj7v5gxzzajwz79lzr9kclpvf9pf-python3-3.12.11/bin/python3.12 to #!/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0
wrapping `/nix/store/m6h5646cpzw208nlrs1z4hjfkrgp43sm-see-unstable-2023-03-19-x86_64-unknown-linux-gnufilc0/bin/see'...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
→ installCheckPhase
no Makefile or custom installCheckPhase, doing nothing
→ pythonRemoveBinBytecodePhase
semodule-utils-3.8.1
Build started
→ unpackPhase
unpacking source archive /nix/store/ymmc7wxyd62m8bndh3cq2anxdgqhs01m-semodule-utils-3.8.1.tar.gz
source root is semodule-utils-3.8.1
setting SOURCE_DATE_EPOCH to timestamp 1741201146 of file "semodule-utils-3.8.1/semodule_package/semodule_unpackage.c"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash PREFIX=\$\(out\) LIBSEPOLA=/nix/store/0wssknj1bgaxkmm0zd5gfmc948d5xl7f-libsepol-x86_64-unknown-linux-gnufilc0-3.8.1/lib/libsepol.a
make[1]: Entering directory '/build/semodule-utils-3.8.1/semodule_package'
clang -Werror -Wall -W -c -o semodule_package.o semodule_package.c
clang semodule_package.o -lsepol -o semodule_package
clang -Werror -Wall -W semodule_unpackage.c -lsepol -o semodule_unpackage
make[1]: Leaving directory '/build/semodule-utils-3.8.1/semodule_package'
make[1]: Entering directory '/build/semodule-utils-3.8.1/semodule_link'
clang -Werror -Wall -W -c -o semodule_link.o semodule_link.c
clang semodule_link.o -lsepol -o semodule_link
make[1]: Leaving directory '/build/semodule-utils-3.8.1/semodule_link'
make[1]: Entering directory '/build/semodule-utils-3.8.1/semodule_expand'
clang -Werror -Wall -W -c -o semodule_expand.o semodule_expand.c
clang semodule_expand.o -lsepol -o semodule_expand
make[1]: Leaving directory '/build/semodule-utils-3.8.1/semodule_expand'
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash PREFIX=\$\(out\) LIBSEPOLA=/nix/store/0wssknj1bgaxkmm0zd5gfmc948d5xl7f-libsepol-x86_64-unknown-linux-gnufilc0-3.8.1/lib/libsepol.a install
make[1]: Entering directory '/build/semodule-utils-3.8.1/semodule_package'
mkdir -p /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/bin
install -m 755 semodule_package /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/bin
install -m 755 semodule_unpackage /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/bin
test -d /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/share/man/man8 || install -m 755 -d /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/share/man/man8
install -m 644 semodule_package.8 /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/share/man/man8/
install -m 644 semodule_unpackage.8 /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/share/man/man8/
for lang in ; do \
if [ -e ${lang} ] ; then \ test -d /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/share/man/${lang}/man8 || install -m 755 -d /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/share/man/${lang}/man8 ; \ install -m 644 ${lang}/*.8 /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/share/man/${lang}/man8/ ; \fi ; \
done
make[1]: Leaving directory '/build/semodule-utils-3.8.1/semodule_package'
make[1]: Entering directory '/build/semodule-utils-3.8.1/semodule_link'
mkdir -p /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/bin
install -m 755 semodule_link /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/bin
test -d /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/share/man/man8 || install -m 755 -d /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/share/man/man8
install -m 644 semodule_link.8 /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/share/man/man8/
for lang in ; do \
if [ -e ${lang} ] ; then \ test -d /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/share/man/${lang}/man8 || install -m 755 -d /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/share/man/${lang}/man8 ; \ install -m 644 ${lang}/*.8 /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/share/man/${lang}/man8/ ; \fi ; \
done
make[1]: Leaving directory '/build/semodule-utils-3.8.1/semodule_link'
make[1]: Entering directory '/build/semodule-utils-3.8.1/semodule_expand'
mkdir -p /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/bin
install -m 755 semodule_expand /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/bin
test -d /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/share/man/man8 || install -m 755 -d /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/share/man/man8
install -m 644 semodule_expand.8 /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/share/man/man8/
for lang in ; do \
if [ -e ${lang} ] ; then \ test -d /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/share/man/${lang}/man8 || install -m 755 -d /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/share/man/${lang}/man8 ; \ install -m 644 ${lang}/*.8 /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/share/man/${lang}/man8/ ; \fi ; \
done
make[1]: Leaving directory '/build/semodule-utils-3.8.1/semodule_expand'
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1
shrinking /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/bin/semodule_package
shrinking /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/bin/semodule_unpackage
shrinking /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/bin/semodule_link
shrinking /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/bin/semodule_expand
checking for references to /build/ in /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1...
gzipping man pages under /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/share/man/
patching script interpreter paths in /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1
stripping (with command strip and flags -S -p) in /nix/store/idiq3ahrlc7hq3yc1l2ybj95gr3l8xdh-semodule-utils-x86_64-unknown-linux-gnufilc0-3.8.1/bin
sensible-utils-0.0.24
Build started
→ unpackPhase
unpacking source archive /nix/store/vs7ypypjkx7f9kss9yc302n9ldgcr6c7-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ buildPhase
no Makefile or custom buildPhase, doing nothing
→ installPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/cjc87ayag6nxarfiz2vmb7xrs5kjwpxj-sensible-utils-x86_64-unknown-linux-gnufilc0-0.0.24
checking for references to /build/ in /nix/store/cjc87ayag6nxarfiz2vmb7xrs5kjwpxj-sensible-utils-x86_64-unknown-linux-gnufilc0-0.0.24...
patching script interpreter paths in /nix/store/cjc87ayag6nxarfiz2vmb7xrs5kjwpxj-sensible-utils-x86_64-unknown-linux-gnufilc0-0.0.24
stripping (with command strip and flags -S -p) in /nix/store/cjc87ayag6nxarfiz2vmb7xrs5kjwpxj-sensible-utils-x86_64-unknown-linux-gnufilc0-0.0.24/bin
sent-1
Build started
→ unpackPhase
unpacking source archive /nix/store/b5w7sidkcibkyrlv7zcdb500kdc75nkm-sent-1.tar.gz
source root is .
setting SOURCE_DATE_EPOCH to timestamp 1504475846 of file "./util.h"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
sent build options:
CFLAGS = -g -std=c99 -pedantic -Wall -I. -I/usr/include -I/usr/include/freetype2 -I/usr/X11R6/include -DVERSION="1" -D_XOPEN_SOURCE=600
LDFLAGS = -g -L/usr/lib -lc -lm -L/usr/X11R6/lib -lXft -lfontconfig -lX11
CC = clang
cp config.def.h config.h
CC sent.c
sent.c:102:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
102 | static void run();
| ^
| void
sent.c:103:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
103 | static void usage();
| ^
| void
sent.c:104:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
104 | static void xdraw();
| ^
| void
sent.c:105:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
105 | static void xhints();
| ^
| void
sent.c:106:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
106 | static void xinit();
| ^
| void
sent.c:107:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
107 | static void xloadfonts();
| ^
| void
sent.c:492:4: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
492 | run()
| ^
| void
sent.c:514:6: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
514 | xdraw()
| ^
| void
sent.c:542:7: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
542 | xhints()
| ^
| void
sent.c:560:6: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
560 | xinit()
| ^
| void
sent.c:604:11: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
604 | xloadfonts()
| ^
| void
sent.c:673:6: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
673 | usage()
| ^
| void
12 warnings generated.
CC drw.c
CC util.c
CC -o sent
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash PREFIX=\$\(out\) install
sent build options:
CFLAGS = -g -std=c99 -pedantic -Wall -I. -I/usr/include -I/usr/include/freetype2 -I/usr/X11R6/include -DVERSION="1" -D_XOPEN_SOURCE=600
LDFLAGS = -g -L/usr/lib -lc -lm -L/usr/X11R6/lib -lXft -lfontconfig -lX11
CC = clang
installing executable file to /nix/store/njh3liixln6q4zh846lj67kwxay3ris0-sent-x86_64-unknown-linux-gnufilc0-1/bin
installing manual page to /nix/store/njh3liixln6q4zh846lj67kwxay3ris0-sent-x86_64-unknown-linux-gnufilc0-1/share/man/man1
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/njh3liixln6q4zh846lj67kwxay3ris0-sent-x86_64-unknown-linux-gnufilc0-1
shrinking /nix/store/njh3liixln6q4zh846lj67kwxay3ris0-sent-x86_64-unknown-linux-gnufilc0-1/bin/.sent-wrapped
checking for references to /build/ in /nix/store/njh3liixln6q4zh846lj67kwxay3ris0-sent-x86_64-unknown-linux-gnufilc0-1...
gzipping man pages under /nix/store/njh3liixln6q4zh846lj67kwxay3ris0-sent-x86_64-unknown-linux-gnufilc0-1/share/man/
patching script interpreter paths in /nix/store/njh3liixln6q4zh846lj67kwxay3ris0-sent-x86_64-unknown-linux-gnufilc0-1
stripping (with command strip and flags -S -p) in /nix/store/njh3liixln6q4zh846lj67kwxay3ris0-sent-x86_64-unknown-linux-gnufilc0-1/bin
sentry-native-0.8.4
Build started
→ unpackPhase
unpacking source archive /nix/store/6dpvgcnx56nzmls9hynspfw382ghr26x-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
fixing cmake files...
cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/grjdbb2z0rmv7anf7ijfbnbr50pa2bhf-sentry-native-x86_64-unknown-linux-gnufilc0-0.8.4/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/grjdbb2z0rmv7anf7ijfbnbr50pa2bhf-sentry-native-x86_64-unknown-linux-gnufilc0-0.8.4/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/grjdbb2z0rmv7anf7ijfbnbr50pa2bhf-sentry-native-x86_64-unknown-linux-gnufilc0-0.8.4/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/grjdbb2z0rmv7anf7ijfbnbr50pa2bhf-sentry-native-x86_64-unknown-linux-gnufilc0-0.8.4/share/doc/Sentry-Native -DCMAKE_INSTALL_INFODIR=/nix/store/grjdbb2z0rmv7anf7ijfbnbr50pa2bhf-sentry-native-x86_64-unknown-linux-gnufilc0-0.8.4/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/grjdbb2z0rmv7anf7ijfbnbr50pa2bhf-sentry-native-x86_64-unknown-linux-gnufilc0-0.8.4/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/grjdbb2z0rmv7anf7ijfbnbr50pa2bhf-sentry-native-x86_64-unknown-linux-gnufilc0-0.8.4/include -DCMAKE_INSTALL_SBINDIR=/nix/store/grjdbb2z0rmv7anf7ijfbnbr50pa2bhf-sentry-native-x86_64-unknown-linux-gnufilc0-0.8.4/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/grjdbb2z0rmv7anf7ijfbnbr50pa2bhf-sentry-native-x86_64-unknown-linux-gnufilc0-0.8.4/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/grjdbb2z0rmv7anf7ijfbnbr50pa2bhf-sentry-native-x86_64-unknown-linux-gnufilc0-0.8.4/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/strip -DCMAKE_RANLIB=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/ranlib -DCMAKE_AR=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/grjdbb2z0rmv7anf7ijfbnbr50pa2bhf-sentry-native-x86_64-unknown-linux-gnufilc0-0.8.4 -DSENTRY_BREAKPAD_SYSTEM=On -DSENTRY_BACKEND=breakpad -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env
-- The C compiler identification is Clang 20.1.8
-- The CXX compiler identification is Clang 20.1.8
-- The ASM compiler identification is Clang with GNU-like command-line
-- Found assembler: /nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/clang
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- SENTRY_TRANSPORT=curl
-- SENTRY_BACKEND=breakpad
-- SENTRY_LIBRARY_TYPE=SHARED
-- SENTRY_SDK_NAME=
-- SENTRY_HANDLER_STACK_SIZE=64
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of long
-- Check size of long - done
-- Found CURL: /nix/store/c1bfp5h2xh8cnv9g2pvvydsvcf2ml2ph-curl-x86_64-unknown-linux-gnufilc0-8.14.1/lib/libcurl.so (found version "8.14.1") found components: AsynchDNS
-- Found PkgConfig: /nix/store/f4iq3fjva198s44x56dwm0vpgymb67xg-x86_64-unknown-linux-gnufilc0-pkg-config-wrapper-0.29.2/bin/x86_64-unknown-linux-gnufilc0-pkg-config (found version "0.29.2")
-- Checking for module 'breakpad-client'
-- Found breakpad-client, version 0.1
-- Configuring done (0.9s)
-- Generating done (0.0s)
CMake Warning:
Manually-specified variables were not used by the project:
BUILD_TESTING
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_POLICY_DEFAULT_CMP0025
-- Build files have been written to: /build/source/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j7 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
[ 0%] Building C object CMakeFiles/sentry.dir/vendor/mpack.c.o
[ 1%] Building C object CMakeFiles/sentry.dir/src/sentry_alloc.c.o
[ 1%] Building C object CMakeFiles/sentry.dir/src/sentry_core.c.o
[ 2%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/vendor/mpack.c.o
[ 3%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/vendor/mpack.c.o
[ 5%] Building C object CMakeFiles/sentry.dir/src/sentry_database.c.o
[ 5%] Building C object CMakeFiles/sentry.dir/src/sentry_backend.c.o
[ 6%] Building C object CMakeFiles/sentry.dir/src/sentry_envelope.c.o
[ 7%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/sentry_alloc.c.o
[ 7%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/sentry_backend.c.o
[ 8%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/sentry_core.c.o
[ 9%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/sentry_database.c.o
[ 10%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/sentry_envelope.c.o
[ 10%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/sentry_info.c.o
[ 11%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/sentry_alloc.c.o
[ 11%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/sentry_backend.c.o
[ 12%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/sentry_core.c.o
[ 13%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/sentry_json.c.o
[ 14%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/sentry_logger.c.o
[ 14%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/sentry_options.c.o
[ 14%] Building C object CMakeFiles/sentry.dir/src/sentry_info.c.o
[ 16%] Building C object CMakeFiles/sentry.dir/src/sentry_logger.c.o
[ 16%] Building C object CMakeFiles/sentry.dir/src/sentry_json.c.o
[ 16%] Building C object CMakeFiles/sentry.dir/src/sentry_options.c.o
[ 17%] Building C object CMakeFiles/sentry.dir/src/sentry_os.c.o
[ 18%] Building C object CMakeFiles/sentry.dir/src/sentry_ratelimiter.c.o
[ 19%] Building C object CMakeFiles/sentry.dir/src/sentry_scope.c.o
[ 20%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/sentry_database.c.o
[ 20%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/sentry_envelope.c.o
[ 21%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/sentry_info.c.o
[ 22%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/sentry_os.c.o
[ 23%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/sentry_ratelimiter.c.o
[ 24%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/sentry_json.c.o
[ 25%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/sentry_logger.c.o
[ 25%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/sentry_options.c.o
[ 25%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/sentry_scope.c.o
[ 26%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/sentry_session.c.o
[ 27%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/sentry_os.c.o
[ 28%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/sentry_slice.c.o
[ 29%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/sentry_ratelimiter.c.o
[ 29%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/sentry_scope.c.o
[ 30%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/sentry_session.c.o
[ 30%] Building C object CMakeFiles/sentry.dir/src/sentry_session.c.o
[ 31%] Building C object CMakeFiles/sentry.dir/src/sentry_slice.c.o
[ 32%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/sentry_slice.c.o
[ 33%] Building C object CMakeFiles/sentry.dir/src/sentry_string.c.o
[ 33%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/sentry_string.c.o
[ 34%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/sentry_sync.c.o
[ 35%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/sentry_transport.c.o
[ 35%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/sentry_string.c.o
[ 36%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/sentry_sync.c.o
[ 36%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/sentry_utils.c.o
[ 36%] Building C object CMakeFiles/sentry.dir/src/sentry_sync.c.o
[ 37%] Building C object CMakeFiles/sentry.dir/src/sentry_transport.c.o
[ 38%] Building C object CMakeFiles/sentry.dir/src/sentry_utils.c.o
[ 39%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/sentry_transport.c.o
[ 40%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/sentry_utils.c.o
[ 41%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/sentry_uuid.c.o
[ 41%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/sentry_uuid.c.o
[ 42%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/sentry_value.c.o
[ 43%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/sentry_value.c.o
[ 44%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/sentry_tracing.c.o
[ 44%] Building C object CMakeFiles/sentry.dir/src/sentry_uuid.c.o
[ 45%] Building C object CMakeFiles/sentry.dir/src/sentry_value.c.o
[ 46%] Building C object CMakeFiles/sentry.dir/src/sentry_tracing.c.o
[ 46%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/path/sentry_path.c.o
[ 46%] Building C object CMakeFiles/sentry.dir/src/path/sentry_path.c.o
[ 47%] Building C object CMakeFiles/sentry.dir/src/screenshot/sentry_screenshot.c.o
[ 48%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/sentry_tracing.c.o
[ 48%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/path/sentry_path.c.o
[ 49%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/screenshot/sentry_screenshot.c.o
[ 50%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/screenshot/sentry_screenshot.c.o
[ 51%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/transports/sentry_disk_transport.c.o
[ 52%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/transports/sentry_disk_transport.c.o
[ 52%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/transports/sentry_function_transport.c.o
[ 52%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/transports/sentry_function_transport.c.o
[ 53%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/unwinder/sentry_unwinder.c.o
[ 54%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/sentry_random.c.o
[ 54%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/sentry_unix_pageallocator.c.o
[ 55%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/symbolizer/sentry_symbolizer_unix.c.o
[ 56%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/unwinder/sentry_unwinder.c.o
[ 57%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/sentry_random.c.o
[ 58%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/sentry_unix_pageallocator.c.o
[ 59%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/path/sentry_path_unix.c.o
[ 60%] Building C object CMakeFiles/sentry.dir/src/transports/sentry_disk_transport.c.o
[ 61%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/modulefinder/sentry_modulefinder_linux.c.o
[ 61%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/symbolizer/sentry_symbolizer_unix.c.o
[ 61%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/transports/sentry_transport_curl.c.o
[ 62%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/path/sentry_path_unix.c.o
[ 63%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/modulefinder/sentry_modulefinder_linux.c.o
[ 63%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/transports/sentry_transport_curl.c.o
[ 64%] Building C object CMakeFiles/sentry.dir/src/transports/sentry_function_transport.c.o
[ 64%] Building C object CMakeFiles/sentry.dir/src/unwinder/sentry_unwinder.c.o
[ 65%] Building CXX object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/backends/sentry_backend_breakpad.cpp.o
[ 66%] Building C object CMakeFiles/sentry.dir/src/sentry_random.c.o
[ 67%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/unwinder/sentry_unwinder_libbacktrace.c.o
[ 68%] Building C object CMakeFiles/sentry.dir/src/sentry_unix_pageallocator.c.o
[ 68%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/src/screenshot/sentry_screenshot_none.c.o
[ 68%] Building C object CMakeFiles/sentry.dir/src/symbolizer/sentry_symbolizer_unix.c.o
[ 69%] Building CXX object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/backends/sentry_backend_breakpad.cpp.o
[ 70%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/unwinder/sentry_unwinder_libbacktrace.c.o
[ 70%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/src/screenshot/sentry_screenshot_none.c.o
[ 71%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/__/__/vendor/stb_sprintf.c.o
[ 72%] Building C object CMakeFiles/sentry.dir/src/path/sentry_path_unix.c.o
[ 73%] Building C object CMakeFiles/sentry.dir/src/modulefinder/sentry_modulefinder_linux.c.o
[ 73%] Building C object CMakeFiles/sentry.dir/src/transports/sentry_transport_curl.c.o
[ 74%] Building CXX object CMakeFiles/sentry.dir/src/backends/sentry_backend_breakpad.cpp.o
[ 75%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/__/__/vendor/stb_sprintf.c.o
[ 76%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/main.c.o
[ 76%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/test_attachments.c.o
[ 77%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/test_basic.c.o
[ 78%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/test_consent.c.o
[ 79%] Building C object CMakeFiles/sentry.dir/src/unwinder/sentry_unwinder_libbacktrace.c.o
[ 80%] Building C object tests/unit/CMakeFiles/sentry_fuzz_json.dir/fuzz.c.o
[ 81%] Building C object CMakeFiles/sentry.dir/src/screenshot/sentry_screenshot_none.c.o
[ 82%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/test_concurrency.c.o
[ 82%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/test_envelopes.c.o
[ 83%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/test_failures.c.o
[ 83%] Linking CXX executable sentry_fuzz_json
[ 83%] Building C object CMakeFiles/sentry.dir/vendor/stb_sprintf.c.o
[ 84%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/test_fuzzfailures.c.o
[ 84%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/test_info.c.o
[ 85%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/test_logger.c.o
[ 85%] Built target sentry_fuzz_json
[ 86%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/test_modulefinder.c.o
[ 86%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/test_mpack.c.o
[ 87%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/test_options.c.o
[ 88%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/test_os.c.o
[ 88%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/test_path.c.o
[ 89%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/test_ratelimiter.c.o
[ 90%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/test_sampling.c.o
[ 91%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/test_session.c.o
[ 91%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/test_slice.c.o
[ 92%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/test_symbolizer.c.o
[ 93%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/test_sync.c.o
[ 94%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/test_tracing.c.o
[ 94%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/test_uninit.c.o
[ 95%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/test_unwinder.c.o
[ 95%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/test_utils.c.o
[ 96%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/test_uuid.c.o
[ 97%] Building C object tests/unit/CMakeFiles/sentry_test_unit.dir/test_value.c.o
[ 98%] Linking CXX shared library libsentry.so
[ 98%] Built target sentry
[ 99%] Building C object CMakeFiles/sentry_example.dir/examples/example.c.o
[ 99%] Linking C executable sentry_example
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI9_sentry_options_new:(.text+0x1393e): error: undefined reference to 'pizlonated_sentry_options_new'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI12769_sentry_options_set_backend:(.text+0x13ad2): error: undefined reference to 'pizlonated_sentry_options_set_backend'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI12769_sentry_options_set_database_path:(.text+0x13c32): error: undefined reference to 'pizlonated_sentry_options_set_database_path'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI2528_sentry_options_set_auto_session_tracking:(.text+0x13d8d): error: undefined reference to 'pizlonated_sentry_options_set_auto_session_tracking'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI2528_sentry_options_set_symbolize_stacktraces:(.text+0x13edd): error: undefined reference to 'pizlonated_sentry_options_set_symbolize_stacktraces'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI12769_sentry_options_set_environment:(.text+0x14032): error: undefined reference to 'pizlonated_sentry_options_set_environment'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI12769_sentry_options_set_release:(.text+0x14192): error: undefined reference to 'pizlonated_sentry_options_set_release'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI2528_sentry_options_set_debug:(.text+0x142ed): error: undefined reference to 'pizlonated_sentry_options_set_debug'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI12769_sentry_options_add_attachment:(.text+0x14442): error: undefined reference to 'pizlonated_sentry_options_add_attachment'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI1073_sentry_transport_new:(.text+0x1459b): error: undefined reference to 'pizlonated_sentry_transport_new'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI12769_sentry_options_set_transport:(.text+0x14792): error: undefined reference to 'pizlonated_sentry_options_set_transport'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI5454_sentry_options_set_traces_sample_rate:(.text+0x148ee): error: undefined reference to 'pizlonated_sentry_options_set_traces_sample_rate'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI2528_sentry_options_set_max_spans:(.text+0x14a3d): error: undefined reference to 'pizlonated_sentry_options_set_max_spans'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI141513_sentry_options_set_before_send:(.text+0x14bb0): error: undefined reference to 'pizlonated_sentry_options_set_before_send'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI141513_sentry_options_set_on_crash:(.text+0x14da0): error: undefined reference to 'pizlonated_sentry_options_set_on_crash'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI12769_sentry_options_set_traces_sampler:(.text+0x14f72): error: undefined reference to 'pizlonated_sentry_options_set_traces_sampler'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI12770_sentry_options_set_sdk_name:(.text+0x150d5): error: undefined reference to 'pizlonated_sentry_options_set_sdk_name'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI12769_sentry_options_set_proxy:(.text+0x15292): error: undefined reference to 'pizlonated_sentry_options_set_proxy'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI2528_sentry_options_set_crashpad_wait_for_upload:(.text+0x153ed): error: undefined reference to 'pizlonated_sentry_options_set_crashpad_wait_for_upload'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI12769_sentry_options_add_view_hierarchy:(.text+0x15542): error: undefined reference to 'pizlonated_sentry_options_add_view_hierarchy'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI1066_sentry_init:(.text+0x15698): error: undefined reference to 'pizlonated_sentry_init'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI1065_sentry_set_transaction:(.text+0x15828): error: undefined reference to 'pizlonated_sentry_set_transaction'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI134_sentry_set_level:(.text+0x15963): error: undefined reference to 'pizlonated_sentry_set_level'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI12769_sentry_value_new_string:(.text+0x15aa2): error: undefined reference to 'pizlonated_sentry_value_new_string'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI0_sentry_set_extra:(.text+0x15bf3): error: undefined reference to 'pizlonated_sentry_set_extra'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI12769_sentry_set_tag:(.text+0x15ca2): error: undefined reference to 'pizlonated_sentry_set_tag'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI1065_sentry_remove_tag:(.text+0x15df8): error: undefined reference to 'pizlonated_sentry_remove_tag'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI1065_sentry_value_new_object:(.text+0x15f38): error: undefined reference to 'pizlonated_sentry_value_new_object'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI0_sentry_value_set_by_key:(.text+0x16073): error: undefined reference to 'pizlonated_sentry_value_set_by_key'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI0_sentry_set_context:(.text+0x16113): error: undefined reference to 'pizlonated_sentry_set_context'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI2528_sentry_value_new_int32:(.text+0x161bd): error: undefined reference to 'pizlonated_sentry_value_new_int32'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI0_sentry_set_user:(.text+0x16303): error: undefined reference to 'pizlonated_sentry_set_user'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI141513_sentry_value_new_breadcrumb:(.text+0x163d0): error: undefined reference to 'pizlonated_sentry_value_new_breadcrumb'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI0_sentry_add_breadcrumb:(.text+0x16593): error: undefined reference to 'pizlonated_sentry_add_breadcrumb'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI1_sentry_start_session:(.text+0x1662e): error: undefined reference to 'pizlonated_sentry_start_session'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI1547456_sentry_value_new_message_event:(.text+0x1699f): error: undefined reference to 'pizlonated_sentry_value_new_message_event'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI0_sentry_capture_event:(.text+0x16b73): error: undefined reference to 'pizlonated_sentry_capture_event'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI2_sentry_reinstall_backend:(.text+0x16c0e): error: undefined reference to 'pizlonated_sentry_reinstall_backend'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI0_sentry_event_value_add_stacktrace:(.text+0x17613): error: undefined reference to 'pizlonated_sentry_event_value_add_stacktrace'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI141513_sentry_value_new_exception:(.text+0x176e0): error: undefined reference to 'pizlonated_sentry_value_new_exception'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI0_sentry_value_set_stacktrace:(.text+0x178a3): error: undefined reference to 'pizlonated_sentry_value_set_stacktrace'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI1065_sentry_value_new_event:(.text+0x17948): error: undefined reference to 'pizlonated_sentry_value_new_event'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI0_sentry_event_add_exception:(.text+0x17a83): error: undefined reference to 'pizlonated_sentry_event_add_exception'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI17135721_sentry_value_new_user_feedback:(.text+0x17b92): error: undefined reference to 'pizlonated_sentry_value_new_user_feedback'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI0_sentry_capture_user_feedback:(.text+0x17e23): error: undefined reference to 'pizlonated_sentry_capture_user_feedback'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI12777_sentry_transaction_context_new:(.text+0x17ed5): error: undefined reference to 'pizlonated_sentry_transaction_context_new'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI2528_sentry_transaction_context_set_sampled:(.text+0x180ed): error: undefined reference to 'pizlonated_sentry_transaction_context_set_sampled'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI0_sentry_transaction_start:(.text+0x18233): error: undefined reference to 'pizlonated_sentry_transaction_start'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI0_sentry_transaction_set_data:(.text+0x182d3): error: undefined reference to 'pizlonated_sentry_transaction_set_data'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI2528_sentry_transaction_set_status:(.text+0x1837d): error: undefined reference to 'pizlonated_sentry_transaction_set_status'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI141521_sentry_transaction_start_child:(.text+0x184f0): error: undefined reference to 'pizlonated_sentry_transaction_start_child'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI141521_sentry_span_start_child:(.text+0x187c0): error: undefined reference to 'pizlonated_sentry_span_start_child'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI0_sentry_span_set_data:(.text+0x18a63): error: undefined reference to 'pizlonated_sentry_span_set_data'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI2528_sentry_span_set_status:(.text+0x18b0d): error: undefined reference to 'pizlonated_sentry_span_set_status'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI1065_sentry_span_finish:(.text+0x18c58): error: undefined reference to 'pizlonated_sentry_span_finish'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI1077_sentry_transaction_finish:(.text+0x18d9b): error: undefined reference to 'pizlonated_sentry_transaction_finish'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI1077_sentry_capture_minidump:(.text+0x18f4b): error: undefined reference to 'pizlonated_sentry_capture_minidump'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI2_sentry_close:(.text+0x190ee): error: undefined reference to 'pizlonated_sentry_close'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI12777_sentry_envelope_serialize:(.text+0x19405): error: undefined reference to 'pizlonated_sentry_envelope_serialize'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI1065_sentry_free:(.text+0x197d8): error: undefined reference to 'pizlonated_sentry_free'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI1065_sentry_envelope_free:(.text+0x19918): error: undefined reference to 'pizlonated_sentry_envelope_free'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI0_sentry_value_decref:(.text+0x19a53): error: undefined reference to 'pizlonated_sentry_value_decref'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI1065_sentry_value_new_null:(.text+0x19af8): error: undefined reference to 'pizlonated_sentry_value_new_null'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI1073_sentry_transaction_context_get_name:(.text+0x19c3b): error: undefined reference to 'pizlonated_sentry_transaction_context_get_name'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI1073_sentry_transaction_context_get_operation:(.text+0x19e2b): error: undefined reference to 'pizlonated_sentry_transaction_context_get_operation'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI0_sentry_value_get_by_key:(.text+0x1a013): error: undefined reference to 'pizlonated_sentry_value_get_by_key'
CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI0_sentry_value_as_int32:(.text+0x1a0b3): error: undefined reference to 'pizlonated_sentry_value_as_int32'
clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [CMakeFiles/sentry_example.dir/build.make:101: sentry_example] Error 1
make[1]: *** [CMakeFiles/Makefile2:193: CMakeFiles/sentry_example.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[100%] Linking CXX executable sentry_test_unit
[100%] Built target sentry_test_unit
make: *** [Makefile:146: all] Error 2
ser2net-4.6.4
Build started
→ unpackPhase
unpacking source archive /nix/store/h1p25bydv0qf0lkslg1v1p2x8argh9hw-source
source root is source
→ patchPhase
→ autoreconfPhase
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force -I m4
autoreconf: running: /nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:4: installing './ar-lib'
configure.ac:3: installing './compile'
configure.ac:5: installing './config.guess'
configure.ac:5: installing './config.sub'
configure.ac:2: installing './install-sh'
configure.ac:2: installing './missing'
Makefile.am: installing './depcomp'
tests/Makefile.am:4: warning: shell readlink -f $(top_builddir: non-POSIX variable name
tests/Makefile.am:4: (probably a GNU make extension)
tests/Makefile.am:5: warning: shell readlink -f $(top_srcdir: non-POSIX variable name
tests/Makefile.am:5: (probably a GNU make extension)
parallel-tests: installing './test-driver'
autoreconf: './install-sh' is updated
autoreconf: Leaving directory '.'
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./config.sub
Updating Autotools / GNU config script to a newer upstream version: ./config.guess
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./config.sub
Updating Autotools / GNU config script to a newer upstream version: ./config.guess
→ configurePhase
Fil-C: adapting libtool symbol probes in configure
fixing libtool script ./ltmain.sh
./configure
patching script interpreter paths in ./configure
./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/j1h1fyc3lxzgrvb06a0b4papnfi87jsy-ser2net-x86_64-unknown-linux-gnufilc0-4.6.4 --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnufilc0
checking for a BSD-compatible install... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-unknown-linux-gnufilc0-strip... strip
checking for a race-free mkdir -p... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for x86_64-unknown-linux-gnufilc0-gcc... clang
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... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether clang accepts -g... yes
checking for clang option to enable C11 features... none needed
checking whether clang understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of clang... none
checking for x86_64-unknown-linux-gnufilc0-ar... ar
checking the archiver (ar) interface... ar
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnufilc0
checking how to print strings... printf
checking for a sed that does not truncate output... /nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin/sed
checking for grep that handles long lines and -e... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep
checking for egrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -E
checking for fgrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -F
checking for ld used by clang... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 4718592
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnufilc0 format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for ld option to reload object files... -r
checking for file... file
checking for x86_64-unknown-linux-gnufilc0-objdump... objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for x86_64-unknown-linux-gnufilc0-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-unknown-linux-gnufilc0-ranlib... ranlib
checking for x86_64-unknown-linux-gnufilc0-ar... (cached) ar
checking for archiver @FILE support... @
checking for x86_64-unknown-linux-gnufilc0-strip... (cached) strip
checking command to parse nm output from clang object... ok
checking for sysroot... no
checking for a working dd... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/dd
checking how to truncate binary pipes... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/dd bs=4096 count=1
checking for x86_64-unknown-linux-gnufilc0-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for security/pam_appl.h... no
checking whether make supports nested variables... (cached) yes
checking for main in -lnsl... no
checking for wordexp.h... yes
checking for wordexp... yes
secp256k1-0.6.0
CCLD tests
ser2net-4.6.4
checking for gensio/gensio.h... yes
checking for str_to_gensio in -lgensio... yes
secp256k1-0.6.0
CC src/exhaustive_tests-tests_exhaustive.o
ser2net-4.6.4
checking for gensio_list_add_tail in -lgensio... no
checking for gensio_list_add_tail in -lgensioosh... yes
checking for gensio_alloc_mdns in -lgensio... no
checking for gensio_alloc_mdns in -lgensiomdns... yes
checking for yaml.h... yes
checking for yaml_document_initialize in -lyaml... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating tests/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
Making all in tests
make[1]: Entering directory '/build/source/tests'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/source/tests'
make[1]: Entering directory '/build/source'
CC controller.o
CC dataxfer.o
CC readconfig.o
CC port.o
CC ser2net.o
CC led.o
CC led_sysfs.o
CC yamlconf.o
CC auth.o
CC gbuf.o
CC trace.o
CC portconfig.o
CC ser2net_str.o
CC portinfo.o
CC rotator.o
CC defaults.o
CC addsysattrs.o
CC mdns.o
CC timeproc.o
CC fileio.o
CCLD ser2net
sed "s%@ser2netbindir@%/nix/store/j1h1fyc3lxzgrvb06a0b4papnfi87jsy-ser2net-x86_64-unknown-linux-gnufilc0-4.6.4/sbin%" ser2net.service.in >ser2net.service
make[1]: Leaving directory '/build/source'
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
Making install in tests
make[1]: Entering directory '/build/source/tests'
make[2]: Entering directory '/build/source/tests'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/source/tests'
make[1]: Leaving directory '/build/source/tests'
make[1]: Entering directory '/build/source'
make[2]: Entering directory '/build/source'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/j1h1fyc3lxzgrvb06a0b4papnfi87jsy-ser2net-x86_64-unknown-linux-gnufilc0-4.6.4/sbin'
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c ser2net '/nix/store/j1h1fyc3lxzgrvb06a0b4papnfi87jsy-ser2net-x86_64-unknown-linux-gnufilc0-4.6.4/sbin'
secp256k1-0.6.0
CCLD exhaustive_tests
ser2net-4.6.4
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c ser2net /nix/store/j1h1fyc3lxzgrvb06a0b4papnfi87jsy-ser2net-x86_64-unknown-linux-gnufilc0-4.6.4/sbin/ser2net
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/j1h1fyc3lxzgrvb06a0b4papnfi87jsy-ser2net-x86_64-unknown-linux-gnufilc0-4.6.4/share/man/man5'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ser2net.yaml.5 '/nix/store/j1h1fyc3lxzgrvb06a0b4papnfi87jsy-ser2net-x86_64-unknown-linux-gnufilc0-4.6.4/share/man/man5'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/j1h1fyc3lxzgrvb06a0b4papnfi87jsy-ser2net-x86_64-unknown-linux-gnufilc0-4.6.4/share/man/man8'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ser2net.8 '/nix/store/j1h1fyc3lxzgrvb06a0b4papnfi87jsy-ser2net-x86_64-unknown-linux-gnufilc0-4.6.4/share/man/man8'
make[2]: Leaving directory '/build/source'
make[1]: Leaving directory '/build/source'
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/j1h1fyc3lxzgrvb06a0b4papnfi87jsy-ser2net-x86_64-unknown-linux-gnufilc0-4.6.4
shrinking /nix/store/j1h1fyc3lxzgrvb06a0b4papnfi87jsy-ser2net-x86_64-unknown-linux-gnufilc0-4.6.4/sbin/ser2net
checking for references to /build/ in /nix/store/j1h1fyc3lxzgrvb06a0b4papnfi87jsy-ser2net-x86_64-unknown-linux-gnufilc0-4.6.4...
gzipping man pages under /nix/store/j1h1fyc3lxzgrvb06a0b4papnfi87jsy-ser2net-x86_64-unknown-linux-gnufilc0-4.6.4/share/man/
moving /nix/store/j1h1fyc3lxzgrvb06a0b4papnfi87jsy-ser2net-x86_64-unknown-linux-gnufilc0-4.6.4/sbin/* to /nix/store/j1h1fyc3lxzgrvb06a0b4papnfi87jsy-ser2net-x86_64-unknown-linux-gnufilc0-4.6.4/bin
patching script interpreter paths in /nix/store/j1h1fyc3lxzgrvb06a0b4papnfi87jsy-ser2net-x86_64-unknown-linux-gnufilc0-4.6.4
stripping (with command strip and flags -S -p) in /nix/store/j1h1fyc3lxzgrvb06a0b4papnfi87jsy-ser2net-x86_64-unknown-linux-gnufilc0-4.6.4/bin /nix/store/j1h1fyc3lxzgrvb06a0b4papnfi87jsy-ser2net-x86_64-unknown-linux-gnufilc0-4.6.4/sbin
secp256k1-0.6.0
CC src/libsecp256k1_la-secp256k1.lo
serpent-2016-03-05
Build started
→ unpackPhase
unpacking source archive /nix/store/2hkrz3ysfd3zrpxrlbgq9rmygbpdzaxi-source
source root is source
→ patchPhase
substituteStream() in derivation serpent-x86_64-unknown-linux-gnufilc0-2016-03-05: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'Makefile')→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
clang++ -fPIC -Wno-sign-compare -c -o keccak-tiny.o keccak-tiny.cpp
clang++ -fPIC -Wno-sign-compare -c -o bignum.o bignum.cpp
clang++ -fPIC -Wno-sign-compare -c -o util.o util.cpp
clang++ -fPIC -Wno-sign-compare -c -o tokenize.o tokenize.cpp
clang++ -fPIC -Wno-sign-compare -c -o lllparser.o lllparser.cpp
clang++ -fPIC -Wno-sign-compare -c -o parser.o parser.cpp
secp256k1-0.6.0
CCLD libsecp256k1.la
make[1]: Leaving directory '/build/source'
buildPhase completed in 1 minutes 49 seconds
→ checkPhase
check flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash VERBOSE=y check
make check-am
make[1]: Entering directory '/build/source'
make check-TESTS
make[2]: Entering directory '/build/source'
make[3]: Entering directory '/build/source'
./build-aux/test-driver: line 112: 2337 Trace/breakpoint trap "$@" >> "$log_file" 2>&1
FAIL: noverify_tests
./build-aux/test-driver: line 112: 2344 Trace/breakpoint trap "$@" >> "$log_file" 2>&1
FAIL: tests
serpent-2016-03-05
clang++ -fPIC -Wno-sign-compare -c -o opcodes.o opcodes.cpp
clang++ -fPIC -Wno-sign-compare -c -o optimize.o optimize.cpp
clang++ -fPIC -Wno-sign-compare -c -o functions.o functions.cpp
clang++ -fPIC -Wno-sign-compare -c -o rewriteutils.o rewriteutils.cpp
clang++ -fPIC -Wno-sign-compare -c -o preprocess.o preprocess.cpp
secp256k1-0.6.0
PASS: exhaustive_tests
==========================================
libsecp256k1 0.6.0: ./test-suite.log
==========================================
# TOTAL: 3
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 2
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: noverify_tests
====================
test count = 16
random seed = a22ff08664d64fef182e3400e9065398
filc safety error: cannot handle inline asm (inline assembly with pointer return type is not supported): %5 = call ptr asm sideeffect "movq 0(%rdi), %r15\0Amovq 8(%rdi), %rbx\0Amovq 16(%rdi), %rcx\0Amovq 0(%rdx), %r11\0Amovq 8(%rdx), %r12\0Amovq 16(%rdx), %r13\0Amovq 24(%rdx), %r14\0Amovq %r15, %rax\0Amulq %r11\0Amovq %rax, 0(%rsi)\0Amovq %rdx, %r8\0Axorq %r9, %r9\0Axorq %r10, %r10\0Amovq %r15, %rax\0Amulq %r12\0Aaddq %rax, %r8\0Aadcq %rdx, %r9\0Aadcq $$0, %r10\0Amovq %rbx, %rax\0Amulq %r11\0Aaddq %rax, %r8\0Aadcq %rdx, %r9\0Aadcq $$0, %r10\0Amovq %r8, 8(%rsi)\0Axorq %r8, %r8\0Amovq %r15, %rax\0Amulq %r13\0Aaddq %rax, %r9\0Aadcq %rdx, %r10\0Aadcq $$0, %r8\0Amovq %rbx, %rax\0Amulq %r12\0Aaddq %rax, %r9\0Aadcq %rdx, %r10\0Aadcq $$0, %r8\0Amovq %rcx, %rax\0Amulq %r11\0Aaddq %rax, %r9\0Aadcq %rdx, %r10\0Aadcq $$0, %r8\0Amovq %r9, 16(%rsi)\0Axorq %r9, %r9\0Amovq %r15, %rax\0Amulq %r14\0Aaddq %rax, %r10\0Aadcq %rdx, %r8\0Aadcq $$0, %r9\0Amovq 24(%rdi), %r15\0Amovq %rbx, %rax\0Amulq %r13\0Aaddq %rax, %r10\0Aadcq %rdx, %r8\0Aadcq $$0, %r9\0Amovq %rcx, %rax\0Amulq %r12\0Aaddq %rax, %r10\0Aadcq %rdx, %r8\0Aadcq $$0, %r9\0Amovq %r15, %rax\0Amulq %r11\0Aaddq %rax, %r10\0Aadcq %rdx, %r8\0Aadcq $$0, %r9\0Amovq %r10, 24(%rsi)\0Axorq %r10, %r10\0Amovq %rbx, %rax\0Amulq %r14\0Aaddq %rax, %r8\0Aadcq %rdx, %r9\0Aadcq $$0, %r10\0Amovq %rcx, %rax\0Amulq %r13\0Aaddq %rax, %r8\0Aadcq %rdx, %r9\0Aadcq $$0, %r10\0Amovq %r15, %rax\0Amulq %r12\0Aaddq %rax, %r8\0Aadcq %rdx, %r9\0Aadcq $$0, %r10\0Amovq %r8, 32(%rsi)\0Axorq %r8, %r8\0Amovq %rcx, %rax\0Amulq %r14\0Aaddq %rax, %r9\0Aadcq %rdx, %r10\0Aadcq $$0, %r8\0Amovq %r15, %rax\0Amulq %r13\0Aaddq %rax, %r9\0Aadcq %rdx, %r10\0Aadcq $$0, %r8\0Amovq %r9, 40(%rsi)\0Amovq %r15, %rax\0Amulq %r14\0Aaddq %rax, %r10\0Aadcq %rdx, %r8\0Amovq %r10, 48(%rsi)\0Amovq %r8, 56(%rsi)\0A", "={dx},{si},{di},0,~{rax},~{rbx},~{rcx},~{r8},~{r9},~{r10},~{r11},~{r12},~{r13},~{r14},~{r15},~{cc},~{memory},~{dirflag},~{fpsr},~{flags}"(%filc_flight_ptr nonnull %filc_insert_lower498, %filc_flight_ptr %3, %filc_flight_ptr %4) #26, !dbg !4708(noverify_tests) src/scalar_4x64_impl.h:681:5: secp256k1_scalar_mul_512 (inlined)
(noverify_tests) src/scalar_4x64_impl.h:860:5: secp256k1_scalar_mul
(noverify_tests) src/ecdsa_impl.h:286:5: secp256k1_ecdsa_sig_sign
(noverify_tests) src/tests.c:339:14: run_proper_context_tests
(noverify_tests) src/tests.c:7723:5: main
(libc.so.6666) ../sysdeps/nptl/libc_start_call_main.h:59:16: __libc_start_call_main
(libc.so.6666) ../csu/libc-start.c:159:3: __libc_start_main
(libpizlo.so) <runtime>: start_program
[2337] filc panic: thwarted a futile attempt to violate memory safety.
FAIL noverify_tests (exit status: 133)
FAIL: tests
===========
test count = 16
random seed = fb7f6f3a49d1401803bfc99753b4c4f9
filc safety error: cannot handle inline asm (inline assembly with pointer return type is not supported): %35 = call ptr asm sideeffect "movq 0(%rdi), %r15\0Amovq 8(%rdi), %rbx\0Amovq 16(%rdi), %rcx\0Amovq 0(%rdx), %r11\0Amovq 8(%rdx), %r12\0Amovq 16(%rdx), %r13\0Amovq 24(%rdx), %r14\0Amovq %r15, %rax\0Amulq %r11\0Amovq %rax, 0(%rsi)\0Amovq %rdx, %r8\0Axorq %r9, %r9\0Axorq %r10, %r10\0Amovq %r15, %rax\0Amulq %r12\0Aaddq %rax, %r8\0Aadcq %rdx, %r9\0Aadcq $$0, %r10\0Amovq %rbx, %rax\0Amulq %r11\0Aaddq %rax, %r8\0Aadcq %rdx, %r9\0Aadcq $$0, %r10\0Amovq %r8, 8(%rsi)\0Axorq %r8, %r8\0Amovq %r15, %rax\0Amulq %r13\0Aaddq %rax, %r9\0Aadcq %rdx, %r10\0Aadcq $$0, %r8\0Amovq %rbx, %rax\0Amulq %r12\0Aaddq %rax, %r9\0Aadcq %rdx, %r10\0Aadcq $$0, %r8\0Amovq %rcx, %rax\0Amulq %r11\0Aaddq %rax, %r9\0Aadcq %rdx, %r10\0Aadcq $$0, %r8\0Amovq %r9, 16(%rsi)\0Axorq %r9, %r9\0Amovq %r15, %rax\0Amulq %r14\0Aaddq %rax, %r10\0Aadcq %rdx, %r8\0Aadcq $$0, %r9\0Amovq 24(%rdi), %r15\0Amovq %rbx, %rax\0Amulq %r13\0Aaddq %rax, %r10\0Aadcq %rdx, %r8\0Aadcq $$0, %r9\0Amovq %rcx, %rax\0Amulq %r12\0Aaddq %rax, %r10\0Aadcq %rdx, %r8\0Aadcq $$0, %r9\0Amovq %r15, %rax\0Amulq %r11\0Aaddq %rax, %r10\0Aadcq %rdx, %r8\0Aadcq $$0, %r9\0Amovq %r10, 24(%rsi)\0Axorq %r10, %r10\0Amovq %rbx, %rax\0Amulq %r14\0Aaddq %rax, %r8\0Aadcq %rdx, %r9\0Aadcq $$0, %r10\0Amovq %rcx, %rax\0Amulq %r13\0Aaddq %rax, %r8\0Aadcq %rdx, %r9\0Aadcq $$0, %r10\0Amovq %r15, %rax\0Amulq %r12\0Aaddq %rax, %r8\0Aadcq %rdx, %r9\0Aadcq $$0, %r10\0Amovq %r8, 32(%rsi)\0Axorq %r8, %r8\0Amovq %rcx, %rax\0Amulq %r14\0Aaddq %rax, %r9\0Aadcq %rdx, %r10\0Aadcq $$0, %r8\0Amovq %r15, %rax\0Amulq %r13\0Aaddq %rax, %r9\0Aadcq %rdx, %r10\0Aadcq $$0, %r8\0Amovq %r9, 40(%rsi)\0Amovq %r15, %rax\0Amulq %r14\0Aaddq %rax, %r10\0Aadcq %rdx, %r8\0Amovq %r10, 48(%rsi)\0Amovq %r8, 56(%rsi)\0A", "={dx},{si},{di},0,~{rax},~{rbx},~{rcx},~{r8},~{r9},~{r10},~{r11},~{r12},~{r13},~{r14},~{r15},~{cc},~{memory},~{dirflag},~{fpsr},~{flags}"(%filc_flight_ptr nonnull %filc_insert_lower881, %filc_flight_ptr nonnull %3, %filc_flight_ptr nonnull %4) #23, !dbg !5421(tests) src/scalar_4x64_impl.h:681:5: secp256k1_scalar_mul_512 (inlined)
(tests) src/scalar_4x64_impl.h:860:5: secp256k1_scalar_mul
(tests) src/ecdsa_impl.h:286:5: secp256k1_ecdsa_sig_sign
(tests) src/tests.c:339:14: run_proper_context_tests
(tests) src/tests.c:7723:5: main
(libc.so.6666) ../sysdeps/nptl/libc_start_call_main.h:59:16: __libc_start_call_main
(libc.so.6666) ../csu/libc-start.c:159:3: __libc_start_main
(libpizlo.so) <runtime>: start_program
[2344] filc panic: thwarted a futile attempt to violate memory safety.
FAIL tests (exit status: 133)
============================================================================
Testsuite summary for libsecp256k1 0.6.0
============================================================================
# TOTAL: 3
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 2
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to https://github.com/bitcoin-core/secp256k1/issues
============================================================================
make[3]: *** [Makefile:1607: test-suite.log] Error 1
make[3]: Leaving directory '/build/source'
make[2]: *** [Makefile:1715: check-TESTS] Error 2
make[2]: Leaving directory '/build/source'
make[1]: *** [Makefile:1975: check-am] Error 2
make[1]: Leaving directory '/build/source'
make: *** [Makefile:1977: check] Error 2
the-foundation-1.9.1
Build started
→ unpackPhase
unpacking source archive /nix/store/jcz26rdxc340v0bp528s9h1wy79awlan-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
fixing cmake files...
cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/kdi02f0ypfgg0r48d1xs3zi2dwpzh57i-the-foundation-x86_64-unknown-linux-gnufilc0-1.9.1/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/kdi02f0ypfgg0r48d1xs3zi2dwpzh57i-the-foundation-x86_64-unknown-linux-gnufilc0-1.9.1/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/kdi02f0ypfgg0r48d1xs3zi2dwpzh57i-the-foundation-x86_64-unknown-linux-gnufilc0-1.9.1/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/kdi02f0ypfgg0r48d1xs3zi2dwpzh57i-the-foundation-x86_64-unknown-linux-gnufilc0-1.9.1/share/doc/the_Foundation -DCMAKE_INSTALL_INFODIR=/nix/store/kdi02f0ypfgg0r48d1xs3zi2dwpzh57i-the-foundation-x86_64-unknown-linux-gnufilc0-1.9.1/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/kdi02f0ypfgg0r48d1xs3zi2dwpzh57i-the-foundation-x86_64-unknown-linux-gnufilc0-1.9.1/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/kdi02f0ypfgg0r48d1xs3zi2dwpzh57i-the-foundation-x86_64-unknown-linux-gnufilc0-1.9.1/include -DCMAKE_INSTALL_SBINDIR=/nix/store/kdi02f0ypfgg0r48d1xs3zi2dwpzh57i-the-foundation-x86_64-unknown-linux-gnufilc0-1.9.1/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/kdi02f0ypfgg0r48d1xs3zi2dwpzh57i-the-foundation-x86_64-unknown-linux-gnufilc0-1.9.1/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/kdi02f0ypfgg0r48d1xs3zi2dwpzh57i-the-foundation-x86_64-unknown-linux-gnufilc0-1.9.1/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/strip -DCMAKE_RANLIB=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/ranlib -DCMAKE_AR=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/kdi02f0ypfgg0r48d1xs3zi2dwpzh57i-the-foundation-x86_64-unknown-linux-gnufilc0-1.9.1 -DUNISTRING_DIR:STRING=/nix/store/1v6zljkj4li7g500np2agmxb077xpgww-libunistring-x86_64-unknown-linux-gnufilc0-1.3 -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
-- The C compiler identification is Clang 20.1.8
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- CPU does not support SSE 4.1
-- Could NOT find Git (missing: GIT_EXECUTABLE)
-- Found PkgConfig: /nix/store/f4iq3fjva198s44x56dwm0vpgymb67xg-x86_64-unknown-linux-gnufilc0-pkg-config-wrapper-0.29.2/bin/x86_64-unknown-linux-gnufilc0-pkg-config (found version "0.29.2")
-- Checking for module 'zlib'
-- Found zlib, version 1.3
-- Checking for module 'libpcre'
-- Found libpcre, version 8.45
-- Checking for module 'libpcre2-8'
-- No package 'libpcre2-8' found
-- Checking for module 'libcurl'
-- Found libcurl, version 8.14.1
-- Checking for module 'openssl'
-- Found openssl, version 3.5.7
-- Looking for strnstr
-- Looking for strnstr - not found
-- Looking for sys/dirent.h
-- Looking for sys/dirent.h - not found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_cancel
-- Looking for pthread_cancel - found
-- Performing Test iHavePThreadTimedMutex
-- Performing Test iHavePThreadTimedMutex - Success
-- Configuring done (0.9s)
-- Generating done (0.0s)
CMake Warning:
Manually-specified variables were not used by the project:
BUILD_TESTING
CMAKE_CXX_COMPILER
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_POLICY_DEFAULT_CMP0025
-- Build files have been written to: /build/source/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j7 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
[ 1%] Building C object CMakeFiles/the_Foundation.dir/src/the_foundation.c.o
[ 2%] Building C object CMakeFiles/the_Foundation.dir/src/address.c.o
[ 4%] Building C object CMakeFiles/the_Foundation.dir/src/audience.c.o
[ 5%] Building C object CMakeFiles/the_Foundation.dir/src/block.c.o
[ 6%] Building C object CMakeFiles/the_Foundation.dir/src/buffer.c.o
[ 9%] Building C object CMakeFiles/the_Foundation.dir/src/array.c.o
[ 9%] Building C object CMakeFiles/the_Foundation.dir/src/blockhash.c.o
In file included from /build/source/src/buffer.c:28:
In file included from /build/source/include/the_Foundation/buffer.h:32:
In file included from /build/source/include/the_Foundation/mutex.h:31:
In file included from /build/source/include/the_Foundation/stdthreads.h:38:
/build/source/include/the_Foundation/c11threads.h:34:24: error: typedef redefinition with different types ('pthread_once_t' (aka 'int') vs '__once_flag')34 | typedef pthread_once_t once_flag;
| ^
/nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/bits/types/once_flag.h:24:21: note: previous definition is here
24 | typedef __once_flag once_flag;
| ^
1 error generated.
make[2]: *** [CMakeFiles/the_Foundation.dir/build.make:163: CMakeFiles/the_Foundation.dir/src/buffer.c.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /build/source/src/audience.c:28:
In file included from /build/source/include/the_Foundation/audience.h:30:
In file included from /build/source/include/the_Foundation/mutex.h:31:
In file included from /build/source/include/the_Foundation/stdthreads.h:38:
/build/source/include/the_Foundation/c11threads.h:34:24: error: typedef redefinition with different types ('pthread_once_t' (aka 'int') vs '__once_flag')34 | typedef pthread_once_t once_flag;
| ^
/nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/bits/types/once_flag.h:24:21: note: previous definition is here
24 | typedef __once_flag once_flag;
| ^
1 error generated.
make[2]: *** [CMakeFiles/the_Foundation.dir/build.make:107: CMakeFiles/the_Foundation.dir/src/audience.c.o] Error 1
In file included from /build/source/src/address.c:28:
In file included from /build/source/include/the_Foundation/address.h:31:
In file included from /build/source/include/the_Foundation/audience.h:30:
In file included from /build/source/include/the_Foundation/mutex.h:31:
In file included from /build/source/include/the_Foundation/stdthreads.h:38:
/build/source/include/the_Foundation/c11threads.h:34:24: error: typedef redefinition with different types ('pthread_once_t' (aka 'int') vs '__once_flag')34 | typedef pthread_once_t once_flag;
| ^
/nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/bits/types/once_flag.h:24:21: note: previous definition is here
24 | typedef __once_flag once_flag;
| ^
1 error generated.
make[2]: *** [CMakeFiles/the_Foundation.dir/build.make:93: CMakeFiles/the_Foundation.dir/src/address.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/the_Foundation.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
xdpyinfo-1.3.4
Build started
the-foundation-1.9.1
error: Cannot build '/nix/store/0g6y2krq6yisxvgccp3sqabdd4wvq8lf-the-foundation-x86_64-unknown-linux-gnufilc0-1.9.1.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/kdi02f0ypfgg0r48d1xs3zi2dwpzh57i-the-foundation-x86_64-unknown-linux-gnufilc0-1.9.1
Last 25 log lines:
> In file included from /build/source/include/the_Foundation/mutex.h:31:
> In file included from /build/source/include/the_Foundation/stdthreads.h:38:
> /build/source/include/the_Foundation/c11threads.h:34:24: error: typedef redefinition with different types ('pthread_once_t' (aka 'int') vs '__once_flag')
> 34 | typedef pthread_once_t once_flag;
> | ^
> /nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/bits/types/once_flag.h:24:21: note: previous definition is here
> 24 | typedef __once_flag once_flag;
> | ^
> 1 error generated.
> make[2]: *** [CMakeFiles/the_Foundation.dir/build.make:107: CMakeFiles/the_Foundation.dir/src/audience.c.o] Error 1
> In file included from /build/source/src/address.c:28:
> In file included from /build/source/include/the_Foundation/address.h:31:
> In file included from /build/source/include/the_Foundation/audience.h:30:
> In file included from /build/source/include/the_Foundation/mutex.h:31:
> In file included from /build/source/include/the_Foundation/stdthreads.h:38:
> /build/source/include/the_Foundation/c11threads.h:34:24: error: typedef redefinition with different types ('pthread_once_t' (aka 'int') vs '__once_flag')
> 34 | typedef pthread_once_t once_flag;
> | ^
> /nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/bits/types/once_flag.h:24:21: note: previous definition is here
> 24 | typedef __once_flag once_flag;
> | ^
> 1 error generated.
> make[2]: *** [CMakeFiles/the_Foundation.dir/build.make:93: CMakeFiles/the_Foundation.dir/src/address.c.o] Error 1
> make[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/the_Foundation.dir/all] Error 2
> make: *** [Makefile:136: all] Error 2
For full logs, run:
nix log /nix/store/0g6y2krq6yisxvgccp3sqabdd4wvq8lf-the-foundation-x86_64-unknown-linux-gnufilc0-1.9.1.drvxdpyinfo-1.3.4
→ unpackPhase
unpacking source archive /nix/store/xs9r6230708zjyq3al4qcdndf3mb5jd2-xdpyinfo-1.3.4.tar.xz
source root is xdpyinfo-1.3.4
setting SOURCE_DATE_EPOCH to timestamp 1682640699 of file "xdpyinfo-1.3.4/INSTALL"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./config.sub
Updating Autotools / GNU config script to a newer upstream version: ./config.guess
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./config.sub
Updating Autotools / GNU config script to a newer upstream version: ./config.guess
→ configurePhase
patching script interpreter paths in ./configure
./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
configure flags: --disable-dependency-tracking --prefix=/nix/store/pwhmwdqxbr26azykmbh8a41f38pb39l6-xdpyinfo-x86_64-unknown-linux-gnufilc0-1.3.4 --enable-malloc0returnsnull --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnufilc0
configure: WARNING: unrecognized options: --enable-malloc0returnsnull
checking for a BSD-compatible install... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-unknown-linux-gnufilc0-strip... strip
checking for a race-free mkdir -p... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports the include directive... yes (GNU style)
checking for x86_64-unknown-linux-gnufilc0-gcc... clang
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... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether clang accepts -g... yes
checking for clang option to enable C11 features... none needed
checking whether clang understands -c and -o together... yes
checking dependency style of clang... none
checking for clang options needed to detect all undeclared functions... none needed
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking whether __clang__ is declared... yes
checking whether __INTEL_COMPILER is declared... no
checking whether __SUNPRO_C is declared... no
checking pkg-config is at least version 0.9.0... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnufilc0
checking for a sed that does not truncate output... /nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin/sed
checking if clang supports -Werror=unknown-warning-option... yes
checking if clang supports -Werror=unused-command-line-argument... yes
checking if clang supports -Wall... yes
checking if clang supports -Wpointer-arith... yes
checking if clang supports -Wmissing-declarations... yes
checking if clang supports -Wformat=2... yes
checking if clang supports -Wstrict-prototypes... yes
checking if clang supports -Wmissing-prototypes... yes
checking if clang supports -Wnested-externs... yes
checking if clang supports -Wbad-function-cast... yes
checking if clang supports -Wold-style-definition... yes
checking if clang supports -Wdeclaration-after-statement... yes
checking if clang supports -Wunused... yes
checking if clang supports -Wuninitialized... yes
checking if clang supports -Wshadow... yes
checking if clang supports -Wmissing-noreturn... yes
checking if clang supports -Wmissing-format-attribute... yes
checking if clang supports -Wredundant-decls... yes
checking if clang supports -Wlogical-op... no
checking if clang supports -Werror=implicit... yes
checking if clang supports -Werror=nonnull... yes
checking if clang supports -Werror=init-self... yes
checking if clang supports -Werror=main... yes
checking if clang supports -Werror=missing-braces... yes
checking if clang supports -Werror=sequence-point... yes
checking if clang supports -Werror=return-type... yes
checking if clang supports -Werror=trigraphs... yes
checking if clang supports -Werror=array-bounds... yes
checking if clang supports -Werror=write-strings... yes
checking if clang supports -Werror=address... yes
checking if clang supports -Werror=int-to-pointer-cast... yes
checking if clang supports -Werror=pointer-to-int-cast... yes
checking if clang supports -pedantic... yes
checking if clang supports -Werror... yes
checking if clang supports -Werror=attributes... yes
Package xorg-macros was not found in the pkg-config search path.
Perhaps you should add the directory containing `xorg-macros.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xorg-macros' found
checking whether make supports nested variables... (cached) yes
checking for XDPYINFO... yes
checking for DPY_X11... yes
checking for DPY_XEXT... yes
checking for X11/extensions/multibuf.h... yes
serpent-2016-03-05
clang++ -fPIC -Wno-sign-compare -c -o rewriter.o rewriter.cpp
xdpyinfo-1.3.4
checking for X11/extensions/XShm.h... yes
checking for DPY_XKB... yes
checking for X11/extensions/XKB.h... yes
checking for X11/XKBlib.h... yes
checking for DPY_XF86VIDMODE... yes
checking for X11/extensions/xf86vmode.h... yes
checking for X11/extensions/xf86vmstr.h... yes
checking for X11/extensions/xf86vmproto.h... yes
checking for DPY_XF86DGA... yes
checking for X11/extensions/Xxf86dga.h... yes
checking for X11/extensions/xf86dgaproto.h... yes
checking for X11/extensions/xf86dga.h... yes
checking for X11/extensions/xf86dgastr.h... yes
without xf86misc
checking for DPY_XINPUT... yes
checking for X11/extensions/XInput.h... yes
checking for DPY_XRENDER... yes
checking for X11/extensions/Xrender.h... yes
checking for DPY_XCOMPOSITE... yes
checking for X11/extensions/Xcomposite.h... yes
checking for DPY_XINERAMA... yes
checking for X11/extensions/Xinerama.h... yes
without dmx
checking for DPY_XTST... yes
checking for X11/extensions/record.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating man/Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --enable-malloc0returnsnull
→ buildPhase
build flags: -j7 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
make all-recursive
make[1]: Entering directory '/build/xdpyinfo-1.3.4'
Making all in man
make[2]: Entering directory '/build/xdpyinfo-1.3.4/man'
GEN xdpyinfo.1
make[2]: Leaving directory '/build/xdpyinfo-1.3.4/man'
make[2]: Entering directory '/build/xdpyinfo-1.3.4'
CC xdpyinfo.o
CCLD xdpyinfo
make[2]: Leaving directory '/build/xdpyinfo-1.3.4'
make[1]: Leaving directory '/build/xdpyinfo-1.3.4'
→ installPhase
install flags: -j7 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash appdefaultdir=/nix/store/pwhmwdqxbr26azykmbh8a41f38pb39l6-xdpyinfo-x86_64-unknown-linux-gnufilc0-1.3.4/share/X11/app-defaults install
Making install in man
make[1]: Entering directory '/build/xdpyinfo-1.3.4/man'
make[2]: Entering directory '/build/xdpyinfo-1.3.4/man'
make[2]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/pwhmwdqxbr26azykmbh8a41f38pb39l6-xdpyinfo-x86_64-unknown-linux-gnufilc0-1.3.4/share/man/man1'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 xdpyinfo.1 '/nix/store/pwhmwdqxbr26azykmbh8a41f38pb39l6-xdpyinfo-x86_64-unknown-linux-gnufilc0-1.3.4/share/man/man1'
make[2]: Leaving directory '/build/xdpyinfo-1.3.4/man'
make[1]: Leaving directory '/build/xdpyinfo-1.3.4/man'
make[1]: Entering directory '/build/xdpyinfo-1.3.4'
make[2]: Entering directory '/build/xdpyinfo-1.3.4'
make[2]: Nothing to be done for 'install-data-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/pwhmwdqxbr26azykmbh8a41f38pb39l6-xdpyinfo-x86_64-unknown-linux-gnufilc0-1.3.4/bin'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c xdpyinfo '/nix/store/pwhmwdqxbr26azykmbh8a41f38pb39l6-xdpyinfo-x86_64-unknown-linux-gnufilc0-1.3.4/bin'
make[2]: Leaving directory '/build/xdpyinfo-1.3.4'
make[1]: Leaving directory '/build/xdpyinfo-1.3.4'
propagating requisites
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/pwhmwdqxbr26azykmbh8a41f38pb39l6-xdpyinfo-x86_64-unknown-linux-gnufilc0-1.3.4
shrinking /nix/store/pwhmwdqxbr26azykmbh8a41f38pb39l6-xdpyinfo-x86_64-unknown-linux-gnufilc0-1.3.4/bin/xdpyinfo
checking for references to /build/ in /nix/store/pwhmwdqxbr26azykmbh8a41f38pb39l6-xdpyinfo-x86_64-unknown-linux-gnufilc0-1.3.4...
gzipping man pages under /nix/store/pwhmwdqxbr26azykmbh8a41f38pb39l6-xdpyinfo-x86_64-unknown-linux-gnufilc0-1.3.4/share/man/
patching script interpreter paths in /nix/store/pwhmwdqxbr26azykmbh8a41f38pb39l6-xdpyinfo-x86_64-unknown-linux-gnufilc0-1.3.4
stripping (with command strip and flags -S -p) in /nix/store/pwhmwdqxbr26azykmbh8a41f38pb39l6-xdpyinfo-x86_64-unknown-linux-gnufilc0-1.3.4/bin
screenfetch-3.9.9
Build started
→ unpackPhase
unpacking source archive /nix/store/fxzy0m3azckfhc1ahb22lwn2n2h90a45-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
no Makefile or custom buildPhase, doing nothing
→ installPhase
patching script interpreter paths in /nix/store/r7v3arrrkyzskgz50d09p1gi6xzgw8ab-screenfetch-x86_64-unknown-linux-gnufilc0-3.9.9/bin/screenfetch
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/r7v3arrrkyzskgz50d09p1gi6xzgw8ab-screenfetch-x86_64-unknown-linux-gnufilc0-3.9.9
checking for references to /build/ in /nix/store/r7v3arrrkyzskgz50d09p1gi6xzgw8ab-screenfetch-x86_64-unknown-linux-gnufilc0-3.9.9...
gzipping man pages under /nix/store/r7v3arrrkyzskgz50d09p1gi6xzgw8ab-screenfetch-x86_64-unknown-linux-gnufilc0-3.9.9/share/man/
patching script interpreter paths in /nix/store/r7v3arrrkyzskgz50d09p1gi6xzgw8ab-screenfetch-x86_64-unknown-linux-gnufilc0-3.9.9
stripping (with command strip and flags -S -p) in /nix/store/r7v3arrrkyzskgz50d09p1gi6xzgw8ab-screenfetch-x86_64-unknown-linux-gnufilc0-3.9.9/bin
serpent-2016-03-05
clang++ -fPIC -Wno-sign-compare -c -o compiler.o compiler.cpp
clang++ -fPIC -Wno-sign-compare -c -o funcs.o funcs.cpp
clang++ -fPIC -Wno-sign-compare -c -o cmdline.o cmdline.cpp
rm -rf serpent
c++ -Wall keccak-tiny.o bignum.o util.o tokenize.o lllparser.o parser.o opcodes.o optimize.o functions.o rewriteutils.o preprocess.o rewriter.o compiler.o funcs.o cmdline.o -o serpent
ar rvs libserpent.a keccak-tiny.o bignum.o util.o tokenize.o lllparser.o parser.o opcodes.o optimize.o functions.o rewriteutils.o preprocess.o rewriter.o compiler.o funcs.o
ar: creating libserpent.a
a - keccak-tiny.o
a - bignum.o
a - util.o
a - tokenize.o
a - lllparser.o
a - parser.o
a - opcodes.o
a - optimize.o
a - functions.o
a - rewriteutils.o
a - preprocess.o
a - rewriter.o
a - compiler.o
a - funcs.o
c++ -fPIC -Wno-sign-compare -shared keccak-tiny.o bignum.o util.o tokenize.o lllparser.o parser.o opcodes.o optimize.o functions.o rewriteutils.o preprocess.o rewriter.o compiler.o funcs.o -o libserpent.so
buildPhase completed in 32 seconds
→ installPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/wgvinpgzmdpi3zznygchg8ap1vhhfhvb-serpent-x86_64-unknown-linux-gnufilc0-2016-03-05
shrinking /nix/store/wgvinpgzmdpi3zznygchg8ap1vhhfhvb-serpent-x86_64-unknown-linux-gnufilc0-2016-03-05/bin/serpent
checking for references to /build/ in /nix/store/wgvinpgzmdpi3zznygchg8ap1vhhfhvb-serpent-x86_64-unknown-linux-gnufilc0-2016-03-05...
patching script interpreter paths in /nix/store/wgvinpgzmdpi3zznygchg8ap1vhhfhvb-serpent-x86_64-unknown-linux-gnufilc0-2016-03-05
stripping (with command strip and flags -S -p) in /nix/store/wgvinpgzmdpi3zznygchg8ap1vhhfhvb-serpent-x86_64-unknown-linux-gnufilc0-2016-03-05/bin
scrounge-ntfs-0.9
error: Cannot build '/nix/store/gn06vad2mgnq918lz6xmzdflhf31643m-scrounge-ntfs-x86_64-unknown-linux-gnufilc0-0.9.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/xaxvcpbpawniia4qzsw59w39qhflp2sn-scrounge-ntfs-x86_64-unknown-linux-gnufilc0-0.9
Last 25 log lines:
> | ~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> list.c:32:39: note: format string is defined here
> 32 | const char kPrintNTFSInfo[] = "%-15u %-15u";
> | ^~~~~
> | %-15lu
> list.c:73:6: error: call to undeclared function 'lseek64'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
> 73 | if(lseek64(dd, pos, SEEK_SET) == -1)
> | ^
> list.c:92:12: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
> 92 | else if(!mbr.partitions[i].system == kPartition_Invalid)
> | ^ ~~
> list.c:92:12: note: add parentheses after the '!' to evaluate the comparison first
> 92 | else if(!mbr.partitions[i].system == kPartition_Invalid)
> | ^
> | ( )
> list.c:92:12: note: add parentheses around left hand side expression to silence this warning
> 92 | else if(!mbr.partitions[i].system == kPartition_Invalid)
> | ^
> | ( )
> 2 warnings and 2 errors generated.
> make[2]: *** [Makefile:269: scrounge_ntfs-list.o] Error 1
> make[2]: Leaving directory '/build/scrounge-ntfs-0.9/src'
> make[1]: *** [Makefile:220: all-recursive] Error 1
> make[1]: Leaving directory '/build/scrounge-ntfs-0.9'
> make: *** [Makefile:159: all] Error 2
For full logs, run:
nix log /nix/store/gn06vad2mgnq918lz6xmzdflhf31643m-scrounge-ntfs-x86_64-unknown-linux-gnufilc0-0.9.drvscrub-2.6.1
error: Cannot build '/nix/store/w3xic7d0h8m0w8b15xwcwc9dydd608f7-scrub-x86_64-unknown-linux-gnufilc0-2.6.1.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/ynh1wd1bfmfyzzagycw6qjbzylvwpq5n-scrub-x86_64-unknown-linux-gnufilc0-2.6.1
Last 25 log lines:
> checking for minix/config.h... no
> checking whether it is safe to define __EXTENSIONS__... yes
> checking whether _XOPEN_SOURCE should be defined... no
> checking for grep that handles long lines and -e... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep
> checking for egrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -E
> checking for getopt.h... yes
> checking for stdbool.h... yes
> checking for pthread.h... yes
> ./configure: line 5265: AC_PROG_LIBTOOL: command not found
> checking whether to install pkg-config *.pc files... ${libdir}/pkgconfig
> checking whether byte ordering is bigendian... no
> checking for an ANSI C-conforming const... yes
> checking for getopt_long... yes
> checking for posix_memalign... yes
> checking for memalign... yes
> checking for posix_fadvise... yes
> checking for rand_r... yes
> checking for random_r... yes
> checking how to link against pthreads... -lpthread
> checking for clang option to enable large file support... none needed
> checking that generated files are newer than configure... done
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating scrub.spec
> config.status: error: cannot find input file: 'src/Makefile.in'
For full logs, run:
nix log /nix/store/w3xic7d0h8m0w8b15xwcwc9dydd608f7-scrub-x86_64-unknown-linux-gnufilc0-2.6.1.drvsdcc-4.5.0
error: Cannot build '/nix/store/kirj2dql9j6lnfrr3s6x4jkkdi2zll8s-sdcc-x86_64-unknown-linux-gnufilc0-4.5.0.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/12rn6aqd743pxqfdimdxd75x2kaprdys-sdcc-x86_64-unknown-linux-gnufilc0-4.5.0-man
/nix/store/3is4n7vqm0k4vnc9svzhcqmf8p6i42bm-sdcc-x86_64-unknown-linux-gnufilc0-4.5.0-doc
/nix/store/mnhj16p7kfq6gd5nm2lnf4lw0xmgp2km-sdcc-x86_64-unknown-linux-gnufilc0-4.5.0
Last 25 log lines:
> checking for clang option to accept ISO C99... none needed
> checking whether we are using the GNU C++ compiler... yes
> checking whether clang++ accepts -g... yes
> checking whether g++ accepts -static-libstdc++ -static-libgcc... no
> checking for x86_64-unknown-linux-gnufilc0-gnatbind... no
> checking for gnatbind... no
> checking for x86_64-unknown-linux-gnufilc0-gnatmake... no
> checking for gnatmake... no
> checking whether compiler driver understands Ada... no
> checking for x86_64-unknown-linux-gnufilc0-gdc... no
> checking for gdc... no
> checking whether the D compiler works... no
> checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
> checking whether clang++ supports C++11 features by default... yes
> checking whether g++ supports C++11 features by default... no
> checking whether g++ supports C++11 features with -std=gnu++11... no
> checking whether g++ supports C++11 features with -std=gnu++0x... no
> checking whether g++ supports C++11 features with -std=c++11... no
> checking whether g++ supports C++11 features with +std=c++11... no
> checking whether g++ supports C++11 features with -h std=c++11... no
> checking whether g++ supports C++11 features with -std=c++0x... no
> checking whether g++ supports C++11 features with +std=c++0x... no
> checking whether g++ supports C++11 features with -h std=c++0x... no
> configure: error: *** A compiler with support for C++11 language features is required.
> configure: error: ./configure failed for support/cpp
For full logs, run:
nix log /nix/store/kirj2dql9j6lnfrr3s6x4jkkdi2zll8s-sdcc-x86_64-unknown-linux-gnufilc0-4.5.0.drvsddm-chili-theme-0.1.5
error: Cannot build '/nix/store/zqjl43by7gajh817350b3xqk67iyz0y5-sddm-chili-theme-x86_64-unknown-linux-gnufilc0-0.1.5.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/i080k3bxw8b4l91zn3i5a5yka08nmhr6-sddm-chili-theme-x86_64-unknown-linux-gnufilc0-0.1.5sdlpop-1.23
error: Cannot build '/nix/store/bcwj75yb0f6qyinqxyvl0gwnhwdgn6dm-sdlpop-x86_64-unknown-linux-gnufilc0-1.23.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/jnfs1axdylqn0q5m33a03c5c19lblnky-sdlpop-x86_64-unknown-linux-gnufilc0-1.23
Last 25 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/hpnh6lca3ffwznb9ss77zlai32f5r135-source
> source root is source
> Running phase: patchPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> no configure script, doing nothing
> Running phase: buildPhase
> substituteStream() in derivation sdlpop-x86_64-unknown-linux-gnufilc0-1.23: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'src/Makefile')
> substituteStream() in derivation sdlpop-x86_64-unknown-linux-gnufilc0-1.23: WARNING: pattern CFLAGS\ +=\ -I/opt/local/include doesn't match anything in file 'src/Makefile'
> build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash -C src
> make: Entering directory '/build/source/src'
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> cc -Wall -D_GNU_SOURCE=1 -std=c99 -O2 -c main.c
> In file included from main.c:21:
> In file included from ./common.h:54:
> In file included from ./types.h:29:
> /nix/store/csyyjzkdcgvqvcdpplwak93lgcqd4q1c-SDL2_image-x86_64-unknown-linux-gnufilc0-2.8.8/include/SDL2/SDL_image.h:32:10: fatal error: 'SDL.h' file not found
> 32 | #include "SDL.h"
> | ^~~~~~~
> 1 error generated.
> make: *** [Makefile:37: main.o] Error 1
> make: Leaving directory '/build/source/src'
For full logs, run:
nix log /nix/store/bcwj75yb0f6qyinqxyvl0gwnhwdgn6dm-sdlpop-x86_64-unknown-linux-gnufilc0-1.23.drvsealcurses-0-unstable-2024-12-02
error: Cannot build '/nix/store/whwr857kj5m9s410n0jngpf9ln11in1q-sealcurses-x86_64-unknown-linux-gnufilc0-0-unstable-2024-12-02.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/h6aklqlhqq0r9pgb2q9xws983frzxy92-sealcurses-x86_64-unknown-linux-gnufilc0-0-unstable-2024-12-02seasocks-1.4.6
error: Cannot build '/nix/store/lgi1amghpzkwaa4n0mvhh8ws45b6q9wf-seasocks-x86_64-unknown-linux-gnufilc0-1.4.6.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/7gmxlfr8rsds4l74mmpq65hjahxydl0z-seasocks-x86_64-unknown-linux-gnufilc0-1.4.6
Last 25 log lines:
> -- Detecting CXX compiler ABI info - done
> -- Check for working CXX compiler: /nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/clang++ - skipped
> -- Detecting CXX compile features
> -- Detecting CXX compile features - done
> -- Seasocks 1.4.6
> -- Unittests: ON
> -- Coverage: OFF
> -- Building shared: OFF
> -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
> -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
> -- Found Threads: TRUE
> CMake Warning (dev) at CMakeLists.txt:54 (find_package):
> Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
> are removed. Run "cmake --help-policy CMP0148" for policy details. Use
> the cmake_policy command to set the policy and suppress this warning.
>
> This warning is for project developers. Use -Wno-dev to suppress it.
>
> -- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE)
> CMake Error at CMakeLists.txt:57 (message):
> Python not found
>
>
> -- Found ZLIB: /nix/store/79zhs7330yj1fcaqc65klhhsvqdb8xp2-zlib-1.3-x86_64-unknown-linux-gnufilc0/lib/libz.so (found version "1.3")
> -- Configuring incomplete, errors occurred!
For full logs, run:
nix log /nix/store/lgi1amghpzkwaa4n0mvhh8ws45b6q9wf-seasocks-x86_64-unknown-linux-gnufilc0-1.4.6.drvsecp256k1-0.6.0
error: Cannot build '/nix/store/ddxkfj9xjcpy77sn7mxl0g6m173jxqqv-secp256k1-x86_64-unknown-linux-gnufilc0-0.6.0.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/0xbpvkap09x0jm0972l99cbpfxnb9khn-secp256k1-x86_64-unknown-linux-gnufilc0-0.6.0
Last 25 log lines:
> (libpizlo.so) <runtime>: start_program
> [2344] filc panic: thwarted a futile attempt to violate memory safety.
> FAIL tests (exit status: 133)
>
> ============================================================================
> Testsuite summary for libsecp256k1 0.6.0
> ============================================================================
> # TOTAL: 3
> # PASS: 1
> # SKIP: 0
> # XFAIL: 0
> # FAIL: 2
> # XPASS: 0
> # ERROR: 0
> ============================================================================
> See ./test-suite.log
> Please report to https://github.com/bitcoin-core/secp256k1/issues
> ============================================================================
> make[3]: *** [Makefile:1607: test-suite.log] Error 1
> make[3]: Leaving directory '/build/source'
> make[2]: *** [Makefile:1715: check-TESTS] Error 2
> make[2]: Leaving directory '/build/source'
> make[1]: *** [Makefile:1975: check-am] Error 2
> make[1]: Leaving directory '/build/source'
> make: *** [Makefile:1977: check] Error 2
For full logs, run:
nix log /nix/store/ddxkfj9xjcpy77sn7mxl0g6m173jxqqv-secp256k1-x86_64-unknown-linux-gnufilc0-0.6.0.drvsecurefs-0.13.1
error: Cannot build '/nix/store/ialnn31gp6drzsq50bqhk42h219cz0bi-securefs-x86_64-unknown-linux-gnufilc0-0.13.1.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/iz74an6c1dryl8ywg8dhr1y2ms1q7f6b-securefs-x86_64-unknown-linux-gnufilc0-0.13.1
Last 25 log lines:
> 7162 | std::shuffle( vector.begin(), vector.end(), rng );
> | ^
> /build/source/external/catch.hpp:7180:44: note: in instantiation of function template specialization 'Catch::RandomNumberGenerator::shuffle<std::vector<Catch::TestCase>>' requested here
> 7180 | RandomNumberGenerator::shuffle( sorted );
> | ^
> 1 error generated.
> make[2]: *** [CMakeFiles/securefs_test.dir/build.make:79: CMakeFiles/securefs_test.dir/test/main.cpp.o] Error 1
> make[2]: *** Waiting for unfinished jobs....
> In file included from /build/source/test/test_files.cpp:4:
> /build/source/sources/file_table.h:104:10: warning: 'statfs' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
> 104 | void statfs(struct fuse_statvfs* fs_info) { return m_shards.back()->statfs(fs_info); }
> | ^
> /build/source/sources/file_table.h:33:18: note: overridden virtual function is here
> 33 | virtual void statfs(struct fuse_statvfs* fs_info) = 0;
> | ^
> 1 warning generated.
> /build/source/test/test_streams.cpp:60:14: warning: 'is_sparse' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
> 60 | bool is_sparse() const noexcept { return true; }
> | ^
> /build/source/sources/streams.h:47:18: note: overridden virtual function is here
> 47 | virtual bool is_sparse() const noexcept { return false; }
> | ^
> 1 warning generated.
> make[1]: *** [CMakeFiles/Makefile2:214: CMakeFiles/securefs_test.dir/all] Error 2
> make: *** [Makefile:146: all] Error 2
For full logs, run:
nix log /nix/store/ialnn31gp6drzsq50bqhk42h219cz0bi-securefs-x86_64-unknown-linux-gnufilc0-0.13.1.drvsentry-native-0.8.4
error: Cannot build '/nix/store/4jcazrr3l5qmpiws47qjwr1057a5zlj5-sentry-native-x86_64-unknown-linux-gnufilc0-0.8.4.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/grjdbb2z0rmv7anf7ijfbnbr50pa2bhf-sentry-native-x86_64-unknown-linux-gnufilc0-0.8.4
Last 25 log lines:
> CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI2528_sentry_transaction_set_status:(.text+0x1837d): error: undefined reference to 'pizlonated_sentry_transaction_set_status'
> CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI141521_sentry_transaction_start_child:(.text+0x184f0): error: undefined reference to 'pizlonated_sentry_transaction_start_child'
> CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI141521_sentry_span_start_child:(.text+0x187c0): error: undefined reference to 'pizlonated_sentry_span_start_child'
> CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI0_sentry_span_set_data:(.text+0x18a63): error: undefined reference to 'pizlonated_sentry_span_set_data'
> CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI2528_sentry_span_set_status:(.text+0x18b0d): error: undefined reference to 'pizlonated_sentry_span_set_status'
> CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI1065_sentry_span_finish:(.text+0x18c58): error: undefined reference to 'pizlonated_sentry_span_finish'
> CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI1077_sentry_transaction_finish:(.text+0x18d9b): error: undefined reference to 'pizlonated_sentry_transaction_finish'
> CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI1077_sentry_capture_minidump:(.text+0x18f4b): error: undefined reference to 'pizlonated_sentry_capture_minidump'
> CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI2_sentry_close:(.text+0x190ee): error: undefined reference to 'pizlonated_sentry_close'
> CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI12777_sentry_envelope_serialize:(.text+0x19405): error: undefined reference to 'pizlonated_sentry_envelope_serialize'
> CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI1065_sentry_free:(.text+0x197d8): error: undefined reference to 'pizlonated_sentry_free'
> CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI1065_sentry_envelope_free:(.text+0x19918): error: undefined reference to 'pizlonated_sentry_envelope_free'
> CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI0_sentry_value_decref:(.text+0x19a53): error: undefined reference to 'pizlonated_sentry_value_decref'
> CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI1065_sentry_value_new_null:(.text+0x19af8): error: undefined reference to 'pizlonated_sentry_value_new_null'
> CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI1073_sentry_transaction_context_get_name:(.text+0x19c3b): error: undefined reference to 'pizlonated_sentry_transaction_context_get_name'
> CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI1073_sentry_transaction_context_get_operation:(.text+0x19e2b): error: undefined reference to 'pizlonated_sentry_transaction_context_get_operation'
> CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI0_sentry_value_get_by_key:(.text+0x1a013): error: undefined reference to 'pizlonated_sentry_value_get_by_key'
> CMakeFiles/sentry_example.dir/examples/example.c.o:example.c:function pizlonatedFI0_sentry_value_as_int32:(.text+0x1a0b3): error: undefined reference to 'pizlonated_sentry_value_as_int32'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [CMakeFiles/sentry_example.dir/build.make:101: sentry_example] Error 1
> make[1]: *** [CMakeFiles/Makefile2:193: CMakeFiles/sentry_example.dir/all] Error 2
> make[1]: *** Waiting for unfinished jobs....
> [100%] Linking CXX executable sentry_test_unit
> [100%] Built target sentry_test_unit
> make: *** [Makefile:146: all] Error 2
For full logs, run:
nix log /nix/store/4jcazrr3l5qmpiws47qjwr1057a5zlj5-sentry-native-x86_64-unknown-linux-gnufilc0-0.8.4.drverror: build of '/nix/store/4jcazrr3l5qmpiws47qjwr1057a5zlj5-sentry-native-x86_64-unknown-linux-gnufilc0-0.8.4.drv^*', '/nix/store/bcwj75yb0f6qyinqxyvl0gwnhwdgn6dm-sdlpop-x86_64-unknown-linux-gnufilc0-1.23.drv^*', '/nix/store/ddxkfj9xjcpy77sn7mxl0g6m173jxqqv-secp256k1-x86_64-unknown-linux-gnufilc0-0.6.0.drv^*', '/nix/store/gn06vad2mgnq918lz6xmzdflhf31643m-scrounge-ntfs-x86_64-unknown-linux-gnufilc0-0.9.drv^*', '/nix/store/ialnn31gp6drzsq50bqhk42h219cz0bi-securefs-x86_64-unknown-linux-gnufilc0-0.13.1.drv^*', '/nix/store/kirj2dql9j6lnfrr3s6x4jkkdi2zll8s-sdcc-x86_64-unknown-linux-gnufilc0-4.5.0.drv^*', '/nix/store/lgi1amghpzkwaa4n0mvhh8ws45b6q9wf-seasocks-x86_64-unknown-linux-gnufilc0-1.4.6.drv^*', '/nix/store/w3xic7d0h8m0w8b15xwcwc9dydd608f7-scrub-x86_64-unknown-linux-gnufilc0-2.6.1.drv^*', '/nix/store/whwr857kj5m9s410n0jngpf9ln11in1q-sealcurses-x86_64-unknown-linux-gnufilc0-0-unstable-2024-12-02.drv^*', '/nix/store/zqjl43by7gajh817350b3xqk67iyz0y5-sddm-chili-theme-x86_64-unknown-linux-gnufilc0-0.1.5.drv^*' failed
End of log