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

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


Back to the top