All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jenkins Builder Robot <jenkins@linuxtv.org>
To: mchehab@kernel.org, linux-media@vger.kernel.org, mchehab@linuxtv.org
Subject: Build failed in Jenkins: media_stage_clang #447
Date: Sun, 24 Apr 2022 07:57:37 +0000 (UTC)	[thread overview]
Message-ID: <818753886.2.1650787057347@builder.linuxtv.org> (raw)
In-Reply-To: <416118082.1.1650786163695@builder.linuxtv.org>

See <https://builder.linuxtv.org/job/media_stage_clang/447/display/redirect?page=changes>

Changes:

[Mauro Carvalho Chehab] media: coda: disable encoder cmd ioctl on decoder and vice versa

[Mauro Carvalho Chehab] media: coda: disable encoder ioctls for decoder devices

[Mauro Carvalho Chehab] media: coda: disable stateful encoder ioctls for jpeg encoder

[Mauro Carvalho Chehab] media: coda: assert bitstream mutex is locked in coda_fill_bitstream

[Mauro Carvalho Chehab] media: coda: consolidate job_finish calls on decoder prepare_run failure

[Mauro Carvalho Chehab] media: platform: samsung: remove redundant assignment to variable m

[Mauro Carvalho Chehab] media: coda: add JPEG downscale support

[Mauro Carvalho Chehab] media: coda: jpeg: set buffer error flag when header parsing fails

[Mauro Carvalho Chehab] media: coda: jpeg: improve header parse error message

[Mauro Carvalho Chehab] media: coda: jpeg: start streaming without valid header

[Mauro Carvalho Chehab] media: imx-jpeg: Add pm-sleep support for imx-jpeg

[Mauro Carvalho Chehab] media: imx-jpeg: Correct the pixel format of rgb

[Mauro Carvalho Chehab] media: coda: Fix reported H264 profile

[Mauro Carvalho Chehab] media: coda: Add more H264 levels for CODA960

[Mauro Carvalho Chehab] media: docs: Fix vimc default pipeline graph

[Mauro Carvalho Chehab] media: v4l2: fix uninitialized value tuner_status(CWE-457)

[Mauro Carvalho Chehab] media: pci: cx23885: Fix the error handling in cx23885_initdev()

[Mauro Carvalho Chehab] media: cx25821: Fix the warning when removing the module

[Mauro Carvalho Chehab] media: imx-jpeg: don't change byteused of queued buffer

[Mauro Carvalho Chehab] media: saa7134: simplify if-if to if-else

[Mauro Carvalho Chehab] media: amphion: fix decoder's interlaced field

[Mauro Carvalho Chehab] media: hantro: Add support for Hantro G1 on RK356x

[Mauro Carvalho Chehab] media: dt-bindings: media: rockchip-vpu: Add RK3568 compatible

[Mauro Carvalho Chehab] media: hantro: Implement support for encoder commands

[Mauro Carvalho Chehab] media: hantro: Empty encoder capture buffers by default


------------------------------------------
Started by an SCM change
Running as SYSTEM
Building remotely on slave2 in workspace <https://builder.linuxtv.org/job/media_stage_clang/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://builder.linuxtv.org/job/media_stage_clang/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://linuxtv.org/media_stage.git # timeout=10
Fetching upstream changes from git://linuxtv.org/media_stage.git
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
 > git fetch --tags --force --progress -- git://linuxtv.org/media_stage.git +refs/heads/*:refs/remotes/origin/* # timeout=30
Seen branch in repository origin/master
Seen 1 remote branch
 > git show-ref --tags -d # timeout=10
Checking out Revision 309373a3571ef7175bd9da0c9b13476a718e8478 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 309373a3571ef7175bd9da0c9b13476a718e8478 # timeout=10
Commit message: "media: hantro: Empty encoder capture buffers by default"
 > git rev-list --no-walk fc503c8a3f12af7093da60f790e6830f8ca5b23d # timeout=10
The recommended git tool is: NONE
No credentials specified
 > git rev-parse 309373a3571ef7175bd9da0c9b13476a718e8478^{commit} # timeout=10
