[Seaside-dev] Build failed in Jenkins: Seaside » 40,stable,vm #484

ci-pharo-contribution at inria.fr ci-pharo-contribution at inria.fr
Tue Jun 10 09:24:47 UTC 2014


See <https://ci.inria.fr/pharo-contribution/job/Seaside/PHARO=40,VERSION=stable,VM=vm/484/>

------------------------------------------
Started by upstream project "Seaside" build number 484
originally caused by:
 Started by upstream project "Grease" build number 371
 originally caused by:
  Started by user stephan at stack.nl
Building remotely on pharo-contribution-linux64-3.ci.inria.fr in workspace <https://ci.inria.fr/pharo-contribution/job/Seaside/PHARO=40,VERSION=stable,VM=vm/ws/>

Deleting project workspace... [vm] $ /bin/sh -xe /tmp/hudson2745768471070618143.sh
+ dirname Seaside/PHARO=40,VERSION=stable,VM=vm
+ export JOB_NAME=Seaside
+ wget+ bash
 --quiet -O - get.pharo.org/40+vm
Downloading the latest 40 Image:
    http://files.pharo.org/image/40/latest.zip
Pharo.image
Downloading the latest pharoVM:
	http://files.pharo.org/vm/pharo/linux/stable.zip
pharo-vm/pharo
Downloading PharoV10.sources:
	http://files.pharo.org/sources//PharoV10.sources.zip
Downloading PharoV20.sources:
	http://files.pharo.org/sources//PharoV20.sources.zip
Downloading PharoV30.sources:
	http://files.pharo.org/sources//PharoV30.sources.zip
Creating starter scripts pharo and pharo-ui
+ ./pharo Pharo.image save Seaside --delete-old
+ ./pharo Seaside.image --version
+ REPO=http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main
+ ./pharo Seaside.image config http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main ConfigurationOfSeaside3 --install=stable --group=CI
'Installing ConfigurationOfSeaside3 stable'

ConfigurationOfSeaside3 class>>releaseSeaside30 (ConfigurationOfPierAddOns2 is Undeclared) 

ConfigurationOfSeaside3 class>>releaseSeaside30 (ConfigurationOfPier2 is Undeclared) 

ConfigurationOfSeaside3 class>>releaseSeaside30 (ConfigurationOfMagritte2 is Undeclared) 

ConfigurationOfSeaside3 class>>releaseSeaside30 (ConfigurationOfGrease is Undeclared) 

ConfigurationOfSeaside3 class>>releaseSeaside30 (ConfigurationOfSeaside30 is Undeclared) 

ConfigurationOfSeaside3 class>>releaseSeaside30 (ConfigurationOfKomHttpServer is Undeclared) 

