Closed Bug 1208729 Opened 9 years ago Closed 9 years ago

Intermittent make[6]: *** [/home/worker/objdir-gecko/objdir/addon-sdk/source/test/addons/.mkdir.done] Error 1

Categories

(Add-on SDK Graveyard :: General, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1207428

People

(Reporter: aryx, Unassigned)

Details

(Keywords: intermittent-failure)

00:55:49     INFO -  mkdir -p '/home/worker/objdir-gecko/objdir/addon-sdk/source/test/addons/'
00:55:49     INFO -  mkdir: cannot create directory `/home/worker/objdir-gecko/objdir/addon-sdk/source/test/addons/': No such file or directory
00:55:49    ERROR -  make[6]: *** [/home/worker/objdir-gecko/objdir/addon-sdk/source/test/addons/.mkdir.done] Error 1
00:55:49     INFO -  make[6]: Leaving directory `/home/worker/objdir-gecko/objdir/addon-sdk'
00:55:49    ERROR -  make[5]: *** [addon-sdk/misc] Error 2
00:55:49     INFO -  make[5]: *** Waiting for unfinished jobs....

00:55:49     INFO -  make[5]: Leaving directory `/home/worker/objdir-gecko/objdir'
00:55:49    ERROR -  make[4]: *** [misc] Error 2
00:55:49     INFO -  make[4]: Leaving directory `/home/worker/objdir-gecko/objdir'
00:55:49    ERROR -  make[3]: *** [default] Error 2
00:55:49     INFO -  make[3]: Leaving directory `/home/worker/objdir-gecko/objdir'
00:55:49    ERROR -  make[2]: *** [realbuild] Error 2
00:55:49     INFO -  make[2]: Leaving directory `/home/worker/workspace/gecko'
00:55:49    ERROR -  make[1]: *** [build] Error 2
00:55:49     INFO -  make[1]: Leaving directory `/home/worker/workspace/gecko'
00:55:49     INFO -  make: *** [out/target/product/hammerhead/obj/DATA/gecko_intermediates/gecko] Error 2
00:55:50     INFO -  real	35m58.615s
00:55:50     INFO -  user	226m24.332s
00:55:50     INFO -  sys	31m42.518s
00:55:50     INFO -  
00:55:50     INFO -  > Build failed! <
00:55:50     INFO -  Build with |./build.sh -j1| for better messages
This is another of the fall out from the cache issues.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
(In reply to Nigel Babu [:nigelb] from comment #16)
> This is another of the fall out from the cache issues.
> 
> *** This bug has been marked as a duplicate of bug 1207428 ***

Is it? I just ran into this on a try build that is only building the browser. It's my own in-development job, and it was using --interactive, but at the beginning I just logged in and let the regular build stuff run. I came back to it to find that it errored out with this message.

https://tools.taskcluster.net/task-inspector/#ND1D9J2YSm6U4ngQmVNGCg/0

It seemed to me more like some weirdo race condition in the build system, though I don't understand how a mkdir -p could race unless some intermediate entry in the full path being created were a file instead of a directory or something.

Disturbing.
You need to log in before you can comment on or make changes to this bug.