Closed
Bug 1434738
Opened 7 years ago
Closed 7 years ago
mach try fuzzy fails to complete for me on windows10
Categories
(Testing :: General, defect)
Testing
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1400652
People
(Reporter: jmaher, Unassigned)
Details
elvis@JMAHER-WIN10 ~/mozilla-inbound
$ ./mach try -b o -p win64 -u none -t all
mozconfig has --enable-artifact-builds; including --artifact flag in try syntax (use --no-artifact to override)
Creating temporary commit for remote...
pushing to ssh://hg.mozilla.org/try
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 2 changesets with 2 changes to 2 files (+1 heads)
remote: recorded push in pushlog
remote:
remote: View your changes here:
remote: https://hg.mozilla.org/try/rev/a535c4b2de1a49d9418769dee1e86eab1fd1be69
remote: https://hg.mozilla.org/try/rev/971f91a408b6bb1ad917a9508b12bdc3bade49ce
remote:
remote: Follow the progress of your build on Treeherder:
remote: https://treeherder.mozilla.org/#/jobs?repo=try&revision=971f91a408b6bb1ad917a9508b12bdc3bade49ce
remote:
remote: It looks like this try push has talos jobs. Compare performance against a baseline revision:
remote: https://treeherder.mozilla.org/perf.html#/comparechooser?newProject=try&newRevision=971f91a408b6bb1ad917a9508b12bdc3bade49ce
remote: recorded changegroup in replication log in 0.057s
push complete
temporary commit removed, repository restored
elvis@JMAHER-WIN10 ~/mozilla-inbound
$
elvis@JMAHER-WIN10 ~/mozilla-inbound
$ ./mach try fuzzy -q 'windows10 reftest-e10s'
Artifact builds enabled, pass --no-artifact to disable
Task configuration changed, generating target task set
Creating temporary commit for remote...
M try_task_config.json
? .patch
? components.json
? dom\serviceworkers\test\mochitest.ini.rej
? manifest.py
? testing\talos\talos\tests\speedometer\speedometer.manifest.develop
pushing to ssh://hg.mozilla.org/try
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 1 changes to 1 files (+1 heads)
remote: recorded push in pushlog
remote:
remote: View your change here:
remote: https://hg.mozilla.org/try/rev/8fea4ed5ebbc8eadcbd50179b22f20fd1f0ef3bf
remote:
remote: Follow the progress of your build on Treeherder:
remote: https://treeherder.mozilla.org/#/jobs?repo=try&revision=8fea4ed5ebbc8eadcbd50179b22f20fd1f0ef3bf
remote: recorded changegroup in replication log in 0.047s
push complete
temporary commit removed, repository restored
**** I hit CTRL+C here after 3 minutes ****
:
:
elvis@JMAHER-WIN10 ~/mozilla-inbound$
elvis@JMAHER-WIN10 ~/mozilla-inbound
:
elvis@JMAHER-WIN10 ~/mozilla-inbound
$
elvis@JMAHER-WIN10 ~/mozilla-inbound
...skipping...
M try_task_config.json
? .patch
? components.json
? dom\serviceworkers\test\mochitest.ini.rej
? manifest.py
? testing\talos\talos\tests\speedometer\speedometer.manifest.develop
pushing to ssh://hg.mozilla.org/try
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 1 changes to 1 files (+1 heads)
remote: recorded push in pushlog
remote:
remote: View your change here:
remote: https://hg.mozilla.org/try/rev/8fea4ed5ebbc8eadcbd50179b22f20fd1f0ef3bf
remote:
remote: Follow the progress of your build on Treeherder:
remote: https://treeherder.mozilla.org/#/jobs?repo=try&revision=8fea4ed5ebbc8eadcbd50179b22f20fd1f0ef3bf
remote: recorded changegroup in replication log in 0.047s
push complete
temporary commit removed, repository restored
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~s
~
~
~
tatq
bash: h: command not found
elvis@JMAHER-WIN10 ~/mozilla-inbound
$ hg status
M try_task_config.json
? .patch
? components.json
? dom\serviceworkers\test\mochitest.ini.rej
? manifest.py
? testing\talos\talos\tests\speedometer\speedometer.manifest.develop
elvis@JMAHER-WIN10 ~/mozilla-inbound
$
Reporter | ||
Comment 1•7 years ago
|
||
you an see the hg status shows:
M try_task_config.json
when I CTRL+C it appears as though I am in an editor although I have a regular prompt, but typing anything gets odd, like I am in a diff or vi type editor.
Comment 2•7 years ago
|
||
I'm going to dupe this to 1400652, even though this might be a slightly different, it has the same failure and will be easier to track together.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•