Loading 3.1.1 of ConfigurationOfSeaside3...Error: Name not found: Seaside-Pharo-Email
MetacelloMCVersionSpec(Object)>>error:
[ ^ self error: 'Name not found: ' , aString ] in MetacelloMCVersionSpec(MetacelloVersionSpec)>>resolveToLoadableSpec:forLoad:forMap:packages: in Block: [ ^ self error: 'Name not found: ' , aString ]
[ 
(forLoad and: [ self import notNil ])
	ifTrue: [ 
		"expect the 'missing' name to be satisfied within context of imported project"
		importSpec := (map at: self import ifAbsent: absentBlock) copy
			name: aString;
			mergeImportLoads: {aString};
			yourself.
		importSpec projectReference name: aString.
		importSpec ]
	ifFalse: [ 
		(aString = 'default' or: [ aString = 'ALL' ])
			ifTrue: [ 
				self project groupSpec
					name: aString;
					includes: self packageNames;
					yourself ]
			ifFalse: [ absentBlock value ] ] ] in MetacelloMCVersionSpec(MetacelloVersionSpec)>>packageNamed:forLoad:forMap:ifAbsent: in Block: [ ...
Dictionary>>at:ifAbsent:
MetacelloMCVersionSpec(MetacelloVersionSpec)>>packageNamed:forLoad:forMap:ifAbsent:
MetacelloMCVersionSpec(MetacelloVersionSpec)>>resolveToLoadableSpec:forLoad:forMap:packages:
[ :req | 
(self
	resolveToLoadableSpec: req
	forLoad: forLoad
	forMap: map
	packages: packageMap)
	do: [ :loadableSpec | 
		newReqd addAll: loadableSpec requires.
		newReqd addAll: loadableSpec includes ] ] in MetacelloMCVersionSpec(MetacelloVersionSpec)>>resolveToLoadableSpecs:forLoad:map: in Block: [ :req | ...
Set>>do:
MetacelloMCVersionSpec(MetacelloVersionSpec)>>resolveToLoadableSpecs:forLoad:map:
MetacelloMCVersionSpecLoader>>resolveToLoadableSpecs
MetacelloMCVersionSpecLoader>>load
MetacelloMCVersion>>executeLoadFromArray:
[ :dict | ^ self executeLoadFromArray: anArray ] in [ 
self versionSpec loader: newLoader.
MetacelloPlatform current
	useStackCacheDuring: [ :dict | ^ self executeLoadFromArray: anArray ]
	defaultDictionary: Dictionary new ] in [ 
[ 
self versionSpec loader: newLoader.
MetacelloPlatform current
	useStackCacheDuring: [ :dict | ^ self executeLoadFromArray: anArray ]
	defaultDictionary: Dictionary new ]
	ensure: [ self versionSpec loader: originalLoader ] ] in MetacelloMCVersion>>fetchRequiredFromArray: in Block: [ :dict | ^ self executeLoadFromArray: anArray ]
[ ^ aBlock value: dict ] in MetacelloPharo30Platform(MetacelloPlatform)>>useStackCacheDuring:defaultDictionary: in Block: [ ^ aBlock value: dict ]
BlockClosure>>on:do:
MetacelloPharo30Platform(MetacelloPlatform)>>useStackCacheDuring:defaultDictionary:
[ 
self versionSpec loader: newLoader.
MetacelloPlatform current
	useStackCacheDuring: [ :dict | ^ self executeLoadFromArray: anArray ]
	defaultDictionary: Dictionary new ] in [ 
[ 
self versionSpec loader: newLoader.
MetacelloPlatform current
	useStackCacheDuring: [ :dict | ^ self executeLoadFromArray: anArray ]
	defaultDictionary: Dictionary new ]
	ensure: [ self versionSpec loader: originalLoader ] ] in MetacelloMCVersion>>fetchRequiredFromArray: in Block: [ ...
BlockClosure>>ensure:
[ 
[ 
self versionSpec loader: newLoader.
MetacelloPlatform current
	useStackCacheDuring: [ :dict | ^ self executeLoadFromArray: anArray ]
	defaultDictionary: Dictionary new ]
	ensure: [ self versionSpec loader: originalLoader ] ] in MetacelloMCVersion>>fetchRequiredFromArray: in Block: [ ...
MetacelloPharo30Platform(MetacelloPlatform)>>do:displaying:
MetacelloMCVersion>>fetchRequiredFromArray:
[ 
| fetchLoader |
fetchLoader := self fetchRequiredFromArray: (self defaultPackageNamesToLoad: anArray).
MetacelloPlatform current do: [ fetchLoader doLoad ] displaying: 'Loading ' , displayString.
Transcript
	cr;
	show: '...finished ' , self versionNumber printString.
^ fetchLoader ] in MetacelloMCVersion>>doLoadRequiredFromArray: in Block: [ ...
BlockClosure>>ensure:
MetacelloMCVersion>>doLoadRequiredFromArray:
Array(Collection)>>loadRequiredForMetacelloMCVersion:
MetacelloMCVersion>>load:
[ 
(self hasOption: 'group')
	ifTrue: [ metacelloVersion load: self groups ]
	ifFalse: [ metacelloVersion load ] ] in ConfigurationCommandLineHandler>>installVersion: in Block: [ ...
BlockClosure>>on:do:
[ 
aLoadBlock
	on: MCMergeOrLoadWarning
	do: [ :mergeConflict | mergeConflict merge ] ] in ConfigurationCommandLineHandler>>handleMergeConflictDuring: in Block: [ ...
BlockClosure>>on:do:
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results


More information about the seaside-dev mailing list