[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_2 #483915

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Tue Feb 28 06:24:19 GMT 2023


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_2/483915/display/redirect>

Changes:


------------------------------------------
[...truncated 2.30 MB...]
    # define @PREFIX at COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
    # define @PREFIX at COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__    % 10)'

  the old evaluation rules produce:

    '
      /* __IBMC__ = VRP */
    # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
    # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
    # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__    % 10)'

  but the new evaluation rules produce:

    '
      /* __IBMC__ = VRP */
    # define @PREFIX at COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
    # define @PREFIX at COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
    # define @PREFIX at COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__    % 10)'

  Using the old result for compatibility since the policy is not set.
Call Stack (most recent call first):
  /usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake:4 (include)
  /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include)
  /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:33 (_readFile)
  /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:304 (compiler_id_detection)
  /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:323 (CMAKE_DETERMINE_COMPILER_ID_WRITE)
  /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:6 (CMAKE_DETERMINE_COMPILER_ID_BUILD)
  /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:59 (__determine_compiler_id_test)
  /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)
  CMakeLists.txt:4 (project)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake:3 (set):
  Policy CMP0053 is not set: Simplify variable reference and escape sequence
  evaluation.  Run "cmake --help-policy CMP0053" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  For input:

    '
    # define @PREFIX at COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
    # define @PREFIX at COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
    # define @PREFIX at COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
    # define @PREFIX at COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
    '

  the old evaluation rules produce:

    '
    # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
    # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
    # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
    # define /usrCOMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
    '

  but the new evaluation rules produce:

    '
    # define @PREFIX at COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
    # define @PREFIX at COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
    # define @PREFIX at COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
    # define @PREFIX at COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
    '

  Using the old result for compatibility since the policy is not set.
Call Stack (most recent call first):
  /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include)
  /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:33 (_readFile)
  /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:304 (compiler_id_detection)
  /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:323 (CMAKE_DETERMINE_COMPILER_ID_WRITE)
  /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:6 (CMAKE_DETERMINE_COMPILER_ID_BUILD)
  /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:59 (__determine_compiler_id_test)
  /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)
  CMakeLists.txt:4 (project)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set):
  Policy CMP0053 is not set: Simplify variable reference and escape sequence
  evaluation.  Run "cmake --help-policy CMP0053" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  For input:

    '
      /* __IBMC__ = VRP */
    # define @PREFIX at COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
    # define @PREFIX at COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
    # define @PREFIX at COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__    % 10)'

  the old evaluation rules produce:

    '
      /* __IBMC__ = VRP */
    # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
    # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
    # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__    % 10)'

  but the new evaluation rules produce:

    '
      /* __IBMC__ = VRP */
    # define @PREFIX at COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
    # define @PREFIX at COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
    # define @PREFIX at COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__    % 10)'

  Using the old result for compatibility since the policy is not set.