The recommended git tool is: NONE
No credentials specified
[GitCheckoutListener] Recording commits of 'git git://linuxtv.org/media_stage.git'
[GitCheckoutListener] Found previous build 'media_stage_clang #446' that contains recorded Git commits
[GitCheckoutListener] -> Starting recording of new commits since 'fc503c8'
[GitCheckoutListener] -> Using head commit '309373a' as starting point
[GitCheckoutListener] -> Git commit decorator could not be created for SCM 'hudson.plugins.git.GitSCM@426e254e'
[GitCheckoutListener] -> Recorded 25 new commits
[media_stage_clang] $ /bin/sh -xe /tmp/jenkins10371562293684328494.sh
+ export CCACHE_DIR=/var/lib/jenkins/.ccache
+ export PATH=/usr/lib/ccache:/usr/lib/ccache:/var/lib/jenkins/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/games
+ make W=1 CC=clang-12 HOSTCC=clang-12 allyesconfig
#
# configuration written to .config
#
+ ./scripts/config -d MODULE_SIG -d KEYS -d IMA -d CONFIG_DEBUG_INFO -d SYSTEM_TRUSTED_KEYRING -d MODVERSIONS -d CHECK_SIGNATURE
+ make W=1 CC=clang-12 HOSTCC=clang-12 init
  SYNC    include/config/auto.conf.cmd
  DESCEND objtool
  CALL    scripts/atomic/check-atomics.sh
  CALL    scripts/checksyscalls.sh
  CHK     include/generated/compile.h
  CC      init/do_mounts.o
In file included from init/do_mounts.c:22:
In file included from ./include/linux/nfs_fs.h:31:
In file included from ./include/linux/sunrpc/auth.h:13:
In file included from ./include/linux/sunrpc/sched.h:19:
./include/linux/sunrpc/xdr.h:734:10: error: result of comparison of constant 4611686018427387903 with expression of type '__u32' (aka 'unsigned int') is always false [-Werror,-Wtautological-constant-out-of-range-compare]
        if (len > SIZE_MAX / sizeof(*p))
            ~~~ ^ ~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[1]: *** [scripts/Makefile.build:288: init/do_mounts.o] Error 1
