public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* Strange mkdirs issue on power8
@ 2022-11-22 22:48 Mark Wielaard
  2022-11-28 10:51 ` Mark Wielaard
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Wielaard @ 2022-11-22 22:48 UTC (permalink / raw)
  To: will schmidt; +Cc: buildbot

Hi Will,

There is a strange update error on the power8 worker.
See https://builder.sourceware.org/buildbot/#/workers/18

The issue is this code that tries to create a working directory before
running the git update command:

        if not os.path.exists(workdir):
            os.makedirs(workdir)

The apparently os.path.exists returns false, but then os.makedirs
raises a FileExistsError.  Which doesn't really make sense.

Might there be something odd with the filesystem?

Confused,

Mark

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-12-06 18:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-22 22:48 Strange mkdirs issue on power8 Mark Wielaard
2022-11-28 10:51 ` Mark Wielaard
2022-11-28 22:37   ` will schmidt
2022-12-06 14:51     ` Mark Wielaard
2022-12-06 18:12       ` will schmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).