https://git.altlinux.org/tasks/333714/logs/events.2.1.log subtask name aarch64 armh i586 ppc64le x86_64 #40 exiv2 2:07 2:51 1:14 2:14 1:11 #200 libgexiv2 ? ? failed ? failed 2023-Nov-06 21:32:48 :: task #333714 for sisyphus resumed by aris: 2023-Nov-06 21:32:48 :: message: new_exiv2 #40 build exiv2-0.28.1-alt1.src.rpm #100 removed #200 build libgexiv2-0.14.2-alt1.src.rpm from sisyphus #300 build 1.11-alt2 from /gears/l/libextractor.git fetched at 2023-Nov-06 21:10:18 from sisyphus #400 build darktable-4.4.2-alt2.src.rpm from sisyphus #500 build dbblast-0.1.8-alt13.src.rpm from sisyphus #600 build dibuja-0.24.0-alt1.src.rpm from sisyphus #700 build geeqie-2.0.1-alt1.src.rpm from sisyphus #1000 build gimp-plugin-lensfun-0.2.5-alt0.2.src.rpm from sisyphus #1100 build gnome-commander-1.16.1-alt1.src.rpm from sisyphus #1200 build gthumb-3.12.4-alt1.src.rpm from sisyphus #1300 build rawstudio-2.1-alt0.8.src.rpm from sisyphus #1400 build ufraw-0.23-alt0.4.src.rpm from sisyphus #1500 build 2022.0.0-alt2 from /gears/h/hugin.git fetched at 2023-Nov-06 21:10:30 from sisyphus #1600 build immix-1.3-alt12.src.rpm from sisyphus #1700 build 0.9.19-alt2 from /gears/p/pdf2djvu.git fetched at 2023-Nov-06 21:10:33 from sisyphus #2000 build 3.0.2-alt1 from /gears/p/pix.git fetched at 2023-Nov-06 21:10:34 from sisyphus #2100 build 3.34.0-alt1 from /gears/q/qgis3.git fetched at 2023-Nov-06 21:10:43 from sisyphus #2200 build siril-1.2.0-alt2.src.rpm from sisyphus #2300 build viewnior-1.7-alt1.src.rpm from sisyphus #2400 build 1.12.1-alt1 from /gears/g/gerbera.git fetched at 2023-Nov-06 21:10:48 from sisyphus #2500 build 2.1.125-alt1 from /gears/p/phototonic.git fetched at 2023-Nov-06 21:10:50 from sisyphus #2600 build nomacs-3.16-alt1.src.rpm from sisyphus #2700 build 8.1.0-alt2 from /gears/k/kde5-digikam.git fetched at 2023-Nov-06 21:10:56 from sisyphus #3000 build 23.08.2-alt1 from /gears/k/kde5-gwenview.git fetched at 2023-Nov-06 21:10:58 from sisyphus #3100 build 5.0.1-alt1 from /gears/k/kde5-krename.git fetched at 2023-Nov-06 21:11:00 from sisyphus #3200 build 23.08.2-alt1 from /gears/k/kde5-libkexiv2.git fetched at 2023-Nov-06 21:11:02 from sisyphus #3300 build 5.111.0-alt1 from /gears/k/kf5-kfilemetadata.git fetched at 2023-Nov-06 21:11:04 from sisyphus #3400 build 5.1.5-alt3 from /gears/k/krita.git fetched at 2023-Nov-06 21:11:11 from sisyphus 2023-Nov-06 21:32:48 :: created build repo 2023-Nov-06 21:32:49 :: [aarch64] #40 exiv2-0.28.1-alt1.src.rpm: build start 2023-Nov-06 21:32:49 :: [armh] #40 exiv2-0.28.1-alt1.src.rpm: build start 2023-Nov-06 21:32:49 :: [x86_64] #40 exiv2-0.28.1-alt1.src.rpm: build start 2023-Nov-06 21:32:49 :: [ppc64le] #40 exiv2-0.28.1-alt1.src.rpm: build start 2023-Nov-06 21:32:49 :: [i586] #40 exiv2-0.28.1-alt1.src.rpm: build start 2023-Nov-06 21:34:00 :: [x86_64] #40 exiv2-0.28.1-alt1.src.rpm: build OK 2023-Nov-06 21:34:01 :: [x86_64] #200 libgexiv2-0.14.2-alt1.src.rpm: build start 2023-Nov-06 21:34:03 :: [i586] #40 exiv2-0.28.1-alt1.src.rpm: build OK 2023-Nov-06 21:34:04 :: [i586] #200 libgexiv2-0.14.2-alt1.src.rpm: build start [x86_64] ../gexiv2/gexiv2-metadata.cpp: In function ‘gboolean gexiv2_metadata_set_exif_thumbnail_from_file(GExiv2Metadata*, const gchar*, GError**)’: [x86_64] ../gexiv2/gexiv2-metadata.cpp:1744:38: error: ‘GExiv2MetadataPrivate’ {aka ‘struct _GExiv2MetadataPrivate’} has no member named ‘image’ [x86_64] 1744 | g_return_val_if_fail(self->priv->image.get() != nullptr, FALSE); [x86_64] -- [x86_64] 1744 | g_return_val_if_fail(self->priv->image.get() != nullptr, FALSE); [x86_64] ../gexiv2/gexiv2-metadata.cpp:1747:16: error: ‘ExifThumb’ is not a member of ‘Exiv2’; did you mean ‘ExifThumbC’? [x86_64] 1747 | Exiv2::ExifThumb thumb = Exiv2::ExifThumb(self->priv->image->exifData()); [x86_64] | ExifThumbC [x86_64] ../gexiv2/gexiv2-metadata.cpp:1748:9: error: ‘thumb’ was not declared in this scope [x86_64] 1748 | thumb.setJpegThumbnail(std::string(path)); [x86_64] ../gexiv2/gexiv2-metadata.cpp:1751:21: error: ‘Error’ in namespace ‘Exiv2’ does not name a type; did you mean ‘error’? [x86_64] 1751 | } catch (Exiv2::Error &e) { [x86_64] | error [x86_64] ../gexiv2/gexiv2-metadata.cpp:1752:86: error: ‘e’ was not declared in this scope [x86_64] 1752 | g_set_error_literal (error, g_quark_from_string ("GExiv2"), static_cast(e.code()), e.what ()); [x86_64] ../gexiv2/gexiv2-metadata.cpp: In function ‘void gexiv2_metadata_try_set_exif_thumbnail_from_buffer(GExiv2Metadata*, const guint8*, gint, GError**)’: [x86_64] ../gexiv2/gexiv2-metadata.cpp:1777:34: error: ‘GExiv2MetadataPrivate’ {aka ‘struct _GExiv2MetadataPrivate’} has no member named ‘image’ [x86_64] 1777 | g_return_if_fail(self->priv->image.get() != nullptr); [x86_64] -- [x86_64] 1777 | g_return_if_fail(self->priv->image.get() != nullptr); [x86_64] ../gexiv2/gexiv2-metadata.cpp:1781:16: error: ‘ExifThumb’ is not a member of ‘Exiv2’; did you mean ‘ExifThumbC’? [x86_64] 1781 | Exiv2::ExifThumb thumb = Exiv2::ExifThumb(self->priv->image->exifData()); [x86_64] | ExifThumbC [x86_64] ../gexiv2/gexiv2-metadata.cpp:1782:9: error: ‘thumb’ was not declared in this scope [x86_64] 1782 | thumb.setJpegThumbnail(buffer, size); [x86_64] ../gexiv2/gexiv2-metadata.cpp:1783:21: error: ‘Error’ in namespace ‘Exiv2’ does not name a type; did you mean ‘error’? [x86_64] 1783 | } catch (Exiv2::Error& e) { [x86_64] | error [x86_64] ../gexiv2/gexiv2-metadata.cpp:1784:84: error: ‘e’ was not declared in this scope [x86_64] 1784 | g_set_error_literal(error, g_quark_from_string("GExiv2"), static_cast(e.code()), e.what()); 2023-Nov-06 21:34:34 :: [x86_64] libgexiv2-0.14.2-alt1.src.rpm: remote: build failed 2023-Nov-06 21:34:34 :: [x86_64] #200 libgexiv2-0.14.2-alt1.src.rpm: build FAILED 2023-Nov-06 21:34:34 :: [x86_64] requesting cancellation of task processing [i586] ../gexiv2/gexiv2-metadata.cpp: In function ‘gboolean gexiv2_metadata_set_exif_thumbnail_from_file(GExiv2Metadata*, const gchar*, GError**)’: [i586] ../gexiv2/gexiv2-metadata.cpp:1744:38: error: ‘GExiv2MetadataPrivate’ {aka ‘struct _GExiv2MetadataPrivate’} has no member named ‘image’ [i586] 1744 | g_return_val_if_fail(self->priv->image.get() != nullptr, FALSE); [i586] -- [i586] 1744 | g_return_val_if_fail(self->priv->image.get() != nullptr, FALSE); [i586] ../gexiv2/gexiv2-metadata.cpp:1747:16: error: ‘ExifThumb’ is not a member of ‘Exiv2’; did you mean ‘ExifThumbC’? [i586] 1747 | Exiv2::ExifThumb thumb = Exiv2::ExifThumb(self->priv->image->exifData()); [i586] | ExifThumbC [i586] ../gexiv2/gexiv2-metadata.cpp:1748:9: error: ‘thumb’ was not declared in this scope [i586] 1748 | thumb.setJpegThumbnail(std::string(path)); [i586] ../gexiv2/gexiv2-metadata.cpp:1751:21: error: ‘Error’ in namespace ‘Exiv2’ does not name a type; did you mean ‘error’? [i586] 1751 | } catch (Exiv2::Error &e) { [i586] | error [i586] ../gexiv2/gexiv2-metadata.cpp:1752:86: error: ‘e’ was not declared in this scope [i586] 1752 | g_set_error_literal (error, g_quark_from_string ("GExiv2"), static_cast(e.code()), e.what ()); [i586] ../gexiv2/gexiv2-metadata.cpp: In function ‘void gexiv2_metadata_try_set_exif_thumbnail_from_buffer(GExiv2Metadata*, const guint8*, gint, GError**)’: [i586] ../gexiv2/gexiv2-metadata.cpp:1777:34: error: ‘GExiv2MetadataPrivate’ {aka ‘struct _GExiv2MetadataPrivate’} has no member named ‘image’ [i586] 1777 | g_return_if_fail(self->priv->image.get() != nullptr); [i586] -- [i586] 1777 | g_return_if_fail(self->priv->image.get() != nullptr); [i586] ../gexiv2/gexiv2-metadata.cpp:1781:16: error: ‘ExifThumb’ is not a member of ‘Exiv2’; did you mean ‘ExifThumbC’? [i586] 1781 | Exiv2::ExifThumb thumb = Exiv2::ExifThumb(self->priv->image->exifData()); [i586] | ExifThumbC [i586] ../gexiv2/gexiv2-metadata.cpp:1782:9: error: ‘thumb’ was not declared in this scope [i586] 1782 | thumb.setJpegThumbnail(buffer, size); [i586] ../gexiv2/gexiv2-metadata.cpp:1783:21: error: ‘Error’ in namespace ‘Exiv2’ does not name a type; did you mean ‘error’? [i586] 1783 | } catch (Exiv2::Error& e) { [i586] | error [i586] ../gexiv2/gexiv2-metadata.cpp:1784:84: error: ‘e’ was not declared in this scope [i586] 1784 | g_set_error_literal(error, g_quark_from_string("GExiv2"), static_cast(e.code()), e.what()); 2023-Nov-06 21:34:40 :: [i586] libgexiv2-0.14.2-alt1.src.rpm: remote: build failed 2023-Nov-06 21:34:40 :: [i586] #200 libgexiv2-0.14.2-alt1.src.rpm: build FAILED 2023-Nov-06 21:34:56 :: [aarch64] #40 exiv2-0.28.1-alt1.src.rpm: build OK 2023-Nov-06 21:34:56 :: [aarch64] task processing CANCELLED 2023-Nov-06 21:35:03 :: [ppc64le] #40 exiv2-0.28.1-alt1.src.rpm: build OK 2023-Nov-06 21:35:03 :: [ppc64le] task processing CANCELLED 2023-Nov-06 21:35:40 :: [armh] #40 exiv2-0.28.1-alt1.src.rpm: build OK 2023-Nov-06 21:35:40 :: [armh] task processing CANCELLED 2023-Nov-06 21:34:34 :: [x86_64] build FAILED 2023-Nov-06 21:34:40 :: [i586] build FAILED 2023-Nov-06 21:34:56 :: [aarch64] build FAILED 2023-Nov-06 21:35:03 :: [ppc64le] build FAILED 2023-Nov-06 21:35:40 :: [armh] build FAILED 2023-Nov-06 21:35:40 :: task #333714 for sisyphus FAILED