Build failed in Jenkins: Seaside » 40,bleedingEdge,vm #677

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

Build failed in Jenkins: Seaside » 40,bleedingEdge,vm #677

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

------------------------------------------
Started by upstream project "Seaside" build number 677
originally caused by:
 Started by upstream project "Grease" build number 475
 originally caused by:
  [URLTrigger] A change within the response URL invocation (log)
Building remotely on pharo-contribution-linux64-3.ci.inria.fr in workspace <https://ci.inria.fr/pharo-contribution/job/Seaside/PHARO=40,VERSION=bleedingEdge,VM=vm/ws/>

Deleting project workspace... Deleting old artifacts from #675
[vm] $ /bin/sh -xe /tmp/hudson8808331700361362665.sh
+ dirname Seaside/PHARO=40,VERSION=bleedingEdge,VM=vm
+ export JOB_NAME=Seaside
+ 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 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=bleedingEdge --group=CI
'Installing ConfigurationOfSeaside3 bleedingEdge'
==== Startup Error: Error: Could not load ConfigurationOfSeaside3-JohanBrichau.249.mcz: ZnHttpUnsuccessful: 400 Bad Request
MCSmalltalkhubRepository(Object)>>error:
[ :exception | self error: 'Could not load ' , aString , ': ' , exception printString ] in [
client := self httpClient.
client
        ifFail: [ :exception | self error: 'Could not load ' , aString , ': ' , exception printString ];
        get: (self urlForFileNamed: aString).
self assertBinaryResponse: client response. "immediately cache the version and avoid an unnecessary serialization"
self cacheRawVersionNamed: aString stream: client contents ] in MCSmalltalkhubRepository(MCHttpRepository)>>readStreamForFileNamed:do: in Block: [ :exception | self error: 'Could not load ' , aSt...etc...
BlockClosure>>cull:
Context>>evaluateSignal:
Context>>handleSignal:
Context>>handleSignal:
ZnHttpUnsuccessful(Exception)>>signal
ZnClient>>handleResponse
ZnClient>>executeWithRedirectsRemaining:
[ self executeWithRedirectsRemaining: self maxNumberOfRedirects ] in ZnClient>>executeWithRetriesRemaining: in Block: [ self executeWithRedirectsRemaining: self maxNumb...etc...
BlockClosure>>on:do:
ZnClient>>executeWithRetriesRemaining:
[ self executeWithRetriesRemaining: self numberOfRetries ] in [
[ self executeWithRetriesRemaining: self numberOfRetries ]
        on: Error
        do: self ifFailBlock ] in ZnClient>>executeWithTimeout in Block: [ self executeWithRetriesRemaining: self numberOfR...etc...
BlockClosure>>on:do:
[
[ self executeWithRetriesRemaining: self numberOfRetries ]
        on: Error
        do: self ifFailBlock ] in ZnClient>>executeWithTimeout in Block: [ ...
[ ^ block value ] in ZnClient>>withTimeoutDo: in Block: [ ^ block value ]
[
p psValueAt: index put: anObject.
aBlock value ] in ZnConnectionTimeout(DynamicVariable)>>value:during: in Block: [ ...
BlockClosure>>ensure:
ZnConnectionTimeout(DynamicVariable)>>value:during:
ZnConnectionTimeout class(DynamicVariable class)>>value:during:
ZnClient>>withTimeoutDo:
ZnClient>>executeWithTimeout
[ result := self executeWithTimeout ] in ZnClient>>execute in Block: [ result := self executeWithTimeout ]
[ ^ block value ] in ZnClient>>withProgressDo: in Block: [ ^ block value ]
[
p psValueAt: index put: anObject.
aBlock value ] in ZnSignalProgress(DynamicVariable)>>value:during: in Block: [ ...
BlockClosure>>ensure:
ZnSignalProgress(DynamicVariable)>>value:during:
ZnSignalProgress class(DynamicVariable class)>>value:during:
ZnClient>>withProgressDo:
ZnClient>>execute
Got startup errors:
    Error: Could not load ConfigurationOfSeaside3-JohanBrichau.249.mcz: ZnHttpUnsuccessful: 400 Bad Request
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 unstable: Seaside » 40,bleedingEdge,vm #678

ci-pharo-contribution
Reply | Threaded
Open this post in threaded view
|

Jenkins build is still unstable: Seaside » 40,bleedingEdge,vm #679

ci-pharo-contribution
Reply | Threaded
Open this post in threaded view
|

Build failed in Jenkins: Seaside » 40,bleedingEdge,vm #680

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

------------------------------------------
Started by upstream project "Seaside" build number 680
originally caused by:
 Started by user [hidden email]
Building remotely on pharo-contribution-linux64-4.ci.inria.fr (32 64 linux) in workspace <https://ci.inria.fr/pharo-contribution/job/Seaside/PHARO=40,VERSION=bleedingEdge,VM=vm/ws/>

Deleting project workspace... Deleting old artifacts from #678
[vm] $ /bin/sh -xe /tmp/hudson4165394384104993405.sh
+ dirname Seaside/PHARO=40,VERSION=bleedingEdge,VM=vm
+ export JOB_NAME=Seaside
+ + bash
wget --quiet -O - get.pharo.org/40+vm
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 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=bleedingEdge --group=CI
'Installing ConfigurationOfSeaside3 bleedingEdge'

Loading 3.2.0-baseline of ConfigurationOfSeaside3...==== Startup Error: Error: Name not found: Seaside-Pharo-Swagger-Core
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:
Got startup errors:
    Error: Name not found: Seaside-Pharo-Swagger-Core
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 unstable: Seaside » 40,bleedingEdge,vm #681

ci-pharo-contribution
Reply | Threaded
Open this post in threaded view
|

Jenkins build is still unstable: Seaside » 40,bleedingEdge,vm #682

ci-pharo-contribution
Reply | Threaded
Open this post in threaded view
|

Jenkins build is still unstable: Seaside » 40,bleedingEdge,vm #683

ci-pharo-contribution
Reply | Threaded
Open this post in threaded view
|

Jenkins build is back to stable : Seaside » 40,bleedingEdge,vm #684

ci-pharo-contribution