FreeBSD_HEAD_amd64_gcc4.9 - Build #247 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/247/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/247/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/247/console Change summaries: 285903 by marcel: Change the dev argument from a full path to just the device identification (e.g. isa:0x3f0 or pci0:2:1:0). In libbus, the device is turned into a path name. For bus_space_map(), the resource is now specified in a second argument. Before: bus.map('/dev/proto/pci0:2:1:0/pcicfg') busdma.tag_create('/dev/proto/pci0:2:1:0/busdma', ...) Now: bus.map('pci0:2:1:0', 'pcicfg') busdma.tag_create('pci0:2:1:0', ...) The end of the build log: Started by upstream project "FreeBSD_HEAD" build number 3010 originally caused by: Started by an SCM change Started by an SCM change Building remotely on jenkins10a.freebsd.org (FreeBSD-10) in workspace /builds/FreeBSD_HEAD_amd64_gcc4.9 Updating svn://svn.freebsd.org/base/head at revision '2015-07-27T02:53:35.236 +0000' U tools/bus_space/busdma.c U tools/bus_space/bus.h U tools/bus_space/Python/lang.c U tools/bus_space/C/lang.c U tools/bus_space/C/libbus.h U tools/bus_space/bus.c At revision 285904 No emails were triggered. [FreeBSD_HEAD_amd64_gcc4.9] $ /bin/sh -xe /tmp/hudson7593979475049397604.sh + cat + svn revert Makefile.inc1 + svn revert sys/boot/i386/Makefile Reverted 'sys/boot/i386/Makefile' + patch -f Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: sys/boot/i386/Makefile |=================================================================== |--- sys/boot/i386/Makefile (revision 280912) |+++ sys/boot/i386/Makefile (working copy) -------------------------- Patching file sys/boot/i386/Makefile using Plan A... Hunk #1 succeeded at 12. Hmm... Ignoring the trailing garbage. done + /vm/freebsd-ci/scripts/build/cross-build.sh + [ -z /builds/FreeBSD_HEAD_amd64_gcc4.9 ] + [ -z amd64 ] + export MAKEOBJDIRPREFIX=/builds/FreeBSD_HEAD_amd64_gcc4.9/obj + mkdir -p /builds/FreeBSD_HEAD_amd64_gcc4.9/obj + echo -e 'NO_WERROR=yes WERROR= ' + cat + set +x -------------------------------------------------------------- >>> /builds/FreeBSD_HEAD_amd64_gcc4.9/make.conf contains: + cat /builds/FreeBSD_HEAD_amd64_gcc4.9/make.conf # Put make.conf entries here NO_WERROR=yes WERROR= + set +x -------------------------------------------------------------- + sudo pkg install -y devel/amd64-xtoolchain-gcc Updating FreeBSD repository catalogue... Fetching meta.txz: . done Fetching packagesite.txz: .......... done Processing entries: .......... done FreeBSD repository update completed. 24303 packages processed. pkg: No packages available to install matching 'devel/amd64-xtoolchain-gcc' have been found in the repositories Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE IRC notifier plugin: Sending notification to: #freebsd-commits Email was triggered for: Failure - Any Sending email for trigger: Failure - AnyReceived on Mon Jul 27 2015 - 00:55:18 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:58 UTC