[Buildroot] buildroot | Pipeline #82808101 has failed for master | b81e00e2

Arnout Vandecappelle arnout at mind.be
Tue Sep 17 21:52:30 UTC 2019


 Hi Adam,

On 17/09/2019 23:21, GitLab wrote:
> GitLab
> ✖ 	Your pipeline has failed.
[snip]
> Pipeline #82808101
> <https://gitlab.com/buildroot.org/buildroot/pipelines/82808101> triggered by 	
> arnout <https://gitlab.com/arnout>
> 
> had 1 failed build.
> Logs may contain sensitive data. Please consider before forwarding this email.
> ✖ 	test
> 
> 	check-package <https://gitlab.com/buildroot.org/buildroot/-/jobs/297684196>
> 
> 0 warnings generated
> 45840 lines processed
> 1 warnings generated
> package/libglib2/libglib2.mk:90: consecutive empty lines

 Could you fix this check-package warning?


 Thomas, could you add the following to your .git/hooks/post-applypatch ?

# check-package on added/changed files
git show HEAD | \
        lsdiff -s | \
        awk '{ if ($1 != "-") print substr($2, 3) }' | \
        xargs -r check-package -q


 Regards,
 Arnout


> 45331 lines processed
> 0 warnings generated
> Makefile:1191: recipe for target 'check-package' failed
> make: *** [check-package] Error 1
> ERROR: Job failed: exit code 1
> 
> GitLab
> You're receiving this email because of your account on gitlab.com. Manage all
> notifications <https://gitlab.com/profile/notifications> · Help
> <https://gitlab.com/help>
> 


More information about the buildroot mailing list