Closed Bug 1160160 Opened 9 years ago Closed 9 years ago

[raptor] Error when checking out gaia PR

Categories

(Firefox OS Graveyard :: Gaia::PerformanceTest, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rwood, Assigned: rwood)

References

Details

Attachments

(5 files)

On the second raptor task that runs the test on master+PR:

=> Checking out gaia revision 71d0c10f2b51842b3a474b3bcc7e45e7eb3b6956                                                  
fatal: reference is not a tree: 71d0c10f2b51842b3a474b3bcc7e45e7eb3b6956

This is how gaia is being updated for the PR:

tc-vcs checkout /home/worker/gaia $GAIA_REPOSITORY $GAIA_REPOSITORY master master
cd /home/worker/gaia
git pull -u
if [ "$RAPTOR_GAIA_REV" != "master" ]
then
  echo "=> Checking out gaia revision" $RAPTOR_GAIA_REV
  git checkout $RAPTOR_GAIA_REV
fi
Checking out files: 100% (11286/11286), done.
HEAD is now at d6506bd Merge pull request #28945 from crh0716/1127718
[tc-vcs] run end : git reset --hard (0) in 5764 ms
[tc-vcs] 0 run start : (cwd: /home/worker/gaia) git checkout master
Already on 'master'
[tc-vcs] run end : git checkout master (0) in 181 ms
[tc-vcs] 0 run start : (cwd: /home/worker/gaia) git fetch https://github.com/mozilla-b2g/gaia master
From https://github.com/mozilla-b2g/gaia
 * branch            master     -> FETCH_HEAD
[tc-vcs] run end : git fetch https://github.com/mozilla-b2g/gaia master (0) in 2499 ms
[tc-vcs] 0 run start : (cwd: /home/worker/gaia) git reset --hard
HEAD is now at d6506bd Merge pull request #28945 from crh0716/1127718
[tc-vcs] run end : git reset --hard (0) in 199 ms
[tc-vcs] 0 run start : (cwd: /home/worker/gaia) git checkout 647f38856a46a026e5e4d8c900a242e372f33925
fatal: reference is not a tree: 647f38856a46a026e5e4d8c900a242e372f33925
[tc-vcs] run end : git checkout 647f38856a46a026e5e4d8c900a242e372f33925 (128) in 13 ms

/usr/lib/node_modules/taskcluster-vcs/build/bin/tc-vcs.js:57
        throw err;
              ^
Error: Error running command: git checkout 647f38856a46a026e5e4d8c900a242e372f33925
Hi James, has something changed with pulling gaia PR? This used to work... it works fine when pulling master, but when trying to checkout for a particular rev for a PR, it is failing (comment 2).
Flags: needinfo?(jlal)
Another example, in this case the first 3 runs the git checkout failed with the error, and then on run 3 the git checkout was successful (same rev):

http://docs.taskcluster.net/tools/task-inspector/#9eu1nBlPRTqeXuqjHDc5CA
Change the raptor-tester docker image to be based off:

https://github.com/mozilla-b2g/gaia/tree/master/build/docker/gaia-taskenv

gaia: master vs master + pr

gaia-master: master -1 commit vs master
Flags: needinfo?(jlal)
Update to raptor task graph, required to use the updated raptor-tester docker image (this will fail on gaia-try because the raptor docker image update isn't pushed yet)
Attachment #8601092 - Flags: review?(garndt)
Update raptor-tester docker image to use gaia-taskenv
Attachment #8601100 - Flags: review?(eperelman)
Attachment #8601100 - Flags: review?(eperelman) → review+
Attachment #8601092 - Flags: review?(garndt) → review+
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: