BUILD FAILURE
Build URLhttps://ci.lille.inria.fr/pharo/job/Pharo%201.3/44/
Project:Pharo 1.3
Date of build:Fri, 08 Jun 2012 18:31:30 +0200
Build duration:9 min 53 sec

CHANGES
No Changes

BUILD ARTIFACTS
  • Pharo-1.3/Pharo-1.3.changes
  • Pharo-1.3/Pharo-1.3.image
  • Pharo-1.3/Pharo-1.3.st
  • Pharo-1.3-one-click.zip
  • Pharo-1.3.zip

  • CONSOLE OUTPUT
    [...truncated 171 lines...]
    logDuring: [:logger |
    logger nextPutAll: 'Processes and their stacks: ';
    cr.
    Process allInstances
    do: [:each |
    | ctx |
    logger nextPutAll: 'Process: ';
    print: each;
    cr;
    nextPutAll: ' stack:';
    cr;
    cr.
    ctx := each isActiveProcess
    ifTrue: [thisContext sender]
    ifFalse: [each suspendedContext].
    ctx
    ifNotNil: [(ctx stackOfSize: 20)
    do: [:s | logger print: s;
    cr]].
    logger nextPutAll: '------------------------------';
    cr;
    cr]]] in NonInteractiveUIManager>>quitFrom:withMessage:
    BlockClosure>>ensure:
    NonInteractiveUIManager>>quitFrom:withMessage:
    NonInteractiveUIManager>>unhandledErrorDefaultAction:
    UnhandledError>>defaultAction
    UndefinedObject>>handleSignal:
    UnhandledError(Exception)>>signal
    UnhandledError class>>signalForException:
    BlockCannotReturn(Error)>>defaultAction
    BlockCannotReturn>>defaultAction
    UndefinedObject>>handleSignal:
    BlockCannotReturn(Exception)>>signal
    MethodContext(ContextPart)>>cannotReturn:to:
    MethodContext(ContextPart)>>return:
    MethodContext>>aboutToReturn:through:
    ------------------------------
    Process: a Process in [delaySemaphore wait] in Delay>>wait
    stack:
    [delaySemaphore wait] in Delay>>wait
    BlockClosure>>ifCurtailed:
    Delay>>wait
    InputEventPollingFetcher>>waitForInput
    InputEventPollingFetcher(InputEventFetcher)>>eventLoop
    [self eventLoop] in InputEventPollingFetcher(InputEventFetcher)>>installEventLoop
    [self value.
    Processor terminateActive] in BlockClosure>>newProcess
    ------------------------------
    Process: a Process in SmalltalkImage>>lowSpaceWatcher
    stack:
    SmalltalkImage>>lowSpaceWatcher
    [self lowSpaceWatcher] in SmalltalkImage>>installLowSpaceWatcher
    [self value.
    Processor terminateActive] in BlockClosure>>newProcess
    ------------------------------
    Process: a Process in ProcessorScheduler class>>idleProcess
    stack:
    ProcessorScheduler class>>idleProcess
    [self idleProcess] in ProcessorScheduler class>>startUp
    [self value.
    Processor terminateActive] in BlockClosure>>newProcess
    ------------------------------
    Process: a Process in WeakArray class>>finalizationProcess
    stack:
    WeakArray class>>finalizationProcess
    [self finalizationProcess] in WeakArray class>>restartFinalizationProcess
    [self value.
    Processor terminateActive] in BlockClosure>>newProcess
    ------------------------------
    Process: a Process in Delay class>>handleTimerEvent
    stack:
    Delay class>>handleTimerEvent
    Delay class>>runTimerEventLoop
    [self runTimerEventLoop] in Delay class>>startTimerEventLoop
    [self value.
    Processor terminateActive] in BlockClosure>>newProcess
    ------------------------------
    Process: a Process in Process>>terminate
    stack:
    Process>>terminate
    ------------------------------
    Build step 'Execute shell' marked build as failure
    Archiving artifacts
    Recording test results
    Email was triggered for: Failure
    Sending email for trigger: Failure

    Reply via email to