Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package container-build-checks for 
openSUSE:Factory checked in at 2022-02-06 23:53:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/container-build-checks (Old)
 and      /work/SRC/openSUSE:Factory/.container-build-checks.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "container-build-checks"

Sun Feb  6 23:53:21 2022 rev:4 rq:950888 version:1643874076.3d0e13c

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/container-build-checks/container-build-checks.changes
    2021-12-16 21:19:11.986518671 +0100
+++ 
/work/SRC/openSUSE:Factory/.container-build-checks.new.1898/container-build-checks.changes
  2022-02-06 23:53:25.755161526 +0100
@@ -1,0 +2,6 @@
+Thu Feb 03 07:44:23 UTC 2022 - fv...@suse.com
+
+- Update to version 1643874076.3d0e13c:
+  * Avoid crash on local builds
+
+-------------------------------------------------------------------

Old:
----
  container-build-checks-1639489705.a4c5a3a.obscpio

New:
----
  container-build-checks-1643874076.3d0e13c.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ container-build-checks.spec ++++++
--- /var/tmp/diff_new_pack.WIyAno/_old  2022-02-06 23:53:26.643155605 +0100
+++ /var/tmp/diff_new_pack.WIyAno/_new  2022-02-06 23:53:26.647155579 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package container-build-checks
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           container-build-checks
-Version:        1639489705.a4c5a3a
+Version:        1643874076.3d0e13c
 Release:        0
 Summary:        Scripts to validate built container images
 License:        GPL-2.0-or-later

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.WIyAno/_old  2022-02-06 23:53:26.699155232 +0100
+++ /var/tmp/diff_new_pack.WIyAno/_new  2022-02-06 23:53:26.703155205 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/container-build-checks.git</param>
-              <param 
name="changesrevision">ab3168138438a62b7b7636cc627904e7ec92f180</param></service></servicedata>
+              <param 
name="changesrevision">d2e73b845d38cb905ca994efe2600859d65ae58c</param></service></servicedata>
 (No newline at EOF)
 

++++++ container-build-checks-1639489705.a4c5a3a.obscpio -> 
container-build-checks-1643874076.3d0e13c.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/container-build-checks-1639489705.a4c5a3a/container-build-checks.py 
new/container-build-checks-1643874076.3d0e13c/container-build-checks.py
--- old/container-build-checks-1639489705.a4c5a3a/container-build-checks.py     
2021-12-14 14:48:25.000000000 +0100
+++ new/container-build-checks-1643874076.3d0e13c/container-build-checks.py     
2022-02-03 08:41:16.000000000 +0100
@@ -46,6 +46,10 @@
 
 
 def verify_disturl(image, result, value):
