Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] 1:00 Rebuild failed - next try at 4 PM

I suspect this is because eGit/jGit is ignoring our .gitattributes [1] that have the following:

*.prefs crlf=input

This is supposed to auto convert any files with CRLF to be normalized to LF line endings.  I have released another commit to normalize the file with the issues (of coarse I did not use eGit to fix this!).

Tom

[1] - https://bugs.eclipse.org/bugs/show_bug.cgi?id=342372



Inactive hide details for David M Williams---02/19/2013 02:42:08 PM---I tried to "git stash", but didn't help. Perhaps this "waDavid M Williams---02/19/2013 02:42:08 PM---I tried to "git stash", but didn't help. Perhaps this "waning" will be  insightful to someone?

From: David M Williams/Raleigh/IBM@IBMUS
To: "Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>,
Date: 02/19/2013 02:42 PM
Subject: Re: [platform-releng-dev] 1:00 Rebuild failed - next try at 4 PM
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx





I tried to "git stash", but didn't help. Perhaps this "waning" will be insightful to someone?

warning: CRLF will be replaced by LF in bundles/org.eclipse.equinox.common/.settings/org.eclipse.jdt.core.prefs.
 
The file will have its original line endings in your working directory.
 
warning: CRLF will be replaced by LF in bundles/org.eclipse.equinox.common/.settings/org.eclipse.jdt.core.prefs.
 
The file will have its original line endings in your working directory.
 
Saved working directory and index state WIP on master: 7bce6c8 renamed *SText* to *StructuredText* (bug 380397)
 
HEAD is now at 7bce6c8 renamed *SText* to *StructuredText* (bug 380397)
 

But, worse, it still left the working area "dirty". I've tried every "clean" trick I know, such as git reset --hard (even after git add .), switching branches and back, and even git clean -f -x and still "dirty".
John even tried to help. We did, for e4Build id have autocrlf = input. I changed that to autocrlf = false and didn't help this case, but might help in future?


e4Build users ... take note ... if there's a reason anyone set it as "input", let me know and set it back.


But, at the point now I'm going to remove the repo, and let it re-clone fresh. (feels like I've failed my git test :(


Next attempt at 4 PM.






From:        
David M Williams/Raleigh/IBM@IBMUS 
To:        
"Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>,
Date:        
02/19/2013 03:01 PM 
Subject:        
Re: [platform-releng-dev] 1:00 Rebuild failed 
Sent by:        
platform-releng-dev-bounces@xxxxxxxxxxx 




Not sure I understand this error, either. It just happened again for 2:00 re-re-build.


Cannot pull with rebase: You have unstaged changes.Please commit or stash them.   ERROR. exit code: 1  Git pull() failed for repository
file:///gitroot/equinox/rt.equinox.bundles.git branch master[end] [14:00:28] tagRepo Unexpected auto-tagging return code: 1. Build halted. 

Looking directly on build machine, git status gives the following.  Think this could happen with an untimely  change in .gitignore?

$ git status
 
# On branch master
 
# Changes not staged for commit:
 
#   (use "git add <file>..." to update what will be committed)
 
#   (use "git checkout -- <file>..." to discard changes in working directory)
 
#
 
#       modified:   bundles/org.eclipse.equinox.common/.settings/org.eclipse.jdt.core.prefs
 
#
 

In any case, I will "stash" that change, and reschedule for 3:00 PM.






From:        
Markus Keller <markus_keller@xxxxxxxxxx> 
To:        
"Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>,
Date:        
02/19/2013 02:33 PM 
Subject:        
Re: [platform-releng-dev] 1:00 Rebuild failed 
Sent by:        
platform-releng-dev-bounces@xxxxxxxxxxx 




I don't understand why the build should be affected by additional changes in Git repos other than the eclipse.platform.releng.maps repo (where the build pushes the map file updates).
 

The rt.equinox.bundles repo hasn't changed since 40 minutes before the 0800 builds started. I verified that both the I20130219-0800 build and the I20130219-0811 CBI build contain the latest commit:
 
http://git.eclipse.org/c/equinox/rt.equinox.bundles.git/commit/?id=7bce6c87f8bf16ca0283dabb046b13a1ac368444 

Markus
 
    From: 
    David M Williams <david_williams@xxxxxxxxxx> 
    To: 
    "Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>,
    Date: 
    2013-02-19 19:51 
    Subject: 
    [platform-releng-dev] 1:00 Rebuild failed







When it rains it pours ... the 1:00 rebuild failed early. As far as I recall, this error happens when someone "releases" a change, after the build does its initial fetch, but before it pushes its "auto tag".

No problem, as far as I'm concerned, assuming it was intended to include in rebuild. I'll just schedule another for 2 PM (1400) Eastern.

= = = = = = = =

Cannot pull with rebase: You have unstaged changes.
Please commit or stash them.

ERROR. exit code: 1  Git pull() failed for repository
file:///gitroot/equinox/rt.equinox.bundles.git branch master

[end] [13:00:35] tagRepo
Unexpected auto-tagging return code: 1. Build halted.
 _______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/platform-releng-dev
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/platform-releng-dev
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

GIF image


Back to the top