Build failed in Jenkins: Grease » 40,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 » 40,development,vm #502

ci-pharo-contribution
See <https://ci.inria.fr/pharo-contribution/job/Grease/PHARO=40,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=40,VERSION=development,VM=vm/ws/>

Deleting project workspace... Deleting old artifacts from #499
[vm] $ /bin/sh -xe /tmp/hudson3130595086947914001.sh
+ dirname Grease/PHARO=40,VERSION=development,VM=vm
+ export JOB_NAME=Grease
+ wget --quiet -O - get.pharo.org/40+vm
+ bash
Downloading the latest 40 Image:
    http://files.pharo.org/get-files/40/pharo.zip
Pharo.image
Downloading the latest pharoVM:
        http://files.pharo.org/get-files/40/pharo-linux-stable.zip
pharo-vm/pharo
Downloading PharoV40.sources:
        http://files.pharo.org/get-files/40/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 proje...etc...
[ ^ 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: [ ...
Dictionary>>at:ifAbsent:
MetacelloMCProject(MetacelloProject)>>lookupVersion:ifAbsent:
MetacelloMCProject(MetacelloProject)>>version:
[ :error |
aVersionName = 'last'
        ifTrue: [
                "manual fallback since there is no symbolic name for lastVersion"
                project lastVersion ]
        ifFalse: [
                "symbols and strings are not equal in Meteacello..."
                project version: aVersionName asSymbol ] ] in ConfigurationCommandLineHandler>>metacelloVersion: in Block: [ :error | ...
BlockClosure>>cull:
Context>>evaluateSignal:
Context>>handleSignal:
MetacelloVersionDoesNotExistError(Exception)>>signal
[ (MetacelloVersionDoesNotExistError project: self project versionString: aVersionString) signal ] in MetacelloMCProject(MetacelloProject)>>version: in Block: [ (MetacelloVersionDoesNotExistError project: self...etc...
[ ^ 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: [ ...
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:
PharoCommandLineHandler(BasicCommandLineHandler)>>handleSubcommand
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 » 40,development,vm #503

ci-pharo-contribution