| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
minizip/zip.c:1864:5: warning: no previous prototype for 'Write_GlobalComment' [-Wmissing-prototypes]
1864 | int Write_GlobalComment(zip64_internal* zi, const char* global_comment)
| ^~~~~~~~~~~~~~~~~~~
CCLD libMonoPosixHelper.la
CC supportw.lo
CC support-heap.lo
CCLD libMonoSupportW.la
make[3]: Leaving directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/support'
Making all in data
make[3]: Entering directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/data'
Making all in net_2_0
make[4]: Entering directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/data/net_2_0'
Making all in Browsers
make[5]: Entering directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/data/net_2_0/Browsers'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/data/net_2_0/Browsers'
make[5]: Entering directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/data/net_2_0'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/data/net_2_0'
make[4]: Leaving directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/data/net_2_0'
Making all in net_4_0
make[4]: Entering directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/data/net_4_0'
Making all in Browsers
make[5]: Entering directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/data/net_4_0/Browsers'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/data/net_4_0/Browsers'
make[5]: Entering directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/data/net_4_0'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/data/net_4_0'
make[4]: Leaving directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/data/net_4_0'
Making all in net_4_5
make[4]: Entering directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/data/net_4_5'
Making all in Browsers
make[5]: Entering directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/data/net_4_5/Browsers'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/data/net_4_5/Browsers'
make[5]: Entering directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/data/net_4_5'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/data/net_4_5'
make[4]: Leaving directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/data/net_4_5'
make[4]: Entering directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/data'
cp gdb/mono-gdb.py mono-sgen-gdb.py
make[4]: Leaving directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/data'
make[3]: Leaving directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/data'
Making all in runtime
make[3]: Entering directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/runtime'
cp ../data/config etc/mono/config
if test -d "/workdir/instance-1/output-1/build/host-mono-6.12.0.182/support"; then \
sed 's,target="$mono_libdir/libMonoPosixHelper.so",target="/workdir/instance-1/output-1/build/host-mono-6.12.0.182/support/libMonoPosixHelper.la",' etc/mono/config > etc/mono/config.tmp \
&& mv etc/mono/config.tmp etc/mono/config \
; \
else \
echo "Unknown directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/support'" && false; \
fi
if test -d "/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mono/native"; then \
sed 's,target="$mono_libdir/libmono-native.so",target="/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mono/native/libmono-native.la",' etc/mono/config > etc/mono/config.tmp \
&& mv etc/mono/config.tmp etc/mono/config \
; \
else \
echo "Unknown directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mono/native'" && false; \
fi
if test -d "/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mono/btls/build-shared"; then \
sed 's,target="$mono_libdir/libmono-btls-shared.so",target="/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mono/btls/build-shared/libmono-btls-shared.so",' etc/mono/config > etc/mono/config.tmp \
&& mv etc/mono/config.tmp etc/mono/config \
; \
else \
echo "Unknown directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mono/btls/build-shared'"; \
fi
Unknown directory '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mono/btls/build-shared'
if test -n ""; then \
sed 's,target="libgdiplus.so.0",target="",' etc/mono/config > etc/mono/config.tmp \
&& mv etc/mono/config.tmp etc/mono/config \
; \
fi
cat etc/mono/config
/bin/sh ../mkinstalldirs _tmpinst/bin
mkdir -p -- _tmpinst/bin
cp mono-wrapper _tmpinst/bin/mono
echo '#! /bin/sh' > _tmpinst/bin/ilasm ; \
r=`pwd`; m=`cd /workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs && pwd`; \
echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/ilasm/ilasm.exe"'" "$@"' >> _tmpinst/bin/ilasm ; \
chmod +x _tmpinst/bin/ilasm
echo '#! /bin/sh' > _tmpinst/bin/csc ; \
r=`pwd`; m=`cd /workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs && pwd`; \
echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/roslyn-binaries/Microsoft.Net.Compilers/3.9.0/csc.exe"'" "$@"' >> _tmpinst/bin/csc ; \
chmod +x _tmpinst/bin/csc
echo '#! /bin/sh' > _tmpinst/bin/mcs ; \
r=`pwd`; m=`cd /workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs && pwd`; \
echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_4_x/mcs.exe"'" "$@"' >> _tmpinst/bin/mcs ; \
chmod +x _tmpinst/bin/mcs
echo '#! /bin/sh' > _tmpinst/bin/al ; \
r=`pwd`; m=`cd /workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs && pwd`; \
echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_4_x/al.exe"'" "$@"' >> _tmpinst/bin/al ; \
chmod +x _tmpinst/bin/al
if test -w /workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs; then :; else chmod -R +w /workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs; fi
cd /workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs && /usr/bin/make --no-print-directory -s NO_DIR_CHECK=1 PROFILES='binary_reference_assemblies net_4_x xbuild_12 xbuild_14 ' CC='/usr/bin/gcc' all-profiles
mkdir -p -- build/deps
make[7]: mono: No such file or directory
make[7]: *** [build/profiles/build.make:134: build/deps/basic-profile-check.exe] Error 127
*** The runtime 'mono' doesn't appear to be usable.
*** Trying the 'monolite-linux/1A5E0066-58DC-428A-B21C-0AD6CDAE2789' directory.
Microsoft (R) Visual C# Compiler version 3.9.0-6.21124.20 (db94f4cc)
Copyright (C) Microsoft Corporation. All rights reserved.
fatal: not a git repository: '.'
fatal: not a git repository: '.'
fatal: not a git repository: '.'
fatal: not a git repository: '.'
mkdir -p -- ../../class/lib/build-linux/tmp/
CSC [build-linux] gensources.exe
Makefile:20: warning: overriding recipe for target 'test-local'
../../build/library.make:208: warning: ignoring old recipe for target 'test-local'
Makefile:20: warning: overriding recipe for target 'test-local'
../../build/library.make:208: warning: ignoring old recipe for target 'test-local'
CSC [build-linux] Mono.Cecil.dll
CSC [build-linux] cil-stringreplacer.exe
CSC [build-linux] PEAPI.dll
./../jay/jay: 7 rules never reduced
./../jay/jay: 14 shift/reduce conflicts.
CSC [build-linux] ilasm.exe
Assembling '../../class/corlib/System.Runtime.CompilerServices/Unsafe.il' , no listing file, to dll --> '../../class/lib/build-linux/corlib.unsafe.dll.tmp'
../../class/corlib/System.Runtime.CompilerServices/Unsafe.il : Warning -- Reference to undeclared extern assembly 'mscorlib', adding.
Operation completed successfully
CSC [build-linux] mscorlib.dll
CSC [build-linux] Mono.Security.dll
CSC [build-linux] System.dll
CSC [build-linux] System.Xml.dll
CSC [build-linux] System.Security.dll
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/Common/src/System/Security/Cryptography/Asn1V2.cs(405,13): warning CS0114: 'SpanBasedEncoding.GetByteCount(ReadOnlySpan)' hides inherited member 'Encoding.GetByteCount(ReadOnlySpan)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/Common/src/System/Security/Cryptography/Asn1V2.cs(440,13): warning CS0114: 'SpanBasedEncoding.GetCharCount(ReadOnlySpan)' hides inherited member 'Encoding.GetCharCount(ReadOnlySpan)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs(109,24): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs(137,24): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs(348,13): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs(316,21): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs(481,21): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Pal/AnyOS/ManagedPal.Encrypt.cs(82,55): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Pal/AnyOS/ManagedPal.Encrypt.cs(147,20): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs(712,20): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs(749,31): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs(123,51): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs(172,51): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs(226,52): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Pal/AnyOS/ManagedPal.cs(19,28): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Pal/AnyOS/ManagedPal.cs(25,21): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
CSC [build-linux] Mono.Posix.dll
Mono.Unix/UnixEncoding.cs(312,44): warning CS3001: Argument type 'char*' is not CLS-compliant
Mono.Unix/UnixEncoding.cs(312,72): warning CS3001: Argument type 'byte*' is not CLS-compliant
CSC [build-linux] System.Core.dll
Makefile:20: warning: overriding recipe for target 'test-local'
../../build/library.make:208: warning: ignoring old recipe for target 'test-local'
Makefile:20: warning: overriding recipe for target 'test-local'
../../build/library.make:208: warning: ignoring old recipe for target 'test-local'
CSC [build-linux] System.Configuration.dll
CSC [build-linux] System.ComponentModel.Composition.dll
CSC [build-linux] System.Numerics.dll
CSC [build-linux] System.Xml.Linq.dll
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Private.Xml.Linq/src/System/Xml/XPath/XNodeNavigator.cs(36,27): warning CS0108: 'XNodeNavigator.TextMask' hides inherited member 'XPathNavigator.TextMask'. Use the new keyword if hiding was intended.
CSC [build-linux] System.IO.Compression.dll
CSC [build-linux] System.IO.Compression.FileSystem.dll
Makefile:18: warning: overriding recipe for target 'clean-local'
../../../build/library.make:205: warning: ignoring old recipe for target 'clean-local'
Makefile:18: warning: overriding recipe for target 'clean-local'
../../../build/library.make:205: warning: ignoring old recipe for target 'clean-local'
Makefile:18: warning: overriding recipe for target 'clean-local'
../../../build/library.make:205: warning: ignoring old recipe for target 'clean-local'
Makefile:16: warning: overriding recipe for target 'clean-local'
../../../build/library.make:205: warning: ignoring old recipe for target 'clean-local'
Makefile:16: warning: overriding recipe for target 'clean-local'
../../../build/library.make:205: warning: ignoring old recipe for target 'clean-local'
Makefile:16: warning: overriding recipe for target 'clean-local'
../../../build/library.make:205: warning: ignoring old recipe for target 'clean-local'
CSC [build-linux] System.Net.Http.dll
CSC [build-linux] System.Net.Http.WebRequest.dll
System.Net.Http.WebRequest/WebRequestHandler.cs(39,3): warning CS0436: The type 'MonoWebRequestHandler' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Net.Http.WebRequest/../System.Net.Http/MonoWebRequestHandler.cs' conflicts with the imported type 'MonoWebRequestHandler' in 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Net.Http.WebRequest/../System.Net.Http/MonoWebRequestHandler.cs'.
System.Net.Http.WebRequest/WebRequestHandler.cs(48,22): warning CS0436: The type 'MonoWebRequestHandler' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Net.Http.WebRequest/../System.Net.Http/MonoWebRequestHandler.cs' conflicts with the imported type 'MonoWebRequestHandler' in 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Net.Http.WebRequest/../System.Net.Http/MonoWebRequestHandler.cs'.
System.Net.Http.WebRequest/WebRequestHandler.cs(44,16): warning CS0436: The type 'MonoWebRequestHandler' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Net.Http.WebRequest/../System.Net.Http/MonoWebRequestHandler.cs' conflicts with the imported type 'MonoWebRequestHandler' in 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Net.Http.WebRequest/../System.Net.Http/MonoWebRequestHandler.cs'.
CSC [build-linux] System.Drawing.dll
mkdir -p -- ../../../class/lib/build-linux/Facades/
CSC [build-linux] System.Runtime.dll
CSC [build-linux] System.Reflection.dll
CSC [build-linux] System.Collections.dll
CSC [build-linux] System.Resources.ResourceManager.dll
CSC [build-linux] System.Globalization.dll
CSC [build-linux] System.Threading.Tasks.dll
CSC [build-linux] System.Collections.Concurrent.dll
CSC [build-linux] System.Text.Encoding.dll
CSC [build-linux] System.IO.dll
CSC [build-linux] System.Threading.dll
CSC [build-linux] System.Diagnostics.Debug.dll
CSC [build-linux] System.Linq.Expressions.dll
CSC [build-linux] System.Dynamic.Runtime.dll
CSC [build-linux] System.Linq.dll
CSC [build-linux] System.Threading.Tasks.Parallel.dll
CSC [build-linux] System.Xml.ReaderWriter.dll
CSC [build-linux] System.Diagnostics.Tools.dll
CSC [build-linux] System.Reflection.Primitives.dll
CSC [build-linux] System.Runtime.Extensions.dll
CSC [build-linux] System.Runtime.InteropServices.dll
CSC [build-linux] System.Text.Encoding.Extensions.dll
CSC [build-linux] System.Runtime.Numerics.dll
CSC [build-linux] System.Xml.XDocument.dll
CSC [build-linux] System.Reflection.Extensions.dll
CSC [build-linux] System.IO.FileSystem.Primitives.dll
CSC [build-linux] System.IO.FileSystem.dll
CSC [build-linux] System.Diagnostics.FileVersionInfo.dll
CSC [build-linux] System.Security.Cryptography.Primitives.dll
CSC [build-linux] System.Security.Cryptography.Algorithms.dll
CSC [build-linux] System.ValueTuple.dll
CSC [build-linux] System.Text.Encoding.CodePages.dll
CSC [build-linux] System.Text.RegularExpressions.dll
CSC [build-linux] System.Diagnostics.Contracts.dll
CSC [build-linux] System.Diagnostics.Tracing.dll
CSC [build-linux] System.Net.Primitives.dll
CSC [build-linux] netstandard.dll
CSC [build-linux] resgen.exe
CSC [build-linux] gacutil.exe
CSC [build-linux] sn.exe
CSC [build-linux] culevel.exe
CompileUplevel.cs(943,25): warning CS0618: 'CodeDomProvider.CreateGenerator()' is obsolete: 'Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method.'
CSC [build-linux] upload-to-sentry.exe
CSC [build-linux] mono-helix-client.exe
CSC [build-linux] commoncryptogenerator.exe
CSC [build-linux] resx2sr.exe
CSC [build-linux] monolinker.exe
CSC [build-linux] mono-cil-strip.exe
Mono.Cecil/HashCodeProvider.cs(33,43): warning CS0618: 'IHashCodeProvider' is obsolete: 'Please use IEqualityComparer instead.'
Mono.Cecil.Metadata/BlobHeap.cs(57,36): warning CS0618: 'IHashCodeProvider' is obsolete: 'Please use IEqualityComparer instead.'
Mono.Cecil/ExternTypeCollection.cs(85,60): warning CS0618: 'NameObjectCollectionBase.NameObjectCollectionBase(IHashCodeProvider, IComparer)' is obsolete: 'Please use NameObjectCollectionBase(IEqualityComparer) instead.'
Mono.Cecil/TypeDefinitionCollection.cs(85,64): warning CS0618: 'NameObjectCollectionBase.NameObjectCollectionBase(IHashCodeProvider, IComparer)' is obsolete: 'Please use NameObjectCollectionBase(IEqualityComparer) instead.'
Mono.Cecil/TypeReferenceCollection.cs(85,63): warning CS0618: 'NameObjectCollectionBase.NameObjectCollectionBase(IHashCodeProvider, IComparer)' is obsolete: 'Please use NameObjectCollectionBase(IEqualityComparer) instead.'
Mono.Cecil.Cil/SymbolStoreHelper.cs(67,29): warning CS0618: 'Assembly.LoadWithPartialName(string)' is obsolete: 'This method has been deprecated. Please use Assembly.Load() instead. http://go.microsoft.com/fwlink/?linkid=14202'
Mono.Cecil.Metadata/MetadataWriter.cs(134,18): warning CS0618: 'Hashtable.Hashtable(IHashCodeProvider, IComparer)' is obsolete: 'Please use Hashtable(IEqualityComparer) instead.'
Mono.Cecil.Binary/ExportTable.cs(37,17): warning CS0649: Field 'ExportTable.Name' is never assigned to, and will always have its default value null
CSC [build-linux] mono-api-info.exe
CSC [build-linux] mono-api-diff.exe
CSC [build-linux] mono-api-html.exe
Attempting to start compiler server...
Log location set to /workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/build/compiler-server.log
cd /workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs; bash -c "RoslynCommandLineLogFile=/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/build/compiler-server.log MONO_PATH="/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/lib/build:/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/lib/build/Facades:$MONO_PATH" '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/runtime/mono-wrapper' --gc-params=nursery-size=64m "/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/roslyn-binaries/Microsoft.Net.Compilers/3.9.0/VBCSCompiler.exe" -pipename:monomake &"
Compiler server started.
Creating ../../build/deps/linux_net_4_x_System.Security_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Security_xtest.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_Mono.Posix_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Core_test.dll.makefrag ...
// Error(s) in file /workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Core/System.Core_xtest.dll.sources:
File does not exist: '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Core/corefx/SR.tests.cs'
// gensources produced 1 error(s) and a set of 427 filename(s)
// Invoked with '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/linux_net_4_x_System.Core_xtest.dll.response System.Core_xtest.dll linux net_4_x'
// Working directory was '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Core'
// Error(s) in file /workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Core/System.Core_xtest.dll.sources:
File does not exist: '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Core/corefx/SR.tests.cs'
// gensources produced 1 error(s) and a set of 427 filename(s)
// Invoked with '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/linux_net_4_x_System.Core_xtest.dll.response System.Core_xtest.dll linux net_4_x'
// Working directory was '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Core'
Makefile:20: warning: overriding recipe for target 'test-local'
../../build/library.make:208: warning: ignoring old recipe for target 'test-local'
Creating ../../build/deps/linux_net_4_x_System.Configuration_test.dll.makefrag ...
Makefile:20: warning: overriding recipe for target 'test-local'
../../build/library.make:208: warning: ignoring old recipe for target 'test-local'
Creating ../../build/deps/linux_net_4_x_System.Drawing_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Drawing_xtest.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.IO.Compression_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.IO.Compression_xtest.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.IO.Compression.FileSystem_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Transactions_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Numerics_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Numerics_xtest.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Data_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Data_xtest.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.ComponentModel.DataAnnotations_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Runtime.Serialization.Formatters.Soap_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Windows.Forms_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_Mono.Data.Sqlite_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_Novell.Directory.Ldap_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.DirectoryServices_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Design_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Web.Services_test.dll.makefrag ...
Makefile:417: warning: overriding recipe for target 'clean-local'
../../build/library.make:205: warning: ignoring old recipe for target 'clean-local'
Creating ../../build/deps/linux_net_4_x_System.Web_test.dll.makefrag ...
Creating ../../build/deps/System.Web_standalone_test_net_4_x.dll.makefrag ...
Creating ../../build/deps/net_4_x_standalone-runner-support.dll.makefrag ...
Makefile:417: warning: overriding recipe for target 'clean-local'
../../build/library.make:205: warning: ignoring old recipe for target 'clean-local'
Creating ../../build/deps/linux_net_4_x_System.Runtime.Remoting_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Data.OracleClient_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_Commons.Xml.Relaxng_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_Mono.Messaging_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Messaging_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.ServiceProcess_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_Microsoft.CSharp_xtest.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Runtime.Serialization_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Runtime.Serialization_xtest.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Xml.Linq_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Xml.Linq_xtest.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Data.Linq_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Web.Abstractions_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Web.Routing_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Runtime.DurableInstancing_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.IdentityModel_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.ServiceModel_test.dll.makefrag ...
Creating ../../build/deps/System.Web.Extensions_standalone_test_net_4_x.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Web.Extensions_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Web.DynamicData_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Xaml_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_WindowsBase_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.ServiceModel.Discovery_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Runtime.Caching_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.ServiceModel.Web_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Net.Http_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Net.Http.WebRequest_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_Cscompmgd_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_Mono.CSharp_test.dll.makefrag ...
../../build/tests.make:279: warning: overriding recipe for target '../../class/lib/net_4_x/tests'
Makefile:26: warning: ignoring old recipe for target '../../class/lib/net_4_x/tests'
Creating ../../build/deps/linux_net_4_x_Mono.Debugger.Soft_test.dll.makefrag ...
../../build/tests.make:279: warning: overriding recipe for target '../../class/lib/net_4_x/tests'
Makefile:26: warning: ignoring old recipe for target '../../class/lib/net_4_x/tests'
Creating ../../build/deps/linux_net_4_x_Mono.C5_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_Mono.Options_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_Mono.Tasklets_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_Mono.CodeContracts_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_Mono.Parallel_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_Mono.Messaging.RabbitMQ_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_Mono.Data.Tds_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Windows.Forms.DataVisualization_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Data.Services_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Data.DataSetExtensions_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Json_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Json_xtest.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Json.Microsoft_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Threading.Tasks.Dataflow_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Threading.Tasks.Dataflow_xtest.dll.makefrag ...
// Error(s) in file /workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.ComponentModel.Composition.4.5/System.ComponentModel.Composition_xtest.dll.sources:
Directory does not exist: '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.ComponentModel.Composition.4.5/corefx'
// gensources produced 1 error(s) and a set of 148 filename(s)
// Invoked with '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/linux_net_4_x_System.ComponentModel.Composition_xtest.dll.response System.ComponentModel.Composition_xtest.dll linux net_4_x'
// Working directory was '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.ComponentModel.Composition.4.5'
// Error(s) in file /workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.ComponentModel.Composition.4.5/System.ComponentModel.Composition_xtest.dll.sources:
Directory does not exist: '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.ComponentModel.Composition.4.5/corefx'
// gensources produced 1 error(s) and a set of 148 filename(s)
// Invoked with '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/linux_net_4_x_System.ComponentModel.Composition_xtest.dll.response System.ComponentModel.Composition_xtest.dll linux net_4_x'
// Working directory was '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.ComponentModel.Composition.4.5'
Creating ../../build/deps/linux_net_4_x_WebMatrix.Data_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_monodoc_test.dll.makefrag ...
// Error(s) in file /workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/Mono.Profiler.Log/Mono.Profiler.Log_xtest.dll.sources:
File does not exist: '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/Mono.Profiler.Log/Test/ProfilerTestRun.cs'
File does not exist: '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/Mono.Profiler.Log/Test/ProfilerTests.cs'
// gensources produced 2 error(s) and a set of 1 filename(s)
// Invoked with '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/linux_net_4_x_Mono.Profiler.Log_xtest.dll.response Mono.Profiler.Log_xtest.dll linux net_4_x'
// Working directory was '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/Mono.Profiler.Log'
// Error(s) in file /workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/Mono.Profiler.Log/Mono.Profiler.Log_xtest.dll.sources:
File does not exist: '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/Mono.Profiler.Log/Test/ProfilerTestRun.cs'
File does not exist: '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/Mono.Profiler.Log/Test/ProfilerTests.cs'
// gensources produced 2 error(s) and a set of 1 filename(s)
// Invoked with '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/linux_net_4_x_Mono.Profiler.Log_xtest.dll.response Mono.Profiler.Log_xtest.dll linux net_4_x'
// Working directory was '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/Mono.Profiler.Log'
Creating ../../build/deps/linux_net_4_x_Mono.Runtime.Tests_test.dll.makefrag ...
Makefile:17: warning: overriding recipe for target '../../class/lib/net_4_x-linux/System.Runtime.CompilerServices.Unsafe.dll'
../../build/library.make:335: warning: ignoring old recipe for target '../../class/lib/net_4_x-linux/System.Runtime.CompilerServices.Unsafe.dll'
Creating ../../build/deps/linux_net_4_x_System.Runtime.CompilerServices.Unsafe_xtest.dll.makefrag ...
Makefile:17: warning: overriding recipe for target '../../class/lib/net_4_x-linux/System.Runtime.CompilerServices.Unsafe.dll'
../../build/library.make:335: warning: ignoring old recipe for target '../../class/lib/net_4_x-linux/System.Runtime.CompilerServices.Unsafe.dll'
Creating ../../build/deps/linux_net_4_x_Microsoft.Build.Framework_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_Microsoft.Build.Utilities_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_Microsoft.Build.Engine_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_Mono.XBuild.Tasks_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_Microsoft.Build.Tasks_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_Microsoft.Build_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_corlib_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_corlib_xtest.dll.makefrag ...
Assembling '../../class/corlib/System.Runtime.CompilerServices/Unsafe.il' , no listing file, to dll --> '../../class/lib/net_4_x-linux/corlib.unsafe.dll.tmp'
../../class/corlib/System.Runtime.CompilerServices/Unsafe.il : Warning -- Reference to undeclared extern assembly 'mscorlib', adding.
Operation completed successfully
CSC [net_4_x-linux] mscorlib.dll
Creating ../../build/deps/linux_net_4_x_Mono.Security_test.dll.makefrag ...
CSC [net_4_x-linux] Mono.Security.dll
Creating ../../build/deps/linux_net_4_x_System_test.dll.makefrag ...
// Error(s) in file /workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System/System_xtest.dll.sources:
File does not exist: '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/test-helpers/Configuration.Certificates.cs'
File does not exist: '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/test-helpers/TestConfiguration.cs'
File does not exist: '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/test-helpers/NetworkStreamHelper.cs'
File does not exist: '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System/System/RemoteExecutorTests.cs'
// gensources produced 4 error(s) and a set of 202 filename(s)
// Invoked with '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/linux_net_4_x_System_xtest.dll.response System_xtest.dll linux net_4_x'
// Working directory was '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System'
// Error(s) in file /workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System/System_xtest.dll.sources:
File does not exist: '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/test-helpers/Configuration.Certificates.cs'
File does not exist: '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/test-helpers/TestConfiguration.cs'
File does not exist: '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/test-helpers/NetworkStreamHelper.cs'
File does not exist: '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System/System/RemoteExecutorTests.cs'
// gensources produced 4 error(s) and a set of 202 filename(s)
// Invoked with '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/linux_net_4_x_System_xtest.dll.response System_xtest.dll linux net_4_x'
// Working directory was '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System'
// Error(s) in file /workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System/System_xtest.dll.sources:
File does not exist: '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/test-helpers/Configuration.Certificates.cs'
File does not exist: '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/test-helpers/TestConfiguration.cs'
File does not exist: '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/test-helpers/NetworkStreamHelper.cs'
File does not exist: '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System/System/RemoteExecutorTests.cs'
// gensources produced 4 error(s) and a set of 202 filename(s)
// Invoked with '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/linux_net_4_x_System_xtest.dll.response System_xtest.dll linux net_4_x'
// Working directory was '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System'
CSC [net_4_x-linux] System.dll
Creating ../../build/deps/linux_net_4_x_System.Xml_test.dll.makefrag ...
Creating ../../build/deps/linux_net_4_x_System.Xml_xtest.dll.makefrag ...
CSC [net_4_x-linux] System.Xml.dll
CSC [net_4_x-linux] System.Security.dll
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/Common/src/System/Security/Cryptography/Asn1V2.cs(405,13): warning CS0114: 'SpanBasedEncoding.GetByteCount(ReadOnlySpan)' hides inherited member 'Encoding.GetByteCount(ReadOnlySpan)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/Common/src/System/Security/Cryptography/Asn1V2.cs(440,13): warning CS0114: 'SpanBasedEncoding.GetCharCount(ReadOnlySpan)' hides inherited member 'Encoding.GetCharCount(ReadOnlySpan)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs(109,24): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs(137,24): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Pal/AnyOS/ManagedPal.Encrypt.cs(82,55): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Pal/AnyOS/ManagedPal.Encrypt.cs(147,20): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Pal/AnyOS/ManagedPal.cs(19,28): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Pal/AnyOS/ManagedPal.cs(25,21): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs(348,13): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs(316,21): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs(481,21): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs(123,51): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs(172,51): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs(226,52): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs(712,20): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/workdir/instance-1/output-1/build/host-mono-6.12.0.182/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs(749,31): warning CS0436: The type 'Helpers' in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
CSC [net_4_x-linux] Mono.Posix.dll
Mono.Unix/UnixEncoding.cs(312,44): warning CS3001: Argument type 'char*' is not CLS-compliant
Mono.Unix/UnixEncoding.cs(312,72): warning CS3001: Argument type 'byte*' is not CLS-compliant
// Error(s) in file /workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Core/System.Core_xtest.dll.sources:
File does not exist: '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Core/corefx/SR.tests.cs'
// gensources produced 1 error(s) and a set of 427 filename(s)
// Invoked with '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/linux_net_4_x_System.Core_xtest.dll.response System.Core_xtest.dll linux net_4_x'
// Working directory was '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Core'
// Error(s) in file /workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Core/System.Core_xtest.dll.sources:
File does not exist: '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Core/corefx/SR.tests.cs'
// gensources produced 1 error(s) and a set of 427 filename(s)
// Invoked with '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/linux_net_4_x_System.Core_xtest.dll.response System.Core_xtest.dll linux net_4_x'
// Working directory was '/workdir/instance-1/output-1/build/host-mono-6.12.0.182/mcs/class/System.Core'
CSC [net_4_x-linux] System.Core.dll
Makefile:20: warning: overriding recipe for target 'test-local'
../../build/library.make:208: warning: ignoring old recipe for target 'test-local'
Makefile:20: warning: overriding recipe for target 'test-local'
../../build/library.make:208: warning: ignoring old recipe for target 'test-local'
CSC [net_4_x-linux] System.Configuration.dll
CSC [net_4_x-linux] System.Drawing.dll
CSC [net_4_x-linux] System.IO.Compression.dll
CSC [net_4_x-linux] System.IO.Compression.FileSystem.dll
CSC [net_4_x-linux] System.Transactions.dll
System.Transactions/CommittableTransaction.cs(62,8): warning CS0252: Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'Transaction'
System.Transactions/TransactionManager.cs(84,4): warning CS0067: The event 'TransactionManager.DistributedTransactionStarted' is never used
CSC [net_4_x-linux] System.EnterpriseServices.dll
CSC [net_4_x-linux] System.Numerics.dll
CSC [net_4_x-linux] System.Numerics.Vectors.dll