make: *** [Makefile:1834: init] Error 2
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user anup@brainfault.org
Not sending mail to unregistered user djwong@kernel.org
Not sending mail to unregistered user joonas.lahtinen@linux.intel.com
Not sending mail to unregistered user stfrench@microsoft.com
Not sending mail to unregistered user rmk+kernel@armlinux.org.uk
Not sending mail to unregistered user wsa@the-dreams.de
Not sending mail to unregistered user corbet@lwn.net
Not sending mail to unregistered user damien.lemoal@wdc.com
Not sending mail to unregistered user axboe@kernel.dk
Not sending mail to unregistered user gor@linux.ibm.com
Not sending mail to unregistered user pabeni@redhat.com
Not sending mail to unregistered user boris.ostrovsky@oracle.com
Not sending mail to unregistered user christian.koenig@amd.com
Not sending mail to unregistered user deller@gmx.de
Not sending mail to unregistered user palmer@rivosinc.com
Not sending mail to unregistered user andriy.shevchenko@linux.intel.com
Not sending mail to unregistered user ulf.hansson@linaro.org
Not sending mail to unregistered user robh@kernel.org
Not sending mail to unregistered user fw@strlen.de
Not sending mail to unregistered user tiwai@suse.de
Not sending mail to unregistered user snitzer@redhat.com
Not sending mail to unregistered user rafael.j.wysocki@intel.com
Not sending mail to unregistered user will@kernel.org
Not sending mail to unregistered user pmladek@suse.com
Not sending mail to unregistered user alexander.deucher@amd.com
Not sending mail to unregistered user kvalo@codeaurora.org
Not sending mail to unregistered user peterz@infradead.org
Not sending mail to unregistered user kherbst@redhat.com
Not sending mail to unregistered user brgl@bgdev.pl
Not sending mail to unregistered user davem@davemloft.net
Not sending mail to unregistered user wei.liu@kernel.org
Not sending mail to unregistered user mst@redhat.com
Not sending mail to unregistered user tglx@linutronix.de
Not sending mail to unregistered user chuck.lever@oracle.com
Not sending mail to unregistered user dmitry.torokhov@gmail.com
Not sending mail to unregistered user dsterba@suse.com
Not sending mail to unregistered user mcgrof@kernel.org
Not sending mail to unregistered user dhowells@redhat.com
Not sending mail to unregistered user pablo@netfilter.org
Not sending mail to unregistered user rostedt@goodmis.org
Not sending mail to unregistered user sre@kernel.org
Not sending mail to unregistered user hch@lst.de
Not sending mail to unregistered user jgg@ziepe.ca
Not sending mail to unregistered user jani.nikula@intel.com
Not sending mail to unregistered user bhelgaas@google.com
Not sending mail to unregistered user sboyd@kernel.org
Not sending mail to unregistered user masahiroy@kernel.org
Not sending mail to unregistered user tsbogend@alpha.franken.de
Not sending mail to unregistered user skhan@linuxfoundation.org
Not sending mail to unregistered user mingo@kernel.org
Not sending mail to unregistered user mkl@pengutronix.de
Not sending mail to unregistered user wim@linux-watchdog.org
Not sending mail to unregistered user broonie@kernel.org
Not sending mail to unregistered user maxime@cerno.tech
Not sending mail to unregistered user robdclark@chromium.org
Not sending mail to unregistered user daniel@iogearbox.net
Not sending mail to unregistered user linus.walleij@linaro.org
Not sending mail to unregistered user mpe@ellerman.id.au
Not sending mail to unregistered user linkinjeon@kernel.org
Not sending mail to unregistered user bleung@chromium.org
Not sending mail to unregistered user pbonzini@redhat.com
Not sending mail to unregistered user daniel.thompson@linaro.org
Not sending mail to unregistered user daniel.vetter@ffwll.ch
Not sending mail to unregistered user maz@kernel.org
Not sending mail to unregistered user tzimmermann@suse.de
Not sending mail to unregistered user marex@denx.de
Not sending mail to unregistered user acme@redhat.com
Not sending mail to unregistered user gregkh@linuxfoundation.org
Not sending mail to unregistered user trond.myklebust@hammerspace.com
Not sending mail to unregistered user Jason@zx2c4.com
Not sending mail to unregistered user krzysztof.kozlowski@canonical.com
Not sending mail to unregistered user hca@linux.ibm.com
Not sending mail to unregistered user martin.petersen@oracle.com
Not sending mail to unregistered user alex.williamson@redhat.com
Not sending mail to unregistered user p.zabel@pengutronix.de
Not sending mail to unregistered user kuba@kernel.org
Not sending mail to unregistered user bp@suse.de
Not sending mail to unregistered user dan.j.williams@intel.com
Not sending mail to unregistered user arnd@arndb.de
Not sending mail to unregistered user bcain@codeaurora.org
Not sending mail to unregistered user keescook@chromium.org
Not sending mail to unregistered user jroedel@suse.de
Not sending mail to unregistered user alexandre.belloni@bootlin.com
Not sending mail to unregistered user agruenba@redhat.com
Not sending mail to unregistered user sudeep.holla@arm.com
Not sending mail to unregistered user lee.jones@linaro.org
Not sending mail to unregistered user hdegoede@redhat.com
Not sending mail to unregistered user ast@kernel.org
Not sending mail to unregistered user airlied@redhat.com
Not sending mail to unregistered user torvalds@linux-foundation.org
Not sending mail to unregistered user johannes.berg@intel.com
Not sending mail to unregistered user ebiederm@xmission.com
Not sending mail to unregistered user herbert@gondor.apana.org.au
Not sending mail to unregistered user willy@infradead.org
Not sending mail to unregistered user anthony.l.nguyen@intel.com

  reply	other threads:[~2022-04-24  7:57 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-04 21:18 Build failed in Jenkins: media_stage_clang #442 Jenkins Builder Robot
2022-04-05 14:30 ` Build failed in Jenkins: media_stage_clang #443 Jenkins Builder Robot
2022-04-18  5:43   ` Build failed in Jenkins: media_stage_clang #444 Jenkins Builder Robot
2022-04-24  6:45     ` Build failed in Jenkins: media_stage_clang #445 Jenkins Builder Robot
2022-04-24  7:42       ` Build failed in Jenkins: media_stage_clang #446 Jenkins Builder Robot
2022-04-24  7:57         ` Jenkins Builder Robot [this message]
2022-04-24  8:12           ` Build failed in Jenkins: media_stage_clang #448 Jenkins Builder Robot
2022-04-25 22:57             ` Build failed in Jenkins: media_stage_clang #449 Jenkins Builder Robot
2022-05-08  5:14               ` Build failed in Jenkins: media_stage_clang #450 Jenkins Builder Robot
2022-05-08  5:56                 ` Build failed in Jenkins: media_stage_clang #451 Jenkins Builder Robot
2022-05-08  6:14                 ` Jenkins build is back to normal : media_stage_clang #452 Jenkins Builder Robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=818753886.2.1650787057347@builder.linuxtv.org \
    --to=jenkins@linuxtv.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=mchehab@linuxtv.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.