Build: #35 was successful

Job: Build and Package Manylinux Qt5 was successful

Job result summary

Completed
Duration
28 minutes
Agent
cbt-el7-11.cv.nrao.edu
Successful since
#34 ()

Error summary

The build generated some errors. See the full build log for more details.

                 from src/code/casaqt/QwtPlotter/QPScatterPlot.h:32,
                 from src/code/casaqt/QwtPlotter/QPScatterPlot.cc:29:
casa-source/casatools/src/code/graphics/GenericPlotter/PlotOptions.h:429:23: note: because ‘casa::QPLine’ has user-provided ‘virtual casa::PlotLine& casa::PlotLine::operator=(const casa::PlotLine&)’
  429 |     virtual PlotLine& operator=(const PlotLine& rh);
      |                       ^~~~~~~~
src/code/casaqt/QwtPlotter/QPShape.cc: In member function ‘virtual casa::PlotLinePtr casa::QPShape::line() const’:
src/code/casaqt/QwtPlotter/QPShape.cc:222:61: warning: implicitly-declared ‘casa::QPLine::QPLine(const casa::QPLine&)’ is deprecated [-Wdeprecated-copy]
  222 | PlotLinePtr QPShape::line() const { return new QPLine(m_line); }
      |                                                             ^
In file included from casa-source/casatools/src/code/graphics/GenericPlotter/PlotItem.h:30,
                 from casa-source/casatools/src/code/graphics/GenericPlotter/PlotShape.h:30,
                 from src/code/casaqt/QwtPlotter/QPShape.h:32,
                 from src/code/casaqt/QwtPlotter/QPShape.cc:27:
casa-source/casatools/src/code/graphics/GenericPlotter/PlotOptions.h:429:23: note: because ‘casa::QPLine’ has user-provided ‘virtual casa::PlotLine& casa::PlotLine::operator=(const casa::PlotLine&)’
  429 |     virtual PlotLine& operator=(const PlotLine& rh);
      |                       ^~~~~~~~
In file included from src/code/casaqt/QwtPlotter/QPShape.h:33,
                 from src/code/casaqt/QwtPlotter/QPShape.cc:27:
