See <http://ci.moosetechnology.org:8020/job/moose-latest-dev/1293/>
------------------------------------------
Started by timer
Building in workspace <http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/>
[workspace] $ /bin/sh -xe /tmp/hudson4533343565087546929.sh
+ rm -rf <http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/moose>
<http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/moose-tests>
+ /srv/ci.moosetechnology.org/builder/build.sh -i Pharo-1.4 -s monticello-fix-for-14 -s
moose -s glamorous-theme -s moose-clean -s glamorous-toolkit -s cleanupforrelease -o
moose
[31m[33m
===============================================================================
Notice: Errors in script loaded from
<http://ci.moosetechnology.org:8020/job/moose-latest-dev/1293/artifact/moose/moose.st>
===============================================================================
[0m[0m[31m==== Startup Error: Error: Name not found:
FuelTestsCompatibilityBeforePharo20
[0mMetacelloMCVersionSpec(Object)>>error:
MetacelloMCVersionSpec>>resolveToLoadableSpec:forMap:packages: in Block: [^ self
error: 'Name not found: ' , aString]
MetacelloMCVersionSpec>>packageNamed:forMap:ifAbsent:
MetacelloMCVersionSpec>>resolveToLoadableSpec:forMap:packages:
MetacelloMCVersionSpec>>resolveToLoadableSpecs:map: in Block: [:req | (self...
Set>>do:
MetacelloMCVersionSpec>>resolveToLoadableSpecs:map:
MetacelloMCVersionSpec>>resolveToLoadableSpecs:
MetacelloMCVersionSpec>>expandToLoadableSpecNames: in Block: [:cache | ...
MetacelloPharoPlatform(MetacelloPlatform)>>stackCacheFor:cacheClass:at:doing: in
Block: [:dict | ...
[0m[31mGot startup errors:
[0m[31m Error: Name not found: FuelTestsCompatibilityBeforePharo20
[0m
blockNoContextSwitchOffset != null 9102
+ /srv/ci.moosetechnology.org/builder/build.sh -i moose -s patch-inputsensor -s testrunner
-s moose-tests -o moose-tests
[31m[33m
===============================================================================
Notice: Errors in script loaded from
<http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/moose-tests/moose-tests.st>
===============================================================================
[0m[0m[31m==== Startup Error: MessageNotUnderstood: receiver of "new" is nil
[0mUndefinedObject(Object)>>doesNotUnderstand: #new
UndefinedObject>>DoIt
Compiler>>evaluate:in:to:notifying:ifFail:logged:
Compiler class>>evaluate:for:notifying:logged:
Compiler class>>evaluate:for:logged:
Compiler class>>evaluate:logged:
FileSystemFileStream(PositionableStream)>>fileInAnnouncing: in Block: [| chunk | val
:= (self peekFor: $!)...
BlockClosure>>on:do:
FileSystemFileStream(PositionableStream)>>fileInAnnouncing: in Block: [:bar | ...
NonInteractiveUIManager(CommandLineUIManager)>>progressInitiationExceptionDefaultAction:
[0m[31mGot startup errors:
[0m[31m MessageNotUnderstood: receiver of "new" is nil
[0m
blockNoContextSwitchOffset != null 9102
+ /srv/ci.moosetechnology.org/builder/build-oneclick.sh -i moose -o moose_suite-4_7_dev -n
Moose -t 'Moose Suite 4.7 Development ' -v 4.7 -c Moose
cp: cannot stat `/srv/ci.moosetechnology.org/builder/oneclick-icons/Moose.png': No
such file or directory
cp: cannot stat `/srv/ci.moosetechnology.org/builder/oneclick-icons/Moose.ico': No
such file or directory
cp: cannot stat `/srv/ci.moosetechnology.org/builder/oneclick-icons/Moose.icns': No
such file or directory
/srv/ci.moosetechnology.org/builder/build-oneclick.sh: line 170: zip: command not found
Recording test results
No test report files were found. Configuration error?
Build step 'Publish JUnit test result report' changed build result to FAILURE
Archiving artifacts
Show replies by date
See <http://ci.moosetechnology.org:8020/job/moose-latest-dev/1294/>
------------------------------------------
[...truncated 803 lines...]
FileReference>>readStreamDo:
BasicCodeLoader>>installSourceFile:
[:reference | self installSourceFile: reference] in [sourceFiles
do: [:reference | self installSourceFile: reference]] in
BasicCodeLoader>>installSourceFiles
Array(SequenceableCollection)>>do:
[sourceFiles
do: [:reference | self installSourceFile: reference]] in
BasicCodeLoader>>installSourceFiles
BlockClosure>>ensure:
BasicCodeLoader>>installSourceFiles
BasicCodeLoader class>>commandLineHandlerAction:
[:commandLine | BasicCodeLoader commandLineHandlerAction: commandLine] in
BasicCodeLoader class>>initialize
[:each |
| actionBlock conditionBlock |
conditionBlock := each key.
actionBlock := each value.
(conditionBlock value: anUserInput)
ifTrue: [actionBlock value: anUserInput]] in CommandLine class(AbstractUserInput
class)>>dispatch:
[:association | aBlock value: association value] in Dictionary>>valuesDo:
[:each | each
ifNotNil: [aBlock value: each]] in Dictionary>>associationsDo:
Array(SequenceableCollection)>>do:
Dictionary>>associationsDo:
Dictionary>>valuesDo:
Dictionary>>do:
CommandLine class(AbstractUserInput class)>>dispatch:
[self dispatch: singleton] in CommandLine class>>dispatch
BlockClosure>>cull:
[each cull: resuming] in [:each | self
logStartUpErrorDuring: [each cull: resuming]
into: errors
tryDebugger: self isInteractive] in
SmalltalkImage>>executeDeferredStartupActions:
BlockClosure>>on:do:
SmalltalkImage>>logStartUpErrorDuring:into:tryDebugger:
[:each | self
logStartUpErrorDuring: [each cull: resuming]
into: errors
tryDebugger: self isInteractive] in
SmalltalkImage>>executeDeferredStartupActions:
OrderedCollection>>do:
SmalltalkImage>>executeDeferredStartupActions:
SmalltalkImage>>snapshot:andQuit:
UndefinedObject>>DoIt
Compiler>>evaluate:in:to:notifying:ifFail:logged:
Compiler class>>evaluate:for:notifying:logged:
Compiler class>>evaluate:for:logged:
Compiler class>>evaluate:logged:
[| chunk | val := (self peekFor: $!)
ifTrue: [(self class evaluatorClass evaluate: self nextChunk logged: false)
scanFrom: self]
ifFalse: [chunk := self nextChunk.
self checkForPreamble: chunk.
self class evaluatorClass evaluate: chunk logged: true]] in [:bar |
[self atEnd]
whileFalse: [bar value: self position.
self skipSeparators.
[| chunk | val := (self peekFor: $!)
ifTrue: [(self class evaluatorClass evaluate: self nextChunk logged: false)
scanFrom: self]
ifFalse: [chunk := self nextChunk.
self checkForPreamble: chunk.
self class evaluatorClass evaluate: chunk logged: true]]
on: InMidstOfFileinNotification
do: [:ex | ex resume: true].
self skipStyleChunk].
self close] in FileSystemFileStream(PositionableStream)>>fileInAnnouncing:
BlockClosure>>on:do:
[:bar |
[self atEnd]
whileFalse: [bar value: self position.
self skipSeparators.
[| chunk | val := (self peekFor: $!)
ifTrue: [(self class evaluatorClass evaluate: self nextChunk logged: false)
scanFrom: self]
ifFalse: [chunk := self nextChunk.
self checkForPreamble: chunk.
self class evaluatorClass evaluate: chunk logged: true]]
on: InMidstOfFileinNotification
do: [:ex | ex resume: true].
self skipStyleChunk].
self close] in FileSystemFileStream(PositionableStream)>>fileInAnnouncing:
NonInteractiveUIManager(CommandLineUIManager)>>progressInitiationExceptionDefaultAction:
ProgressInitiationException>>defaultAction
UndefinedObject>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
ProgressInitiationException(Exception)>>signal
ProgressInitiationException>>display:at:from:to:during:
ProgressInitiationException class>>display:at:from:to:during:
ByteString(String)>>displayProgressFrom:to:during:
FileSystemFileStream(PositionableStream)>>fileInAnnouncing:
FileSystemFileStream(PositionableStream)>>fileIn
[^ (FileSystemFileStream with: stream contents asString) reset fileIn] in [:stream | [^
(FileSystemFileStream with: stream contents asString) reset fileIn]
on: Error , ParserNotification
do: [:e | self handleError: e reference: aReference]] in
BasicCodeLoader>>installSourceFile:
BlockClosure>>on:do:
[:stream | [^ (FileSystemFileStream with: stream contents asString) reset fileIn]
on: Error , ParserNotification
do: [:e | self handleError: e reference: aReference]] in
BasicCodeLoader>>installSourceFile:
[aBlock value: stream] in FileReference>>readStreamDo:
BlockClosure>>ensure:
FileReference>>readStreamDo:
BasicCodeLoader>>installSourceFile:
[:reference | self installSourceFile: reference] in [sourceFiles
do: [:reference | self installSourceFile: reference]] in
BasicCodeLoader>>installSourceFiles
Array(SequenceableCollection)>>do:
[sourceFiles
do: [:reference | self installSourceFile: reference]] in
BasicCodeLoader>>installSourceFiles
BlockClosure>>ensure:
BasicCodeLoader>>installSourceFiles
BasicCodeLoader class>>commandLineHandlerAction:
[:commandLine | BasicCodeLoader commandLineHandlerAction: commandLine] in
BasicCodeLoader class>>initialize
[:each |
| actionBlock conditionBlock |
conditionBlock := each key.
actionBlock := each value.
(conditionBlock value: anUserInput)
ifTrue: [actionBlock value: anUserInput]] in CommandLine class(AbstractUserInput
class)>>dispatch:
[:association | aBlock value: association value] in Dictionary>>valuesDo:
[:each | each
ifNotNil: [aBlock value: each]] in Dictionary>>associationsDo:
Array(SequenceableCollection)>>do:
Dictionary>>associationsDo:
Dictionary>>valuesDo:
Dictionary>>do:
CommandLine class(AbstractUserInput class)>>dispatch:
[self dispatch: singleton] in CommandLine class>>dispatch
BlockClosure>>cull:
[each cull: resuming] in [:each | self
logStartUpErrorDuring: [each cull: resuming]
into: errors
tryDebugger: self isInteractive] in
SmalltalkImage>>executeDeferredStartupActions:
BlockClosure>>on:do:
SmalltalkImage>>logStartUpErrorDuring:into:tryDebugger:
[:each | self
logStartUpErrorDuring: [each cull: resuming]
into: errors
tryDebugger: self isInteractive] in
SmalltalkImage>>executeDeferredStartupActions:
OrderedCollection>>do:
SmalltalkImage>>executeDeferredStartupActions:
SmalltalkImage>>snapshot:andQuit:
UndefinedObject>>DoIt
Compiler>>evaluate:in:to:notifying:ifFail:logged:
Compiler class>>evaluate:for:notifying:logged:
Compiler class>>evaluate:for:logged:
Compiler class>>evaluate:logged:
[| chunk | val := (self peekFor: $!)
ifTrue: [(self class evaluatorClass evaluate: self nextChunk logged: false)
scanFrom: self]
ifFalse: [chunk := self nextChunk.
self checkForPreamble: chunk.
self class evaluatorClass evaluate: chunk logged: true]] in [:bar |
[self atEnd]
whileFalse: [bar value: self position.
self skipSeparators.
[| chunk | val := (self peekFor: $!)
ifTrue: [(self class evaluatorClass evaluate: self nextChunk logged: false)
scanFrom: self]
ifFalse: [chunk := self nextChunk.
self checkForPreamble: chunk.
self class evaluatorClass evaluate: chunk logged: true]]
on: InMidstOfFileinNotification
do: [:ex | ex resume: true].
self skipStyleChunk].
self close] in FileSystemFileStream(PositionableStream)>>fileInAnnouncing:
BlockClosure>>on:do:
[:bar |
[self atEnd]
whileFalse: [bar value: self position.
self skipSeparators.
[| chunk | val := (self peekFor: $!)
ifTrue: [(self class evaluatorClass evaluate: self nextChunk logged: false)
scanFrom: self]
ifFalse: [chunk := self nextChunk.
self checkForPreamble: chunk.
self class evaluatorClass evaluate: chunk logged: true]]
on: InMidstOfFileinNotification
do: [:ex | ex resume: true].
self skipStyleChunk].
self close] in FileSystemFileStream(PositionableStream)>>fileInAnnouncing:
NonInteractiveUIManager(CommandLineUIManager)>>progressInitiationExceptionDefaultAction:
ProgressInitiationException>>defaultAction
UndefinedObject>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
-- and more not shown
---------------------------------------------------------------------------------
THERE_BE_DRAGONS_HERE
Got startup errors:
-------------------------------------------------------------------------------
THERE_BE_DRAGONS_HERE
MessageNotUnderstood: receiver of "new" is nil
-------------------------------------------------------------------------------
Build step 'Execute shell' marked build as failure
Recording test results
Archiving artifacts
See <http://ci.moosetechnology.org:8020/job/moose-latest-dev/1295/>
------------------------------------------
Started by user anonymous
Building in workspace <http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/>
[workspace] $ /bin/sh -xe /tmp/hudson8542604490211289420.sh
+ rm -rf <http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/moose>
<http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/moose-tests>
+ /srv/ci.moosetechnology.org/builder/build.sh -i Pharo-1.4 -s monticello-fix-for-14 -s
moose -s glamorous-theme -s moose-clean -s glamorous-toolkit -s cleanupforrelease -o
moose
[31m[33m
===============================================================================
Notice: Errors in script loaded from
<http://ci.moosetechnology.org:8020/job/moose-latest-dev/1295/artifact/moose/moose.st>
===============================================================================
[0m[0m[31m==== Startup Error: Error: Name not found:
FuelTestsCompatibilityBeforePharo20
[0mMetacelloMCVersionSpec(Object)>>error:
MetacelloMCVersionSpec>>resolveToLoadableSpec:forMap:packages: in Block: [^ self
error: 'Name not found: ' , aString]
MetacelloMCVersionSpec>>packageNamed:forMap:ifAbsent:
MetacelloMCVersionSpec>>resolveToLoadableSpec:forMap:packages:
MetacelloMCVersionSpec>>resolveToLoadableSpecs:map: in Block: [:req | (self...
Set>>do:
MetacelloMCVersionSpec>>resolveToLoadableSpecs:map:
MetacelloMCVersionSpec>>resolveToLoadableSpecs:
MetacelloMCVersionSpec>>expandToLoadableSpecNames: in Block: [:cache | ...
MetacelloPharoPlatform(MetacelloPlatform)>>stackCacheFor:cacheClass:at:doing: in
Block: [:dict | ...
[0m[31mGot startup errors:
[0m[31m Error: Name not found: FuelTestsCompatibilityBeforePharo20
[0m
blockNoContextSwitchOffset != null 9102
+ /srv/ci.moosetechnology.org/builder/build.sh -i moose -s patch-inputsensor -s testrunner
-s moose-tests -o moose-tests
[31m[33m
===============================================================================
Notice: Errors in script loaded from
<http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/moose-tests/moose-tests.st>
===============================================================================
[0m[0m[31m==== Startup Error: MessageNotUnderstood: receiver of "new" is nil
[0mUndefinedObject(Object)>>doesNotUnderstand: #new
UndefinedObject>>DoIt
Compiler>>evaluate:in:to:notifying:ifFail:logged:
Compiler class>>evaluate:for:notifying:logged:
Compiler class>>evaluate:for:logged:
Compiler class>>evaluate:logged:
FileSystemFileStream(PositionableStream)>>fileInAnnouncing: in Block: [| chunk | val
:= (self peekFor: $!)...
BlockClosure>>on:do:
FileSystemFileStream(PositionableStream)>>fileInAnnouncing: in Block: [:bar | ...
NonInteractiveUIManager(CommandLineUIManager)>>progressInitiationExceptionDefaultAction:
[0m[31mGot startup errors:
[0m[31m MessageNotUnderstood: receiver of "new" is nil
[0m
blockNoContextSwitchOffset != null 9102
+ /srv/ci.moosetechnology.org/builder/build-oneclick.sh -i moose -o moose_suite-4_7_dev -n
Moose -t 'Moose Suite 4.7 Development ' -v 4.7 -c Moose
cp: cannot stat `/srv/ci.moosetechnology.org/builder/oneclick-icons/Moose.png': No
such file or directory
cp: cannot stat `/srv/ci.moosetechnology.org/builder/oneclick-icons/Moose.ico': No
such file or directory
cp: cannot stat `/srv/ci.moosetechnology.org/builder/oneclick-icons/Moose.icns': No
such file or directory
/srv/ci.moosetechnology.org/builder/build-oneclick.sh: line 170: zip: command not found
Recording test results
No test report files were found. Configuration error?
Build step 'Publish JUnit test result report' changed build result to FAILURE
Archiving artifacts
See <http://ci.moosetechnology.org:8020/job/moose-latest-dev/1296/>
------------------------------------------
Started by user anonymous
Building in workspace <http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/>
[workspace] $ /bin/sh -xe /tmp/hudson5252332297904883464.sh
+ rm -rf <http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/moose>
<http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/moose-tests>
+ /srv/ci.moosetechnology.org/builder/build.sh -i Pharo-1.4 -s monticello-fix-for-14 -s
moose -s glamorous-theme -s moose-clean -s glamorous-toolkit -s cleanupforrelease -o
moose
blockNoContextSwitchOffset != null 9102
+ /srv/ci.moosetechnology.org/builder/build.sh -i moose -s patch-inputsensor -s testrunner
-s moose-tests -o moose-tests
[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0mbuild.sh: error loading code (/srv/pharo/coglinux2382/squeak)
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
Build step 'Execute shell' marked build as failure
Recording test results
Archiving artifacts
See <http://ci.moosetechnology.org:8020/job/moose-latest-dev/1297/>
------------------------------------------
Started by timer
Building in workspace <http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/>
[workspace] $ /bin/sh -xe /tmp/hudson7006911089752200219.sh
+ rm -rf <http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/moose>
<http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/moose-tests>
+ /srv/ci.moosetechnology.org/builder/build.sh -i Pharo-1.4 -s monticello-fix-for-14 -s
moose -s glamorous-theme -s moose-clean -s glamorous-toolkit -s cleanupforrelease -o
moose
blockNoContextSwitchOffset != null 9102
+ /srv/ci.moosetechnology.org/builder/build.sh -i moose -s patch-inputsensor -s testrunner
-s moose-tests -o moose-tests
[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0mbuild.sh: error loading code (/srv/pharo/coglinux2382/squeak)
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
Build step 'Execute shell' marked build as failure
Recording test results
Archiving artifacts
See <http://ci.moosetechnology.org:8020/job/moose-latest-dev/1298/>
------------------------------------------
Started by timer
Building in workspace <http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/>
[workspace] $ /bin/sh -xe /tmp/hudson5896637616562364375.sh
+ rm -rf <http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/moose>
<http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/moose-tests>
+ /srv/ci.moosetechnology.org/builder/build.sh -i Pharo-1.4 -s monticello-fix-for-14 -s
moose -s glamorous-theme -s moose-clean -s glamorous-toolkit -s cleanupforrelease -o
moose
blockNoContextSwitchOffset != null 9102
+ /srv/ci.moosetechnology.org/builder/build.sh -i moose -s patch-inputsensor -s testrunner
-s moose-tests -o moose-tests
[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0mbuild.sh: error loading code (/srv/pharo/coglinux2382/squeak)
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
Build step 'Execute shell' marked build as failure
Recording test results
Archiving artifacts
See <http://ci.moosetechnology.org:8020/job/moose-latest-dev/1299/>
------------------------------------------
Started by timer
Building in workspace <http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/>
[workspace] $ /bin/sh -xe /tmp/hudson9197316864147000448.sh
+ rm -rf <http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/moose>
<http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/moose-tests>
+ /srv/ci.moosetechnology.org/builder/build.sh -i Pharo-1.4 -s monticello-fix-for-14 -s
moose -s glamorous-theme -s moose-clean -s glamorous-toolkit -s cleanupforrelease -o
moose
blockNoContextSwitchOffset != null 9102
+ /srv/ci.moosetechnology.org/builder/build.sh -i moose -s patch-inputsensor -s testrunner
-s moose-tests -o moose-tests
[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0mbuild.sh: error loading code (/srv/pharo/coglinux2382/squeak)
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
Build step 'Execute shell' marked build as failure
Recording test results
Archiving artifacts
See <http://ci.moosetechnology.org:8020/job/moose-latest-dev/1300/>
------------------------------------------
Started by timer
Building in workspace <http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/>
[workspace] $ /bin/sh -xe /tmp/hudson3108978577569089775.sh
+ rm -rf <http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/moose>
<http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/moose-tests>
+ /srv/ci.moosetechnology.org/builder/build.sh -i Pharo-1.4 -s monticello-fix-for-14 -s
moose -s glamorous-theme -s moose-clean -s glamorous-toolkit -s cleanupforrelease -o
moose
blockNoContextSwitchOffset != null 9102
+ /srv/ci.moosetechnology.org/builder/build.sh -i moose -s patch-inputsensor -s testrunner
-s moose-tests -o moose-tests
[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0m[31m[33m
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
[0m[0mbuild.sh: error loading code (/srv/pharo/coglinux2382/squeak)
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
*** Warning: Warning: Token>>#value is no longer supported. Instead use
Token>>#inputValue or the more pragmatic #parsedValue.
Build step 'Execute shell' marked build as failure
Recording test results
Archiving artifacts
See <http://ci.moosetechnology.org:8020/job/moose-latest-dev/1301/>
------------------------------------------
Started by timer
Building in workspace <http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/>
[workspace] $ /bin/sh -xe /tmp/hudson4279019171335856771.sh
+ rm -rf <http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/moose>
<http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/moose-tests>
+ /srv/ci.moosetechnology.org/builder/build.sh -i Pharo -s moose -s glamorous-theme -s
moose-clean -s glamorous-toolkit -s cleanupforrelease -o moose
[31m[33m
===============================================================================
Notice: Your VM is too old for this image. Please download the latest VM.
===============================================================================
[0m[0mbuild.sh: error loading code (/srv/pharo/coglinux2382/squeak)
===============================================================================
Notice: Your VM is too old for this image. Please download the latest VM.
===============================================================================
/srv/ci.moosetechnology.org/builder/build.sh: line 140: 13553 Killed exec
"$PHARO_VM" $PHARO_PARAM "$OUTPUT_IMAGE" "$OUTPUT_SCRIPT"
Build step 'Execute shell' marked build as failure
Recording test results
Archiving artifacts
See <http://ci.moosetechnology.org:8020/job/moose-latest-dev/1302/>
------------------------------------------
Started by user anonymous
Building in workspace <http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/>
[workspace] $ /bin/sh -xe /tmp/hudson5313149887177664059.sh
+ rm -rf <http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/moose>
+ /srv/ci.moosetechnology.org/builder/build.sh -i Pharo -s moose -s glamorous-theme -s
moose-clean -s glamorous-toolkit -s cleanupforrelease -o moose
[31m[33m
===============================================================================
Notice: Your VM is too old for this image. Please download the latest VM.
===============================================================================
[0m[0m[31m[33m
===============================================================================
Notice: Pharo cannot locate the sources file named
/srv/pharo/coglinux/lib/squeak/4.0-2692/PharoV10.sources.
Please check that the file is named properly and is in the
same directory as this image.
===============================================================================
[0m[0mbuild.sh: error loading code (/srv/pharo/coglinux/squeak)
===============================================================================
Notice: Your VM is too old for this image. Please download the latest VM.
===============================================================================
===============================================================================
Notice: Pharo cannot locate the sources file named
/srv/pharo/coglinux/lib/squeak/4.0-2692/PharoV10.sources.
Please check that the file is named properly and is in the
same directory as this image.
===============================================================================
Build step 'Execute shell' marked build as failure
Recording test results
Archiving artifacts
See <http://ci.moosetechnology.org:8020/job/moose-latest-dev/1303/>
------------------------------------------
Started by user anonymous
Building in workspace <http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/>
[workspace] $ /bin/sh -xe /tmp/hudson8238241748698552704.sh
+ rm -rf <http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/moose>
+ /srv/ci.moosetechnology.org/builder/build.sh -i Pharo -s moose -s glamorous-theme -s
moose-clean -s glamorous-toolkit -s cleanupforrelease -o moose
[31m[33m
===============================================================================
Notice: Your VM is too old for this image. Please download the latest VM.
===============================================================================
[0m[0mbuild.sh: error loading code (/srv/pharo/coglinux/squeak)
===============================================================================
Notice: Your VM is too old for this image. Please download the latest VM.
===============================================================================
/srv/ci.moosetechnology.org/builder/build.sh: line 141: 13767 Killed exec
"$PHARO_VM" $PHARO_PARAM "$OUTPUT_IMAGE" "$OUTPUT_SCRIPT"
Build step 'Execute shell' marked build as failure
Recording test results
Archiving artifacts
See <http://ci.moosetechnology.org:8020/job/moose-latest-dev/1304/>
------------------------------------------
Started by timer
Building in workspace <http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/>
[workspace] $ /bin/sh -xe /tmp/hudson6642245881424445963.sh
+ rm -rf <http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/moose>
+ /srv/ci.moosetechnology.org/builder/build.sh -i Pharo -s moose -s glamorous-theme -s
moose-clean -s glamorous-toolkit -s cleanupforrelease -o moose
[31m[33m
===============================================================================
Notice: Your VM is too old for this image. Please download the latest VM.
===============================================================================
[0m[0mbuild.sh: error loading code (/srv/pharo/coglinux/squeak)
===============================================================================
Notice: Your VM is too old for this image. Please download the latest VM.
===============================================================================
/srv/ci.moosetechnology.org/builder/build.sh: line 141: 21525 Killed exec
"$PHARO_VM" $PHARO_PARAM "$OUTPUT_IMAGE" "$OUTPUT_SCRIPT"
Build step 'Execute shell' marked build as failure
Recording test results
Archiving artifacts
See <http://ci.moosetechnology.org:8020/job/moose-latest-dev/1305/>
------------------------------------------
Started by user anonymous
Building in workspace <http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/>
[workspace] $ /bin/sh -xe /tmp/hudson3317078701845323570.sh
+ rm -rf <http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/moose>
+ /srv/ci.moosetechnology.org/builder/build.sh -i Pharo -s moose -s glamorous-theme -s
moose-clean -s glamorous-toolkit -s cleanupforrelease -o moose
[31m[33m
===============================================================================
Notice: Your VM is too old for this image. Please download the latest VM.
===============================================================================
[0m[0mbuild.sh: error loading code (/srv/pharo/coglinux/squeak)
===============================================================================
Notice: Your VM is too old for this image. Please download the latest VM.
===============================================================================
Build step 'Execute shell' marked build as failure
Recording test results
Archiving artifacts
See <http://ci.moosetechnology.org:8020/job/moose-latest-dev/1306/>
------------------------------------------
Started by timer
Building in workspace <http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/>
[workspace] $ /bin/sh -xe /tmp/hudson2133315927724067488.sh
+ rm -rf <http://ci.moosetechnology.org:8020/job/moose-latest-dev/ws/moose>
+ /srv/ci.moosetechnology.org/builder/build.sh -i Pharo -s moose -s glamorous-theme -s
moose-clean -s glamorous-toolkit -s cleanupforrelease -o moose
[31m[33m
===============================================================================
Notice: Your VM is too old for this image. Please download the latest VM.
===============================================================================
[0m[0mbuild.sh: error loading code (/srv/pharo/coglinux/squeak)
===============================================================================
Notice: Your VM is too old for this image. Please download the latest VM.
===============================================================================
Build step 'Execute shell' marked build as failure
Recording test results
Archiving artifacts