See <https://builder.linuxtv.org/job/media-build/3838/display/redirect> Changes: ------------------------------------------ Started by timer Running as SYSTEM Building remotely on slave2 in workspace <https://builder.linuxtv.org/job/media-build/ws/> The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir <https://builder.linuxtv.org/job/media-build/ws/.git> # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git://linuxtv.org/media_build.git # timeout=10 Fetching upstream changes from git://linuxtv.org/media_build.git > git --version # timeout=10 > git --version # 'git version 2.30.2' > git fetch --tags --force --progress -- git://linuxtv.org/media_build.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision d5d4c1ff328b8464bd0f55aea299ab5f2a7856ec (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f d5d4c1ff328b8464bd0f55aea299ab5f2a7856ec # timeout=10 Commit message: "VIDEO_HI847 uses new_probe" > git rev-list --no-walk d5d4c1ff328b8464bd0f55aea299ab5f2a7856ec # timeout=10 The recommended git tool is: NONE No credentials specified > git rev-parse d5d4c1ff328b8464bd0f55aea299ab5f2a7856ec^{commit} # timeout=10 The recommended git tool is: NONE No credentials specified [GitCheckoutListener] Recording commits of 'git git://linuxtv.org/media_build.git' [GitCheckoutListener] Found previous build 'media-build #3837' that contains recorded Git commits [GitCheckoutListener] -> Starting recording of new commits since 'd5d4c1f' [GitCheckoutListener] -> Using head commit 'd5d4c1f' as starting point [GitCheckoutListener] -> Git commit decorator could not be created for SCM 'hudson.plugins.git.GitSCM@6e090742' [GitCheckoutListener] -> No new commits found [media-build] $ /bin/sh -xe /tmp/jenkins17697904173255286189.sh + make distclean make -C <https://builder.linuxtv.org/job/media-build/ws/v4l> distclean make[1]: Entering directory '<https://builder.linuxtv.org/job/media-build/ws/v4l'> rm -f *~ *.o *.ko .*.o.cmd .*.ko.cmd *.mod.c av7110_firm.h fdump \ config-compat.h Module.symvers Module.markers modules.order \ *.unsigned .*.ko.unsigned.cmd rm -f .version .*.o.flags .*.o.d *.mod.gcno Makefile.media \ Kconfig Kconfig.kern .config .config.cmd .myconfig \ .kconfig.dep config-mycompat.h rm -rf .tmp_versions .tmp*.ver .tmp*.o .*.gcno .cache.mk rm -f scripts/lxdialog scripts/kconfig make[1]: Leaving directory '<https://builder.linuxtv.org/job/media-build/ws/v4l'> + ./build Checking if the needed tools for Debian GNU/Linux 11 (bullseye) are available Needed package dependencies are met. ************************************************************ * This script will download the latest tarball and build it* * Assuming that your kernel is compatible with the latest * * drivers. If not, you'll need to add some extra backports,* * ./backports/<kernel> directory. * * It will also update this tree to be sure that all compat * * bits are there, to avoid compilation failures * ************************************************************ ************************************************************ * All drivers and build system are under GPLv2 License * * Firmware files are under the license terms found at: * * http://www.linuxtv.org/downloads/firmware/ * * Please abort in the next 5 secs if you don't agree with * * the license * ************************************************************ Not aborted. It means that the licence was agreed. Proceeding... **************************** Updating the building system **************************** hint: Pulling without specifying how to reconcile divergent branches is hint: discouraged. You can squelch this message by running one of the following hint: commands sometime before your next pull: hint: hint: git config pull.rebase false # merge (the default strategy) hint: git config pull.rebase true # rebase hint: git config pull.ff only # fast-forward only hint: hint: You can replace "git config" with "git config --global" to set a default hint: preference for all repositories. You can also pass --rebase, --no-rebase, hint: or --ff-only on the command line to override the configured default per hint: invocation.