See <http://ci.opensuse.org/job/yast-storage-ng-master/4/changes> Changes: [ancor] Initial rubocop file [ancor] Result of rubocop autofix (with some manual correction) [ancor] Pleasing rubocop chapter one [ancor] Pleasing rubocop chapter two [ancor] Pleasing rubocop chapter three: long lines [ancor] Pleasing rubocop chapter four: Storage::Extensions [ancor] Pleasing rubocop chapter five: yaml_writer complexity [ancor] Pleasing rubocop chapter six: top-level documentation [ancor] Pleasing rubocop chapter seven: filenames [ancor] Pleasing rubocop chapter eight: exceptions [ancor] Pleasing rubocop chapter nine [ancor] Pleasing rubocop chapter ten: partitioner UI [ancor] Adapted to new YaST team rubocop file [ancor] Added rubocop to travis [ancor] Fix from code review [ancor] Added rubocop gem to .travis.yml ------------------------------------------ [...truncated 750 lines...] [ 43s] mkdir -p /home/abuild/rpmbuild/BUILDROOT/yast2-storage-ng-0.1.0-1.x86_64/usr/share/doc/packages/yast2-storage-ng/ [ 43s] cp -r 'README.md' '/home/abuild/rpmbuild/BUILDROOT/yast2-storage-ng-0.1.0-1.x86_64/usr/share/doc/packages/yast2-storage-ng/' [ 43s] cp -r 'COPYING' '/home/abuild/rpmbuild/BUILDROOT/yast2-storage-ng-0.1.0-1.x86_64/usr/share/doc/packages/yast2-storage-ng/' [ 43s] + /usr/lib/rpm/brp-compress [ 43s] + /usr/lib/rpm/brp-suse [ 43s] calling /usr/lib/rpm/brp-suse.d/brp-05-permissions [ 43s] setting / to root:root 0755. (wrong owner/group abuild:abuild) [ 43s] setting /usr/ to root:root 0755. (wrong owner/group abuild:abuild) [ 43s] setting /var/adm/ to root:root 0755. (wrong owner/group abuild:abuild) [ 43s] calling /usr/lib/rpm/brp-suse.d/brp-15-strip-debug [ 43s] calling /usr/lib/rpm/brp-suse.d/brp-25-symlink [ 43s] calling /usr/lib/rpm/brp-suse.d/brp-30-desktop [ 44s] WARNING: '/usr/lib/rpm/brp-desktop.data/suse-screensavers.menu' does not exist [ 44s] WARNING: '/usr/lib/rpm/brp-desktop.data/applications-kmenuedit.menu' does not exist [ 44s] WARNING: '/usr/lib/rpm/brp-desktop.data/custom.menu' does not exist [ 44s] calling /usr/lib/rpm/brp-suse.d/brp-35-rpath [ 44s] calling /usr/lib/rpm/brp-suse.d/brp-40-rootfs [ 44s] calling /usr/lib/rpm/brp-suse.d/brp-45-tcl [ 44s] calling /usr/lib/rpm/brp-suse.d/brp-50-check-python [ 44s] calling /usr/lib/rpm/brp-suse.d/brp-55-boot-scripts [ 44s] calling /usr/lib/rpm/brp-suse.d/brp-60-hook [ 44s] calling /usr/lib/rpm/brp-suse.d/brp-65-lib64-linux [ 44s] calling /usr/lib/rpm/brp-suse.d/brp-72-extract-appdata [ 44s] Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ZVgG2C [ 44s] + umask 022 [ 44s] + cd /home/abuild/rpmbuild/BUILD [ 44s] + cd yast2-storage-ng-0.1.0 [ 44s] + rake test:unit [ 44s] rspec --color --format doc 'test/disk_size_test.rb' [ 44s] [ 44s] Yast::Storage::DiskSize [ 44s] constructed empty [ 44s] should have a size_k of 0 [ 44s] created with 42 kiB [ 44s] should return the correct human readable string [ 44s] should have the correct numeric value internally [ 44s] created with 43 MiB [ 44s] should return the correct human readable string [ 44s] should have the correct numeric value internally [ 44s] created with 44 GiB [ 44s] should return the correct human readable string [ 44s] should have the correct numeric value internally [ 44s] created with 45 TiB [ 44s] should return the correct human readable string [ 44s] should have the correct numeric value internally [ 44s] created with 46 PiB [ 44s] should return the correct human readable string [ 44s] should have the correct numeric value internally [ 44s] created with 47 EiB [ 44s] should return the correct human readable string [ 44s] should not overflow and have the correct numeric value internally [ 44s] created with a huge number [ 44s] should return the correct human readable string [ 44s] should not overflow [ 44s] should have the correct numeric value internally [ 44s] created with 1024 GiB [ 44s] should use the next higher unit (TiB) from 1024 on [ 44s] arithmetic operations [ 44s] should accept addition of another DiskSize [ 44s] should accept addition of an int [ 44s] should accept multiplication with an int [ 44s] should accept division by an int [ 44s] should refuse multiplication with another DiskSize [ 44s] arithmetic operations with unlimited and DiskSize [ 44s] should return unlimited [ 44s] arithmetic operations with unlimited and a number [ 44s] should return unlimited [ 44s] comparison [ 44s] operator < should compare correctly [ 44s] operator > should compare correctly [ 44s] operator == should compare correctly [ 44s] operator != should compare correctly [ 44s] operator <= should compare correctly [ 44s] operator >= should compare correctly [ 44s] comparison with unlimited [ 44s] should compare any disk size correctly with unlimited [ 44s] should compare unlimited correctly with any disk size [ 44s] should compare unlimited correctly with unlimited [ 44s] unit exponent [ 44s] should be correct for kiB [ 44s] should be correct for MiB [ 44s] should be correct for GiB [ 44s] should be correct for TiB [ 44s] should be correct for PiB [ 44s] should be correct for EiB [ 44s] should be correct for ZiB [ 44s] should be correct for YiB [ 44s] should raise an exception for invalid units [ 44s] parsing from string [ 44s] should work with just an integer [ 44s] should work with integer and unit [ 44s] should work with float and unit [ 44s] should work with just an integer [ 44s] should tolerate more embedded whitespace [ 44s] should tolerate more surrounding whitespace [ 44s] should accept "unlimited" [ 44s] should accept "unlimited" with surrounding whitespace [ 44s] should accept its own output [ 44s] should reject invalid input [ 44s] [ 44s] Finished in 0.02153 seconds (files took 0.19816 seconds to load) [ 44s] 52 examples, 0 failures [ 44s] [ 44s] + exit 0 [ 44s] Processing files: yast2-storage-ng-0.1.0-1.noarch [ 44s] Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.5upGbo [ 44s] + umask 022 [ 44s] + cd /home/abuild/rpmbuild/BUILD [ 44s] + cd yast2-storage-ng-0.1.0 [ 44s] + DOCDIR=/home/abuild/rpmbuild/BUILDROOT/yast2-storage-ng-0.1.0-1.x86_64/usr/share/doc/packages/yast2-storage-ng [ 44s] + export DOCDIR [ 44s] + /usr/bin/mkdir -p /home/abuild/rpmbuild/BUILDROOT/yast2-storage-ng-0.1.0-1.x86_64/usr/share/doc/packages/yast2-storage-ng [ 44s] + cp -pr COPYING /home/abuild/rpmbuild/BUILDROOT/yast2-storage-ng-0.1.0-1.x86_64/usr/share/doc/packages/yast2-storage-ng [ 44s] + exit 0 [ 44s] Provides: yast2-storage-ng = 0.1.0-1 [ 44s] Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 [ 44s] Requires: /usr/bin/env [ 44s] Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/abuild/rpmbuild/BUILDROOT/yast2-storage-ng-0.1.0-1.x86_64 [ 44s] Wrote: /home/abuild/rpmbuild/SRPMS/yast2-storage-ng-0.1.0-1.src.rpm [ 45s] Wrote: /home/abuild/rpmbuild/RPMS/noarch/yast2-storage-ng-0.1.0-1.noarch.rpm [ 45s] Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.EttZJa [ 45s] + umask 022 [ 45s] + cd /home/abuild/rpmbuild/BUILD [ 45s] + cd yast2-storage-ng-0.1.0 [ 45s] + /usr/bin/rm -rf /home/abuild/rpmbuild/BUILDROOT/yast2-storage-ng-0.1.0-1.x86_64 [ 45s] + exit 0 [ 45s] ... checking for files with abuild user/group [ 45s] ... running 00-check-install-rpms [ 45s] ... installing all built rpms [ 45s] Preparing packages... [ 45s] yast2-storage-ng-0.1.0-1.noarch [ 45s] ... running 01-check-debuginfo [ 45s] ... testing for empty debuginfo packages [ 45s] ... running 02-check-gcc-output [ 45s] ... testing for serious compiler warnings [ 45s] (using /usr/lib/build/checks-data/check_gcc_output) [ 45s] (using /var/tmp/build-root-openSUSE_Factory/.build.log) [ 45s] ... running 03-check-binary-kernel-log [ 45s] ... running 04-check-filelist [ 45s] ... checking filelist [ 45s] ... running 05-check-invalid-requires [ 45s] ... running 06-check-installtest [ 45s] ... testing for pre/postinstall scripts that are not idempotent [ 45s] ... running 08-check-permissions [ 45s] ... testing for modified permissions [ 45s] ... running 09-check-packaged-twice [ 45s] ... running 10-check-lanana [ 45s] ... running 12-check-libtool-deps [ 45s] ... testing devel dependencies required by libtool .la files [ 45s] (can be skipped by "skip-check-libtool-deps" anywhere in spec) [ 45s] ... running 13-check-invalid-provides [ 45s] ... running 14-check-gconf-scriptlets [ 45s] ... testing GConf scriptlet presence [ 45s] ... running 72-translate-appdata [ 45s] ... running 99-check-remove-rpms [ 45s] ... removing all built rpms [ 45s] (order: reverse yast2-storage-ng) [ 45s] [ 45s] RPMLINT report: [ 45s] =============== [ 46s] yast2-storage-ng.noarch: W: non-executable-script /usr/share/YaST2/lib/storage/refined_devicegraph.rb 644 /usr/bin/env [ 46s] yast2-storage-ng.noarch: W: non-executable-script /usr/share/YaST2/lib/storage/boot_requirements_checker.rb 644 /usr/bin/env [ 46s] yast2-storage-ng.noarch: W: non-executable-script /usr/share/YaST2/lib/storage/yaml_writer.rb 644 /usr/bin/env [ 46s] yast2-storage-ng.noarch: W: non-executable-script /usr/share/YaST2/lib/storage/proposal/refined_devicegraph.rb 644 /usr/bin/env [ 46s] yast2-storage-ng.noarch: W: non-executable-script /usr/share/YaST2/lib/storage/proposal/space_maker.rb 644 /usr/bin/env [ 46s] yast2-storage-ng.noarch: W: non-executable-script /usr/share/YaST2/lib/storage/refined_disk.rb 644 /usr/bin/env [ 46s] yast2-storage-ng.noarch: W: non-executable-script /usr/share/YaST2/lib/storage/free_disk_space.rb 644 /usr/bin/env [ 46s] yast2-storage-ng.noarch: W: non-executable-script /usr/share/YaST2/lib/storage/storage_manager.rb 644 /usr/bin/env [ 46s] yast2-storage-ng.noarch: W: non-executable-script /usr/share/YaST2/lib/storage/proposal/partition_creator.rb 644 /usr/bin/env [ 46s] yast2-storage-ng.noarch: W: non-executable-script /usr/share/YaST2/lib/storage/enum_mappings.rb 644 /usr/bin/env [ 46s] yast2-storage-ng.noarch: W: non-executable-script /usr/share/YaST2/lib/storage/fake_device_factory.rb 644 /usr/bin/env [ 46s] yast2-storage-ng.noarch: W: non-executable-script /usr/share/YaST2/lib/storage/planned_volume.rb 644 /usr/bin/env [ 46s] yast2-storage-ng.noarch: W: non-executable-script /usr/share/YaST2/lib/storage/proposal/volumes_generator.rb 644 /usr/bin/env [ 46s] yast2-storage-ng.noarch: W: non-executable-script /usr/share/YaST2/lib/storage/proposal/settings.rb 644 /usr/bin/env [ 46s] yast2-storage-ng.noarch: W: non-executable-script /usr/share/YaST2/lib/storage/disk_analyzer.rb 644 /usr/bin/env [ 46s] yast2-storage-ng.noarch: W: non-executable-script /usr/share/YaST2/lib/storage/proposal/exceptions.rb 644 /usr/bin/env [ 46s] yast2-storage-ng.noarch: W: non-executable-script /usr/share/YaST2/lib/storage/planned_volumes_collection.rb 644 /usr/bin/env [ 46s] yast2-storage-ng.noarch: W: non-executable-script /usr/share/YaST2/lib/storage/proposal/devicegraph_generator.rb 644 /usr/bin/env [ 46s] yast2-storage-ng.noarch: W: non-executable-script /usr/share/YaST2/lib/storage/fake_probing.rb 644 /usr/bin/env [ 46s] yast2-storage-ng.noarch: W: non-executable-script /usr/share/YaST2/lib/storage/abstract_device_factory.rb 644 /usr/bin/env [ 46s] This text file contains a shebang or is located in a path dedicated for [ 46s] executables, but lacks the executable bits and cannot thus be executed. If [ 46s] the file is meant to be an executable script, add the executable bits, [ 46s] otherwise remove the shebang or move the file elsewhere. [ 46s] [ 46s] yast2-storage-ng.noarch: W: no-url-tag [ 46s] yast2-storage-ng.src: W: no-url-tag [ 46s] The URL tag is missing. Please add a http or ftp link to the project location. [ 46s] [ 46s] yast2-storage-ng.noarch: W: explicit-lib-dependency libstorage-ng-ruby [ 46s] You must let rpm find the library dependencies by itself. Do not put unneeded [ 46s] explicit Requires: tags. [ 46s] [ 46s] yast2-storage-ng.noarch: W: description-shorter-than-summary [ 46s] yast2-storage-ng.src: W: description-shorter-than-summary [ 46s] The package description should be longer than the summary. be a bit more [ 46s] verbose, please. [ 46s] [ 46s] 2 packages and 0 specfiles checked; 0 errors, 25 warnings. [ 46s] [ 46s] [ 46s] yast-jenkins finished "build yast2-storage-ng.spec" at Tue Mar 8 15:16:39 UTC 2016. [ 46s] /var/tmp/build-root-openSUSE_Factory/home/abuild/rpmbuild/SRPMS/yast2-storage-ng-0.1.0-1.src.rpm /var/tmp/build-root-openSUSE_Factory/home/abuild/rpmbuild/RPMS/noarch/yast2-storage-ng-0.1.0-1.noarch.rpm rm -rf YaST:storage-ng osc -A 'https://api.opensuse.org/' --traceback --verbose checkout 'YaST:storage-ng' yast2-storage-ng cleaning makeurl: https://api.opensuse.org ['source', 'YaST:storage-ng', 'yast2-storage-ng', '_meta'] {} makeurl: https://api.opensuse.org ['source', 'YaST:storage-ng', 'yast2-storage-ng'] {'rev': 'latest'} A YaST:storage-ng makeurl: https://api.opensuse.org ['source', 'YaST:storage-ng'] {} A YaST:storage-ng/yast2-storage-ng makeurl: https://api.opensuse.org ['source', 'YaST:storage-ng'] {} makeurl: https://api.opensuse.org ['source', 'YaST:storage-ng', 'yast2-storage-ng'] {'rev': 'latest'} makeurl: https://api.opensuse.org ['source', 'YaST:storage-ng', 'yast2-storage-ng', 'yast2-storage-ng-0.1.0.tar.bz2'] {'rev': '1'} A YaST:storage-ng/yast2-storage-ng/yast2-storage-ng-0.1.0.tar.bz2 makeurl: https://api.opensuse.org ['source', 'YaST:storage-ng', 'yast2-storage-ng', 'yast2-storage-ng.spec'] {'rev': '1'} A YaST:storage-ng/yast2-storage-ng/yast2-storage-ng.spec makeurl: https://api.opensuse.org ['source', 'YaST:storage-ng', 'yast2-storage-ng', '_meta'] {} At revision 1. /usr/lib/obs/service/format_spec_file --outdir . diff -u package/yast2-storage-ng.changes <http://ci.opensuse.org/job/yast-storage-ng-master/ws/YaST>:storage-ng/yast2-storage-ng/yast2-storage-ng.changes diff: <http://ci.opensuse.org/job/yast-storage-ng-master/ws/YaST>:storage-ng/yast2-storage-ng/yast2-storage-ng.changes: No such file or directory rm <http://ci.opensuse.org/job/yast-storage-ng-master/ws/YaST>:storage-ng/yast2-storage-ng/yast2-storage-ng.spec rm <http://ci.opensuse.org/job/yast-storage-ng-master/ws/YaST>:storage-ng/yast2-storage-ng/yast2-storage-ng-0.1.0.tar.bz2 cp package/yast2-storage-ng.changes <http://ci.opensuse.org/job/yast-storage-ng-master/ws/YaST>:storage-ng/yast2-storage-ng cp package/yast2-storage-ng.spec <http://ci.opensuse.org/job/yast-storage-ng-master/ws/YaST>:storage-ng/yast2-storage-ng cp package/yast2-storage-ng-0.1.0.tar.bz2 <http://ci.opensuse.org/job/yast-storage-ng-master/ws/YaST>:storage-ng/yast2-storage-ng osc -A 'https://api.opensuse.org/' addremove A yast2-storage-ng.changes submitting package... osc -A https://api.opensuse.org/ commit -m - initial package with yast2-storage-ng, successor of yast2-storage Sending yast2-storage-ng-0.1.0.tar.bz2 Sending yast2-storage-ng.spec Sending yast2-storage-ng.changes Server returned an error: HTTP Error 403: Forbidden no permission to modify package yast2-storage-ng in project YaST:storage-ng Transmitting file data rm -rf YaST:storage-ng rake aborted! Command failed with status (1): [osc -A https://api.opensuse.org/ commit -m...] Tasks: TOP => osc:commit (See full trace by running task with --trace) cleaning Build step 'Execute shell' marked build as failure