+    if "disturl" not in image.containerinfo:
+        print("No disturl in containerinfo, local build?")
+        return
+
     if value != image.containerinfo["disturl"]:
         result.error("org.openbuildservice.disturl not set correctly, bug in 
OBS?")
 
Binary files 
old/container-build-checks-1639489705.a4c5a3a/tests/broken-base/broken-base.tar 
and 
new/container-build-checks-1643874076.3d0e13c/tests/broken-base/broken-base.tar 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/container-build-checks-1639489705.a4c5a3a/tests/broken-base/checks.new 
new/container-build-checks-1643874076.3d0e13c/tests/broken-base/checks.new
--- old/container-build-checks-1639489705.a4c5a3a/tests/broken-base/checks.new  
1970-01-01 01:00:00.000000000 +0100
+++ new/container-build-checks-1643874076.3d0e13c/tests/broken-base/checks.new  
2022-02-03 08:41:16.000000000 +0100
@@ -0,0 +1,18 @@
+Looking at broken-base.containerinfo
+Warning: Using manually defined repositories (obsrepositories:/, 
obs://devel:evil/) in the image. Only obsrepositories:/ is allowed.
+Release: 14.19
+Tag: opensuse/tumbleweed:latest
+Tag: opensuse/tumbleweed:20210519
+Warning: None of the tags are unique to a specific build of the image.
+Make sure that at least one tag contains the release.
+Warning: Could not find prefixed copy of the org.opensuse.reference label
+Warning: Could not determine image specific label prefix, some checks will be 
skipped.
+Error: org.openbuildservice.disturl not set correctly, bug in OBS?
+Warning: Label org.opencontainers.image.vendor is not set by the image or any 
of its bases
+Warning: The org.opensuse.reference label 
(notregistry.opensuse.org/opensuse/nottumbleweed:latest) does not refer to 
registry.opensuse.org
+Warning: The org.opensuse.reference label 
(notregistry.opensuse.org/opensuse/nottumbleweed:latest) does not refer to an 
existing tag (opensuse/tumbleweed:latest, opensuse/tumbleweed:20210519)
+
+container-build-checks done. Hints: 0 Warnings: 7 Errors: 1
+Warnings found, but those are only fatal in certain projects.
+Fatal errors found.
+Exited with 1
Binary files 
old/container-build-checks-1639489705.a4c5a3a/tests/broken-derived/broken-derived.tar
 and 
new/container-build-checks-1643874076.3d0e13c/tests/broken-derived/broken-derived.tar
 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/container-build-checks-1639489705.a4c5a3a/tests/broken-derived/checks.new 
new/container-build-checks-1643874076.3d0e13c/tests/broken-derived/checks.new
--- 
old/container-build-checks-1639489705.a4c5a3a/tests/broken-derived/checks.new   
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/container-build-checks-1643874076.3d0e13c/tests/broken-derived/checks.new   
    2022-02-03 08:41:16.000000000 +0100
@@ -0,0 +1,21 @@
+Looking at broken-derived.containerinfo
+Warning: Using manually defined repositories (not obsrepositories:/) in the 
image. Only obsrepositories:/ is allowed.
+Release: 7.21
+Tag: naughty:latest
+Warning: Tag naughty:latest is not allowed. Allowed patterns: kubic/*, 
opensuse/*.
+Warning: Tag naughty:latest is not allowed (blocked by naughty*).
+Tag: notallowed/either:latest
+Warning: Tag notallowed/either:latest is not allowed. Allowed patterns: 
kubic/*, opensuse/*.
+Tag: opensuse/example:5.7
+Tag: opensuse/example:5.7.7.21
+Detected image specific label prefix: com.opensuse.example
+Warning: Label prefix doesn't start with org.opensuse
+Warning: Labels org.openbuildservice.disturl and com.opensuse.example.disturl 
not specified by this image
+Warning: Labels org.opencontainers.image.title and com.opensuse.example.title 
not specified by this image
+Warning: Label com.opensuse.example.description not identical to 
org.opencontainers.image.description
+Warning: Labels org.opencontainers.image.version and 
com.opensuse.example.version not specified by this image
+Warning: The org.opensuse.reference label 
(registry.opensuse.org/opensuse/example:5.7) does not refer to a tag 
identifying a specific build
+
+container-build-checks done. Hints: 0 Warnings: 10 Errors: 0
+Warnings found, but those are only fatal in certain projects.
+Exited with 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/container-build-checks-1639489705.a4c5a3a/tests/empty/checks.new 
new/container-build-checks-1643874076.3d0e13c/tests/empty/checks.new
--- old/container-build-checks-1639489705.a4c5a3a/tests/empty/checks.new        
1970-01-01 01:00:00.000000000 +0100
+++ new/container-build-checks-1643874076.3d0e13c/tests/empty/checks.new        
2022-02-03 08:41:16.000000000 +0100
@@ -0,0 +1,19 @@
+Looking at empty.containerinfo
+Release: 42.0
+Warning: None of the tags are unique to a specific build of the image.
+Make sure that at least one tag contains the release.
+Error: org.openbuildservice.disturl not set correctly, bug in OBS?
+Warning: Could not determine image specific label prefix, some checks will be 
skipped.
+Warning: Label org.openbuildservice.disturl is not set by the image or any of 
its bases
+Warning: Label org.opencontainers.image.title is not set by the image or any 
of its bases
+Warning: Label org.opencontainers.image.description is not set by the image or 
any of its bases
+Warning: Label org.opencontainers.image.version is not set by the image or any 
of its bases
+Warning: Label org.opencontainers.image.created is not set by the image or any 
of its bases
+Warning: Label org.opencontainers.image.vendor is not set by the image or any 
of its bases
+Warning: Label org.opencontainers.image.url is not set by the image or any of 
its bases
+Warning: Label org.opensuse.reference is not set by the image or any of its 
bases
+
+container-build-checks done. Hints: 0 Warnings: 10 Errors: 1
+Warnings found, but those are only fatal in certain projects.
+Fatal errors found.
+Exited with 1
Binary files 
old/container-build-checks-1639489705.a4c5a3a/tests/empty/empty.tar and 
new/container-build-checks-1643874076.3d0e13c/tests/empty/empty.tar differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/container-build-checks-1639489705.a4c5a3a/tests/proper-base/checks.new 
new/container-build-checks-1643874076.3d0e13c/tests/proper-base/checks.new
--- old/container-build-checks-1639489705.a4c5a3a/tests/proper-base/checks.new  
1970-01-01 01:00:00.000000000 +0100
+++ new/container-build-checks-1643874076.3d0e13c/tests/proper-base/checks.new  
2022-02-03 08:41:16.000000000 +0100
@@ -0,0 +1,9 @@
+Looking at proper-base.containerinfo
+Release: 14.19
+Tag: opensuse/tumbleweed:latest
+Tag: opensuse/tumbleweed:20210519
+Tag: opensuse/tumbleweed:20210519.14.19
+Detected image specific label prefix: org.opensuse.base
+
+container-build-checks done. Hints: 0 Warnings: 0 Errors: 0
+Exited with 0
Binary files 
old/container-build-checks-1639489705.a4c5a3a/tests/proper-base/proper-base.tar 
and 
new/container-build-checks-1643874076.3d0e13c/tests/proper-base/proper-base.tar 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/container-build-checks-1639489705.a4c5a3a/tests/proper-derived/checks.new 
new/container-build-checks-1643874076.3d0e13c/tests/proper-derived/checks.new
--- 
old/container-build-checks-1639489705.a4c5a3a/tests/proper-derived/checks.new   
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/container-build-checks-1643874076.3d0e13c/tests/proper-derived/checks.new   
    2022-02-03 08:41:16.000000000 +0100
@@ -0,0 +1,10 @@
+Looking at proper-derived.containerinfo
+Release: 7.21
+Tag: opensuse/example:latest
+Tag: opensuse/example:5.7
+Tag: opensuse/example:5.7.7.21
+Tag: kubic/testtag:latest
+Detected image specific label prefix: org.opensuse.example
+
+container-build-checks done. Hints: 0 Warnings: 0 Errors: 0
+Exited with 0
Binary files 
old/container-build-checks-1639489705.a4c5a3a/tests/proper-derived/proper-derived.tar
 and 
new/container-build-checks-1643874076.3d0e13c/tests/proper-derived/proper-derived.tar
 differ

++++++ container-build-checks.obsinfo ++++++
--- /var/tmp/diff_new_pack.WIyAno/_old  2022-02-06 23:53:26.803154538 +0100
+++ /var/tmp/diff_new_pack.WIyAno/_new  2022-02-06 23:53:26.803154538 +0100
@@ -1,6 +1,5 @@
 name: container-build-checks
-version: 1639489705.a4c5a3a
-mtime: 1639489705
-commit: a4c5a3ab2a756dc3ea582ae06dead246e514b136
-
+version: 1643874076.3d0e13c
+mtime: 1643874076
+commit: 3d0e13cb804a26a3d053a819ac241165863ee9f5
 

Reply via email to