Call Stack (most recent call first):
  /usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake:4 (include)
  /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include)
  /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:33 (_readFile)
  /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:304 (compiler_id_detection)
  /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:323 (CMAKE_DETERMINE_COMPILER_ID_WRITE)
  /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:6 (CMAKE_DETERMINE_COMPILER_ID_BUILD)
  /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:59 (__determine_compiler_id_test)
  /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)
  CMakeLists.txt:4 (project)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- The C compiler identification is unknown
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/sbin/cc - skipped
-- Looking for gettext
-- Looking for gettext - found
-- Found Libintl: /usr/include  
-- Performing Test HAS_WSIGN_CONVERSION
-- Performing Test HAS_WSIGN_CONVERSION - Success
-- Performing Test HAS_WDOUBLE_PROMOTION
-- Performing Test HAS_WDOUBLE_PROMOTION - Success
-- Performing Test HAS_WLOGICAL_OP
-- Performing Test HAS_WLOGICAL_OP - Success
-- Performing Test HAS_WJUMP_MISSES_INIT
-- Performing Test HAS_WJUMP_MISSES_INIT - Success
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/dfc-archlinuxrb-build-prZxvKww/dfc/trunk/src/dfc-3.1.1/build
ninja: Entering directory `build'
[1/16] Generating /tmp/dfc-archlinuxrb-build-prZxvKww/dfc/trunk/src/dfc-3.1.1/po/dfc.pot
[2/16] Building C object CMakeFiles/dfc.dir/src/list.c.o
[3/16] Generating /tmp/dfc-archlinuxrb-build-prZxvKww/dfc/trunk/src/dfc-3.1.1/po/fr.po
........................ done.
[4/16] Generating /tmp/dfc-archlinuxrb-build-prZxvKww/dfc/trunk/src/dfc-3.1.1/po/nl.po
.......... done.
[5/16] Generating fr.gmo
/tmp/dfc-archlinuxrb-build-prZxvKww/dfc/trunk/src/dfc-3.1.1/po/fr.po: 54 translated messages, 1 untranslated message.
[6/16] Generating nl.gmo
/tmp/dfc-archlinuxrb-build-prZxvKww/dfc/trunk/src/dfc-3.1.1/po/nl.po: 54 translated messages, 1 untranslated message.
[7/16] Building C object CMakeFiles/dfc.dir/src/platform/services-linux.c.o
[8/16] Building C object CMakeFiles/dfc.dir/src/dfc.c.o
[9/16] Building C object CMakeFiles/dfc.dir/src/export/json.c.o
[10/16] Building C object CMakeFiles/dfc.dir/src/export/csv.c.o
[11/16] Building C object CMakeFiles/dfc.dir/src/export/text.c.o
[12/16] Building C object CMakeFiles/dfc.dir/src/dotfile.c.o
[13/16] Building C object CMakeFiles/dfc.dir/src/export/html.c.o
[14/16] Building C object CMakeFiles/dfc.dir/src/export/tex.c.o
[15/16] Building C object CMakeFiles/dfc.dir/src/util.c.o
/tmp/dfc-archlinuxrb-build-prZxvKww/dfc/trunk/src/dfc-3.1.1/src/util.c: In function 'fetchdate':
/tmp/dfc-archlinuxrb-build-prZxvKww/dfc/trunk/src/dfc-3.1.1/src/util.c:691:42: warning: '%c' yields only last 2 digits of year in some locales [-Wformat-y2k]
  691 |         if (strftime(date, sizeof(date), "%c", tmp) == 0) {
      |                                          ^~~~
[16/16] Linking C executable bin/Release/dfc
==> Entering fakeroot environment...
==> Starting package()...
ninja: Entering directory `build'
[0/1] Install the project...
-- Install configuration: "Release"
-- Installing: /tmp/dfc-archlinuxrb-build-prZxvKww/dfc/trunk/pkg/dfc/usr/bin/dfc
-- Installing: /tmp/dfc-archlinuxrb-build-prZxvKww/dfc/trunk/pkg/dfc/usr/share/man/man1/dfc.1
-- Installing: /tmp/dfc-archlinuxrb-build-prZxvKww/dfc/trunk/pkg/dfc/etc/xdg/dfc/dfcrc
-- Installing: /tmp/dfc-archlinuxrb-build-prZxvKww/dfc/trunk/pkg/dfc/usr/share/man/fr/man1/dfc.1
-- Installing: /tmp/dfc-archlinuxrb-build-prZxvKww/dfc/trunk/pkg/dfc/etc/xdg/dfc/fr/dfcrc
-- Installing: /tmp/dfc-archlinuxrb-build-prZxvKww/dfc/trunk/pkg/dfc/usr/share/man/nl/man1/dfc.1
-- Installing: /tmp/dfc-archlinuxrb-build-prZxvKww/dfc/trunk/pkg/dfc/etc/xdg/dfc/nl/dfcrc
-- Installing: /tmp/dfc-archlinuxrb-build-prZxvKww/dfc/trunk/pkg/dfc/usr/share/doc/dfc/AUTHORS.md
-- Installing: /tmp/dfc-archlinuxrb-build-prZxvKww/dfc/trunk/pkg/dfc/usr/share/doc/dfc/CHANGELOG.md
-- Installing: /tmp/dfc-archlinuxrb-build-prZxvKww/dfc/trunk/pkg/dfc/usr/share/doc/dfc/HACKING.md
-- Installing: /tmp/dfc-archlinuxrb-build-prZxvKww/dfc/trunk/pkg/dfc/usr/share/doc/dfc/LICENSE
-- Installing: /tmp/dfc-archlinuxrb-build-prZxvKww/dfc/trunk/pkg/dfc/usr/share/doc/dfc/README.md
-- Installing: /tmp/dfc-archlinuxrb-build-prZxvKww/dfc/trunk/pkg/dfc/usr/share/doc/dfc/TRANSLATORS.md
-- Installing: /tmp/dfc-archlinuxrb-build-prZxvKww/dfc/trunk/pkg/dfc/usr/share/locale/fr/LC_MESSAGES/dfc.mo
-- Installing: /tmp/dfc-archlinuxrb-build-prZxvKww/dfc/trunk/pkg/dfc/usr/share/locale/nl/LC_MESSAGES/dfc.mo
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "dfc"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: dfc 3.1.1-3 (Mon Apr  1 12:37:46 2024)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-dfc-archlinuxrb-build-prZxvKww
+ tee -a /srv/reproducible-results/archlinuxrb-build-prZxvKww/b2/dfc/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/dfc-archlinuxrb-build-prZxvKww/dfc/trunk/dfc-3.1.1-3-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-prZxvKww/b2/dfc/dfc-3.1.1-3-x86_64.pkg.tar.zst'
Mon Apr  1 12:37:50 UTC 2024 - build #2 for dfc on osuosl170-amd64 done.
Mon Apr  1 12:37:50 UTC 2024 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-aCOfSOUu, removing.
/srv/reproducible-results/archlinuxrb-build-prZxvKww:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Feb 28 06:14 b1
drwxr-xr-x 3 jenkins jenkins 4096 Feb 28 06:14 b2

