Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Jun 2021 19:59:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 256352] website build: hugo hangs sometimes forever
Message-ID:  <bug-256352-9@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256352

            Bug ID: 256352
           Summary: website build: hugo hangs sometimes forever
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Documentation
          Assignee: doc@FreeBSD.org
          Reporter: wosch@FreeBSD.org

Our new website build system depends on hugo. Sometimes it hangs and does n=
ot
finish

/usr/local/bin/hugo --minify
Start building sites ?
[...]
Total in 247238 ms
--- generate-pgpkeys-txt ---
/usr/local/bin/ruby ./tools/global-pgpkeys-creator.rb


using truss(1) I see that a hugo user thread is waiting some nanoseconds for
something and then runs in a timeout

ERR#60 'Operation timed out'

and a kevent is called with a ~10 seconds timeout. This repeats and never e=
nds.


_umtx_op(0x2e45a18,UMTX_OP_WAIT_UINT_PRIVATE,0x0,0x18,0x7fffdfffcdc8) ERR#60
'Operation timed out'
compat11.kevent(3,0x0,0,{ },64,{ 9.977036585 })  =3D 0 (0x0)
_umtx_op(0xc000088558,UMTX_OP_WAKE_PRIVATE,0x1,0x0,0x0) =3D 0 (0x0)
_umtx_op(0xc000088558,UMTX_OP_WAIT_UINT_PRIVATE,0x0,0x18,0x0) =3D 0 (0x0)
nanosleep({ 0.010000000 })                       =3D 0 (0x0)
compat11.kevent(3,0x0,0,{ },64,{ 9.976893055 })  =3D 0 (0x0)
_umtx_op(0x2e45a18,UMTX_OP_WAIT_UINT_PRIVATE,0x0,0x18,0x7fffdfffcdc8) ERR#60
'Operation timed out'
_umtx_op(0xc00051e558,UMTX_OP_WAKE_PRIVATE,0x1,0x0,0x0) =3D 0 (0x0)
_umtx_op(0xc00051e558,UMTX_OP_WAIT_UINT_PRIVATE,0x0,0x18,0x0) =3D 0 (0x0)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256352-9>