[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_5 #268602

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Dec 30 21:02:58 GMT 2021


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_5/268602/display/redirect>

Changes:


------------------------------------------
[...truncated 710.17 KB...]
      |                                                              ^~~~~
make[3]: *** [Makefile:518: j_acot.lo] Error 1
../../src/interval.inl:136:58: error: ISO C++17 does not allow dynamic exception specifications
  136 | inline interval & operator &=(interval &a,const real &b) throw(ERROR_INTERVAL_EMPTY_INTERVAL)
      |                                                          ^~~~~
../../src/interval.hpp:209:76: error: ISO C++17 does not allow dynamic exception specifications
  209 |       friend     inline interval operator &(const real &,const interval &) throw(ERROR_INTERVAL_EMPTY_INTERVAL);
      |                                                                            ^~~~~
../../src/interval.hpp:211:76: error: ISO C++17 does not allow dynamic exception specifications
  211 |       friend     inline interval operator &(const interval &,const real &) throw(ERROR_INTERVAL_EMPTY_INTERVAL);
      |                                                                            ^~~~~
../../src/interval.hpp:227:90: error: ISO C++17 does not allow dynamic exception specifications
  227 |       friend     inline idotprecision operator &(const interval &,const idotprecision &) throw(ERROR_IDOTPRECISION_EMPTY_INTERVAL);
      |                                                                                          ^~~~~
../../src/interval.hpp:229:90: error: ISO C++17 does not allow dynamic exception specifications
  229 |       friend     inline idotprecision operator &(const idotprecision &,const interval &) throw(ERROR_IDOTPRECISION_EMPTY_INTERVAL);
      |                                                                                          ^~~~~
../../src/interval.hpp:242:77: error: ISO C++17 does not allow dynamic exception specifications
  242 |       friend     inline interval & operator &=(interval &,const interval &) throw(ERROR_INTERVAL_EMPTY_INTERVAL);
      |                                                                             ^~~~~
../../src/interval.hpp:255:73: error: ISO C++17 does not allow dynamic exception specifications
  255 |       friend     inline interval & operator &=(interval &,const real &) throw(ERROR_INTERVAL_EMPTY_INTERVAL);
      |                                                                         ^~~~~
make[3]: *** [Makefile:518: j_log2.lo] Error 1
../../src/interval.hpp:411:59: error: ISO C++17 does not allow dynamic exception specifications
  411 | inline interval _interval(const real & a, const real & b) throw(ERROR_INTERVAL_EMPTY_INTERVAL) { return interval(a,b); }
      |                                                           ^~~~~
In file included from ../../src/real.hpp:509,
                 from ../../src/interval.hpp:31,
                 from fi_lib.hpp:26,
                 from q_acos.cpp:29:
../../src/rmath.hpp:49:35: error: ISO C++17 does not allow dynamic exception specifications
   49 |        real sqrt1mx2(const real&) throw(STD_FKT_OUT_OF_DEF);
      |                                   ^~~~~
../../src/interval.hpp:423:72: error: ISO C++17 does not allow dynamic exception specifications
  423 | inline interval _interval(const dotprecision &a,const dotprecision &b) throw(ERROR_INTERVAL_EMPTY_INTERVAL) { return interval(a,b); }
      |                                                                        ^~~~~
In file included from ../../src/interval.hpp:526,
                 from fi_lib.hpp:26,
                 from j_sin.cpp:29:
../../src/interval.inl:30:56: error: ISO C++17 does not allow dynamic exception specifications
   30 | inline interval::interval(const real &a,const real &b) throw(ERROR_INTERVAL_EMPTY_INTERVAL)
      |                                                        ^~~~~
../../src/interval.inl:94:65: error: ISO C++17 does not allow dynamic exception specifications
   94 | inline interval operator &(const interval &a,const interval &b) throw(ERROR_INTERVAL_EMPTY_INTERVAL)
      |                                                                 ^~~~~
In file included from ../../src/real.hpp:509,
                 from ../../src/interval.hpp:31,
                 from fi_lib.hpp:26,
                 from q_acos.cpp:29:
../../src/rmath.hpp:128:51: error: ISO C++17 does not allow dynamic exception specifications
  128 |        real ln_sqrtx2y2(const real&, const real&) throw(STD_FKT_OUT_OF_DEF);
      |                                                   ^~~~~
../../src/interval.inl:102:61: error: ISO C++17 does not allow dynamic exception specifications
  102 | inline interval operator &(const real &a,const interval &b) throw(ERROR_INTERVAL_EMPTY_INTERVAL)
      |                                                             ^~~~~
../../src/interval.inl:115:61: error: ISO C++17 does not allow dynamic exception specifications
  115 | inline interval operator &(const interval &a,const real &b) throw(ERROR_INTERVAL_EMPTY_INTERVAL)
      |                                                             ^~~~~
../../src/interval.inl:124:62: error: ISO C++17 does not allow dynamic exception specifications
  124 | inline interval & operator &=(interval &a,const interval &b) throw(ERROR_INTERVAL_EMPTY_INTERVAL)
      |                                                              ^~~~~
../../src/interval.inl:136:58: error: ISO C++17 does not allow dynamic exception specifications
  136 | inline interval & operator &=(interval &a,const real &b) throw(ERROR_INTERVAL_EMPTY_INTERVAL)
      |                                                          ^~~~~
make[3]: *** [Makefile:518: j_exp.lo] Error 1
make[3]: *** [Makefile:518: j_erf.lo] Error 1
make[3]: *** [Makefile:518: j_exp2.lo] Error 1
make[3]: *** [Makefile:518: j_lg1p.lo] Error 1
In file included from fi_lib.hpp:26,
                 from q_acos.cpp:29:
../../src/interval.hpp:66:49: error: ISO C++17 does not allow dynamic exception specifications
   66 |       inline interval(const real&, const real&) throw(ERROR_INTERVAL_EMPTY_INTERVAL);
      |                                                 ^~~~~
../../src/interval.hpp:116:63: error: ISO C++17 does not allow dynamic exception specifications
  116 |                       interval(const l_real &,const l_real &) throw(ERROR_INTERVAL_EMPTY_INTERVAL);
      |                                                               ^~~~~
../../src/interval.hpp:122:75: error: ISO C++17 does not allow dynamic exception specifications
  122 |                       interval(const dotprecision &,const dotprecision &) throw(ERROR_INTERVAL_EMPTY_INTERVAL);
      |                                                                           ^~~~~
../../src/interval.hpp:129:73: error: ISO C++17 does not allow dynamic exception specifications
  129 |       friend inline interval _interval(const l_real &a,const l_real &b) throw(ERROR_INTERVAL_EMPTY_INTERVAL) { return interval(a,b); }
      |                                                                         ^~~~~
../../src/interval.hpp:180:80: error: ISO C++17 does not allow dynamic exception specifications
  180 |       friend     inline interval operator /(const interval &,const interval &) throw(DIV_BY_ZERO);
      |                                                                                ^~~~~
../../src/interval.hpp:184:80: error: ISO C++17 does not allow dynamic exception specifications
  184 |       friend     inline interval operator &(const interval &,const interval &) throw(ERROR_INTERVAL_EMPTY_INTERVAL);
      |                                                                                ^~~~~
../../src/interval.hpp:209:76: error: ISO C++17 does not allow dynamic exception specifications
  209 |       friend     inline interval operator &(const real &,const interval &) throw(ERROR_INTERVAL_EMPTY_INTERVAL);
      |                                                                            ^~~~~
../../src/interval.hpp:211:76: error: ISO C++17 does not allow dynamic exception specifications
  211 |       friend     inline interval operator &(const interval &,const real &) throw(ERROR_INTERVAL_EMPTY_INTERVAL);
      |                                                                            ^~~~~
../../src/interval.hpp:227:90: error: ISO C++17 does not allow dynamic exception specifications
  227 |       friend     inline idotprecision operator &(const interval &,const idotprecision &) throw(ERROR_IDOTPRECISION_EMPTY_INTERVAL);
      |                                                                                          ^~~~~
../../src/interval.hpp:229:90: error: ISO C++17 does not allow dynamic exception specifications
  229 |       friend     inline idotprecision operator &(const idotprecision &,const interval &) throw(ERROR_IDOTPRECISION_EMPTY_INTERVAL);
      |                                                                                          ^~~~~
../../src/interval.hpp:242:77: error: ISO C++17 does not allow dynamic exception specifications
  242 |       friend     inline interval & operator &=(interval &,const interval &) throw(ERROR_INTERVAL_EMPTY_INTERVAL);
      |                                                                             ^~~~~
../../src/interval.hpp:255:73: error: ISO C++17 does not allow dynamic exception specifications
  255 |       friend     inline interval & operator &=(interval &,const real &) throw(ERROR_INTERVAL_EMPTY_INTERVAL);
      |                                                                         ^~~~~
../../src/interval.inl:387:60: error: ISO C++17 does not allow dynamic exception specifications
  387 | interval operator/  (const interval& a, const interval& b) throw(DIV_BY_ZERO)
      |                                                            ^~~~~
../../src/interval.inl:387:60: error: ISO C++17 does not allow dynamic exception specifications
  387 | interval operator/  (const interval& a, const interval& b) throw(DIV_BY_ZERO)
      |                                                            ^~~~~
../../src/interval.hpp:411:59: error: ISO C++17 does not allow dynamic exception specifications
  411 | inline interval _interval(const real & a, const real & b) throw(ERROR_INTERVAL_EMPTY_INTERVAL) { return interval(a,b); }
      |                                                           ^~~~~
../../src/interval.hpp:423:72: error: ISO C++17 does not allow dynamic exception specifications
  423 | inline interval _interval(const dotprecision &a,const dotprecision &b) throw(ERROR_INTERVAL_EMPTY_INTERVAL) { return interval(a,b); }
      |                                                                        ^~~~~
In file included from ../../src/interval.hpp:526,
                 from fi_lib.hpp:26,
                 from q_acos.cpp:29:
../../src/interval.inl:30:56: error: ISO C++17 does not allow dynamic exception specifications
   30 | inline interval::interval(const real &a,const real &b) throw(ERROR_INTERVAL_EMPTY_INTERVAL)
      |                                                        ^~~~~
In file included from ../../src/interval.hpp:527,
                 from fi_lib.hpp:26,
                 from j_tanh.cpp:29:
../../src/imath.hpp:39:49: error: ISO C++17 does not allow dynamic exception specifications
   39 |        interval sqrt    (const interval &, int) throw(STD_FKT_OUT_OF_DEF);  // sqrt(x, n)
      |                                                 ^~~~~
In file included from ../../src/interval.hpp:527,
                 from fi_lib.hpp:26,
                 from j_sinh.cpp:29:
../../src/imath.hpp:39:49: error: ISO C++17 does not allow dynamic exception specifications
   39 |        interval sqrt    (const interval &, int) throw(STD_FKT_OUT_OF_DEF);  // sqrt(x, n)
      |                                                 ^~~~~
make[3]: *** [Makefile:518: q_acsh.lo] Error 1
../../src/interval.inl:94:65: error: ISO C++17 does not allow dynamic exception specifications
   94 | inline interval operator &(const interval &a,const interval &b) throw(ERROR_INTERVAL_EMPTY_INTERVAL)
      |                                                                 ^~~~~
../../src/interval.inl:102:61: error: ISO C++17 does not allow dynamic exception specifications
  102 | inline interval operator &(const real &a,const interval &b) throw(ERROR_INTERVAL_EMPTY_INTERVAL)
      |                                                             ^~~~~
make[3]: *** [Makefile:518: j_lg10.lo] Error 1
../../src/interval.inl:387:60: error: ISO C++17 does not allow dynamic exception specifications
  387 | interval operator/  (const interval& a, const interval& b) throw(DIV_BY_ZERO)
      |                                                            ^~~~~
../../src/interval.inl:115:61: error: ISO C++17 does not allow dynamic exception specifications
  115 | inline interval operator &(const interval &a,const real &b) throw(ERROR_INTERVAL_EMPTY_INTERVAL)
      |                                                             ^~~~~
../../src/interval.inl:124:62: error: ISO C++17 does not allow dynamic exception specifications
  124 | inline interval & operator &=(interval &a,const interval &b) throw(ERROR_INTERVAL_EMPTY_INTERVAL)
      |                                                              ^~~~~
../../src/interval.inl:136:58: error: ISO C++17 does not allow dynamic exception specifications
  136 | inline interval & operator &=(interval &a,const real &b) throw(ERROR_INTERVAL_EMPTY_INTERVAL)
      |                                                          ^~~~~
In file included from ../../src/interval.hpp:527,
                 from fi_lib.hpp:26,
                 from j_sin.cpp:29:
../../src/imath.hpp:39:49: error: ISO C++17 does not allow dynamic exception specifications
   39 |        interval sqrt    (const interval &, int) throw(STD_FKT_OUT_OF_DEF);  // sqrt(x, n)
      |                                                 ^~~~~
make[3]: *** [Makefile:518: j_acth.lo] Error 1
../../src/interval.inl:387:60: error: ISO C++17 does not allow dynamic exception specifications
  387 | interval operator/  (const interval& a, const interval& b) throw(DIV_BY_ZERO)
      |                                                            ^~~~~
make[3]: *** [Makefile:518: j_cosh.lo] Error 1
In file included from ../../src/interval.hpp:527,
                 from fi_lib.hpp:26,
                 from q_acos.cpp:29:
../../src/imath.hpp:39:49: error: ISO C++17 does not allow dynamic exception specifications
   39 |        interval sqrt    (const interval &, int) throw(STD_FKT_OUT_OF_DEF);  // sqrt(x, n)
      |                                                 ^~~~~
make[3]: *** [Makefile:518: j_acsh.lo] Error 1
make[3]: *** [Makefile:518: j_ex10.lo] Error 1
make[3]: *** [Makefile:518: j_tan.lo] Error 1
make[3]: *** [Makefile:518: j_cos.lo] Error 1
make[3]: *** [Makefile:518: q_acot.lo] Error 1
make[3]: *** [Makefile:518: j_sqr.lo] Error 1
make[3]: *** [Makefile:518: q_acth.lo] Error 1
make[3]: *** [Makefile:518: j_sinh.lo] Error 1
make[3]: *** [Makefile:518: j_tanh.lo] Error 1
make[3]: *** [Makefile:518: j_sin.lo] Error 1
make[3]: *** [Makefile:518: q_acos.lo] Error 1
make[3]: Leaving directory '/tmp/c-xsc-archlinuxrb-build-8ijhFDEX/c-xsc/trunk/src/cxsc-2-5-4/src/fi_lib'
make[2]: *** [Makefile:697: all-recursive] Error 1
make[2]: Leaving directory '/tmp/c-xsc-archlinuxrb-build-8ijhFDEX/c-xsc/trunk/src/cxsc-2-5-4/src'
make[1]: *** [Makefile:415: all-recursive] Error 1
make[1]: Leaving directory '/tmp/c-xsc-archlinuxrb-build-8ijhFDEX/c-xsc/trunk/src/cxsc-2-5-4'
make: *** [Makefile:347: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
+ PRESULT=4
+ '[' 4 -eq 124 ']'
+ set +e
+ tee -a /srv/reproducible-results/archlinuxrb-build-8ijhFDEX/b1/c-xsc/build1.log
+ schroot --end-session -c archlinux-c-xsc-archlinuxrb-build-8ijhFDEX
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
ls: cannot access '/tmp/c-xsc-archlinuxrb-build-8ijhFDEX/*/trunk/*.pkg.tar.zst': No such file or directory
Thu Feb  2 03:25:50 UTC 2023 - build #1 for c-xsc on osuosl170-amd64 didn't build a package!
ls /srv/reproducible-results/archlinuxrb-build-8ijhFDEX/b1/c-xsc/
.:
total 4
drwxr-xr-x 3 jenkins jenkins 4096 Feb  2 03:24 b1

./b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Feb  2 03:24 c-xsc

./b1/c-xsc:
total 732
-rw-r--r-- 1 jenkins jenkins 737818 Feb  2 03:25 build1.log
-rw-r--r-- 1 jenkins jenkins      8 Feb  2 03:24 build1.version
Thu Feb  2 03:25:50 UTC 2023 - build #1 for c-xsc on osuosl170-amd64 done.
Thu Feb  2 03:25:50 UTC 2023 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-vDDuXvx4, removing.
/srv/reproducible-results/archlinuxrb-build-8ijhFDEX:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Dec 30 21:02 b1
drwxr-xr-x 2 jenkins jenkins 4096 Dec 30 21:01 b2

/srv/reproducible-results/archlinuxrb-build-8ijhFDEX/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Dec 30 21:02 c-xsc

/srv/reproducible-results/archlinuxrb-build-8ijhFDEX/b1/c-xsc:
total 728
-rw-r--r-- 1 jenkins jenkins 737818 Dec 30 21:02 build1.log
-rw-r--r-- 1 jenkins jenkins      8 Dec 30 21:02 build1.version

/srv/reproducible-results/archlinuxrb-build-8ijhFDEX/b2:
total 0
Thu Dec 30 21:02:57 UTC 2021 - build1 didn't create a package, skipping build2!
Thu Dec 30 21:02:57 UTC 2021 - https://tests.reproducible-builds.org/archlinux/community/c-xsc/ updated.
INSERT into results (package_id, version, status, build_date, build_duration, node1, node2, job)
		VALUES ('401345', '2.5.4-2', 'FTBFS_2', '2021-12-30 21:00', '137', 'osuosl170-amd64', 'osuosl169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_5/268602/')
		ON CONFLICT (package_id)
		DO UPDATE SET version='2.5.4-2', status='FTBFS_2', build_date='2021-12-30 21:00', build_duration='137', node1='osuosl170-amd64', node2='osuosl169-amd64', job='https://jenkins.debian.net/job/reproducible_builder_archlinux_5/268602/' WHERE results.package_id='401345'
INSERT 0 1
INSERT INTO stats_build (name, version, suite, architecture, distribution, status, build_date, build_duration, node1, node2, job)
		VALUES ('c-xsc', '2.5.4-2', 'community', 'x86_64', 3, 'FTBFS_2', '2021-12-30 21:00', '137', 'osuosl170-amd64', 'osuosl169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_5/268602/');
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)=(c-xsc, 2.5.4-2, community, x86_64, 2021-12-30 21:00:00) already exists.
Thu Dec 30 21:02:58 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-8ijhFDEX deleted.
Thu Dec 30 21:02:58 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-r1wSuhS3, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list