[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_8 #276245

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Jan 23 18:30:51 GMT 2023


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_8/276245/display/redirect>

Changes:


------------------------------------------
[...truncated 35.97 KB...]
allegro.cpp:1542: warning: ignoring '#pragma warning ' [-Wunknown-pragmas]
 1542 | #pragma warning(disable: 4800) // long to bool performance warning
      | 
allegro.cpp:1675: warning: ignoring '#pragma warning ' [-Wunknown-pragmas]
 1675 | #pragma warning(default: 4800)
      | 
allegro.cpp:2867: warning: ignoring '#pragma warning ' [-Wunknown-pragmas]
 2867 | #pragma warning(disable: 4715) // ok not to return a value here
      | 
allegro.cpp:2884: warning: ignoring '#pragma warning ' [-Wunknown-pragmas]
 2884 | #pragma warning(default: 4715)
      | 
libtool: compile:  g++ -DPACKAGE_NAME=\"portSMF\" -DPACKAGE_TARNAME=\"portsmf\" -DPACKAGE_VERSION=\"0.1\" "-DPACKAGE_STRING=\"portSMF 0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"portsmf\" -DVERSION=\"0.1\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DINSTALL_PREFIX=\"/usr\" -DHAVE_STRCHR=1 -DHAVE_MEMMOVE=1 -DHAVE_MALLOC=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -I. -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wall -MT mfmidi.lo -MD -MP -MF .deps/mfmidi.Tpo -c mfmidi.cpp -o mfmidi.o >/dev/null 2>&1
mv -f .deps/mfmidi.Tpo .deps/mfmidi.Plo
In file included from allegrosmfrd.cpp:9:
allegro.h: In destructor 'virtual Alg_track::~Alg_track()':
allegro.h:672:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  672 |         if (time_map) time_map->dereference(); time_map = NULL; }
      |         ^~
allegro.h:672:48: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  672 |         if (time_map) time_map->dereference(); time_map = NULL; }
      |                                                ^~~~~~~~
allegrosmfrd.cpp: In member function 'virtual void Alg_midifile_reader::Mf_arbitrary(int, unsigned char*)':
allegrosmfrd.cpp:336:14: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  336 |     Mf_error("arbitrary data ignored");
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
allegrosmfrd.cpp: In member function 'virtual void Alg_midifile_reader::Mf_seqnum(int)':
allegrosmfrd.cpp:352:14: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  352 |     Mf_error("seqnum data ignored");
      |              ^~~~~~~~~~~~~~~~~~~~~
allegrosmfrd.cpp: At global scope:
allegrosmfrd.cpp:356:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  356 | static char *fpsstr[4] = {"24", "25", "29.97", "30"};
      |                           ^~~~
allegrosmfrd.cpp:356:33: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  356 | static char *fpsstr[4] = {"24", "25", "29.97", "30"};
      |                                 ^~~~
allegrosmfrd.cpp:356:39: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  356 | static char *fpsstr[4] = {"24", "25", "29.97", "30"};
      |                                       ^~~~~~~
allegrosmfrd.cpp:356:48: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  356 | static char *fpsstr[4] = {"24", "25", "29.97", "30"};
      |                                                ^~~~
libtool: compile:  g++ -DPACKAGE_NAME=\"portSMF\" -DPACKAGE_TARNAME=\"portsmf\" -DPACKAGE_VERSION=\"0.1\" "-DPACKAGE_STRING=\"portSMF 0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"portsmf\" -DVERSION=\"0.1\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DINSTALL_PREFIX=\"/usr\" -DHAVE_STRCHR=1 -DHAVE_MEMMOVE=1 -DHAVE_MALLOC=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -I. -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wall -MT strparse.lo -MD -MP -MF .deps/strparse.Tpo -c strparse.cpp -o strparse.o >/dev/null 2>&1
In file included from allegrowr.cpp:13:
allegro.h: In destructor 'virtual Alg_track::~Alg_track()':
allegro.h:672:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  672 |         if (time_map) time_map->dereference(); time_map = NULL; }
      |         ^~
allegro.h:672:48: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  672 |         if (time_map) time_map->dereference(); time_map = NULL; }
      |                                                ^~~~~~~~
In file included from allegrord.cpp:10:
allegro.h: In destructor 'virtual Alg_track::~Alg_track()':
allegro.h:672:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  672 |         if (time_map) time_map->dereference(); time_map = NULL; }
      |         ^~
allegro.h:672:48: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  672 |         if (time_map) time_map->dereference(); time_map = NULL; }
      |                                                ^~~~~~~~
