[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_10 #62603

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Dec 25 11:59:09 UTC 2016


https://jenkins.debian.net/job/reproducible_builder_amd64_10/62603/------------------------------------------
[...truncated 977 lines...]
ok 7
ok 8
ok 9
ok 10
ok
t/6.t ...................... 
1..31
ok 1 - one_base
ok 2 - two_base
ok 3 - one_base
ok 4 - three_base
ok 5 - one_base
ok 6 - two_base
ok 7 - four_base
ok 8 - one_inst
ok 9 - two_inst
ok 10 - four_inst
ok 11 - one_inst
ok 12 - one_inst
ok 13 - two_inst
ok 14 - one_inst
ok 15 - three_inst
ok 16 - member
ok 17 - member
ok 18 - member
ok 19 - member
ok 20 - member
ok 21 - member
ok 22 - member
ok 23 - member
ok 24 - signal
ok 25 - signal
ok 26 - signal
ok 27 - signal
ok 28 - signal
ok 29 - signal
ok 30 - signal
ok 31 - signal
ok
t/64bit.t .................. 
1..12
ok 1 - An object of class 'Glib::Param::Int64' isa 'Glib::Param::Int64'
ok 2
ok 3
ok 4
ok 5 - An object of class 'Glib::Param::UInt64' isa 'Glib::Param::UInt64'
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok
t/7.t ...................... 
1..36
ok 1 - Glib compiled
ok 2 - instantiated MyClass
ok 3 - connected handlers


===============================================================================
emitting: something_changed
ok 4 - func_a
ok 5 - func_b

-------------------------------------------------------------------------------
ok 6


===============================================================================
emitting: something_changed
ok 7 - func_b again

-------------------------------------------------------------------------------
ok 8
ok 9


===============================================================================
emitting: something_changed

-------------------------------------------------------------------------------


===============================================================================
emitting: test_marshaler (closure exists)
ok 10 - signal_emit barfs on bad input


===============================================================================
emitting: test_marshaler (closure exists)
# $@ 
# do_test_marshaller: MyClass=HASH(0x55a351ec43a8) foo 1 15 MyClass=HASH(0x55a351ec43a8)

-------------------------------------------------------------------------------
ok 11
ok 12


===============================================================================
emitting: test_marshaler (closure exists)
ok 13 - marshalling
# $@ 
# do_test_marshaller: MyClass=HASH(0x55a351ec43a8) foo 1 15 MyClass=HASH(0x55a351ec43a8)

-------------------------------------------------------------------------------
ok 14
ok 15 - installed exception handler
# before invocation: $@ neener neener neener


===============================================================================
emitting: test_marshaler (closure exists)
ok 16 - exception_handler
# $@ 
# do_test_marshaller: MyClass=HASH(0x55a351ec43a8) foo 1 4154 MyClass=HASH(0x55a351ec43a8)

-------------------------------------------------------------------------------
# after invocation: $@ neener neener neener
ok 17 - still alive after an exception in a callback
ok 18 - neener neener neener is preserved across signals


===============================================================================
emitting: test_marshaler (closure exists)
ok 19 - string value isn't numeric
ok 20 - unhandled exception just warns
# $@ 
# do_test_marshaller: MyClass=HASH(0x55a351ec43a8) foo 1 0 MyClass=HASH(0x55a351ec43a8)

-------------------------------------------------------------------------------
ok 21
ok 22


===============================================================================
emitting: returner (closure exists)
ok 23
ok 24
ok 25

-------------------------------------------------------------------------------
ok 26
ok 27


===============================================================================
emitting: list_returner
ok 28
# in accumulator, got 10, previously undef
ok 29
# in accumulator, got 15, previously ARRAY(0x55a352211c50)
ok 30
# in accumulator, got ARRAY(0x55a352212178), previously ARRAY(0x55a352211c50)
ok 31
# in accumulator, got HASH(0x55a352211cf8), previously ARRAY(0x55a352211c50)
ok 32 - hello from the class closure
# in accumulator, got -1, previously ARRAY(0x55a352211c50)
ok 33 - stopper
# in accumulator, got 42, previously ARRAY(0x55a352211c50)

-------------------------------------------------------------------------------
$VAR1 = [
          10,
          '15',
          [
            20
          ],
          {
            'thing' => 25
          },
          -1,
          42
        ];
ok 34 - 'nosuchsignal' not connected
ok 35 - subr gc'ed after bad signal name
ok 36
ok
t/8.t ...................... 
1..33
ok 1 - use Glib;
ok 2 - installed exception handler
ok 3 - installed an additional handler
ok 4 - calling second
ok 5 - signal handlers are eval'd so $@ should always be empty
ok 6 - in second handler, dying with 'ouch\n'
ok 7 - trapped exception 'ouch\n'
*** died in an exception handler:
***   oh crap, another exception!
***   this one has multiple lines!
***   append something at t/8.t line 40.
***  ignoring at t/8.t line 27.
ok 8 - saw ouch, uninstalling
ok 9 - handler may die, but we shouldn't be affected
ok 10 - we should not clobber $_
ok 11 - calling second in eval
ok 12 - signal handlers are eval'd so $@ should always be empty
ok 13 - in second handler, dying with 'ouch\n'
*** unhandled exception in callback:
***   ouch
***  ignoring at t/8.t line 27.
ok 14 - handler may die, but we shouldn't be affected
ok 15 - exception should be cleared already
ok 16 - calling first
ok 17 - in first handler, calling second
ok 18 - signal handlers are eval'd so $@ should always be empty
ok 19 - in second handler, dying with 'ouch\n'
*** unhandled exception in callback:
***   ouch
***  ignoring at t/8.t line 27.
ok 20 - handler may die, but we shouldn't
ok 21 - after eval
 # calling first out of eval - should not result in crash
ok 22 - in first handler, calling second
ok 23 - signal handlers are eval'd so $@ should always be empty
ok 24 - in second handler, dying with 'ouch\n'
*** unhandled exception in callback:
***   ouch
***  ignoring at t/8.t line 27.
ok 25 - handler may die, but we shouldn't
ok 26 - signal handlers are eval'd so $@ should always be empty
ok 27 - in second handler, dying with 'ouch\n'
*** unhandled exception in callback:
***   ouch
***  ignoring at t/8.t line 27.
ok 28 - exception value should remain unchanged
ok 29 - in first handler, calling second
ok 30 - signal handlers are eval'd so $@ should always be empty
ok 31 - in second handler, dying with 'ouch\n'
*** unhandled exception in callback:
***   ouch
***  ignoring at t/8.t line 27.
ok 32 - handler may die, but we shouldn't
ok 33 - exception value should remain unchanged
ok
*** unhandled exception in callback:
***   Oops, child watch callback didn't run
***  ignoring at t/9.t line 271.
UPDATE 1
FATAL: null
java.lang.NullPointerException
	at hudson.plugins.build_timeout.BuildTimeoutWrapper$EnvironmentImpl.tearDown(BuildTimeoutWrapper.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:173)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
	at hudson.model.Run.execute(Run.java:1720)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:404)



More information about the Qa-jenkins-scm mailing list