Created
January 17, 2019 23:59
-
-
Save sebastianulm/f1bba12ec15bd5cb707f04388b171edd to your computer and use it in GitHub Desktop.
Full output of a failing test for CoreRT
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/yasuo/git/corert/tests/../Tools/msbuild.sh /ds /m /p:IlcPath=/home/yasuo/git/corert/tests/../bin/Linux.x64.Debug /p:Configuration=Debug /p:Platform=x64 /p:OSGroup=Linux /p:RepoLocalBuild=true /p:FrameworkLibPath=/home/yasuo/git/corert/tests/../bin/Linux.x64.Debug/lib /p:FrameworkObjPath=/home/yasuo/git/corert/tests/../bin/obj/Linux.x64.Debug/Framework /home/yasuo/git/corert/tests/src/Simple/Delegates/Delegates.csproj | |
Microsoft (R) Build Engine version 15.8.166+gd4e8d81a88 for .NET Core | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
/usr/bin/clang | |
Generating native code | |
/usr/bin/ld: /home/yasuo/git/corert/tests/src/Simple/Delegates/obj/Debug/x64/native/Delegates.o: relocation R_X86_64_PC32 against symbol `memcpy@@GLIBC_2.14' can not be used when making a PIE object; recompile with -fPIC | |
/usr/bin/ld: final link failed: bad value | |
clang-7 : error : linker command failed with exit code 1 (use -v to see invocation) [/home/yasuo/git/corert/tests/src/Simple/Delegates/Delegates.csproj] | |
/home/yasuo/git/corert/bin/Linux.x64.Debug/build/Microsoft.NETCore.Native.targets(301,5): error MSB3073: The command "clang "/home/yasuo/git/corert/tests/src/Simple/Delegates/obj/Debug/x64/native/Delegates.o" -o "/home/yasuo/git/corert/tests/src/Simple/Delegates/bin/Debug/x64/native/Delegates" /home/yasuo/git/corert/tests/../bin/Linux.x64.Debug/sdk/libbootstrapper.a /home/yasuo/git/corert/tests/../bin/Linux.x64.Debug/sdk/libRuntime.a /home/yasuo/git/corert/tests/../bin/Linux.x64.Debug/sdk/libSystem.Private.CoreLib.Native.a /home/yasuo/git/corert/tests/../bin/Linux.x64.Debug/sdk/libSystem.Private.TypeLoader.Native.a /home/yasuo/git/corert/tests/../bin/Linux.x64.Debug/framework/System.Native.a /home/yasuo/git/corert/tests/../bin/Linux.x64.Debug/framework/System.Globalization.Native.a /home/yasuo/git/corert/tests/../bin/Linux.x64.Debug/framework/System.IO.Compression.Native.a /home/yasuo/git/corert/tests/../bin/Linux.x64.Debug/framework/System.Net.Http.Native.a /home/yasuo/git/corert/tests/../bin/Linux.x64.Debug/framework/System.Net.Security.Native.a /home/yasuo/git/corert/tests/../bin/Linux.x64.Debug/framework/System.Security.Cryptography.Native.OpenSsl.a -g -Wl,-rpath,'$ORIGIN' -Wl,--as-needed -pthread -lstdc++ -ldl -lm -lcurl -lz -lgssapi_krb5 -lrt" exited with code 1. [/home/yasuo/git/corert/tests/src/Simple/Delegates/Delegates.csproj] | |
Running test /home/yasuo/git/corert/tests/src/Simple/Delegates Delegates | |
/home/yasuo/git/corert/tests/src/Simple/Delegates/Delegates.sh: line 2: /home/yasuo/git/corert/tests/src/Simple/Delegates/bin/Debug/x64/native/Delegates: No such file or directory | |
fail |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment