Source: ikvm Version: 8.1.5717.0+ds-1 Severity: serious Tags: stretch sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20161001 qa-ftbfs Justification: FTBFS on amd64
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > debian/rules build > nant -v -f:ikvm-8.1.5717.0/ikvm.build native > > Unhandled Exception: > System.TypeInitializationException: The type initializer for > 'NAnt.Console.ConsoleStub' threw an exception. ---> > System.TypeInitializationException: The type initializer for > 'log4net.Core.LoggerManager' threw an exception. ---> > System.TypeInitializationException: The type initializer for > 'log4net.Util.SystemInfo' threw an exception. ---> > System.IO.FileNotFoundException: Could not find file "/etc/localtime" > File name: '/etc/localtime' > at System.IO.FileStream..ctor (System.String path, FileMode mode, > FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, > FileOptions options) <0x7fbf90d5d2c0 + 0x005ed> in <filename unknown>:0 > at System.IO.FileStream..ctor (System.String path, FileMode mode, > FileAccess access, FileShare share) <0x7fbf90d5cf30 + 0x0004b> in <filename > unknown>:0 > at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor > (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) > at System.IO.File.OpenRead (System.String path) <0x7fbf90d5aa50 + 0x00034> > in <filename unknown>:0 > at System.TimeZoneInfo.FindSystemTimeZoneByFileName (System.String id, > System.String filepath) <0x7fbf90cbbfe0 + 0x00032> in <filename unknown>:0 > at System.TimeZoneInfo.CreateLocal () <0x7fbf90cba850 + 0x00176> in > <filename unknown>:0 > at System.TimeZoneInfo.get_Local () <0x7fbf90cba7c0 + 0x00025> in <filename > unknown>:0 > at System.TimeZoneInfo.GetDateTimeNowUtcOffsetFromUtc (DateTime time, > System.Boolean& isAmbiguousLocalDst) <0x7fbf90cbbce0 + 0x00017> in <filename > unknown>:0 > at System.DateTime.get_Now () <0x7fbf90b64260 + 0x00046> in <filename > unknown>:0 > at log4net.Util.SystemInfo..cctor () <0x4008ab30 + 0x00042> in <filename > unknown>:0 > --- End of inner exception stack trace --- > at log4net.Core.LoggerManager.GetVersionInfo () <0x4008a680 + 0x0010c> in > <filename unknown>:0 > at log4net.Core.LoggerManager..cctor () <0x40089dc0 + 0x0009e> in <filename > unknown>:0 > --- End of inner exception stack trace --- > at log4net.LogManager.GetLogger (System.Reflection.Assembly > repositoryAssembly, System.String name) <0x40089c70 + 0x00019> in <filename > unknown>:0 > at log4net.LogManager.GetLogger (System.Type type) <0x40089600 + 0x0003d> > in <filename unknown>:0 > at NAnt.Console.ConsoleStub..cctor () <0x400892a0 + 0x00030> in <filename > unknown>:0 > --- End of inner exception stack trace --- > [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The > type initializer for 'NAnt.Console.ConsoleStub' threw an exception. ---> > System.TypeInitializationException: The type initializer for > 'log4net.Core.LoggerManager' threw an exception. ---> > System.TypeInitializationException: The type initializer for > 'log4net.Util.SystemInfo' threw an exception. ---> > System.IO.FileNotFoundException: Could not find file "/etc/localtime" > File name: '/etc/localtime' > at System.IO.FileStream..ctor (System.String path, FileMode mode, > FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, > FileOptions options) <0x7fbf90d5d2c0 + 0x005ed> in <filename unknown>:0 > at System.IO.FileStream..ctor (System.String path, FileMode mode, > FileAccess access, FileShare share) <0x7fbf90d5cf30 + 0x0004b> in <filename > unknown>:0 > at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor > (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) > at System.IO.File.OpenRead (System.String path) <0x7fbf90d5aa50 + 0x00034> > in <filename unknown>:0 > at System.TimeZoneInfo.FindSystemTimeZoneByFileName (System.String id, > System.String filepath) <0x7fbf90cbbfe0 + 0x00032> in <filename unknown>:0 > at System.TimeZoneInfo.CreateLocal () <0x7fbf90cba850 + 0x00176> in > <filename unknown>:0 > at System.TimeZoneInfo.get_Local () <0x7fbf90cba7c0 + 0x00025> in <filename > unknown>:0 > at System.TimeZoneInfo.GetDateTimeNowUtcOffsetFromUtc (DateTime time, > System.Boolean& isAmbiguousLocalDst) <0x7fbf90cbbce0 + 0x00017> in <filename > unknown>:0 > at System.DateTime.get_Now () <0x7fbf90b64260 + 0x00046> in <filename > unknown>:0 > at log4net.Util.SystemInfo..cctor () <0x4008ab30 + 0x00042> in <filename > unknown>:0 > --- End of inner exception stack trace --- > at log4net.Core.LoggerManager.GetVersionInfo () <0x4008a680 + 0x0010c> in > <filename unknown>:0 > at log4net.Core.LoggerManager..cctor () <0x40089dc0 + 0x0009e> in <filename > unknown>:0 > --- End of inner exception stack trace --- > at log4net.LogManager.GetLogger (System.Reflection.Assembly > repositoryAssembly, System.String name) <0x40089c70 + 0x00019> in <filename > unknown>:0 > at log4net.LogManager.GetLogger (System.Type type) <0x40089600 + 0x0003d> > in <filename unknown>:0 > at NAnt.Console.ConsoleStub..cctor () <0x400892a0 + 0x00030> in <filename > unknown>:0 > --- End of inner exception stack trace --- > debian/rules:25: recipe for target 'build-arch' failed > make: *** [build-arch] Error 1 If the failure looks somehow time/timezone related: Note that this rebuild was performed without the 'tzdata' package installed in the chroot. tzdata used be (transitively) part of build-essential, but it no longer is. If this package requires it to build, it should be added to build-depends. For the release team's opinion on this, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836940#185 If the failure looks LSB-related: similarly to tzdata, lsb-base is not installed in the build chroot. The full build log is available from: http://aws-logs.debian.net/2016/10/01/ikvm_8.1.5717.0+ds-1_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.