[Pkg-rust-maintainers] Bug#1097831: rust-git-cinnabar: ftbfs with GCC-15
Matthias Klose
doko at debian.org
Mon Feb 17 17:51:47 GMT 2025
Package: src:rust-git-cinnabar
Version: 0.7.0~beta.2-3
Severity: important
Tags: sid forky
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-15
[This bug is NOT targeted to the upcoming trixie release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.
The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/rust-git-cinnabar_0.7.0~beta.2-3_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other Common build failures are new warnings resulting in build failures
with -Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-15/porting_to.html
[...]
cc -o reftable/pq.o -c -MF reftable/.depend/pq.o.d -MQ reftable/pq.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration /build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/reftable/pq.c
cc -o reftable/reader.o -c -MF reftable/.depend/reader.o.d -MQ reftable/reader.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration /build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/reftable/reader.c
cc -o reftable/record.o -c -MF reftable/.depend/record.o.d -MQ reftable/record.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration /build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/reftable/record.c
cc -o reftable/generic.o -c -MF reftable/.depend/generic.o.d -MQ reftable/generic.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration /build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/reftable/generic.c
cc -o reftable/stack.o -c -MF reftable/.depend/stack.o.d -MQ reftable/stack.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration /build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/reftable/stack.c
cc -o reftable/tree.o -c -MF reftable/.depend/tree.o.d -MQ reftable/tree.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration /build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/reftable/tree.c
cc -o reftable/writer.o -c -MF reftable/.depend/writer.o.d -MQ reftable/writer.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration /build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/reftable/writer.c
cc -o xdiff/xdiffi.o -c -MF xdiff/.depend/xdiffi.o.d -MQ xdiff/xdiffi.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration /build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/xdiff/xdiffi.c
cc -o xdiff/xemit.o -c -MF xdiff/.depend/xemit.o.d -MQ xdiff/xemit.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration /build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/xdiff/xemit.c
cc -o xdiff/xhistogram.o -c -MF xdiff/.depend/xhistogram.o.d -MQ xdiff/xhistogram.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration /build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/xdiff/xhistogram.c
cc -o xdiff/xmerge.o -c -MF xdiff/.depend/xmerge.o.d -MQ xdiff/xmerge.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration /build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/xdiff/xmerge.c
cc -o xdiff/xpatience.o -c -MF xdiff/.depend/xpatience.o.d -MQ xdiff/xpatience.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration /build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/xdiff/xpatience.c
cc -o xdiff/xprepare.o -c -MF xdiff/.depend/xprepare.o.d -MQ xdiff/xprepare.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration /build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/xdiff/xprepare.c
cc -o xdiff/xutils.o -c -MF xdiff/.depend/xutils.o.d -MQ xdiff/xutils.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration /build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/xdiff/xutils.c
cc -o cinnabar-fast-import.o -c -MF ./.depend/cinnabar-fast-import.o.d -MQ cinnabar-fast-import.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration /build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/src/cinnabar-fast-import.c
cc -o cinnabar-helper.o -c -MF ./.depend/cinnabar-helper.o.d -MQ cinnabar-helper.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration /build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/src/cinnabar-helper.c
cc -o cinnabar-notes.o -c -MF ./.depend/cinnabar-notes.o.d -MQ cinnabar-notes.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration /build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/src/cinnabar-notes.c
cc -o hg-connect-stdio.o -c -MF ./.depend/hg-connect-stdio.o.d -MQ hg-connect-stdio.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration /build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/src/hg-connect-stdio.c
cc -o hg-data.o -c -MF ./.depend/hg-data.o.d -MQ hg-data.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration /build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/src/hg-data.c
cc -o mingw.o -c -MF ./.depend/mingw.o.d -MQ mingw.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration /build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/src/mingw.c
cc -o regex.o -c -MF ./.depend/regex.o.d -MQ regex.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration /build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/src/regex.c
cc -o csum-file.patched.o -c -MF ./.depend/csum-file.patched.o.d -MQ csum-file.patched.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration csum-file.patched.c
cc -o http.patched.o -c -MF ./.depend/http.patched.o.d -MQ http.patched.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration http.patched.c
cc -o notes.patched.o -c -MF ./.depend/notes.patched.o.d -MQ notes.patched.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration notes.patched.c
cc -o object-file.patched.o -c -MF ./.depend/object-file.patched.o.d -MQ object-file.patched.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration object-file.patched.c
cc -o packfile.patched.o -c -MF ./.depend/packfile.patched.o.d -MQ packfile.patched.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration packfile.patched.c
cc -o revision.patched.o -c -MF ./.depend/revision.patched.o.d -MQ revision.patched.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration revision.patched.c
cc -o run-command.patched.o -c -MF ./.depend/run-command.patched.o.d -MQ run-command.patched.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration run-command.patched.c
cc -o attr.o -c -MF ./.depend/attr.o.d -MQ attr.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration -DETC_GITATTRIBUTES='"etc/gitattributes"' /build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/attr.c
cc -o version.o -c -MF ./.depend/version.o.d -MQ version.o -MMD -MP -Werror -Wall -pedantic -Wpedantic -std=gnu99 -Wdeclaration-after-statement -Wformat-security -Wold-style-definition -Woverflow -Wpointer-arith -Wstrict-prototypes -Wunused -Wvla -Wwrite-strings -fno-common -Wextra -Wmissing-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wno-error=stringop-overread -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/mit-krb5 -I/usr/include -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core -I. -DHAVE_SYSINFO -DGIT_HOST_CPU="\"x86_64\"" -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -DNO_GETTEXT -DNO_UNIX_SOCKETS -DNO_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"git-compat-util.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_SYNC_FILE_RANGE -DHAVE_GETDELIM '-DPROCFS_EXECUTABLE_PATH="/proc/self/exe"' -DFREAD_READS_DIRECTORIES -DNO_STRLCPY -I/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/compat/regex -DSHELL_PATH='"/bin/sh"' -Werror=implicit-function-declaration '-DGIT_VERSION="2.46.2"' '-DGIT_USER_AGENT="git/2.46.2"' '-DGIT_BUILT_FROM_COMMIT=""' /build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/git-core/version.c
make[1]: Leaving directory '/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/target/x86_64-unknown-linux-gnu/debug/build/git-cinnabar-9a630da3e8750407/out'
--- stderr
GIT_VERSION = 2.46.2
* new build flags
* new prefix flags
object-file.patched.c:58:9: error: initializer-string for array of ‘unsigned char’ is too long [-Werror=unterminated-string-initialization]
58 | "\x6e\xf1\x9b\x41\x22\x5c\x53\x69\xf1\xc1" \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
object-file.patched.c:85:17: note: in expansion of macro ‘EMPTY_TREE_SHA256_BIN_LITERAL’
85 | .hash = EMPTY_TREE_SHA256_BIN_LITERAL,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
object-file.patched.c:67:9: error: initializer-string for array of ‘unsigned char’ is too long [-Werror=unterminated-string-initialization]
67 | "\x47\x3a\x0f\x4c\x3b\xe8\xa9\x36\x81\xa2" \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
object-file.patched.c:89:17: note: in expansion of macro ‘EMPTY_BLOB_SHA256_BIN_LITERAL’
89 | .hash = EMPTY_BLOB_SHA256_BIN_LITERAL,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [/build/reproducible-path/rust-git-cinnabar-0.7.0~beta.2/src/build.mk:143: object-file.patched.o] Error 1
make[1]: *** Waiting for unfinished jobs....
thread 'main' panicked at build.rs:251:5:
assertion failed: cmd.env("MAKEFLAGS",
format!("-j {}",
env("CARGO_MAKEFLAGS"))).current_dir(&out_dir).status().expect("Failed to execute GNU make").success()
stack backtrace:
0: rust_begin_unwind
at /usr/src/rustc-1.84.0/library/std/src/panicking.rs:665:5
1: core::panicking::panic_fmt
at /usr/src/rustc-1.84.0/library/core/src/panicking.rs:76:14
2: core::panicking::panic
at /usr/src/rustc-1.84.0/library/core/src/panicking.rs:148:5
3: build_script_build::main
at ./build.rs:251:5
4: core::ops::function::FnOnce::call_once
at /usr/src/rustc-1.84.0/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
dh_auto_test: error: /usr/share/cargo/bin/cargo build returned exit code 101
make: *** [debian/rules:3: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
More information about the Pkg-rust-maintainers
mailing list