/srv/reproducible-results/archlinuxrb-build-prZxvKww/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Feb 28 06:14 dfc

/srv/reproducible-results/archlinuxrb-build-prZxvKww/b1/dfc:
total 1236
-rw-r--r-- 1 jenkins jenkins 1207000 Feb 28 06:14 build1.log
-rw-r--r-- 1 jenkins jenkins       8 Feb 28 06:14 build1.version
-rw-r--r-- 1 jenkins jenkins   50343 Feb 28 06:14 dfc-3.1.1-3-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-prZxvKww/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Feb 28 06:14 dfc

/srv/reproducible-results/archlinuxrb-build-prZxvKww/b2/dfc:
total 1236
-rw-r--r-- 1 jenkins jenkins 1206391 Feb 28 06:14 build2.log
-rw-r--r-- 1 jenkins jenkins       8 Feb 28 06:14 build2.version
-rw-r--r-- 1 jenkins jenkins   50352 Feb 28 06:14 dfc-3.1.1-3-x86_64.pkg.tar.zst
Tue Feb 28 06:14:57 UTC 2023 - comparing results now.
Files /srv/reproducible-results/archlinuxrb-build-prZxvKww/b1/dfc/dfc-3.1.1-3-x86_64.pkg.tar.zst and /srv/reproducible-results/archlinuxrb-build-prZxvKww/b2/dfc/dfc-3.1.1-3-x86_64.pkg.tar.zst differ
Tue Feb 28 06:14:57 UTC 2023 - running diffoscope on the results now:
Tue Feb 28 06:24:11 UTC 2023 - Running diffoscope 236 now...
Tue Feb 28 06:24:17 UTC 2023 - diffoscope 236 found issues, please investigate dfc/dfc-3.1.1-3-x86_64.pkg.tar.zst
Tue Feb 28 06:24:17 UTC 2023 - https://tests.reproducible-builds.org/archlinux/community/dfc/ updated.
INSERT into results (package_id, version, status, build_date, build_duration, node1, node2, job)
		VALUES ('401944', '3.1.1-3', 'FTBR_0', '2023-02-28 06:13', '642', 'osuosl184-amd64', 'osuosl170-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_2/483915/')
		ON CONFLICT (package_id)
		DO UPDATE SET version='3.1.1-3', status='FTBR_0', build_date='2023-02-28 06:13', build_duration='642', node1='osuosl184-amd64', node2='osuosl170-amd64', job='https://jenkins.debian.net/job/reproducible_builder_archlinux_2/483915/' WHERE results.package_id='401944'
INSERT 0 1
INSERT INTO stats_build (name, version, suite, architecture, distribution, status, build_date, build_duration, node1, node2, job)
		VALUES ('dfc', '3.1.1-3', 'community', 'x86_64', 3, 'FTBR_0', '2023-02-28 06:13', '642', 'osuosl184-amd64', 'osuosl170-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_2/483915/');
ERROR:  duplicate key value violates unique constraint "stats_build_tmp_name_version_suite_architecture_build_date_key1"
DETAIL:  Key (name, version, suite, architecture, build_date)=(dfc, 3.1.1-3, community, x86_64, 2023-02-28 06:13:00) already exists.
Tue Feb 28 06:24:17 UTC 2023 - /srv/reproducible-results/archlinuxrb-build-prZxvKww deleted.
Tue Feb 28 06:24:17 UTC 2023 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-zTQmAXC8, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list