platform_ToolchainOptions failing on llvm and llvm-next toolchain buildbots |
||||||
Issue descriptionThis is a new failure that started appearing with 1/17 builds. platform_ToolchainOptions [ FAILED ] platform_ToolchainOptions FAIL: Test -Wl,-z,now 10 failures Some examples: amd64-llvm: https://uberchromegw.corp.google.com/i/chromeos/builders/amd64-llvm-toolchain/builds/129 arm-llvm: https://uberchromegw.corp.google.com/i/chromeos/builders/arm-llvm-toolchain/builds/128 arm64-llvm: https://uberchromegw.corp.google.com/i/chromeos/builders/arm64-llvm-toolchain/builds/127 Also fails on the llvm-next builders for amd64, arm, and arm64.
,
Jan 20 2017
From the logs: 01/17 11:09:34.662 ERROR|platform_Toolchain:0301| Test -Wl,-z,now 10 failures FAILED: /usr/lib64/conntrack-tools/ct_helper_amanda.so /usr/lib64/conntrack-tools/ct_helper_dhcpv6.so /usr/lib64/conntrack-tools/ct_helper_ftp.so /usr/lib64/conntrack-tools/ct_helper_mdns.so /usr/lib64/conntrack-tools/ct_helper_rpc.so /usr/lib64/conntrack-tools/ct_helper_sane.so /usr/lib64/conntrack-tools/ct_helper_ssdp.so /usr/lib64/conntrack-tools/ct_helper_tftp.so /usr/lib64/conntrack-tools/ct_helper_tns.so /usr/sbin/nfct
,
Jan 20 2017
These files are installed by net-firewall/conntrack-tools. It looks like the missing "-z now" is intentional: https://chromium.googlesource.com/chromiumos/overlays/chromiumos-overlay/+/master/net-firewall/conntrack-tools/files/conntrack-tools-1.4.4-lazy-binding.patch The files probably need to be added to the whitelist for the test: https://chromium.googlesource.com/chromiumos/third_party/autotest/+/master/client/site_tests/platform_ToolchainOptions/now_whitelist Not sure why this only started failing now. We started seeing these failures on our builders on 1/17.
,
Jan 25 2017
,
Jan 25 2017
,
Jan 26 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromiumos/third_party/autotest/+/ccb974c059b390993016d85f20897b0264990b5d commit ccb974c059b390993016d85f20897b0264990b5d Author: Manoj Gupta <manojgupta@google.com> Date: Wed Jan 25 19:28:17 2017 platform_ToolchainOptions: Whitelist files from net-firewall/conntrack-tools. nfct is not linked with '-z now' therefore whitelist its files. BUG= chromium:682434 TEST=Verified locally on elm. Change-Id: Ia5b1ad89fa7eb84a6edfa203d86b1bd345cc9944 Reviewed-on: https://chromium-review.googlesource.com/432896 Commit-Ready: Manoj Gupta <manojgupta@chromium.org> Tested-by: Manoj Gupta <manojgupta@chromium.org> Reviewed-by: Luis Lozano <llozano@chromium.org> [modify] https://crrev.com/ccb974c059b390993016d85f20897b0264990b5d/client/site_tests/platform_ToolchainOptions/now_whitelist
,
Jan 26 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromiumos/third_party/autotest/+/ccb974c059b390993016d85f20897b0264990b5d commit ccb974c059b390993016d85f20897b0264990b5d Author: Manoj Gupta <manojgupta@google.com> Date: Wed Jan 25 19:28:17 2017 platform_ToolchainOptions: Whitelist files from net-firewall/conntrack-tools. nfct is not linked with '-z now' therefore whitelist its files. BUG= chromium:682434 TEST=Verified locally on elm. Change-Id: Ia5b1ad89fa7eb84a6edfa203d86b1bd345cc9944 Reviewed-on: https://chromium-review.googlesource.com/432896 Commit-Ready: Manoj Gupta <manojgupta@chromium.org> Tested-by: Manoj Gupta <manojgupta@chromium.org> Reviewed-by: Luis Lozano <llozano@chromium.org> [modify] https://crrev.com/ccb974c059b390993016d85f20897b0264990b5d/client/site_tests/platform_ToolchainOptions/now_whitelist
,
Jan 26 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromiumos/third_party/autotest/+/ccb974c059b390993016d85f20897b0264990b5d commit ccb974c059b390993016d85f20897b0264990b5d Author: Manoj Gupta <manojgupta@google.com> Date: Wed Jan 25 19:28:17 2017 platform_ToolchainOptions: Whitelist files from net-firewall/conntrack-tools. nfct is not linked with '-z now' therefore whitelist its files. BUG= chromium:682434 TEST=Verified locally on elm. Change-Id: Ia5b1ad89fa7eb84a6edfa203d86b1bd345cc9944 Reviewed-on: https://chromium-review.googlesource.com/432896 Commit-Ready: Manoj Gupta <manojgupta@chromium.org> Tested-by: Manoj Gupta <manojgupta@chromium.org> Reviewed-by: Luis Lozano <llozano@chromium.org> [modify] https://crrev.com/ccb974c059b390993016d85f20897b0264990b5d/client/site_tests/platform_ToolchainOptions/now_whitelist
,
Jan 27 2017
,
Mar 17 2017
|
||||||
►
Sign in to add a comment |
||||||
Comment 1 by lloz...@google.com
, Jan 19 2017