-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
team-infraOwned by Infrastructure teamOwned by Infrastructure team
Description
Whe the test artifacts are built on an x86 machine and they try to run on another x86 machine they fail with the following error:
Ld /Users/chrome-bot/Library/Developer/Xcode/DerivedData/IosUnitTests-avzmbegakjeozwdbpygeoymtgkym/Build/Products/Debug-iphonesimulator/IosUnitTests.app/PlugIns/IosUnitTestsTests.xctest/IosUnitTestsTests normal (in target 'IosUnitTestsTests' from project 'IosUnitTests')
cd /Volumes/Work/s/w/ir/cache/builder/src/flutter/testing/ios/IosUnitTests
/Volumes/Work/s/w/ir/cache/osx_sdk/xcode_14e300c_runtime_ios-16-4_14e300c_ios-16-2_14c18/XCode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target x86_64-apple-ios12.2-simulator -bundle -isysroot /Volumes/Work/s/w/ir/cache/osx_sdk/xcode_14e300c_runtime_ios-16-4_14e300c_ios-16-2_14c18/XCode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -L/Users/chrome-bot/Library/Developer/Xcode/DerivedData/IosUnitTests-avzmbegakjeozwdbpygeoymtgkym/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphonesimulator -L/Users/chrome-bot/Library/Developer/Xcode/DerivedData/IosUnitTests-avzmbegakjeozwdbpygeoymtgkym/Build/Products/Debug-iphonesimulator -L/Volumes/Work/s/w/ir/cache/builder/src/flutter/testing/ios/IosUnitTests/Tests -L../../../../out/ios_debug_sim_arm64 -L../../../../out/ios_debug_sim_arm64/obj/flutter/shell/platform/darwin/ios/ -L../../../../out/ios_debug_sim_arm64/obj/third_party/ocmock/ -L/Volumes/Work/s/w/ir/cache/builder/src/flutter/testing/ios/IosUnitTests -L/Volumes/Work/s/w/ir/cache/osx_sdk/xcode_14e300c_runtime_ios-16-4_14e300c_ios-16-2_14c18/XCode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F/Users/chrome-bot/Library/Developer/Xcode/DerivedData/IosUnitTests-avzmbegakjeozwdbpygeoymtgkym/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphonesimulator -F/Users/chrome-bot/Library/Developer/Xcode/DerivedData/IosUnitTests-avzmbegakjeozwdbpygeoymtgkym/Build/Products/Debug-iphonesimulator -iframework /Volumes/Work/s/w/ir/cache/osx_sdk/xcode_14e300c_runtime_ios-16-4_14e300c_ios-16-2_14c18/XCode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -iframework /Volumes/Work/s/w/ir/cache/osx_sdk/xcode_14e300c_runtime_ios-16-4_14e300c_ios-16-2_14c18/XCode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk/Developer/Library/Frameworks -filelist /Users/chrome-bot/Library/Developer/Xcode/DerivedData/IosUnitTests-avzmbegakjeozwdbpygeoymtgkym/Build/Intermediates.noindex/IosUnitTests.build/Debug-iphonesimulator/IosUnitTestsTests.build/Objects-normal/x86_64/IosUnitTestsTests.LinkFileList -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @executable_path -Xlinker -rpath -Xlinker @executable_path/Frameworks -dead_strip -bundle_loader /Users/chrome-bot/Library/Developer/Xcode/DerivedData/IosUnitTests-avzmbegakjeozwdbpygeoymtgkym/Build/Products/Debug-iphonesimulator/IosUnitTests.app/IosUnitTests -Xlinker -object_path_lto -Xlinker /Users/chrome-bot/Library/Developer/Xcode/DerivedData/IosUnitTests-avzmbegakjeozwdbpygeoymtgkym/Build/Intermediates.noindex/IosUnitTests.build/Debug-iphonesimulator/IosUnitTestsTests.build/Objects-normal/x86_64/IosUnitTestsTests_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-link-runtime -L../../../../out/ios_debug_sim_arm64 -locmock_shared -ObjC -lios_test_flutter -framework XCTest -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/chrome-bot/Library/Developer/Xcode/DerivedData/IosUnitTests-avzmbegakjeozwdbpygeoymtgkym/Build/Intermediates.noindex/IosUnitTests.build/Debug-iphonesimulator/IosUnitTestsTests.build/Objects-normal/x86_64/IosUnitTestsTests_dependency_info.dat -o /Users/chrome-bot/Library/Developer/Xcode/DerivedData/IosUnitTests-avzmbegakjeozwdbpygeoymtgkym/Build/Products/Debug-iphonesimulator/IosUnitTests.app/PlugIns/IosUnitTestsTests.xctest/IosUnitTestsTests
ld: warning: ignoring file ../../../../out/ios_debug_sim_arm64/libocmock_shared.dylib, building for iOS Simulator-x86_64 but attempting to link with file built for iOS Simulator-arm64
ld: warning: ignoring file ../../../../out/ios_debug_sim_arm64/libios_test_flutter.dylib, building for iOS Simulator-x86_64 but attempting to link with file built for iOS Simulator-arm64
Metadata
Metadata
Assignees
Labels
team-infraOwned by Infrastructure teamOwned by Infrastructure team