allegrord.cpp: In member function 'Alg_parameters* Alg_reader::process_attributes(Alg_parameters_ptr, double)':
allegrord.cpp:119:15: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  119 |         if (a = Alg_parameters::remove_key(&attributes, "tempor")) {
      |             ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
allegrord.cpp:123:15: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  123 |         if (a = Alg_parameters::remove_key(&attributes, "beatr")) {
      |             ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
allegrord.cpp:127:15: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  127 |         if (a = Alg_parameters::remove_key(&attributes, "timesig_numr")) {
      |             ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
allegrord.cpp:131:15: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  131 |         if (a = Alg_parameters::remove_key(&attributes, "timesig_denr")) {
      |             ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
allegrord.cpp: In member function 'bool Alg_reader::parse()':
allegrord.cpp:204:43: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  204 |                     parse_error(field, 0, "#offset specified twice");
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~
allegrord.cpp:231:47: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  231 |                         parse_error(field, 0, "Voice specified twice");
      |                                               ^~~~~~~~~~~~~~~~~~~~~~~
allegrord.cpp:238:47: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  238 |                         parse_error(field, 0, "Time specified twice");
      |                                               ^~~~~~~~~~~~~~~~~~~~~~
allegrord.cpp:245:47: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  245 |                         parse_error(field, 0, "Next specified twice");
      |                                               ^~~~~~~~~~~~~~~~~~~~~~
allegrord.cpp:252:47: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  252 |                         parse_error(field, 0, "Key specified twice");
      |                                               ^~~~~~~~~~~~~~~~~~~~~
allegrord.cpp:259:47: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  259 |                         parse_error(field, 0, "Loudness specified twice");
      |                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~
allegrord.cpp:266:47: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  266 |                         parse_error(field, 0, "Pitch specified twice");
      |                                               ^~~~~~~~~~~~~~~~~~~~~~~
allegrord.cpp:273:47: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  273 |                         parse_error(field, 0, "Dur specified twice");
      |                                               ^~~~~~~~~~~~~~~~~~~~~
allegrord.cpp:280:47: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  280 |                         parse_error(field, 0, "Dur specified twice");
      |                                               ^~~~~~~~~~~~~~~~~~~~~
allegrord.cpp:289:47: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  289 |                         parse_error(field, 0, "Pitch specified twice");
      |                                               ^~~~~~~~~~~~~~~~~~~~~~~
allegrord.cpp:304:43: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  304 |                     parse_error(field, 0, "Unknown field");
      |                                           ^~~~~~~~~~~~~~~
allegrord.cpp: In member function 'long int Alg_reader::parse_chan(std::string&)':
allegrord.cpp:425:17: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  425 |     char *msg = "Integer or - expected";
      |                 ^~~~~~~~~~~~~~~~~~~~~~~
allegrord.cpp:429:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  429 |     while (c = *p++) {
      |            ~~^~~~~~
allegrord.cpp: In member function 'long int Alg_reader::parse_int(std::string&)':
allegrord.cpp:452:17: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  452 |     char *msg = "Integer expected";
      |                 ^~~~~~~~~~~~~~~~~~
allegrord.cpp:456:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  456 |     while (c = *p++) {
      |            ~~^~~~~~
allegrord.cpp: In member function 'double Alg_reader::parse_real(std::string&)':
allegrord.cpp:494:17: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  494 |     char *msg = "Real expected";
      |                 ^~~~~~~~~~~~~~~
allegrord.cpp: In member function 'double Alg_reader::parse_dur(std::string&, double)':
allegrord.cpp:523:17: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  523 |     char *msg = "Duration expected";
      |                 ^~~~~~~~~~~~~~~~~~~
allegrord.cpp:524:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  524 |     char *durs = "SIQHW";
      |                  ^~~~~~~
allegrord.cpp:538:18: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  538 |     } else if (p = strchr(durs, toupper(field[1]))) {
      |                ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
allegrord.cpp: In member function 'double Alg_reader::parse_after_dur(double, std::string&, int, double)':
allegrord.cpp:576:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  576 |     parse_error(field, n, "Unexpected character in duration");
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
allegrord.cpp: At global scope:
allegrord.cpp:583:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  583 | } loud_lookup[] = { {"FFF", 127}, {"FF", 120}, {"F", 110}, {"MF", 100},
      |                      ^~~~~
allegrord.cpp:583:36: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  583 | } loud_lookup[] = { {"FFF", 127}, {"FF", 120}, {"F", 110}, {"MF", 100},
      |                                    ^~~~
allegrord.cpp:583:49: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  583 | } loud_lookup[] = { {"FFF", 127}, {"FF", 120}, {"F", 110}, {"MF", 100},
      |                                                 ^~~
allegrord.cpp:583:61: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  583 | } loud_lookup[] = { {"FFF", 127}, {"FF", 120}, {"F", 110}, {"MF", 100},
      |                                                             ^~~~
allegrord.cpp:584:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  584 |                     {"MP", 90}, {"P", 80}, {"PP", 70}, {"PPP", 60},
      |                      ^~~~
allegrord.cpp:584:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  584 |                     {"MP", 90}, {"P", 80}, {"PP", 70}, {"PPP", 60},
      |                                  ^~~
allegrord.cpp:584:45: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  584 |                     {"MP", 90}, {"P", 80}, {"PP", 70}, {"PPP", 60},
      |                                             ^~~~
allegrord.cpp:584:57: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  584 |                     {"MP", 90}, {"P", 80}, {"PP", 70}, {"PPP", 60},
      |                                                         ^~~~~
allegrord.cpp: In member function 'double Alg_reader::parse_loud(std::string&)':
allegrord.cpp:590:17: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  590 |     char *msg = "Loudness expected";
      |                 ^~~~~~~~~~~~~~~~~~~
allegrord.cpp: In member function 'long int Alg_reader::parse_key(std::string&)':
allegrord.cpp:616:17: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  616 |     char *msg = "Pitch expected";
      |                 ^~~~~~~~~~~~~~~~
allegrord.cpp:617:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  617 |     char *pitches = "ABCDEFG";
      |                     ^~~~~~~~~
allegrord.cpp:623:18: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  623 |     } else if (p = strchr(pitches, toupper(field[1]))) {
      |                ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
allegrord.cpp: In member function 'long int Alg_reader::parse_after_key(int, std::string&, int)':
allegrord.cpp:651:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  651 |     parse_error(field, n, "Unexpected character in pitch");
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
allegrord.cpp: In member function 'bool Alg_reader::parse_attribute(std::string&, Alg_parameter_ptr)':
allegrord.cpp:676:39: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  676 |                 parse_error(field, 0, "attribute needs to end with typecode: i,a,r,s, or l");
      |                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
allegrord.cpp: In member function 'bool Alg_reader::parse_val(Alg_parameter_ptr, std::string&, int)':
allegrord.cpp:730:37: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  730 |                 parse_error(s, pos, "Unexpected char in number");
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
allegrord.cpp:719:13: warning: variable 'sign' set but not used [-Wunused-but-set-variable]
  719 |         int sign = 1;
      |             ^~~~
allegrord.cpp:751:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  751 |         parse_error(s, i, "invalid value");
      |                           ^~~~~~~~~~~~~~~
In file included from allegro.cpp:20:
allegro.h: In destructor 'virtual Alg_track::~Alg_track()':
allegro.h:672:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  672 |         if (time_map) time_map->dereference(); time_map = NULL; }
      |         ^~
allegro.h:672:48: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  672 |         if (time_map) time_map->dereference(); time_map = NULL; }
      |                                                ^~~~~~~~
In file included from allegrosmfwr.cpp:11:
allegro.h: In destructor 'virtual Alg_track::~Alg_track()':
allegro.h:672:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  672 |         if (time_map) time_map->dereference(); time_map = NULL; }
      |         ^~
allegro.h:672:48: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  672 |         if (time_map) time_map->dereference(); time_map = NULL; }
      |                                                ^~~~~~~~
libtool: compile:  g++ -DPACKAGE_NAME=\"portSMF\" -DPACKAGE_TARNAME=\"portsmf\" -DPACKAGE_VERSION=\"0.1\" "-DPACKAGE_STRING=\"portSMF 0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"portsmf\" -DVERSION=\"0.1\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DINSTALL_PREFIX=\"/usr\" -DHAVE_STRCHR=1 -DHAVE_MEMMOVE=1 -DHAVE_MALLOC=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -I. -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wall -MT allegrosmfrd.lo -MD -MP -MF .deps/allegrosmfrd.Tpo -c allegrosmfrd.cpp -o allegrosmfrd.o >/dev/null 2>&1
allegro.cpp: In member function 'void Alg_time_sigs::paste(double, Alg_seq*)':
allegro.cpp:2384:9: warning: variable 'first_from_index' set but not used [-Wunused-but-set-variable]
 2384 |     int first_from_index = 0; // where to start copying from
      |         ^~~~~~~~~~~~~~~~
libtool: compile:  g++ -DPACKAGE_NAME=\"portSMF\" -DPACKAGE_TARNAME=\"portsmf\" -DPACKAGE_VERSION=\"0.1\" "-DPACKAGE_STRING=\"portSMF 0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"portsmf\" -DVERSION=\"0.1\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DINSTALL_PREFIX=\"/usr\" -DHAVE_STRCHR=1 -DHAVE_MEMMOVE=1 -DHAVE_MALLOC=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -I. -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wall -MT allegrowr.lo -MD -MP -MF .deps/allegrowr.Tpo -c allegrowr.cpp -o allegrowr.o >/dev/null 2>&1
mv -f .deps/strparse.Tpo .deps/strparse.Plo
allegrosmfwr.cpp: In member function 'void Alg_smf_write::write_update(Alg_update_ptr)':
allegrosmfwr.cpp:371:31: warning: 'fps' may be used uninitialized [-Wmaybe-uninitialized]
  371 |         smpteoffset[0] = (fps << 6) + hours;
      |                          ~~~~~^~~~~
allegrosmfwr.cpp:356:13: note: 'fps' was declared here
  356 |         int fps;
      |             ^~~
libtool: compile:  g++ -DPACKAGE_NAME=\"portSMF\" -DPACKAGE_TARNAME=\"portsmf\" -DPACKAGE_VERSION=\"0.1\" "-DPACKAGE_STRING=\"portSMF 0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"portsmf\" -DVERSION=\"0.1\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DINSTALL_PREFIX=\"/usr\" -DHAVE_STRCHR=1 -DHAVE_MEMMOVE=1 -DHAVE_MALLOC=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -I. -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wall -MT allegrosmfwr.lo -MD -MP -MF .deps/allegrosmfwr.Tpo -c allegrosmfwr.cpp -o allegrosmfwr.o >/dev/null 2>&1
allegrord.cpp: In member function 'bool Alg_reader::parse()':
allegrord.cpp:405:26: warning: 'next' may be used uninitialized [-Wmaybe-uninitialized]
  405 |                     time = time + next;
      |                     ~~~~~^~~~~~~~~~~~~
allegrord.cpp:161:16: note: 'next' was declared here
  161 |         double next;
      |                ^~~~
libtool: compile:  g++ -DPACKAGE_NAME=\"portSMF\" -DPACKAGE_TARNAME=\"portsmf\" -DPACKAGE_VERSION=\"0.1\" "-DPACKAGE_STRING=\"portSMF 0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"portsmf\" -DVERSION=\"0.1\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DINSTALL_PREFIX=\"/usr\" -DHAVE_STRCHR=1 -DHAVE_MEMMOVE=1 -DHAVE_MALLOC=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -I. -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wall -MT allegrord.lo -MD -MP -MF .deps/allegrord.Tpo -c allegrord.cpp -o allegrord.o >/dev/null 2>&1
mv -f .deps/allegrosmfrd.Tpo .deps/allegrosmfrd.Plo
mv -f .deps/allegrowr.Tpo .deps/allegrowr.Plo
allegro.cpp: In member function 'virtual void Alg_track::paste(double, Alg_event_list*)':
allegro.cpp:1875:9: warning: 'prev_units_are_seconds' may be used uninitialized [-Wmaybe-uninitialized]
 1875 |         if (prev_units_are_seconds) tr->convert_to_seconds();
      |         ^~
allegro.cpp:1840:10: note: 'prev_units_are_seconds' was declared here
 1840 |     bool prev_units_are_seconds;
      |          ^~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/allegrosmfwr.Tpo .deps/allegrosmfwr.Plo
mv -f .deps/allegrord.Tpo .deps/allegrord.Plo
libtool: compile:  g++ -DPACKAGE_NAME=\"portSMF\" -DPACKAGE_TARNAME=\"portsmf\" -DPACKAGE_VERSION=\"0.1\" "-DPACKAGE_STRING=\"portSMF 0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"portsmf\" -DVERSION=\"0.1\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DINSTALL_PREFIX=\"/usr\" -DHAVE_STRCHR=1 -DHAVE_MEMMOVE=1 -DHAVE_MALLOC=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -I. -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wall -MT allegro.lo -MD -MP -MF .deps/allegro.Tpo -c allegro.cpp -o allegro.o >/dev/null 2>&1
Mon Jan 23 18:30:49 UTC 2023 - /srv/reproducible-results/archlinuxrb-build-IcZFdvbB deleted.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list