[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [freebsd-master test] 124770: trouble: broken/pass
flight 124770 freebsd-master real [real] http://logs.test-lab.xenproject.org/osstest/logs/124770/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64-freebsd-again <job status> broken build-amd64-freebsd-again 5 host-install(5) broken REGR. vs. 124766 version targeted for testing: freebsd ee7076ae8a62ad170037180d45f05a07f4d83334 baseline version: freebsd d27905c3a3df138b9b6c6d0eade689ecb13706fc Last test of basis 124766 2018-06-27 16:11:00 Z 0 days Testing same since 124770 2018-06-27 20:41:03 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: bdrewery <bdrewery@xxxxxxxxxxx> brd <brd@xxxxxxxxxxx> gjb <gjb@xxxxxxxxxxx> jhb <jhb@xxxxxxxxxxx> trasz <trasz@xxxxxxxxxxx> jobs: build-amd64-freebsd-again broken build-amd64-freebsd pass ------------------------------------------------------------ sg-report-flight on osstest.test-lab.xenproject.org logs: /home/logs/logs images: /home/logs/images Logs, config files, etc. are available at http://logs.test-lab.xenproject.org/osstest/logs Explanation of these reports, and of osstest in general, is at http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master Test harness code can be found at http://xenbits.xen.org/gitweb?p=osstest.git;a=summary broken-job build-amd64-freebsd-again broken broken-step build-amd64-freebsd-again host-install(5) Not pushing. ------------------------------------------------------------ commit ee7076ae8a62ad170037180d45f05a07f4d83334 Author: bdrewery <bdrewery@xxxxxxxxxxx> Date: Wed Jun 27 19:29:15 2018 +0000 Don't use CCACHE for linking. MFC after: 2 weeks Sponsored by: Dell EMC commit 4cf8e902f8fdcf15469c62159a1e88f6c1a3a9da Author: trasz <trasz@xxxxxxxxxxx> Date: Wed Jun 27 19:28:37 2018 +0000 Fix description for the "autoconf" ifconfig(8) flag; it's an address property, not something you set for an interface. MFC after: 2 weeks commit 99a956a88b6502fe42f03a5779cd442f6b9a2873 Author: brd <brd@xxxxxxxxxxx> Date: Wed Jun 27 19:10:32 2018 +0000 Chase the pwd_mkdb endian changes. Approved by: bapt (mentor) commit a472a4a1499996e803e1c1bff883be2b2c50fc62 Author: bdrewery <bdrewery@xxxxxxxxxxx> Date: Wed Jun 27 18:43:34 2018 +0000 Follow-up r335706: Fix LLVM_TARGET_ALL handling to use TARGET_ARCH. Pointyhat to: bdrewery MFC after: 2 weeks X-MFC-with: r335706 Reported by: Mark Millard Sponsored by: Dell EMC commit 18ddcb43ebef97d31864845d7191aa0bec2b1f6b Author: jhb <jhb@xxxxxxxxxxx> Date: Wed Jun 27 18:14:33 2018 +0000 Fix GCC 4.2.1 to honor --sysroot for includes. - Change the C++ directory entries to honor --sysroot if it is set. - Don't define CROSS_INCLUDE_DIR for the cross compiler. Instead, set TARGET_SYSTEM_ROOT to point to WORLDTMP and always define STANDARD_INCLUDE_DIR. - Change STANDARD_INCLUDE_DIR and the C++ include directories to just start with "/usr" always. The compiler will prepend the sysroot when doing cross-builds. GCC_INCLUDE_DIR (which contains headers that ship with the compiler such as intrinsincs rather than OS-supplied headers) remains hardcoded to look in TOOLS_PREFIX. Reviewed by: bdrewery (older version) Sponsored by: DARPA / AFRL Differential Revision: https://reviews.freebsd.org/D15127 commit 65c3d0c931f8cc6e09c41964be52ae4cdd3811b9 Author: jhb <jhb@xxxxxxxxxxx> Date: Wed Jun 27 18:11:47 2018 +0000 Don't hardcode the TOOLS_PREFIX for the startfiles directories. GCC 4.2 prefixes these directories with --sysroot meaning that during buildworld they have a double sysroot. Reviewed by: bdrewery Sponsored by: DARPA / AFRL Differential Revision: https://reviews.freebsd.org/D14780 commit 546ff97837d6d0e8eb3976330366f4772d9f7aa8 Author: gjb <gjb@xxxxxxxxxxx> Date: Wed Jun 27 17:40:29 2018 +0000 Add FreeBSD 11.2. Sponsored by: The FreeBSD Foundation commit 1f4f89f7573ed794caa8a7e4dba903f429c3a50d Author: bdrewery <bdrewery@xxxxxxxxxxx> Date: Wed Jun 27 17:18:12 2018 +0000 Regenerate commit b1324a4ff90f17d77b7f9f14997596fb6dd4389b Author: bdrewery <bdrewery@xxxxxxxxxxx> Date: Wed Jun 27 17:13:36 2018 +0000 Push users towards LLVM_TARGET_ALL. MFC after: 1 week commit fd8c7dd62a8321c3ea4161d70a4cf6ce0700b9c8 Author: bdrewery <bdrewery@xxxxxxxxxxx> Date: Wed Jun 27 16:58:10 2018 +0000 tinderbox: Only build clang/lld once if needed. Need to handle LLD_BOOTSTRAP separately (for archs like i386). This would be much better off with an off-by-default option like SHARED_TOOLCHAIN that universe force-enabled. Then a normal buildworld would store the toolchain there if enabled and otherwise in WORLDTMP with only the 1 arch selected. MFC after: 3 weeks Sponsored by: Dell EMC commit d86fc2ed9be08054c6d0897afe1a2823d9c205ea Author: bdrewery <bdrewery@xxxxxxxxxxx> Date: Wed Jun 27 16:58:07 2018 +0000 CCACHE_BUILD: Don't try using ccache for compile-linking .c files. Without -c ccache just executes the real compiler. MFC after: 2 weeks Sponsored by: Dell EMC commit 90ba157fec4e7aaae6d07b55d76391cd320c88ed Author: bdrewery <bdrewery@xxxxxxxxxxx> Date: Wed Jun 27 16:58:03 2018 +0000 CCACHE_BUILD: Avoid ccache when looking up compiler metadata. MFC after: 2 weeks Sponsored by: Dell EMC commit ca745646422617cf8b7708ef854ad520eff11ac4 Author: bdrewery <bdrewery@xxxxxxxxxxx> Date: Wed Jun 27 16:57:59 2018 +0000 tinderbox: Give details about kernel builds. This is a bit noisy now but it was silent before leading to wondering if it was doing anything. MFC after: 1 week Suggested by: rpokala Sponsored by: Dell EMC commit 9b41f30c42ac284e957251fd308e875b9cefaac9 Author: bdrewery <bdrewery@xxxxxxxxxxx> Date: Wed Jun 27 16:57:56 2018 +0000 Clang: Only build needed target for bootstrap compiler. This will disable the new LLVM_TARGET_ALL option which will only enable the required target. This only impacts the bootstrap compiler in WORLDTMP, not the target compiler that will be installed. MFC after: 2 weeks Reviewed by: sbruno, dim (earlier version) Sponsored by: Dell EMC Differential Revision: https://reviews.freebsd.org/D16021 commit dabae8d6509eabed4c71fdbf76e3e74c716deb51 Author: bdrewery <bdrewery@xxxxxxxxxxx> Date: Wed Jun 27 16:57:51 2018 +0000 Add LLVM_TARGET_ALL option. LLVM_TARGET_* will auto be set based on LLVM_TARGET_ALL and MK_CLANG. If LLVM_TARGET_ALL is disabled, during a cross-build, then SYSTEM_COMPILER and SYSTEM_LINKER are auto disabled. This option should be used by users rather than the per-arch LLVM_TARGET options as it is simpler to maintain for them should the supported target list change. MFC after: 2 weeks Reviewed by: sbruno, dim Sponsored by: Dell EMC Differential Revision: https://reviews.freebsd.org/D16020 commit 2d217115fde5e6a7c265b5f0f4598b37e5be6bb3 Author: bdrewery <bdrewery@xxxxxxxxxxx> Date: Wed Jun 27 16:57:47 2018 +0000 Use dependent options to auto enable _SUPPORT and CLANG_FULL options. MFC after: 1 week Reviewed by: sbruno, dim Sponsored by: Dell EMC Differential Revision: https://reviews.freebsd.org/D16018 commit f0a89858e12b77787360db9a5600eb4ace3b9c8f Author: bdrewery <bdrewery@xxxxxxxxxxx> Date: Wed Jun 27 16:56:46 2018 +0000 Rework check for libclang_rt to see if the needed library exists. Currently libclang_rt is not provided for cross-building and as such is not connected to cross-tools. For building clang once in universe it is likely that libclang_rt won't exist for the universe toolchain but even if it did it would not support anything but the native arch. So explicitly check for support before enabling h_raw. MFC after: 1 week Reviewed by: dim Sponsored by: Dell EMC Differential Revision: https://reviews.freebsd.org/D16012 _______________________________________________ osstest-output mailing list osstest-output@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/osstest-output
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |