robertwb commented on PR #27632: URL: https://github.com/apache/beam/pull/27632#issuecomment-1673990993
Still trying to figure out why the website build is failing with ``` 15:59:09 Building sites … INFO 2023/08/09 22:59:09 syncing static files to /opt/build/website/generated-gcs-content/ 15:59:09 panic: runtime error: invalid memory address or nil pointer dereference 15:59:09 [signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x100d282] 15:59:09 15:59:09 goroutine 60 [running]: 15:59:09 github.com/gohugoio/hugo/hugolib.(*shortcodeHandler).extractShortcode(0xc000924580, 0xb, 0x0, 0xc000ae8ad0, 0x1, 0x1, 0x1a830a0) 15:59:09 /root/project/hugo/hugolib/shortcode.go:505 +0x882 15:59:09 github.com/gohugoio/hugo/hugolib.(*pageState).mapContent(0xc000b00f60, 0xc000dd57e0, 0xc000cf1900, 0xc000a5a440, 0x217e1c0) 15:59:09 /root/project/hugo/hugolib/page.go:783 +0xb80 15:59:09 github.com/gohugoio/hugo/hugolib.(*pageMap).newPageFromContentNode(0xc00077d750, 0xc0008fb020, 0xc000dd57e0, 0x0, 0x0, 0x0, 0x0) 15:59:09 /root/project/hugo/hugolib/content_map_page.go:164 +0x625 15:59:09 github.com/gohugoio/hugo/hugolib.(*pageMap).assemblePages.func1(0xc000e09b60, 0x22, 0x1a53b60, 0xc0008fb020, 0xc000ab5b00) 15:59:09 /root/project/hugo/hugolib/content_map_page.go:358 +0x150 15:59:09 github.com/armon/go-radix.recursiveWalk(0xc0008fb1a0, 0xc000ab5e10, 0x1a53b00) 15:59:09 /go/pkg/mod/github.com/armon/[email protected]/radix.go:519 +0xf0 15:59:09 github.com/armon/go-radix.recursiveWalk(0xc0008fb080, 0xc000ab5e10, 0x1a53b00) 15:59:09 /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e 15:59:09 github.com/armon/go-radix.recursiveWalk(0xc000c477d0, 0xc000ab5e10, 0x1a53b00) 15:59:09 /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e 15:59:09 github.com/armon/go-radix.recursiveWalk(0xc000c47680, 0xc000ab5e10, 0xcc5600) 15:59:09 /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e 15:59:09 github.com/armon/go-radix.recursiveWalk(0xc000c46e10, 0xc000ab5e10, 0xfe7600) 15:59:09 /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e 15:59:09 github.com/armon/go-radix.recursiveWalk(0xc000a15050, 0xc000ab5e10, 0x0) 15:59:09 /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e 15:59:09 github.com/armon/go-radix.recursiveWalk(0xc00069fe30, 0xc000ab5e10, 0x0) 15:59:09 /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e 15:59:09 github.com/armon/go-radix.(*Tree).Walk(...) 15:59:09 /go/pkg/mod/github.com/armon/[email protected]/radix.go:447 15:59:09 github.com/gohugoio/hugo/hugolib.(*pageMap).assemblePages(0xc00077d750, 0x0, 0x0) 15:59:09 /root/project/hugo/hugolib/content_map_page.go:331 +0xec 15:59:09 github.com/gohugoio/hugo/hugolib.(*pageMaps).AssemblePages.func1(0xc00077d750, 0x0, 0x0) 15:59:09 /root/project/hugo/hugolib/content_map_page.go:721 +0x68 15:59:09 github.com/gohugoio/hugo/hugolib.(*pageMaps).withMaps.func1(0x0, 0x0) 15:59:09 /root/project/hugo/hugolib/content_map_page.go:788 +0x2e 15:59:09 github.com/gohugoio/hugo/common/para.(*errGroupRunner).Run.func1(0x0, 0x0) 15:59:09 /root/project/hugo/common/para/para.go:52 +0x2f 15:59:09 golang.org/x/sync/errgroup.(*Group).Go.func1(0xc0010ef200, 0xc0010e7900) 15:59:09 /go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:57 +0x59 15:59:09 created by golang.org/x/sync/errgroup.(*Group).Go 15:59:09 /go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:54 +0x66 15:59:09 error Command failed with exit code 2. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
