Build failed in Jenkins: Grease » 50,development,vm #502

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Build failed in Jenkins: Grease » 50,development,vm #502

ci-pharo-contribution
See <https://ci.inria.fr/pharo-contribution/job/Grease/PHARO=50,VERSION=development,VM=vm/502/>

------------------------------------------
Started by upstream project "Grease" build number 502
originally caused by:
 Started by timer
Building remotely on pharo-contribution-linux64-4.ci.inria.fr (32 64 linux) in workspace <https://ci.inria.fr/pharo-contribution/job/Grease/PHARO=50,VERSION=development,VM=vm/ws/>

Deleting project workspace... Deleting old artifacts from #499
[vm] $ /bin/sh -xe /tmp/hudson6572873504745889273.sh
+ dirname Grease/PHARO=50,VERSION=development,VM=vm
+ export JOB_NAME=Grease
+ bash
+ wget --quiet -O - get.pharo.org/50+vm
Downloading the latest 50 Image:
    http://files.pharo.org/get-files/50/pharo.zip
Pharo.image
Downloading the latest pharoVM:
        http://files.pharo.org/get-files/50/pharo-linux-stable.zip
pharo-vm/pharo
Downloading PharoV50.sources:
        http://files.pharo.org/get-files/50/sources.zip
Creating starter scripts pharo and pharo-ui
+ ./pharo Pharo.image save Grease --delete-old
+ ./pharo Grease.image --version
+ REPO=http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main
+ ./pharo Grease.image config http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main ConfigurationOfGrease --install=development --group=Tests
'Installing ConfigurationOfGrease development'
==== Startup Error: The symbolic version '1.2.5' is not defined in ConfigurationOfGrease for the current platform. Possible symbolic version values include: #(#bleedingEdge #development #release1 #'release1.0' #'release1.1' #'release1.2' #stable)
[ (MetacelloSymbolicVersionDoesNotExistError
        project: self project
        versionString: symbolicVersionString) signal ] in MetacelloMCProject(MetacelloProject)>>version: in Block: [ (MetacelloSymbolicVersionDoesNotExistError...
[ ^ aBlock value ] in [ (MetacelloVersionDefinitionError
        project: self project
        versionString: aVersionString)
        exception: (self errorMap at: aVersionString ifAbsent: [ ^ aBlock value ]);
        signal ] in MetacelloMCProject(MetacelloProject)>>lookupVersion:ifAbsent: in Block: [ ^ aBlock value ]
Dictionary>>at:ifAbsent:
[ (MetacelloVersionDefinitionError
        project: self project
        versionString: aVersionString)
        exception: (self errorMap at: aVersionString ifAbsent: [ ^ aBlock value ]);
        signal ] in MetacelloMCProject(MetacelloProject)>>lookupVersion:ifAbsent: in Block: [ (MetacelloVersionDefinitionError...
Dictionary>>at:ifAbsent:
MetacelloMCProject(MetacelloProject)>>lookupVersion:ifAbsent:
MetacelloMCProject(MetacelloProject)>>version:
[ :error |
aVersionName = 'last'
        ifTrue:
                [ project lastVersion ]
        ifFalse:
                [ project version: aVersionName asSymbol ]
"manual fallback since there is no symbolic name for lastVersion"
"symbols and strings are not equal in Meteacello..." ] in ConfigurationCommandLineHandler>>metacelloVersion: in Block: [ :error | ...
BlockClosure>>cull:
Context>>evaluateSignal:
Context>>handleSignal:
MetacelloVersionDoesNotExistError(Exception)>>signal
MetacelloVersionDoesNotExistError>>signal
[ (MetacelloVersionDoesNotExistError
        project: self project
        versionString: aVersionString) signal ] in MetacelloMCProject(MetacelloProject)>>version: in Block: [ (MetacelloVersionDoesNotExistError...
[ ^ aBlock value ] in [ (MetacelloVersionDefinitionError
        project: self project
        versionString: aVersionString)
        exception: (self errorMap at: aVersionString ifAbsent: [ ^ aBlock value ]);
        signal ] in MetacelloMCProject(MetacelloProject)>>lookupVersion:ifAbsent: in Block: [ ^ aBlock value ]
Dictionary>>at:ifAbsent:
[ (MetacelloVersionDefinitionError
        project: self project
        versionString: aVersionString)
        exception: (self errorMap at: aVersionString ifAbsent: [ ^ aBlock value ]);
        signal ] in MetacelloMCProject(MetacelloProject)>>lookupVersion:ifAbsent: in Block: [ (MetacelloVersionDefinitionError...
Dictionary>>at:ifAbsent:
MetacelloMCProject(MetacelloProject)>>lookupVersion:ifAbsent:
MetacelloMCProject(MetacelloProject)>>version:
[ project version: aVersionName ] in ConfigurationCommandLineHandler>>metacelloVersion: in Block: [ project version: aVersionName ]
BlockClosure>>on:do:
ConfigurationCommandLineHandler>>metacelloVersion:
ConfigurationCommandLineHandler>>installVersion:
ConfigurationCommandLineHandler>>installConfiguration
ConfigurationCommandLineHandler>>activate
ConfigurationCommandLineHandler class(CommandLineHandler class)>>activateWith:
[ aCommandLinehandler activateWith: commandLine ] in PharoCommandLineHandler(BasicCommandLineHandler)>>activateSubCommand: in Block: [ aCommandLinehandler activateWith: commandLine ]
BlockClosure>>on:do:
PharoCommandLineHandler(BasicCommandLineHandler)>>activateSubCommand:
Got startup errors:
    The symbolic version '1.2.5' is not defined in ConfigurationOfGrease for the current platform. Possible symbolic version values include: #(#bleedingEdge #development #release1 #'release1.0' #'release1.1' #'release1.2' #stable)
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
Reply | Threaded
Open this post in threaded view
|

Jenkins build is back to normal : Grease » 50,development,vm #503

ci-pharo-contribution