test failures on arm64, ppc64el and powerpc:

Bug #1431851 reported by Matthias Klose
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
golang-log4go (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

test failures on arm64, ppc64el and powerpc:

   dh_auto_test -a -O--buildsystem=golang
=== RUN TestELog
Testing log4go-v3.0.1
--- PASS: TestELog (0.00s)
=== RUN TestFormatLogRecord
--- PASS: TestFormatLogRecord (0.00s)
=== RUN TestConsoleLogWriter
--- PASS: TestConsoleLogWriter (0.00s)
=== RUN TestFileLogWriter
--- PASS: TestFileLogWriter (0.00s)
=== RUN TestXMLLogWriter
--- PASS: TestXMLLogWriter (0.00s)
=== RUN TestLogger
[03/11/15 03:38:22] [WARN] Warning: 1 []int{}
[03/11/15 03:38:22] [EROR] Error: 10 []string{}
[03/11/15 03:38:22] [CRIT] Critical: 100 []int64{}
--- PASS: TestLogger (0.00s)
=== RUN TestLogOutput
--- FAIL: TestLogOutput (0.00s)
 testing.go:278: --- Log Contents:
  [CRIT] This message is level 7
  [EROR] This message is level EROR
  [WARN] This message is level WARN
  [INFO] This message is level INFO
  [TRAC] This message is level 3
  [DEBG] This message is level DEBG
  [FINE] This message is level FINE
  [FNST] This message is level FNST
  ---
 testing.go:278: Checksum does not match: 1cb736cb1aa563f64f22acce932c5ea7 (expecting fdf3e51e444da56b4cb400f30bc47424)
=== RUN TestCountMallocs
mallocs per sl.Log((WARNING, "here", "This is a log message"): 2
mallocs per sl.Logf(WARNING, "%s is a log message with level %d", "This", WARNING): 18
mallocs per unlogged sl.Log((WARNING, "here", "This is a log message"): 0
mallocs per unlogged sl.Logf(WARNING, "%s is a log message with level %d", "This", WARNING): 3
[03/11/15 03:38:22] [WARN] This is a WARNING message
[03/11/15 03:38:22] [WARN] This is a log message with level 5
--- PASS: TestCountMallocs (0.00s)
=== RUN TestXMLConfig
--- PASS: TestXMLConfig (0.00s)
FAIL
exit status 1
FAIL code.google.com/p/log4go 0.103s
dh_auto_test: go test -v code.google.com/p/log4go returned exit code 1
debian/rules:7: recipe for target 'build-arch' failed
make: *** [build-arch] Error 1

Tags: ftbfs
Revision history for this message
Matthias Klose (doko) wrote :

looks like the project is dead upstream, but there are some patches in the issue tracker:
https://code.google.com/p/log4go/issues/list

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.