src/code/casaqt/QwtPlotter/QPOptions.h: In copy constructor ‘casa::QPLine::QPLine(const casa::QPLine&)’:
src/code/casaqt/QwtPlotter/QPOptions.h:198:7: warning: implicitly-declared ‘constexpr casa::PlotLine::PlotLine(const casa::PlotLine&)’ is deprecated [-Wdeprecated-copy]
  198 | class QPLine : public PlotLine {
      |       ^~~~~~
In file included from casa-source/casatools/src/code/graphics/GenericPlotter/PlotItem.h:30,
                 from casa-source/casatools/src/code/graphics/GenericPlotter/PlotShape.h:30,
                 from src/code/casaqt/QwtPlotter/QPShape.h:32,
                 from src/code/casaqt/QwtPlotter/QPShape.cc:27:
casa-source/casatools/src/code/graphics/GenericPlotter/PlotOptions.h:429:23: note: because ‘casa::PlotLine’ has user-provided ‘virtual casa::PlotLine& casa::PlotLine::operator=(const casa::PlotLine&)’
  429 |     virtual PlotLine& operator=(const PlotLine& rh);
      |                       ^~~~~~~~
src/code/casaqt/QwtPlotter/QPShape.cc: In member function ‘virtual casa::PlotLinePtr casa::QPShape::line() const’:
src/code/casaqt/QwtPlotter/QPShape.cc:222:61: note: synthesized method ‘casa::QPLine::QPLine(const casa::QPLine&)’ first required here
  222 | PlotLinePtr QPShape::line() const { return new QPLine(m_line); }
      |                                                             ^
src/code/casaqt/QwtPlotter/QPShape.cc: In member function ‘virtual casa::PlotAreaFillPtr casa::QPShape::areaFill() const’:
src/code/casaqt/QwtPlotter/QPShape.cc:239:73: warning: implicitly-declared ‘casa::QPAreaFill::QPAreaFill(const casa::QPAreaFill&)’ is deprecated [-Wdeprecated-copy]
  239 | PlotAreaFillPtr QPShape::areaFill() const { return new QPAreaFill(m_area); }
      |                                                                         ^
In file included from casa-source/casatools/src/code/graphics/GenericPlotter/PlotItem.h:30,
                 from casa-source/casatools/src/code/graphics/GenericPlotter/PlotShape.h:30,
                 from src/code/casaqt/QwtPlotter/QPShape.h:32,
                 from src/code/casaqt/QwtPlotter/QPShape.cc:27:
casa-source/casatools/src/code/graphics/GenericPlotter/PlotOptions.h:347:27: note: because ‘casa::QPAreaFill’ has user-provided ‘virtual casa::PlotAreaFill& casa::PlotAreaFill::operator=(const casa::PlotAreaFill&)’
  347 |     virtual PlotAreaFill& operator=(const PlotAreaFill& rh);
      |                           ^~~~~~~~
In file included from src/code/casaqt/QwtPlotter/QPShape.h:33,
                 from src/code/casaqt/QwtPlotter/QPShape.cc:27:
src/code/casaqt/QwtPlotter/QPOptions.h: In copy constructor ‘casa::QPAreaFill::QPAreaFill(const casa::QPAreaFill&)’:
src/code/casaqt/QwtPlotter/QPOptions.h:257:7: warning: implicitly-declared ‘constexpr casa::PlotAreaFill::PlotAreaFill(const casa::PlotAreaFill&)’ is deprecated [-Wdeprecated-copy]
  257 | class QPAreaFill : public PlotAreaFill {
      |       ^~~~~~~~~~
In file included from casa-source/casatools/src/code/graphics/GenericPlotter/PlotItem.h:30,
                 from casa-source/casatools/src/code/graphics/GenericPlotter/PlotShape.h:30,
                 from src/code/casaqt/QwtPlotter/QPShape.h:32,
                 from src/code/casaqt/QwtPlotter/QPShape.cc:27:
casa-source/casatools/src/code/graphics/GenericPlotter/PlotOptions.h:347:27: note: because ‘casa::PlotAreaFill’ has user-provided ‘virtual casa::PlotAreaFill& casa::PlotAreaFill::operator=(const casa::PlotAreaFill&)’
  347 |     virtual PlotAreaFill& operator=(const PlotAreaFill& rh);
      |                           ^~~~~~~~
src/code/casaqt/QwtPlotter/QPShape.cc: In member function ‘virtual casa::PlotAreaFillPtr casa::QPShape::areaFill() const’:
src/code/casaqt/QwtPlotter/QPShape.cc:239:73: note: synthesized method ‘casa::QPAreaFill::QPAreaFill(const casa::QPAreaFill&)’ first required here
  239 | PlotAreaFillPtr QPShape::areaFill() const { return new QPAreaFill(m_area); }
      |                                                                         ^
src/code/casaqt/QtUtilities/Axis/ExternalAxisWidget.cc: In member function ‘void casa::ExternalAxisWidget::print(QPainter*, QRect)’:
src/code/casaqt/QtUtilities/Axis/ExternalAxisWidget.cc:88:41: warning: ‘static QPixmap QPixmap::grabWidget(QObject*, int, int, int, int)’ is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
   88 |         QPixmap pm = QPixmap::grabWidget( this );
      |                      ~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from /usr/include/qt5/QtGui/qpainter.h:48,
                 from /usr/include/qt5/QtGui/qpaintengine.h:47,
                 from /usr/include/qt5/qwt/qwt_null_paintdevice.h:15,
                 from /usr/include/qt5/qwt/qwt_graphic.h:14,
                 from /usr/include/qt5/qwt/qwt_legend_data.h:15,
                 from /usr/include/qt5/qwt/qwt_plot_item.h:15,
                 from /usr/include/qt5/qwt/qwt_plot_dict.h:15,
                 from /usr/include/qt5/qwt/qwt_plot.h:15,
                 from src/code/casaqt/QwtPlotter/QPOptions.h:40,
                 from src/code/casaqt/QtUtilities/Axis/ExternalAxisWidget.h:28,
                 from src/code/casaqt/QtUtilities/Axis/ExternalAxisWidget.cc:26:
/usr/include/qt5/QtGui/qpixmap.h:122:20: note: declared here
  122 |     static QPixmap grabWidget(QObject *widget, int x = 0, int y = 0, int w = -1, int h = -1);
      |                    ^~~~~~~~~~
Using architecture x86_64
Deleting pre-existing .DirIcon
Creating .DirIcon symlink based on information from desktop file
AppStream upstream metadata found in usr/share/metainfo/casatablebrowser.appdata.xml
Generating squashfs...
Embedding ELF...
Marking the AppImage as executable...
Success

Please consider submitting your AppImage to AppImageHub, the crowd-sourced
central directory of available AppImages, by opening a pull request
at https://github.com/AppImage/appimage.github.io
INFO:auditwheel.main_repair:Repairing casatablebrowser-0.0.34-py3-none-linux_x86_64.whl
INFO:auditwheel.wheeltools:Previous filename tags: linux_x86_64
INFO:auditwheel.wheeltools:New filename tags: manylinux_2_28_x86_64
INFO:auditwheel.wheeltools:Previous WHEEL info tags: py3-none-linux_x86_64
INFO:auditwheel.wheeltools:New WHEEL info tags: py3-none-manylinux_2_28_x86_64
INFO:auditwheel.main_repair:
Fixed-up wheel written to /wheeldirectory/wheelhouse/casatablebrowser-0.0.34-py3-none-manylinux_2_28_x86_64.whl
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Cloning into 'casa-build-utils'...