Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] builder failures

Hi Folks,

Over the past few days a number of build projects have been failing very early [1].  There have been no code changes,  but it might have corresponded with a ddos attack at osu osl on the same subnet as our build machine [2].

It looks to me from the console logs as if the git task to retrieve projects into the workspace is failing somehow...perhaps because of what was done for the ddos by osu osl people?   Do we need to notify the osu osl admin people...or does this look like something else?

Thanks,

Scott

[1]
See <https://build.ecf-project.org/hudson/job/C-HEAD-generic.feature/264/>

------------------------------------------
Started by user slewis
Building in workspace <https://build.ecf-project.org/hudson/job/C-HEAD-generic.feature/ws/>
Cloning the remote Git repository
Cloning repository file:///opt/hudson/git/org.eclipse.ecf.git
 > git init <https://build.ecf-project.org/hudson/job/C-HEAD-generic.feature/ws/> # timeout=10
Fetching upstream changes from file:///opt/hudson/git/org.eclipse.ecf.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress file:///opt/hudson/git/org.eclipse.ecf.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url file:///opt/hudson/git/org.eclipse.ecf.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url file:///opt/hudson/git/org.eclipse.ecf.git # timeout=10
Fetching upstream changes from file:///opt/hudson/git/org.eclipse.ecf.git
 > git -c core.askpass=true fetch --tags --progress file:///opt/hudson/git/org.eclipse.ecf.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 6babb1f389db68aec2f48e71c588725153820556 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6babb1f389db68aec2f48e71c588725153820556
 > git rev-list 6babb1f389db68aec2f48e71c588725153820556 # timeout=10
[TemplateProject] Starting builders from: Template-Build
[workspace] $ /bin/sh -xe /var/lib/tomcat-6/temp/hudson3430927343051094333.sh
+ echo -n 'purge old buckminster output'
purge old buckminster output+ test -e buckminster.output
+ test -e buckminster.temp
+ test -e site.p2
+ test -e projects
+ test -e .metadata
+ test -e targetPlatformPath
+ test -e junit_result.xml
+ test -e junit_result2.xml
+ test -e coverage_report.xml
+ echo -n 'cp all target, mspecs, rmap and cqueries to build root'
cp all target, mspecs, rmap and cqueries to build root+ find -L org.eclipse.ecf -type f -iname '*.rmap'
+ xargs -i cp '{}' .
find: `org.eclipse.ecf': No such file or directory
+ find -L org.eclipse.ecf -type f -iname '*.mspec'
+ xargs -i cp '{}' .
find: `org.eclipse.ecf': No such file or directory
+ find -L org.eclipse.ecf -type f -iname '*.cquery'
+ xargs -i cp '{}' .
find: `org.eclipse.ecf': No such file or directory
+ echo -n 'create targetplatform and projects folder'
create targetplatform and projects folder+ test -e targetPlatformPath
+ mkdir -p targetPlatformPath/
+ test -e projects
+ mkdir projects/
+ echo -n 'Flatten Repository'
Flatten Repository+ find -L org.eclipse.ecf -type f -iname .project -printf '%h\n'
+ xargs -i cp -rf '{}' projects/
find: `org.eclipse.ecf': No such file or directory
+ echo -n 'HACK!!! rename features containing "-" to "_" so they can be found by Bucky'
HACK!!! rename features containing "-" to "_" so they can be found by Bucky+ for f in 'projects/*-feature'
+ test -e 'projects/*-feature'
+ echo -n 'HACK!!! align folder and feature ids'
HACK!!! align folder and feature ids+ test -e projects/org.eclipse.ecf.sdk_feature
+ test -e projects/org.eclipse.ecf.core_feature
+ cd org.eclipse.ecf/
/var/lib/tomcat-6/temp/hudson3430927343051094333.sh: line 33: cd: org.eclipse.ecf/: No such file or directory
[TemplateProject] FAILED performing builders from: 'Template-Build'
Build step 'Use builders from another project' marked build as failure
[TemplateProject] Starting publishers from: Template-Build
Archiving artifacts
[TemplateProject] Successfully performed publishers from: 'Template-Build'
[TemplateProject] Starting publishers from: Template-Build
[2]
It seems we're experiencing a DDoS on 140.211.15.0/24 which might be causing issues for several folks. I'm working with our upstream provider to work through the issue and hopefully have it resolved soon.

Thanks-

--
Lance Albertson
Director
Oregon State University | Open Source Lab 


_______________________________________________
Hosting mailing list
Hosting@xxxxxxxxxx
http://lists.osuosl.org/mailman/listinfo/hosting





Back to the top