Hugo: fatal error: concurrent map read and map write

Created on 19 May 2020  Â·  14Comments  Â·  Source: gohugoio/hugo

Version: Hugo Static Site Generator v0.69.2-EC9DCF30/extended linux/amd64 BuildDate: 2020-04-24T07:57:53Z

Got the following crash while deploying this commit on Netlify:

12:36:33 PM: Build ready to start
12:36:35 PM: build-image version: f72dfd0e8463dbecb2fd70e9fce5154c4f652a32
12:36:35 PM: build-image tag: v3.3.11
12:36:35 PM: buildbot version: 0491622b534ec97319921a4d5a5618bf0cab9974
12:36:35 PM: Fetching cached dependencies
12:36:35 PM: Starting to download cache of 542.5MB
12:36:39 PM: Finished downloading cache in 3.951582631s
12:36:39 PM: Starting to extract cache
12:36:54 PM: Finished extracting cache in 14.37300415s
12:36:54 PM: Finished fetching cache in 18.449754401s
12:36:54 PM: Starting to prepare the repo for build
12:36:54 PM: Preparing Git Reference refs/heads/master
12:36:56 PM: Found Netlify configuration file netlify.toml in site root
12:36:56 PM: Found Netlify configuration file(s). Overriding site configuration
12:36:56 PM: Different build command detected, going to use the one specified in the Netlify configuration file: 'yarn build:prod' versus '' in the Netlify UI
12:36:56 PM: Different functions path detected, going to use the one specified in the Netlify configuration file: 'functions' versus '' in the Netlify UI
12:36:56 PM: Creating functions prep folder
12:36:56 PM: Starting build script
12:36:56 PM: Installing dependencies
12:36:56 PM: Started restoring cached node version
12:37:00 PM: Finished restoring cached node version
12:37:01 PM: v12.16.3 is already installed.
12:37:02 PM: Now using node v12.16.3 (npm v6.14.4)
12:37:02 PM: Attempting ruby version 2.6.2, read from environment
12:37:03 PM: Using ruby version 2.6.2
12:37:04 PM: Using PHP version 5.6
12:37:04 PM: 5.2 is already installed.
12:37:04 PM: Using Swift version 5.2
12:37:04 PM: Started restoring cached node modules
12:37:04 PM: Finished restoring cached node modules
12:37:04 PM: Started restoring cached yarn cache
12:37:04 PM: Finished restoring cached yarn cache
12:37:04 PM: Installing Hugo 0.69.2
12:37:04 PM: Hugo Static Site Generator v0.69.2-EC9DCF30/extended linux/amd64 BuildDate: 2020-04-24T07:57:53Z
12:37:04 PM: Started restoring cached go cache
12:37:07 PM: Finished restoring cached go cache
12:37:07 PM: Installing Go version 1.14.2
12:37:07 PM: unset GOOS;
12:37:07 PM: unset GOARCH;
12:37:07 PM: export GOROOT='/opt/buildhome/.gimme_cache/versions/go1.14.2.linux.amd64';
12:37:07 PM: export PATH="/opt/buildhome/.gimme_cache/versions/go1.14.2.linux.amd64/bin:${PATH}";
12:37:07 PM: go version >&2;
12:37:07 PM: export GIMME_ENV='/opt/buildhome/.gimme_cache/env/go1.14.2.linux.amd64.env';
12:37:07 PM: go version go1.14.2 linux/amd64
12:37:07 PM: Installing missing commands
12:37:07 PM: Verify run directory
12:37:07 PM: Executing user command: yarn build:prod
12:37:07 PM: yarn run v1.13.0
12:37:08 PM: $ yarn run build:go && yarn run build:parcel && hugo version && hugo
12:37:08 PM: $ ./build-go.sh
12:37:08 PM: go version go1.14.2 linux/amd64
12:37:10 PM: $ parcel build src/entrypoints/* --experimental-scope-hoisting
12:37:34 PM: ✨  Built in 23.59s.
12:37:34 PM: dist/donate.js                   164.09 KB    22.90s
12:37:34 PM: dist/enhancements.88f4448f.js     32.48 KB    21.97s
12:37:34 PM: dist/main.js                       7.91 KB    25.18s
12:37:34 PM: dist/embed-host.js                 4.85 KB    20.17s
12:37:34 PM: dist/tracker.js                    3.83 KB    17.70s
12:37:34 PM: dist/embed-frame.js                2.77 KB    20.17s
12:37:34 PM: Hugo Static Site Generator v0.69.2-EC9DCF30/extended linux/amd64 BuildDate: 2020-04-24T07:57:53Z
12:37:34 PM: Building sites …
12:37:34 PM: fatal error: concurrent map read and map write
12:37:34 PM: goroutine 141 [running]:
12:37:34 PM: runtime.throw(0x1e12635, 0x21)
12:37:34 PM:    /usr/local/go/src/runtime/panic.go:1114 +0x72 fp=0xc0024d23b0 sp=0xc0024d2380 pc=0x4f1672
12:37:34 PM: runtime.mapaccess1_faststr(0x1b0c880, 0xc0009c66c0, 0xc00004690d, 0xb, 0x2343c20)
12:37:34 PM:    /usr/local/go/src/runtime/map_faststr.go:21 +0x43c fp=0xc0024d2420 sp=0xc0024d23b0 pc=0x4cfc1c
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkTemplate(0xc0024d29b8, 0x1c42040, 0xc0017e2dc8, 0x196, 0xc000b67240)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:402 +0x8e fp=0xc0024d2508 sp=0xc0024d2420 pc=0xef6cfe
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0024d29b8, 0x1c42040, 0xc0017e2dc8, 0x196, 0x2343da0, 0xc000b67240)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:271 +0x20a fp=0xc0024d2598 sp=0xc0024d2508 pc=0xef5e4a
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0024d29b8, 0x1c42040, 0xc0017e2dc8, 0x196, 0x2343c20, 0xc000b7c180)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x129 fp=0xc0024d2628 sp=0xc0024d2598 pc=0xef5d69
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange.func1(0x1a353c0, 0xc002372990, 0x82, 0x1c42040, 0xc0017e2dc8, 0x196)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:353 +0x124 fp=0xc0024d2678 sp=0xc0024d2628 pc=0xf07374
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange(0xc0024d29b8, 0x1d85dc0, 0xc000cb9230, 0x16, 0xc000b672c0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:362 +0x4fa fp=0xc0024d27c8 sp=0xc0024d2678 pc=0xef68da
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0024d29b8, 0x1d85dc0, 0xc000cb9230, 0x16, 0x2343d20, 0xc000b672c0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:269 +0x455 fp=0xc0024d2858 sp=0xc0024d27c8 pc=0xef6095
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0024d29b8, 0x1d85dc0
12:37:34 PM: , 0xc000cb9230, 0x16, 0x2343c20, 0xc000b69a40)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x129 fp=0xc0024d28e8 sp=0xc0024d2858 pc=0xef5d69
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc000b66f40, 0xc0024d29b8, 0x1d85dc0, 0xc000cb9230, 0x16, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7 fp=0xc0024d2950 sp=0xc0024d28e8 pc=0xf02fc7
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009c4e80, 0x7f14daf4a010, 0xc0001494a0, 0x2313e60, 0xc00186c090, 0x1d85dc0, 0xc000cb9230, 0xc0009c6810, 0xc00164f300)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7 fp=0xc0024d2a30 sp=0xc0024d2950 pc=0xf02db7
12:37:34 PM: github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000bb3c20, 0x23262a0, 0xc0001494a0, 0x2313e60, 0xc00186c090, 0x1d85dc0, 0xc000cb9230, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f fp=0xc0024d2b00 sp=0xc0024d2a30 pc=0x104f21f
12:37:34 PM: github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0009c4430, 0xc000ab2544, 0xb, 0xc0022719f0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/partials/partials.go:142 +0x24e fp=0xc0024d2be0 sp=0xc0024d2b00 pc=0x102cabe
12:37:34 PM: github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include-fm(0xc000ab2544, 0xb, 0xc0022719f0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/partials/partials.go:95 +0x63 fp=0xc0024d2c40 sp=0xc0024d2be0 pc=0x102dfd3
12:37:34 PM: runtime.call128(0xc0017f68d0, 0xc0009c4450, 0xc00123b8b0, 0x2800000048)
12:37:34 PM:    /usr/local/go/src/runtime/asm_amd64.s:541 +0x52 fp=0xc0024d2cd0 sp=0xc0024d2c40 pc=0x522372
12:37:34 PM: reflect.Value.call(0x1b01480, 0xc0009c4450, 0x13, 0x1d8c8f0, 0x4, 0xc001ee81e0, 0x2, 0x2, 0xc000cb9230, 0x16, ...)
12:37:34 PM:    /usr/local/go/src/reflect/value.go:460 +0x8ab fp=0xc0024d2ee8 sp=0xc0024d2cd0 pc=0x58760b
12:37:34 PM: reflect.Value.Call(0x1b01480, 0xc0009c4450, 0x13, 0xc001ee81e0, 0x2, 0x2, 0xc0012ca140, 0x42, 0xc0024d2fd8)
12:37:34 PM:    /usr/local/go/src/reflect/value.go:321 +0xb4 fp=0xc0024d2f68 sp=0xc0024d2ee8 pc=0x586b14
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x1b01480, 0xc0009c4450, 0x13, 0xc001ee81e0, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:352 +0xbd fp=0xc0024d2fe8 sp=0xc0024d2f68 pc=0xefef0d
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc0024d3588, 0x1d85dc0, 0xc000cb9230, 0x16, 0x1b01480, 0xc0009c4450, 0x13, 0x2343ae0, 0xc0028f2ab0, 0xc000ab253b, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f fp=0xc0024d3138 sp=0xc0024d2fe8 pc=0xf04b0f
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc0024d3588, 0x1d85dc0, 0xc000cb9230, 0x16, 0xc0028f2ae0, 0x2343ae0, 0xc0028f2ab0, 0xc0028e9540, 0x3, 0x4, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d fp=0xc0024d3238 sp=0xc0024d3138 pc=0xf031ed
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc0024d3588, 0x1d85dc0, 0xc000cb9230, 0x16, 0xc0028f2ab0, 0x1b208e0, 0x30fa978, 0x99, 0xc0024d33e8, 0xefbc84, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:465 +
12:37:34 PM: 0x58b fp=0xc0024d3308 sp=0xc0024d3238 pc=0xef7aab
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc0024d3588, 0x1d85dc0, 0xc000cb9230, 0x16, 0xc0028ece40, 0xef70fa, 0xc0024d37f0, 0x1d85dc0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:434 +0x11a fp=0xc0024d33f8 sp=0xc0024d3308 pc=0xef70fa
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0024d3588, 0x1d85dc0, 0xc000cb9230, 0x16, 0x23439e0, 0xc0028f2b10)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:258 +0x396 fp=0xc0024d3488 sp=0xc0024d33f8 pc=0xef5fd6
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0024d3588, 0x1d85dc0, 0xc000cb9230, 0x16, 0x2343c20, 0xc0028f2a80)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x129 fp=0xc0024d3518 sp=0xc0024d3488 pc=0xef5d69
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkTemplate(0xc0024d37f0, 0x1d85dc0, 0xc000cb9230, 0x16, 0xc002888240)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:416 +0x202 fp=0xc0024d3600 sp=0xc0024d3518 pc=0xef6e72
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0024d37f0, 0x1d85dc0, 0xc000cb9230, 0x16, 0x2343da0, 0xc002888240)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:271 +0x20a fp=0xc0024d3690 sp=0xc0024d3600 pc=0xef5e4a
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0024d37f0, 0x1d85dc0, 0xc000cb9230, 0x16, 0x2343c20, 0xc0028852c0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x129 fp=0xc0024d3720 sp=0xc0024d3690 pc=0xef5d69
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0023eea40, 0xc00254f7f0, 0x1d85dc0, 0xc000cb9230, 0x16, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7 fp=0xc0024d3788 sp=0xc0024d3720 pc=0xf02fc7
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009c4e80, 0x7f14daf4a010, 0xc001481950, 0x2313e60, 0xc001eb7440, 0x1d85dc0, 0xc000cb9230, 0x1d91ac3, 0x5)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7 fp=0xc0024d3868 sp=0xc0024d3788 pc=0xf02db7
12:37:34 PM: github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000bb3c20, 0x23262a0, 0xc001481950, 0x2313e60, 0xc001eb7440, 0x1d85dc0, 0xc000cb9230, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f fp=0xc0024d3938 sp=0xc0024d3868 pc=0x104f21f
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate(0xc000930480, 0x1d8e040, 0x4, 0x1d8cac4, 0x4, 0x1d85dc0, 0xc000cb9230, 0x2313e60, 0xc001eb7440, 0x23262a0, ...)
12:37:34 PM:    /root/project/hugo/hugolib/site.go:1669 +0x96 fp=0xc0024d39b0 sp=0xc0024d3938 pc=0x10a5646
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc000930480, 0xc000564ab0, 0xc00254ff00, 0x12, 0xc0012da400, 0x17, 0xc000cb9230, 0x23262a0, 0xc001481950, 0x0, ...)
12:37:34 PM:    /root/project/hugo/hugolib/site.go:1596 +0x1d2 fp=0xc0024d3e90 sp=0xc0024d39b0 pc=0x10a4e42
12:37:34 PM: github.com/gohugoio/hugo/hugolib.pageRenderer(0xc00129f9a0, 0xc000930480, 0xc00093d5c0, 0xc001647860, 0xc000c84ba0)
12:37:34 PM:    /root/project/hugo/hugolib/site_render.go:139 +0x2a5 fp=0xc0024d3fb8 sp=0xc0024d3e90 pc=0x10a79d5
12:37:34 PM: runtime.goexit()
12:37:34 PM:    /usr/local/go/src/runtime/asm_amd64.s:1373 +0x1 fp=0xc0024d3fc0 sp=0xc0024d3fb8 pc=0x523fb1
12:37:34 PM: created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
12:37:34 PM:    /root/project/hugo/hugolib/site_render.go:74 +0x160
12:37:34 PM: goroutine 1 [semacquire]:
12:37:34 PM: sync.runtime_Semacquire(0xc000bde5b0)
12:37:34 PM:    /usr/local/go/src/runtime/sema.go:56 +0x42
12:37:34 PM: sync.(*WaitGroup).Wait(0xc000bde5a8)
12:37:34 PM:    /usr/local/go/src/sync/waitgroup.go:130 +0x64
12:37:34 PM: golang.org/x/sync/errgroup.(*Group).Wait(0xc000bde5a0, 0xc000127640, 0x13)
12:37:34 PM:    /go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:40 +0x31
12:37:34 PM: github.com/gohugoio/hugo/commands.(*commandeer).fullBuild(0xc000281450, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/commands/hugo.go:333 +0x455
12:37:34 PM: github.com/gohugoio/hugo/commands.(*commandeer).build(0xc000281450, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/commands/hugo.go:474 +0xab
12:37:34 PM: github.com/gohugoio/hugo/commands.(*commandsBuilder).newHugoCmd.func1(0xc0005a7b80, 0x30fa978, 0x0, 0x0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/commands/commands.go:171 +0x15c
12:37:34 PM: github.com/spf13/cobra.(*Command).execute(0xc0005a7b80, 0xc0000321b0, 0x0, 0x0, 0xc0005a7b80, 0xc0000321b0)
12:37:34 PM:    /go/pkg/mod/github.com/spf13/[email protected]/command.go:826 +0x453
12:37:34 PM: github.com/spf13/cobra.(*Command).ExecuteC(0xc0005a7b80, 0xc000951220, 0x8, 0xc00040eb80)
12:37:34 PM:    /go/pkg/mod/github.com/spf13/[email protected]/command.go:914 +0x2fb
12:37:34 PM: github.com/gohugoio/hugo/commands.Execute(0xc0000321b0, 0x0, 0x0, 0x4c2b8f, 0xc00003c2f8, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/commands/hugo.go:89 +0xb9
12:37:34 PM: main.main()
12:37:34 PM:    /root/project/hugo/main.go:23 +0x6c
12:37:34 PM: goroutine 10 [select]:
12:37:34 PM: go.opencensus.io/stats/view.(*worker).start(0xc00047a050)
12:37:34 PM:    /go/pkg/mod/[email protected]/stats/view/worker.go:154 +0x100
12:37:34 PM: created by go.opencensus.io/stats/view.init.0
12:37:34 PM:    /go/pkg/mod/[email protected]/stats/view/worker.go:32 +0x57
12:37:34 PM: goroutine 140 [runnable]:
12:37:34 PM: encoding/json.(*reflectWithString).resolve(0xc001fa8270, 0x5, 0x5)
12:37:34 PM:    /usr/local/go/src/encoding/json/encode.go:974 +0x411
12:37:34 PM: encoding/json.mapEncoder.encode(0x1e8a7e8, 0xc001dddf80, 0x1b10120, 0xc002126f90, 0x15, 0x1b10100)
12:37:34 PM:    /usr/local/go/src/encoding/json/encode.go:788 +0x438
12:37:34 PM: encoding/json.(*encodeState).reflectValue(0xc001dddf80, 0x1b10120, 0xc002126f90, 0x15, 0xc0024b0100)
12:37:34 PM:    /usr/local/go/src/encoding/json/encode.go:358 +0x82
12:37:34 PM: encoding/json.(*encodeState).marshal(0xc001dddf80, 0x1b10120, 0xc002126f90, 0xc001a60100, 0x0, 0x0)
12:37:34 PM:    /usr/local/go/src/encoding/json/encode.go:330 +0xf0
12:37:34 PM: encoding/json.Marshal(0x1b10120, 0xc002126f90, 0x203000, 0x203000, 0x203000, 0x7f14daf41f20, 0x3f)
12:37:34 PM:    /usr/local/go/src/encoding/json/encode.go:161 +0x52
12:37:34 PM: github.com/gohugoio/hugo/tpl/encoding.(*Namespace).Jsonify(0x30fa978, 0xc0024b2de0, 0x1, 0x1, 0x18, 0xc0007c0000, 0xc0024b0270, 0x4d0dc3)
12:37:34 PM:    /root/project/hugo/tpl/encoding/encoding.go:70 +0x254
12:37:34 PM: reflect.Value.call(0x1ac3f80, 0xc0009c40b0, 0x13, 0x1d8c8f0, 0x4, 0xc00213dd60, 0x1, 0x1, 0x1b10120, 0x1d798a0, ...)
12:37:34 PM:    /usr/local/go/src/reflect/value.go:460 +0x8ab
12:37:34 PM: reflect.Value.Call(0x1ac3f80, 0xc0009c40b0, 0x13, 0xc00213dd60, 0x1, 0x1, 0x1bcb0a0, 0x1, 0xc0024b05b0)
12:37:34 PM:    /usr/local/go/src/reflect/value.go:321 +0xb4
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x1ac3f80, 0xc0009c40b0, 0x13, 0xc00213dd60, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:352 +0xbd
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc0024b0bc0, 0x1d85dc0, 0xc000cc5ad0, 0x16, 0x1ac3f80, 0xc0009c40b0, 0x13, 0x2343ae0, 0xc000a16f30, 0xc000a1453f, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc0024b0bc0, 0x1d85dc0, 0xc000cc5ad0, 0x16, 0xc000a16f60, 0x2343ae0, 0xc000a16f30, 0xc000a0ee40, 0x1, 0x1, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc0024b0bc0, 0x1d85dc0, 0xc000cc5ad0, 0x16, 0xc000a16f30, 0x1b10120, 0xc002126f90, 0x15, 0x1ad6640, 0xc0021270f8, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:465 +0x58b
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc0024b0bc0, 0x1d85dc0, 0xc000cc5ad0, 0x16, 0xc000a18360, 0x0, 0x0, 0x98)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:434 +0x11a
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0024b0bc0, 0x1d85dc0, 0xc000cc5ad0, 0x16, 0x23439e0, 0xc000a16ff0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:258 +0x396
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0024b0bc0, 0x1d85dc0, 0xc000cc5ad0, 0x16, 0x2343c20, 0xc000a13110)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x129
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc000a10740, 0xc0024b0bc0, 0x1d85dc0, 0xc000cc5ad0, 0x16, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009c4e80, 0x7f14daf4a010, 0xc0002352c0, 0x2313e60, 0xc0017f7230, 0x1d85dc0, 0xc000cc5ad0, 0xc0009c6810, 0xc000fb8960)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
12:37:34 PM: github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000bb3c20, 0x23262a0, 0xc0002352c0, 0x2313e60, 0xc0017f7230, 0x1d85dc0, 0xc000cc5ad0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
12:37:34 PM: github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0009c4430, 0xc000ab262d, 0xc, 0xc0024b2430, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/partials/partials.go:142 +0x24e
12:37:34 PM: reflect.Value.call(0x1b01480, 0xc0009c4450, 0x13, 0x1d8c8f0, 0x4, 0xc0021267e0, 0x2, 0x2, 0xc000cc5ad0, 0x16, ...)
12:37:34 PM:    /usr/local/go/src/reflect/value.go:460 +0x8ab
12:37:34 PM: reflect.Value.Call(0x1b01480, 0xc0009c4450, 0x13, 0xc0021267e0, 0x2, 0x2, 0x1a36070, 0x1a351c0, 0xc0024b11e0)
12:37:34 PM:    /usr/local/go/src/reflect/value.go:321 +0xb4
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x1b01480, 0xc0009c4450, 0x13, 0xc0021267e0, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:352 +0xbd
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc0024b17f0, 0x1d85dc0, 0xc000cc5ad0, 0x16, 0x1b01480, 0xc0009c4450, 0x13, 0x2343ae0, 0xc00186d860, 0xc000ab2624, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc0024b17f0
12:37:34 PM: , 0x1d85dc0, 0xc000cc5ad0, 0x16, 0xc00186d890, 0x2343ae0, 0xc00186d860, 0xc001a8cec0, 0x3, 0x4, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc0024b17f0, 0x1d85dc0, 0xc000cc5ad0, 0x16, 0xc00186d860, 0x1b208e0, 0x30fa978, 0x99, 0x16, 0x16, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:465 +0x58b
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc0024b17f0, 0x1d85dc0, 0xc000cc5ad0, 0x16, 0xc00186ecc0, 0x0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:434 +0x11a
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0024b17f0, 0x1d85dc0, 0xc000cc5ad0, 0x16, 0x23439e0, 0xc00186d8c0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:258 +0x396
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0024b17f0, 0x1d85dc0, 0xc000cc5ad0, 0x16, 0x2343c20, 0xc00186c6c0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x129
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc001cdaf80, 0xc0024b17f0, 0x1d85dc0, 0xc000cc5ad0, 0x16, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009c4e80, 0x7f14daf4a010, 0xc000234b40, 0x2313e60, 0xc00186d7d0, 0x1d85dc0, 0xc000cc5ad0, 0x1d37a80, 0x200000000)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
12:37:34 PM: github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000bb3c20, 0x23262a0, 0xc000234b40, 0x2313e60, 0xc00186d7d0, 0x1d85dc0, 0xc000cc5ad0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate(0xc000930480, 0x1d8e040, 0x4, 0x1d8cac4, 0x4, 0x1d85dc0, 0xc000cc5ad0, 0x2313e60, 0xc00186d7d0, 0x23262a0, ...)
12:37:34 PM:    /root/project/hugo/hugolib/site.go:1669 +0x96
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc000930480, 0xc000564ab0, 0xc0024b1f00, 0xf, 0xc0012daf40, 0x17, 0xc000cc5ad0, 0x23262a0, 0xc000234b40, 0x0, ...)
12:37:34 PM:    /root/project/hugo/hugolib/site.go:1596 +0x1d2
12:37:34 PM: github.com/gohugoio/hugo/hugolib.pageRenderer(0xc00129f9a0, 0xc000930480, 0xc00093d5c0, 0xc001647860, 0xc000c84ba0)
12:37:34 PM:    /root/project/hugo/hugolib/site_render.go:139 +0x2a5
12:37:34 PM: created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
12:37:34 PM:    /root/project/hugo/hugolib/site_render.go:74 +0x160
12:37:34 PM: goroutine 138 [select]:
12:37:34 PM: github.com/gohugoio/hugo/lazy.(*Init).withTimeout(0xc000ac46c0, 0x6fc23ac00, 0xc000f52290, 0x0, 0x0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/lazy/init.go:186 +0x1bb
12:37:34 PM: github.com/gohugoio/hugo/lazy.(*Init).BranchWithTimeout.func1(0xc0024e1dd8, 0xc0012289c0, 0x4bf501, 0xc0024e1c40)
12:37:34 PM:    /root/project/hugo/lazy/init.go:69 +0x3c
12:37:34 PM: github.com/gohugoio/hugo/lazy.(*Init).Do.func1()
12:37:34 PM:    /root/project/hugo/lazy/init.go:97 +0x136
12:37:34 PM: github.com/gohugoio/hugo/lazy.(*onceMore).Do(0xc0007cfbe8, 0xc0024e1cb0)
12:37:34 PM:    /root/project/hugo/lazy/once.go:53 +0xdb
12:37:34 PM: github.com/gohugoio/hugo/lazy.(*Init).Do(0xc0007cfbc0, 0x1ba69c0, 0xc0024e1dd8, 0x1c768a0, 0xc0019e1290)
12:37:34 PM:    /root/project/hugo/lazy/init.go:79 +0x5b
12:37:34 PM: github.com/gohugoio/hugo/lazy.(*Init).Do.func1()
12:37:34 PM:    /root/project/hugo/lazy/init.go:84 +0x1c8
12:37:34 PM: github.com/gohugoio/hugo/lazy.(*onceMore).Do(0xc0007cfc48, 0xc0024e1d98)
12:37:34 PM:    /root/project/hugo/lazy/once.go:53 +0xdb
12:37:34 PM: github.com/gohugoio/hugo/lazy.(*Init).Do(0xc0007cfc20, 0x10, 0xc0019e1230, 0x502e63, 0x1a2e800)
12:37:34 PM:    /root/project/hugo/lazy/init.go:79 +0x5b
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*Site).initInit(0xc000930480, 0xc0007cfc20, 0x232f360, 0xc000cc4cc0, 0x0)
12:37:34 PM:    /root/project/hugo/hugolib/site.go:209 +0x2f
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*pageContentOutput).WordCount(0xc000985880, 0x581d81)
12:37:34 PM:    /root/project/hugo/hugolib/page__per_output.go:344 +0x56
12:37:34 PM: reflect.Value.call(0x1d85dc0, 0xc000cc4cc0, 0x1ce13, 0x1d8c8f0, 0x4, 0x30fa978, 0x0, 0x0, 0x1b0c340, 0x0, ...)
12:37:34 PM:    /usr/local/go/src/reflect/value.go:460 +0x8ab
12:37:34 PM: reflect.Value.Call(0x1d85dc0, 0xc000cc4cc0, 0x1ce13, 0x30fa978, 0x0, 0x0, 0x1a2e800, 0xc0024e2188, 0xc0024e2188)
12:37:34 PM:    /usr/local/go/src/reflect/value.go:321 +0xb4
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x1d85dc0, 0xc000cc4cc0, 0x1ce13, 0x30fa978, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:352 +0xbd
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc0024e2bc0, 0x1d85dc0, 0xc000cc4cc0, 0x16, 0x1d85dc0, 0xc000cc4cc0, 0x1ce13, 0x2343b60, 0xc000adeb70, 0xc000a307df, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalField(0xc0024e2bc0, 0x1d85dc0, 0xc000cc4cc0, 0x16, 0xc000a307df, 0x9, 0x2343b60, 0xc000adeb70, 0xc000ae0160, 0x1, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:172 +0x5fc
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFieldChain(0xc0024e2bc0, 0x1d85dc0, 0xc000cc4cc0, 0x16, 0x1d85dc0, 0xc000cc4cc0, 0x16, 0x2343b60, 0xc000adeb70, 0xc000ae0150, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:558 +0x220
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFieldNode(0xc0024e2bc0, 0x1d85dc0, 0xc000cc4cc0, 0x16, 0xc000adeb70, 0xc000ae0160, 0x1, 0x1, 0x1b208e0, 0x30fa978, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:522 +0x113
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc0024e2bc0, 0x1d85dc0, 0xc000cc4cc0, 0x16, 0xc000adeb40, 0x1b208e0, 0x30fa978, 0x99, 0x1, 0x1a27d40, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:460 +0x8d9
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc0024e2bc0, 0x1d85dc0, 0xc000cc4cc0, 0x16, 0xc000ad18c0, 0x0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:434 +0x11a
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0024e2bc0, 0x1d85dc0, 0xc000cc4cc0, 0x16, 0x23439e0, 0xc000adeba0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:258 +0x396
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0024e2bc0, 0x1d85dc0, 0xc000cc4cc0, 0x16, 0x2343c20, 0xc000a3c690)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x129
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc0024e2bc0, 0xa, 0x1d85dc0, 0xc000cc4cc0, 0x16, 0xc000a386c0, 0xc000a3c690, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:296 +0x1d0
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0024e2bc0, 0x1d85dc0, 0xc000cc4cc0, 0x16, 0x2343be0, 0xc000add540)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x28e
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0024e2bc0, 0x1d85dc0, 0xc000cc4cc0, 0x16, 0x2343c20, 0xc000a2a360)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x129
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc000a1bac0, 0xc0014bcbc0, 0x1d85dc0, 0xc000cc4cc0, 0x16, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009c4e80, 0x7f14daf4a010, 0xc000149d10, 0x2313e60, 0xc00158a9f0, 0x1d85dc0, 0xc000cc4cc0, 0xc0009c6810, 0xc00166a960)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
12:37:34 PM: github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000bb3c20, 0x23262a0, 0xc000149d10, 0x2313e60, 0xc00158a9f0, 0x1d85dc0, 0xc000cc4cc0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
12:37:34 PM: github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0009c4430, 0xc000ab21e6, 0x9, 0xc0028e5880, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/partials/partials.go:142 +0x24e
12:37:34 PM: reflect.Value.call(0x1b01480, 0xc0009c4450, 0x13, 0x1d8c8f0, 0x4, 0xc0006a0c30, 0x2, 0x2, 0xc000cc4cc0, 0x16, ...)
12:37:34 PM:    /usr/local/go/src/reflect/value.go:460 +0x8ab
12:37:34 PM: reflect.Value.Call(0x1b01480, 0xc0009c4450, 0x13, 0xc0006a0c30, 0x2, 0x2, 0xc0019dfa00, 0x1, 0xc0014bd1e0)
12:37:34 PM:    /usr/local/go/src/reflect/value.go:321 +0xb4
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x1b01480, 0xc0009c4450, 0x13, 0xc0006a0c30, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:352 +0xbd
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc0024e37f0, 0x1d85dc0, 0xc000cc4cc0, 0x16, 0x1b01480, 0xc0009c4450, 0x13, 0x2343ae0, 0xc001c12b10, 0xc000ab21dd, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc0014bd7f0, 0x1d85dc0, 0xc000cc4cc0, 0x16, 0xc001c12b40, 0x2343ae0, 0xc001c12b10, 0xc001c14340, 0x3, 0x4, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc0014bd7f0, 0x1d85dc0, 0xc000cc4cc0, 0x16, 0xc001c12b10, 0x1b208e0, 0x30fa978, 0x99, 0xc0014bd5f0, 0xefbc84, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:465 +0x58b
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc0024e37f0, 0x1d85dc0, 0xc000cc4cc0, 0x16, 0xc001c11020, 0x0, 0x0, 0x98)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:434 +0x11a
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0024e37f0, 0x1d85dc0, 0xc000cc4cc0, 0x16, 0x23439e0, 0xc001c12b70)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:258 +0x396
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0024e37f0, 0x1d85dc0, 0xc000cc4cc0, 0x16, 0x2343c20, 0xc001c12690)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x129
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc001b16e40, 0xc0014bd7f0, 0x1d85dc0, 0xc000cc4cc0, 0x16, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009c4e80, 0x7f14daf4a010, 0xc001b1aa50, 0x2313e60, 0xc00166e9c0, 0x1d85dc0, 0xc000cc4cc0, 0x1d37a80, 0x600000002)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
12:37:34 PM: github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000bb3c20, 0x23262a0, 0xc001b1aa50, 0x2313e60, 0xc00166e9c0, 0x1d85dc0, 0xc000cc4cc0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate(0xc000930480, 0x1d8e040, 0x4, 0x1d8cac4, 0x4, 0x1d85dc0, 0xc000cc4cc0, 0x2313e60, 0xc00166e9c0, 0x23262a0, ...)
12:37:34 PM:    /root/project/hugo/hugolib/site.go:1669 +0x96
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc000930480, 0xc000564ab0, 0xc0014bdf00, 0x1b, 0xc0012da6a0, 0x13, 0xc000cc4cc0, 0x23262a0, 0xc001b1aa50, 0x0, ...)
12:37:34 PM:    /root/project/hugo/hugolib/site.go:1596 +0x1d2
12:37:34 PM: github.com/gohugoio/hugo/hugolib.pageRenderer(0xc00129f9a0, 0xc000930480, 0xc00093d5c0, 0xc001647860, 0xc000c84ba0)
12:37:34 PM:    /root/project/hugo/hugolib/site_render.go:139 +0x2a5
12:37:34 PM: created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
12:37:34 PM:    /root/project/hugo/hugolib/site_render.go:74 +0x160
12:37:34 PM: goroutine 139 [select]:
12:37:34 PM: github.com/gohugoio/hugo/lazy.(*Init).withTimeout(0xc000ac4480, 0x6fc23ac00, 0xc000f52280, 0x0, 0x0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/lazy/init.go:186 +0x1bb
12:37:34 PM: github.com/gohugoio/hugo/lazy.(*Init).BranchWithTimeout.func1(0xc0024d9dd8, 0xc0012289c0, 0x4bf501, 0xc0024d9c40)
12:37:34 PM:    /root/project/hugo/lazy/init.go:69 +0x3c
12:37:34 PM: github.com/gohugoio/hugo/lazy.(*Init).Do.func1()
12:37:34 PM:    /root/project/hugo/lazy/init.go:97 +0x136
12:37:34 PM: github.com/gohugoio/hugo/lazy.(*onceMore).Do(0xc0007cfb28, 0xc0024d9cb0)
12:37:34 PM:    /root/project/hugo/lazy/once.go:53 +0xdb
12:37:34 PM: github.com/gohugoio/hugo/lazy.(*Init).Do(0xc0007cfb00, 0x1ba69c0, 0xc0024d9dd8, 0x1c768a0, 0xc0019e1290)
12:37:34 PM:    /root/project/hugo/lazy/init.go:79 +0x5b
12:37:34 PM: github.com/gohugoio/hugo/lazy.(*Init).Do.func1()
12:37:34 PM:    /root/project/hugo/lazy/init.go:84 +0x1c8
12:37:34 PM: github.com/gohugoio/hugo/lazy.(*onceMore).Do(0xc0007cfb88, 0xc0024d9d98)
12:37:34 PM:    /root/project/hugo/lazy/once.go:53 +0xdb
12:37:34 PM: github.com/gohugoio/hugo/lazy.(*Init).Do(0xc0007cfb60, 0x10, 0xc0019e1230, 0x502e63, 0x1a2e800)
12:37:34 PM:    /root/project/hugo/lazy/init.go:79 +0x5b
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*Site).initInit(0xc000930480, 0xc0007cfb60, 0x232f360, 0xc000cb9ce0, 0x0)
12:37:34 PM:    /root/project/hugo/hugolib/site.go:209 +0x2f
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*pageContentOutput).WordCount(0xc0009856c0, 0x581d81)
12:37:34 PM:    /root/project/hugo/hugolib/page__per_output.go:344 +0x56
12:37:34 PM: reflect.Value.call(0x1d85dc0, 0xc000cb9ce0, 0x1ce13, 0x1d8c8f0, 0x4, 0x30fa978, 0x0, 0x0, 0x1b0c340, 0x0, ...)
12:37:34 PM:    /usr/local/go/src/reflect/value.go:460 +0x8ab
12:37:34 PM: reflect.Value.Call(0x1d85dc0, 0xc000cb9ce0, 0x1ce13, 0x30fa978, 0x0, 0x0, 0x1a2e800, 0xc0024da188, 0xc0024da188)
12:37:34 PM:    /usr/local/go/src/reflect/value.go:321 +0xb4
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x1d85dc0, 0xc000cb9ce0, 0x1ce13, 0x30fa978, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:
12:37:34 PM: 352 +0xbd
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc0024dabc0, 0x1d85dc0, 0xc000cb9ce0, 0x16, 0x1d85dc0, 0xc000cb9ce0, 0x1ce13, 0x2343b60, 0xc000adeb70, 0xc000a307df, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalField(0xc0024dabc0, 0x1d85dc0, 0xc000cb9ce0, 0x16, 0xc000a307df, 0x9, 0x2343b60, 0xc000adeb70, 0xc000ae0160, 0x1, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:172 +0x5fc
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFieldChain(0xc0024dabc0, 0x1d85dc0, 0xc000cb9ce0, 0x16, 0x1d85dc0, 0xc000cb9ce0, 0x16, 0x2343b60, 0xc000adeb70, 0xc000ae0150, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:558 +0x220
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFieldNode(0xc0024dabc0, 0x1d85dc0, 0xc000cb9ce0, 0x16, 0xc000adeb70, 0xc000ae0160, 0x1, 0x1, 0x1b208e0, 0x30fa978, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:522 +0x113
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc0024dabc0, 0x1d85dc0, 0xc000cb9ce0, 0x16, 0xc000adeb40, 0x1b208e0, 0x30fa978, 0x99, 0x1, 0x1a27d40, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:460 +0x8d9
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc0024dabc0, 0x1d85dc0, 0xc000cb9ce0, 0x16, 0xc000ad18c0, 0x0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:434 +0x11a
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0024dabc0, 0x1d85dc0, 0xc000cb9ce0, 0x16, 0x23439e0, 0xc000adeba0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:258 +0x396
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0024dabc0, 0x1d85dc0, 0xc000cb9ce0, 0x16, 0x2343c20, 0xc000a3c690)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x129
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc0024dabc0, 0xa, 0x1d85dc0, 0xc000cb9ce0, 0x16, 0xc000a386c0, 0xc000a3c690, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:296 +0x1d0
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0024dabc0, 0x1d85dc0, 0xc000cb9ce0, 0x16, 0x2343be0, 0xc000add540)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x28e
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0024dabc0, 0x1d85dc0, 0xc000cb9ce0, 0x16, 0x2343c20, 0xc000a2a360)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x129
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc000a1bac0, 0xc002552bc0, 0x1d85dc0, 0xc000cb9ce0, 0x16, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009c4e80, 0x7f14daf4a010, 0xc000149d10, 0x2313e60, 0xc001c7a690, 0x1d85dc0, 0xc000cb9ce0, 0xc0009c6810, 0xc00166a860)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
12:37:34 PM: github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000bb3c20, 0x23262a0, 0xc000149d10, 0x2313e60, 0xc001c7a690, 0x1d85dc0, 0xc000cb9ce0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
12:37:34 PM: github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0009c4430, 0xc000ab21e6, 0x9, 0xc0010f1650, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/partials/partials.go:142 +0x24e
12:37:34 PM: reflect.Value.call(0x1b01480, 0xc0009c4450, 0x13, 0x1d8c8f0, 0x4, 0xc0026279b0, 0x2, 0x2, 0xc000cb9ce0, 0x16, ...)
12:37:34 PM:    /usr/local/go/src/reflect/value.go:460 +0x8ab
12:37:34 PM: reflect.Value.Call(0x1b01480, 0xc0009c4450, 0x13, 0xc0026279b0, 0x2, 0x2, 0xc00069f5a0, 0x1, 0xc0025531e0)
12:37:34 PM:    /usr/local/go/src/reflect/value.go:321 +0xb4
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x1b01480, 0xc0009c4450, 0x13, 0xc0026279b0, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:352 +0xbd
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc0024db7f0, 0x1d85dc0, 0xc000cb9ce0, 0x16, 0x1b01480, 0xc0009c4450, 0x13, 0x2343ae0, 0xc001c12b10, 0xc000ab21dd, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc0025537f0, 0x1d85dc0, 0xc000cb9ce0, 0x16, 0xc001c12b40, 0x2343ae0, 0xc001c12b10, 0xc001c14340, 0x3, 0x4, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc0025537f0, 0x1d85dc0, 0xc000cb9ce0, 0x16, 0xc001c12b10, 0x1b208e0, 0x30fa978, 0x99, 0xc0025535f0, 0xefbc84, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:465 +0x58b
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc0024db7f0, 0x1d85dc0, 0xc000cb9ce0, 0x16, 0xc001c11020, 0x0, 0x0, 0x98)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:434 +0x11a
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0024db7f0, 0x1d85dc0, 0xc000cb9ce0, 0x16, 0x23439e0, 0xc001c12b70)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:258 +0x396
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0024db7f0, 0x1d85dc0, 0xc000cb9ce0, 0x16, 0x2343c20, 0xc001c12690)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x129
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc001b16e40, 0xc0025537f0, 0x1d85dc0, 0xc000cb9ce0, 0x16, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009c4e80, 0x7f14daf4a010, 0xc001b1aa50, 0x2313e60, 0xc00151c4b0, 0x1d85dc0, 0xc000cb9ce0, 0x1d37a80, 0x600000000)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
12:37:34 PM: github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000bb3c20, 0x23262a0, 0xc001b1aa50, 0x2313e60, 0xc00151c4b0, 0x1d85dc0, 0xc000cb9ce0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate(0xc000930480, 0x1d8e040, 0x4, 0x1d8cac4, 0x4, 0x1d85dc0, 0xc000cb9ce0, 0x2313e60, 0xc00151c4b0, 0x23262a0, ...)
12:37:34 PM:    /root/project/hugo/hugolib/site.go:1669 +0x96
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc000930480, 0xc000564ab0, 0xc002553f00, 0x20, 0xc0012da560, 0x1a, 0xc000cb9ce0, 0x23262a0, 0xc001b1aa50, 0x0, ...)
12:37:34 PM:    /root/project/hugo/hugolib/site.go:1596 +0x1d2
12:37:34 PM: github.com/gohugoio/hugo/hugolib.pageRenderer(0xc00129f9a0, 0xc000930480, 0xc00093d5c0, 0xc001647860, 0xc000c84ba0)
12:37:34 PM:    /root/project/hugo/hugolib/site_render.go:139 +0x2a5
12:37:34 PM: created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
12:37:34 PM:    /root/project/hugo/hugolib/site_render.go:74 +0x160
12:37:34 PM: goroutine 136 [runnable]:
12:37:34 PM: reflect.resolveNameOff(0x1bcb0a0, 0xbf1b, 0x6)
12:37:34 PM:    /usr/local/go/src/runtime/runtime1.go:481 +0x4c
12:37:34 PM: reflect.(*rtype).nameOff(...)
12:37:34 PM:    /usr/local/go/src/reflect/type.go:683
12:37:34 PM: reflect.(*rtype).Method(0x1bcb0a0, 0x5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
12:37:34 PM:    /usr/local/go/src/reflect/type.go:809 +0x109
12:37:34 PM: reflect.(*rtype).MethodByName(0x1bcb0a0, 0xc0009b16c6, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
12:37:34 PM:    /usr/local/go/src/reflect/type.go:845 +0x1c2
12:37:34 PM: reflect.Value.MethodByName(0x1bcb0a0, 0xc001ee6de0, 0x16, 0xc0009b16c6, 0x8, 0xc00166e7e0, 0x1e8b5a0, 0xc001f2c458)
12:37:34 PM:    /usr/local/go/src/reflect/value.go:1336 +0x75
12:37:34 PM: github.com/gohugoio/hugo/tpl/tplimpl.(*templateExecHelper).GetMethod(0xc0000108a8, 0x7f14daf4a010, 0xc0002352c0, 0x1bcb0a0, 0xc001ee6de0, 0x16, 0xc0009b16c6, 0x8, 0xc001f2c4d0, 0xc001f2c530, ...)
12:37:34 PM:    /root/project/hugo/tpl/tplimpl/template_funcs.go:103 +0x92
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalField(0xc001f2cbc0, 0x1d85dc0, 0xc000cc5860, 0x16, 0xc0009b16c6, 0x8, 0x2343e20, 0xc000a13530, 0xc000a10a80, 0x4, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:162 +0x368
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFieldChain(0xc001f2cbc0, 0x1d85dc0, 0xc000cc5860, 0x16, 0x1bcb0a0, 0xc001f36c48, 0x96, 0x2343e20, 0xc000a13530, 0xc000a06f30, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:558 +0x220
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalVariableNode(0xc001f2cbc0, 0x1d85dc0, 0xc000cc5860, 0x16, 0xc000a13530, 0xc000a10a80, 0x4, 0x4, 0x1b208e0, 0x30fa978, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:546 +0x2bd
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc001f2cbc0, 0x1d85dc0, 0xc000cc5860, 0x16, 0xc000a134d0, 0x1b208e0, 0x30fa978, 0x99, 0xc001f2c9c0, 0xefbc84, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:470 +0x7fc
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc001f2cbc0, 0x1d85dc0, 0xc000cc5860, 0x16, 0xc000a05b00, 0x0, 0x0, 0x98)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:434 +0x11a
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc001f2cbc0, 0x1d85dc0, 0xc000cc5860, 0x16, 0x23439e0, 0xc000a13560)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:258 +0x396
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc001f2cbc0, 0x1d85dc0, 0xc000cc5860, 0x16, 0x2343c20, 0xc000a13110)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x129
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc000a10740, 0xc001f2cbc0, 0x1d85dc0, 0xc000cc5860, 0x16, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009c4e80, 0x7f14daf4a010, 0xc0002352c0, 0x2313e60, 0xc001e43e30, 0x1d85dc0, 0xc000cc5860, 0xc0009c6810, 0xc00164f5c0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
12:37:34 PM: github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000bb3c20, 0x23262a0, 0xc0002352c0, 0x2313e60, 0xc001e43e30, 0x1d85dc0, 0xc000cc5860, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
12:37:34 PM: github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0009c4430, 0xc000ab262d, 0xc, 0xc001edc040, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/partials/partials.go:142 +0x24e
12:37:34 PM: reflect.Value.call(0x1b01480, 0xc0009c4450, 0x13, 0x1d8c8f0, 0x4, 0xc001ee8ae0, 0x2, 0x2, 0xc000cc5860, 0x16, ...)
12:37:34 PM:    /usr/local/go/src/reflect/value.go:460 +0x8ab
12:37:34 PM: reflect.Value.Call(0x1b01480, 0xc0009c4450, 0x13, 0xc001ee8ae0, 0x2, 0x2, 0x1a36070, 0x1a351c0, 0xc001f2d1e0)
12:37:34 PM:    /usr/local/go/src/reflect/value.go:321 +0xb4
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x1b01480, 0xc0009c4450, 0x13, 0xc001ee8ae0, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:352 +0xbd
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc001f2d7f0, 0x1d85dc0, 0xc000cc5860, 0x16, 0x1b01480, 0xc0009c4450, 0x13, 0x2343ae0, 0xc00186d860, 0xc000ab2624, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc001f2d7f0, 0x1d85dc0, 0xc000cc5860, 0x16, 0xc00186d890, 0x2343ae0, 0xc00186d860, 0xc001a8cec0, 0x3, 0x4, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc001f2d7f0, 0x1d85dc0, 0xc000cc5860, 0x16, 0xc00186d860, 0x1b208e0, 0x30fa978, 0x99, 0x16, 0x16, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:465 +0x58b
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc001f2d7f0, 0x1d85dc0, 0xc000cc5860, 0x16, 0xc00186ecc0, 0x0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:434 +0x11a
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc001f2d7f0, 0x1d85dc0, 0xc000cc5860, 0x16, 0x23439e0, 0xc00186d8c0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:258 +0x396
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc001f2d7f0, 0x1d85dc0, 0xc000cc5860, 0x16, 0x2343c20, 0xc00186c6c0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x129
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc001cdaf80, 0xc001f2d7f0, 0x1d85dc0, 0xc000cc5860, 0x16, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009c4e80, 0x7f14daf4a010, 0xc000234b40, 0x2313e60, 0xc001c73710, 0x1d85dc0, 0xc000cc5860, 0x1d91ac3, 0x5)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
12:37:34 PM: github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000bb3c20, 0x23262a0, 0xc000234b40, 0x2313e60, 0xc001c73710, 0x1d85dc0, 0xc000cc5860, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate(0xc000930480, 0x1d8e040, 0x4, 0x1d8cac4, 0x4, 0x1d85dc0, 0xc000cc5860, 0x2313e60, 0xc001c73710, 0x23262a0, ...)
12:37:34 PM:    /root/project/hugo/hugolib/site.go:1669 +0x96
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc000930480, 0xc000564ab0, 0xc001f2df00, 0xf, 0xc000ae54d0, 0x1f, 0xc000cc5860, 0x23262a0, 0xc000234b40, 0x0, ...)
12:37:34 PM:    /root/project/hugo/hugolib/site.go:1596 +0x1d2
12:37:34 PM: github.com/gohugoio/hugo/hugolib.pageRenderer(0xc00129f9a0, 0xc000930480, 0xc00093d5c0, 0xc001647860, 0xc000c84ba0)
12:37:34 PM:    /root/project/hugo/hugolib/site_render.go:139 +0x2a5
12:37:34 PM: created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
12:37:34 PM:    /root/project/hugo/hugolib/site_render.go:74 +0x160
12:37:34 PM: goroutine 137 [runnable]:
12:37:34 PM: sync.runtime_SemacquireMutex(0xc000564f04, 0x0, 0x1)
12:37:34 PM:    /usr/local/go/src/runtime/sema.go:71 +0x47
12:37:34 PM: sync.(*Mutex).lockSlow(0xc000564f00)
12:37:34 PM:    /usr/local/go/src/sync/mutex.go:138 +0xfc
12:37:34 PM: sync.(*Mutex).Lock(...)
12:37:34 PM:    /usr/local/go/src/sync/mutex.go:81
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate.(*Template).escape(0xc000b7c4b0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/htmltemplate/template.go:96 +0x230
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate.(*Template).Prepare(0xc000b7c4b0, 0x1d8a7b5, 0x1, 0x3020880)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/htmltemplate/hugo_template.go:32 +0x2b
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009c4e80, 0x7f14daf4a010, 0xc000149680, 0x23181e0, 0x30fa838, 0x1ae2800, 0xc001ad5940, 0x20, 0xc001ad5940)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:61 +0x49
12:37:34 PM: github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000bb3c20, 0x23262a0, 0xc000149680, 0x23181e0, 0x30fa838, 0x1ae2800, 0xc001ad5940, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
12:37:34 PM: github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0009c4430, 0xc0002ae24d, 0x7, 0xc00100cfc0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/partials/partials.go:142 +0x24e
12:37:34 PM: reflect.Value.call(0x1b01480, 0xc0009c4450, 0x13, 0x1d8c8f0, 0x4, 0xc0025e52f0, 0x2, 0x2, 0xc00100cf90, 0x98, ...)
12:37:34 PM:    /usr/local/go/src/reflect/value.go:460 +0x8ab
12:37:34 PM: reflect.Value.Call(0x1b01480, 0xc0009c4450, 0x13, 0xc0025e52f0, 0x2, 0x2, 0xc000cc4f90, 0xa13, 0xc000d5afd8)
12:37:34 PM:    /usr/local/go/src/reflect/value.go:321 +0xb4
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x1b01480, 0xc0009c4450, 0x13, 0xc0025e52f0, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:352 +0xbd
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc000d5b588, 0x1d85dc0, 0xc000cc4f90, 0x16, 0x1b01480, 0xc0009c4450, 0x13, 0x2343ae0, 0xc0016b2930, 0xc0002ae244, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc000d5b588, 0x1d85dc0, 0xc000cc4f90, 0x16, 0xc0016b2960, 0x2343ae0, 0xc0016b2930, 0xc0016dc0c0, 0x3, 0x4, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc000d5b588, 0x1d85dc0, 0xc000cc4f90, 0x16, 0xc0016b2930, 0x1b208e0, 0x30fa978, 0x99, 0x1b07780, 0xc001ad57e8, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:465 +0x58b
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc000d5b588, 0x1d85dc0, 0xc000cc4f90, 0x16, 0xc0015b15c0, 0x0, 0x0, 0x1d85dc0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:434 +0x11a
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc000d5b588, 0x1d85dc0, 0xc000cc4f90, 0x16, 0x23439e0, 0xc0016b2990)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:258 +0x396
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc000d5b588, 0x1d85dc0, 0xc000cc4f90, 0x16, 0x2343c20, 0xc0016b28d0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x129
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkTemplate(0xc000d5b7f0, 0x1d85dc0, 0xc000cc4f90, 0x16, 0xc002637640)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:416 +0x202
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc000d5b7f0, 0x1d85dc0, 0xc000cc4f90, 0x16, 0x2343da0, 0xc002637640)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:271 +0x20a
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc000d5b7f0, 0x1d85dc0, 0xc000cc4f90, 0x16, 0x2343c20, 0xc0014f9860)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x129
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc001af5e00, 0xc000d5b7f0, 0x1d85dc0, 0xc000cc4f90, 0x16, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009c4e80, 0x7f14daf4a010, 0xc00196c000, 0x2313e60, 0xc00166ea20, 0x1d85dc0, 0xc000cc4f90, 0x1d91ac3, 0x5)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
12:37:34 PM: github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000bb3c20, 0x23262a0, 0xc00196c000, 0x2313e60, 0xc00166ea20, 0x1d85dc0, 0xc000cc4f90, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate(0xc000930480, 0x1d8e040, 0x4, 0x1d8cac4, 0x4, 0x1d85dc0, 0xc000cc4f90, 0x2313e60, 0xc00166ea20, 0x23262a0, ...
12:37:34 PM: )
12:37:34 PM:    /root/project/hugo/hugolib/site.go:1669 +0x96
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc000930480, 0xc000564ab0, 0xc000d5bf00, 0xe, 0xc0012da7c0, 0x16, 0xc000cc4f90, 0x23262a0, 0xc00196c000, 0x0, ...)
12:37:34 PM:    /root/project/hugo/hugolib/site.go:1596 +0x1d2
12:37:34 PM: github.com/gohugoio/hugo/hugolib.pageRenderer(0xc00129f9a0, 0xc000930480, 0xc00093d5c0, 0xc001647860, 0xc000c84ba0)
12:37:34 PM:    /root/project/hugo/hugolib/site_render.go:139 +0x2a5
12:37:34 PM: created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
12:37:34 PM:    /root/project/hugo/hugolib/site_render.go:74 +0x160
12:37:34 PM: goroutine 135 [chan receive]:
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*Site).errorCollator(0xc000930480, 0xc001647860, 0xc0016478c0)
12:37:34 PM:    /root/project/hugo/hugolib/site.go:1512 +0x72
12:37:34 PM: created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
12:37:34 PM:    /root/project/hugo/hugolib/site_render.go:68 +0xdb
12:37:34 PM: goroutine 148 [chan receive]:
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*HugoSites).Build.func1(0xc00073ab40, 0xc000bc87e0, 0xc0005c2f60)
12:37:34 PM:    /root/project/hugo/hugolib/hugo_sites_build.go:65 +0x7c
12:37:34 PM: created by github.com/gohugoio/hugo/hugolib.(*HugoSites).Build
12:37:34 PM:    /root/project/hugo/hugolib/hugo_sites_build.go:62 +0x21a
12:37:34 PM: goroutine 147 [chan send]:
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*Site).renderPages.func1(0xc00003b440, 0x29, 0xc000872a80, 0x0)
12:37:34 PM:    /root/project/hugo/hugolib/site_render.go:85 +0xa7
12:37:34 PM: github.com/gohugoio/hugo/hugolib.contentTrees.Walk.func1(0xc00003b440, 0x29, 0x1ae0a00, 0xc000872a80, 0xc000a30000)
12:37:34 PM:    /root/project/hugo/hugolib/content_map.go:851 +0x54
12:37:34 PM: github.com/armon/go-radix.recursiveWalk(0xc000872ae0, 0xc000d2b978, 0xc000d2b600)
12:37:34 PM:    /go/pkg/mod/github.com/armon/[email protected]/radix.go:519 +0xf0
12:37:34 PM: github.com/armon/go-radix.recursiveWalk(0xc000872ab0, 0xc000d2b978, 0x1ae0a00)
12:37:34 PM:    /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e
12:37:34 PM: github.com/armon/go-radix.recursiveWalk(0xc000872b40, 0xc000d2b978, 0x1ae0a00)
12:37:34 PM:    /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e
12:37:34 PM: github.com/armon/go-radix.recursiveWalk(0xc000872bd0, 0xc000d2b978, 0x1ae0a00)
12:37:34 PM:    /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e
12:37:34 PM: github.com/armon/go-radix.recursiveWalk(0xc000872930, 0xc000d2b978, 0x1ae0a00)
12:37:34 PM:    /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e
12:37:34 PM: github.com/armon/go-radix.recursiveWalk(0xc000872ea0, 0xc000d2b978, 0x1ae0a00)
12:37:34 PM:    /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e
12:37:34 PM: github.com/armon/go-radix.recursiveWalk(0xc0008728a0, 0xc000d2b978, 0x4c9600)
12:37:34 PM:    /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e
12:37:34 PM: github.com/armon/go-radix.recursiveWalk(0xc0008732c0, 0xc000d2b978, 0x1d85d00)
12:37:34 PM:    /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e
12:37:34 PM: github.com/armon/go-radix.recursiveWalk(0xc000ae2450, 0xc000d2b978, 0x0)
12:37:34 PM:    /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e
12:37:34 PM: github.com/armon/go-radix.recursiveWalk(0xc000999860, 0xc000d2b978, 0xc0011519a8)
12:37:34 PM:    /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e
12:37:34 PM: github.com/armon/go-radix.(*Tree).Walk(...)
12:37:34 PM:    /go/pkg/mod/github.com/armon/[email protected]/radix.go:447
12:37:34 PM: github.com/gohugoio/hugo/hugolib.contentTrees.Walk(0xc0009bc4a0, 0x3, 0x3, 0xc000d2ba10)
12:37:34 PM:    /root/project/hugo/hugolib/content_map.go:849 +0x67
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*Site).renderPages(0xc000930480, 0xc00129f9a0, 0x0, 0xc001151a00)
12:37:34 PM:    /root/project/hugo/hugolib/site_render.go:79 +0x1f8
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*Site).render(0xc000930480, 0xc00129f9a0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/hugolib/site.go:1154 +0x54
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*HugoSites).render(0xc00073ab40, 0xc0005b9e00, 0x30fa978, 0x1)
12:37:34 PM:    /root/project/hugo/hugolib/hugo_sites_build.go:325 +0x409
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*HugoSites).Build.func4()
12:37:34 PM:    /root/project/hugo/hugolib/hugo_sites_build.go:149 +0x3c
12:37:34 PM: runtime/trace.WithRegion(0x2339360, 0xc000bde5d0, 0x1d96ee2, 0x6, 0xc000be5e60)
12:37:34 PM:    /usr/local/go/src/runtime/trace/annotation.go:137 +0xfe
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*HugoSites).Build(0xc00073ab40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
12:37:34 PM:    /root/project/hugo/hugolib/hugo_sites_build.go:151 +0x7b5
12:37:34 PM: github.com/gohugoio/hugo/commands.(*commandeer).buildSites(...)
12:37:34 PM:    /root/project/hugo/commands/hugo.go:703
12:37:34 PM: github.com/gohugoio/hugo/commands.(*commandeer).fullBuild.func3(0xc00003d558, 0x0)
12:37:34 PM:    /root/project/hugo/commands/hugo.go:315 +0x96
12:37:34 PM: golang.org/x/sync/errgroup.(*Group).Go.func1(0xc000bde5a0, 0xc000127640)
12:37:34 PM:    /go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:57 +0x59
12:37:34 PM: created by golang.org/x/sync/errgroup.(*Group).Go
12:37:34 PM:    /go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:54 +0x66
12:37:34 PM: goroutine 142 [runnable]:
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse.(*PipeNode).append(...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/parse/node.go:159
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse.(*PipeNode).CopyPipe(0xc0005d1740, 0xc0022fad50)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/parse/node.go:197 +0x41a
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse.(*PipeNode).Copy(0xc0005d1740, 0xc0022fad40, 0x1)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/parse/node.go:203 +0x2b
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse.(*CommandNode).Copy(0xc001004840, 0xc0029f3aa0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/parse/node.go:276 +0xde
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse.(*PipeNode).CopyPipe(0xc0005d16e0, 0x40)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/parse/node.go:197 +0x38f
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse.(*ActionNode).Copy(0xc001004b70, 0xc0029f8e00, 0x4)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/parse/node.go:231 +0x3c
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse.(*ListNode).CopyList(0xc001004450, 0xc0029f3800)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/parse/node.go:110 +0xde
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse.(*RangeNode).Copy(0xc000feb700, 0x2343de0, 0xc0029fe630)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/parse/node.go:798 +0x58
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse.(*ListNode).CopyList(0xc001003d40, 0xc0029f34a0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/parse/node.go:110 +0xde
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse.(*IfNode).Copy(0xc000feb880, 0xc0022fab70, 0x1)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/parse/node.go:785 +0x58
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse.(*ListNode).CopyList(0xc001003b90, 0xc000f1d740)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/parse/node.go:110 +0xde
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse.(*Tree).Copy(...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/parse/parse.go:42
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate.(*Template).Clone(0xc001e7f410, 0x0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/htmltemplate/template.go:270 +0x502
12:37:34 PM: github.com/gohugoio/hugo/tpl/tplimpl.(*templateHandler).applyBaseTemplate(0xc000925d40, 0xc0005b5ee0, 0x14, 0xc000134960, 0x1e, 0x0, 0x2350cc0, 0xc00099b060, 0xc0005b5ee0, 0x14, ...)
12:37:34 PM:    /root/project/hugo/tpl/tplimpl/template.go:612 +0x58d
12:37:34 PM: github.com/gohugoio/hugo/tpl/tplimpl.(*templateHandler).findLayout(0xc000925d40, 0xc000a43da8, 0x4, 0x0, 0x0, 0x1d8e040, 0x4, 0x1d8ab85, 0x2, 0x0, ...)
12:37:34 PM:    /root/project/hugo/tpl/tplimpl/template.go:396 +0x496
12:37:34 PM: github.com/gohugoio/hugo/tpl/tplimpl.(*templateHandler).LookupLayout(0xc000925d40, 0xc000a43da8, 0x4, 0x0, 0x0, 0x1d8e040, 0x4, 0x1d8ab85, 0x2, 0x0, ...)
12:37:34 PM:    /root/project/hugo/tpl/tplimpl/template.go:328 +0x2a5
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*pageState).resolveTemplate(0xc000cc5dd0, 0x0, 0x0, 0x0, 0xc0012dab40, 0x1d, 0xc000cc55f0, 0x23262a0, 0xc00196d590)
12:37:34 PM:    /root/project/hugo/hugolib/page.go:469 +0x252
12:37:34 PM: github.com/gohugoio/hugo/hugolib.pageRenderer(0xc00129f9a0, 0xc000930480, 0xc00093d5c0, 0xc001647860, 0xc000c84ba0)
12:37:34 PM:    /root/project/hugo/hugolib/site_render.go:126 +0xf6
12:37:34 PM: created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
12:37:34 PM:    /root/project/hugo/hugolib/site_render.go:74 +0x160
12:37:34 PM: goroutine 143 [runnable]:
12:37:34 PM: sync.runtime_SemacquireMutex(0xc000564f04, 0xc000f53b00, 0x1)
12:37:34 PM:    /usr/local/go/src/runtime/sema.go:71 +0x47
12:37:34 PM: sync.(*Mutex).lockSlow(0xc000564f00)
12:37:34 PM:    /usr/local/go/src/sync/mutex.go:138 +0xfc
12:37:34 PM: sync.(*Mutex).Lock(...)
12:37:34 PM:    /usr/local/go/src/sync/mutex.go:81
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate.(*Template).escape(0xc000b7d0e0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/htmltemplate/template.go:96 +0x230
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate.(*Template).Prepare(0xc000b7d0e0, 0x2359e60, 0xc001806b68, 0x4c9ed8)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/htmltemplate/hugo_template.go:32 +0x2b
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009c4e80, 0x7f14daf4a010, 0xc000149770, 0x2313e60, 0xc002191d10, 0x1d85dc0, 0xc000cc52f0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:61 +0x49
12:37:34 PM: github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000bb3c20, 0x23262a0, 0xc000149770, 0x2313e60, 0xc002191d10, 0x1d85dc0, 0xc000cc52f0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
12:37:34 PM: github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0009c4430, 0xc000ab21a1, 0x1b, 0xc0020713a0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/partials/partials.go:142 +0x24e
12:37:34 PM: reflect.Value.call(0x1b01480, 0xc0009c4450, 0x13, 0x1d8c8f0, 0x4, 0xc001e2f890, 0x2, 0x2, 0xc000cc52f0, 0x16, ...)
12:37:34 PM:    /usr/local/go/src/reflect/value.go:460 +0x8ab
12:37:34 PM: reflect.Value.Call(0x1b01480, 0xc0009c4450, 0x13, 0xc001e2f890, 0x2, 0x2, 0xc0022fe1e0, 0x7f14d950b698, 0xc0018071e0)
12:37:34 PM:    /usr/local/go/src/reflect/value.go:321 +0xb4
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x1b01480, 0xc0009c4450, 0x13, 0xc001e2f890, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:352 +0xbd
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc0018077f0, 0x1d85dc0, 0xc000cc52f0, 0x16, 0x1b01480, 0xc0009c4450, 0x13, 0x2343ae0, 0xc001b8f440, 0xc000ab2198, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc0018077f0, 0x1d85dc0, 0xc000cc52f0, 0x16, 0xc001b8f470, 0x2343ae0, 0xc001b8f440, 0xc001b90100, 0x3, 0x4, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc0018077f0, 0x1d85dc0, 0xc000cc52f0, 0x16, 0xc001b8f440, 0x1b208e0, 0x30fa978, 0x99, 0xc0018075f0, 0xefbc84, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:465 +0x58b
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc0018077f0, 0x1d85dc0, 0xc000cc52f0, 0x16, 0xc001b8ca20, 0x0, 0x0, 0x98)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:434 +0x11a
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0018077f0, 0x1d85dc0, 0xc000cc52f0, 0x16, 0x23439e0, 0xc001b8f4a0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:258 +0x396
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0018077f0, 0x1d85dc0, 0xc000cc52f0, 0x16, 0x2343c20, 0xc001b8f080)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x129
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0016dd280, 0xc0018077f0, 0x1d85dc0, 0xc000cc52f0, 0x16, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009c4e80, 0x7f14daf4a010, 0xc00196ca50, 0x2313e60, 0xc0019f43c0, 0x1d85dc0, 0xc000cc52f0, 0x1d91ac3, 0x5)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
12:37:34 PM: github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000bb3c20, 0x23262a0, 0xc00196ca50, 0x2313e60, 0xc0019f43c0, 0x1d85dc0, 0xc000cc52f0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate(0xc000930480, 0x1d8e040, 0x4, 0x1d8cac4, 0x4, 0x1d85dc0, 0xc000cc52f0, 0x2313e60, 0xc0019f43c0, 0x23262a0, ...)
12:37:34 PM:    /root/project/hugo/hugolib/site.go:1669 +0x96
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc000930480, 0xc000564ab0, 0xc001807f00, 0x13, 0xc0012da880, 0x19, 0xc000cc52f0, 0x23262a0, 0xc00196ca50, 0x0, ...)
12:37:34 PM:    /root/project/hugo/hugolib/site.go:1596 +0x1d2
12:37:34 PM: github.com/gohugoio/hugo/hugolib.pageRenderer(0xc00129f9a0, 0xc000930480, 0xc00093d5c0, 0xc001647860, 0xc000c84ba0)
12:37:34 PM:    /root/project/hugo/hugolib/site_render.go:139 +0x2a5
12:37:34 PM: created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
12:37:34 PM:    /root/project/hugo/hugolib/site_render.go:74 +0x160
12:37:34 PM: goroutine 197 [semacquire]:
12:37:34 PM: sync.runtime_SemacquireMutex(0xc000564f04, 0x1ba8e00, 0x1)
12:37:34 PM:    /usr/local/go/src/runtime/sema.go:71 +0x47
12:37:34 PM: sync.(*Mutex).lockSlow(0xc000564f00)
12:37:34 PM:    /usr/local/go/src/sync/mutex.go:138 +0xfc
12:37:34 PM: sync.(*Mutex).Lock(...)
12:37:34 PM:    /usr/local/go/src/sync/mutex.go:81
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate.(*Template).escape(0xc000a1cf30, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/htmltemplate/template.go:96 +0x230
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate.(*Template).Prepare(0xc000a1cf30, 0x4d011b, 0xc0025523b0, 0x2e17d37a)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/htmltemplate/hugo_template.go:32 +0x2b
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009c4e80, 0x7f14daf4a010, 0xc0002353b0, 0x2313e60, 0xc0027f8f60, 0x1bcb0a0, 0xc001f92d20, 0xc0009c6810, 0xc000fb8380)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:61 +0x49
12:37:34 PM: github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000bb3c20, 0x23262a0, 0xc0002353b0, 0x2313e60, 0xc0027f8f60, 0x1bcb0a0, 0xc001f92d20, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
12:37:34 PM: github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0009c4430, 0xc000232a49, 0x10, 0xc002213860, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/partials/partials.go:142 +0x24e
12:37:34 PM: reflect.Value.call(0x1b01480, 0xc0009c4450, 0x13, 0x1d8c8f0, 0x4, 0xc0027f9470, 0x2, 0x2, 0xc00280b270, 0x96, ...)
12:37:34 PM:    /usr/local/go/src/reflect/value.go:460 +0x8ab
12:37:34 PM: reflect.Value.Call(0x1b01480, 0xc0009c4450, 0x13, 0xc0027f9470, 0x2, 0x2, 0xc001f930a0, 0x1bcb0a0, 0xc00280b270)
12:37:34 PM:    /usr/local/go/src/reflect/value.go:321 +0xb4
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x1b01480, 0xc0009c4450, 0x13, 0xc0027f9470, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:352 +0xbd
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc0025532b0, 0x1b10120, 0xc001671ba0, 0x195, 0x1b01480, 0xc0009c4450, 0x13, 0x2343ae0, 0xc000cb9a70, 0xc000232a40, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc0025532b0, 0x1b10120, 0xc001671ba0, 0x195, 0xc000cb9aa0, 0x2343ae0, 0xc000cb9a70, 0xc00015f280, 0x3, 0x4, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc0025532b0, 0x1b10120, 0xc001671ba0, 0x195, 0xc000cb9a70, 0x1b208e0, 0x30fa978, 0x99, 0xc002552df0, 0xefbc84, ...)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:465 +0x58b
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc0025532b0, 0x1b10120, 0xc001671ba0, 0x195, 0xc000970420, 0x0, 0x0, 0x98)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:434 +0x11a
12:37:38 PM: Failed during stage 'building site': Build script returned non-zero exit code: 1
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0025532b0, 0x1b10120, 0xc001671ba0, 0x195, 0x23439e0, 0xc000cb9b00)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:258 +0x396
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0025532b0, 0x1b10120, 0xc001671ba0, 0x195, 0x2343c20, 0xc000cb9410)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x129
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange.func1(0x1a353c0, 0xc002801d00, 0x82, 0x1b10120, 0xc001671ba0, 0x195)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:353 +0x124
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange(0xc0025532b0, 0x1c18760, 0xc002822f00, 0x16, 0xc00015f380)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:362 +0x4fa
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc00214b2b0, 0x1c18760, 0xc002822f00, 0x16, 0x2343d20, 0xc00015f380)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:269 +0x455
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0025532b0, 0x1c18760, 0xc002822f00, 0x16, 0x2343c20, 0xc000cb9320)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x129
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc00015e140, 0xc00214b2b0, 0x1c18760, 0xc002822f00, 0x16, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
12:37:34 PM: github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009c4e80, 0x7f14daf4a010, 0xc000a814a0, 0x2313e60, 0xc001b29380, 0x1c18760, 0xc002822f00, 0x1d37a80, 0xc001b29380)
12:37:34 PM:    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
12:37:34 PM: github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000bb3c20, 0x23262a0, 0xc000a814a0, 0x2313e60, 0xc001b29380, 0x1c18760, 0xc002822f00, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
12:37:34 PM: github.com/gohugoio/hugo/hugolib.renderShortcodeWithPage(0x2343f20, 0xc000bb3c20, 0x23262a0, 0xc000a814a0, 0xc002822f00, 0x0, 0x0, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/hugolib/shortcode.go:643 +0xe2
12:37:34 PM: github.com/gohugoio/hugo/hugolib.renderShortcode(0x0, 0xc000930480, 0x1d8ab85, 0x2, 0x1d8cac4, 0x4, 0x1d8e4b4, 0x4, 0x1d8db20, 0x4, ...)
12:37:34 PM:    /root/project/hugo/hugolib/shortcode.go:398 +0x469
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*shortcodeHandler).renderShortcodesForPage(0xc0009d5f80, 0xc000cb9ce0, 0x1d8cac4, 0x4, 0x1d8e4b4, 0x4, 0x1d8db20, 0x4, 0x0, 0x0, ...)
12:37:34 PM:    /root/project/hugo/hugolib/shortcode.go:426 +0x1be
12:37:34 PM: github.com/gohugoio/hugo/hugolib.newPageContentOutput.func1(0x0, 0x0)
12:37:34 PM:    /root/project/hugo/hugolib/page__per_output.go:104 +0x17e
12:37:34 PM: github.com/gohugoio/hugo/hugolib.newPageContentOutput.func2(0x2339320, 0xc0028fb020, 0x1d8a7e2, 0x1, 0x1, 0xc0005f3fa8)
12:37:34 PM:    /root/project/hugo/hugolib/page__per_output.go:206 +0x26
12:37:34 PM: github.com/gohugoio/hugo/lazy.(*Init).withTimeout.func1(0xc000f52280, 0x2339320, 0xc0028fb020, 0xc0028fb080)
12:37:34 PM:    /root/project/hugo/lazy/init.go:177 +0x47
12:37:34 PM: created by github.com/gohugoio/hugo/lazy.(*Init).withTimeout
12:37:34 PM:    /root/project/hugo/lazy/init.go:176 +0x106
12:37:34 PM: goroutine 198 [runnable]:
12:37:34 PM: github.com/yuin/goldmark/parser.(*linkReferenceParagraphTransformer).Transform(0x30fa560, 0xc002462180, 0x23538e0, 0xc000308070, 0x2355620, 0xc002329390)
12:37:34 PM:    /go/pkg/mod/github.com/yuin/[email protected]/parser/link_ref.go:21 +0x151
12:37:34 PM: github.com/yuin/goldmark/parser.(*parser).transformParagraph(0xc0009b2000, 0xc002462180, 0x23538e0, 0xc000308070, 0x2355620, 0xc002329390, 0xc002329390)
12:37:34 PM:    /go/pkg/mod/github.com/yuin/[email protected]/parser/parser.go:863 +0xa7
12:37:34 PM: github.com/yuin/goldmark/parser.(*parser).closeBlocks(0xc0009b2000, 0x2, 0x1, 0x23538e0, 0xc000308070, 0x2355620, 0xc002329390)
12:37:34 PM:    /go/pkg/mod/github.com/yuin/[email protected]/parser/parser.go:878 +0x1d2
12:37:34 PM: github.com/yuin/goldmark/parser.(*parser).parseBlocks(0xc0009b2000, 0x235b3c0, 0xc0004ce000, 0x23538e0, 0xc000308070, 0x2355620, 0xc002329390)
12:37:34 PM:    /go/pkg/mod/github.com/yuin/[email protected]/parser/parser.go:1089 +0x36d
12:37:34 PM: github.com/yuin/goldmark/parser.(*parser).Parse(0xc0009b2000, 0x23538e0, 0xc000308070, 0xc001874198, 0x1, 0x1, 0xc002329390, 0x1)
12:37:34 PM:    /go/pkg/mod/github.com/yuin/[email protected]/parser/parser.go:848 +0x142
12:37:34 PM: github.com/gohugoio/hugo/markup/goldmark.(*goldmarkConverter).Convert(0xc00283cd80, 0xc0021a2000, 0x3752, 0x3de3, 0x1, 0xc001eef320, 0x2314f60, 0xc001874188, 0x0, 0x0)
12:37:34 PM:    /root/project/hugo/markup/goldmark/convert.go:245 +0x285
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*pageContentOutput).renderContentWithConverter(0xc000985880, 0x2325e60, 0xc00283cd80, 0xc0021a2000, 0x3752, 0x3de3, 0x1, 0xc000b6bf80, 0x19, 0xafb, ...)
12:37:34 PM:    /root/project/hugo/hugolib/page__per_output.go:376 +0xe8
12:37:34 PM: github.com/gohugoio/hugo/hugolib.(*pageContentOutput).renderContent(0xc000985880, 0xc0021a2000, 0x3752, 0x3de3, 0xc000b06001, 0x0, 0x2326020, 0xc000ae8b60, 0xef)
12:37:34 PM:    /root/project/hugo/hugolib/page__per_output.go:371 +0x71
12:37:34 PM: github.com/gohugoio/hugo/hugolib.newPageContentOutput.func1(0x0, 0x0)
12:37:34 PM:    /root/project/hugo/hugolib/page__per_output.go:126 +0xaab
12:37:34 PM: github.com/gohugoio/hugo/hugolib.newPageContentOutput.func2(0x2339320, 0xc00278d140, 0x1d8a7e2, 0x1, 0x1, 0xc0005f3fa8)
12:37:34 PM:    /root/project/hugo/hugolib/page__per_output.go:206 +0x26
12:37:34 PM: github.com/gohugoio/hugo/lazy.(*Init).withTimeout.func1(0xc000f52290, 0x2339320, 0xc00278d140, 0xc00278d1a0)
12:37:34 PM:    /root/project/hugo/lazy/init.go:177 +0x47
12:37:34 PM: created by github.com/gohugoio/hugo/lazy.(*Init).withTimeout
12:37:34 PM:    /root/project/hugo/lazy/init.go:176 +0x106
12:37:34 PM: error Command failed with exit code 2.
12:37:34 PM: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
12:37:34 PM: Function Dir: /opt/build/repo/functions
12:37:34 PM: TempDir: /tmp/zisi-5ec40b10119c2100073fa0c1
12:37:35 PM: Prepping functions with zip-it-and-ship-it 0.3.1
12:37:35 PM: [ { path: '/tmp/zisi-5ec40b10119c2100073fa0c1/spotlightpa-api',
12:37:35 PM:     runtime: 'go' } ]
12:37:35 PM: Prepping functions complete
12:37:35 PM: Caching artifacts
12:37:35 PM: Started saving node modules
12:37:35 PM: Finished saving node modules
12:37:35 PM: Started saving yarn cache
12:37:35 PM: Finished saving yarn cache
12:37:35 PM: Started saving pip cache
12:37:36 PM: Finished saving pip cache
12:37:36 PM: Started saving emacs cask dependencies
12:37:36 PM: Finished saving emacs cask dependencies
12:37:36 PM: Started saving maven dependencies
12:37:36 PM: Finished saving maven dependencies
12:37:36 PM: Started saving boot dependencies
12:37:36 PM: Finished saving boot dependencies
12:37:36 PM: Started saving go dependencies
12:37:38 PM: Finished saving go dependencies
12:37:38 PM: Error running command: Build script returned non-zero exit code: 1
12:37:38 PM: Failing build: Failed to build site
12:37:38 PM: Finished processing build request in 1m3.731122387s

Most helpful comment

This site reliably triggers a data race warning: https://github.com/vmware-tanzu/tanzu-dev-portal (git clone --recursive; npm install; hugo)

I was able to fix it by adding a lock. I'll submit a PR in a minute, maybe some of you can test if the changes work for you.

Full race detector warning:

WARNING: DATA RACE
Write at 0x00c0009cd320 by goroutine 87:
  runtime.mapassign_faststr()
      /usr/local/Cellar/go/1.14.5/libexec/src/runtime/map_faststr.go:202 +0x0
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).associate()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/template.go:227 +0x19e
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).AddParseTree()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/template.go:133 +0x2ab
  github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate.(*escaper).commit()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/htmltemplate/escape.go:811 +0x2b5
  github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate.escapeTemplate()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/htmltemplate/escape.go:39 +0x318
  github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate.(*Template).escape()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/htmltemplate/template.go:103 +0x336
  github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate.(*Template).Prepare()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/htmltemplate/hugo_template.go:32 +0x3c
  github.com/gohugoio/hugo/tpl/tplimpl.(*templateState).Prepare()
      <autogenerated>:1 +0x66
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:61 +0x5c
  github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute()
      /Users/floater/workspace/hugo/tpl/tplimpl/template.go:227 +0x1c5
  github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include()
      /Users/floater/workspace/hugo/tpl/partials/partials.go:142 +0x355
  github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include-fm()
      /Users/floater/workspace/hugo/tpl/partials/partials.go:95 +0x86
  runtime.call128()
      /usr/local/Cellar/go/1.14.5/libexec/src/runtime/asm_amd64.s:541 +0x51
  reflect.Value.Call()
      /usr/local/Cellar/go/1.14.5/libexec/src/reflect/value.go:321 +0xd3
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xea
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x6c7
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x1dd
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0xa14
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x205
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x533
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x208
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x394
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0x149
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x2c2
  github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute()
      /Users/floater/workspace/hugo/tpl/tplimpl/template.go:227 +0x1c5
  github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate()
      /Users/floater/workspace/hugo/hugolib/site.go:1715 +0xe1
  github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage()
      /Users/floater/workspace/hugo/hugolib/site.go:1648 +0x401
  github.com/gohugoio/hugo/hugolib.pageRenderer()
      /Users/floater/workspace/hugo/hugolib/site_render.go:139 +0x43c

Previous read at 0x00c0009cd320 by goroutine 56:
  runtime.mapaccess1_faststr()
      /usr/local/Cellar/go/1.14.5/libexec/src/runtime/map_faststr.go:12 +0x0
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkTemplate()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:399 +0x139
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:268 +0x2a3
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:291 +0x19c
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:274 +0x488
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x208
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x394
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkTemplate()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:413 +0x3ab
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:268 +0x2a3
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x208
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x394
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0x149
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x2c2
  github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute()
      /Users/floater/workspace/hugo/tpl/tplimpl/template.go:227 +0x1c5
  github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include()
      /Users/floater/workspace/hugo/tpl/partials/partials.go:142 +0x355
  github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include-fm()
      /Users/floater/workspace/hugo/tpl/partials/partials.go:95 +0x86
  runtime.call128()
      /usr/local/Cellar/go/1.14.5/libexec/src/runtime/asm_amd64.s:541 +0x51
  reflect.Value.Call()
      /usr/local/Cellar/go/1.14.5/libexec/src/reflect/value.go:321 +0xd3
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xea
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x6c7
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x1dd
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0xa14
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x205
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x533
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0x149
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x2c2
  github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute()
      /Users/floater/workspace/hugo/tpl/tplimpl/template.go:227 +0x1c5
  github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include()
      /Users/floater/workspace/hugo/tpl/partials/partials.go:142 +0x355
  github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include-fm()
      /Users/floater/workspace/hugo/tpl/partials/partials.go:95 +0x86
  runtime.call128()
      /usr/local/Cellar/go/1.14.5/libexec/src/runtime/asm_amd64.s:541 +0x51
  reflect.Value.Call()
      /usr/local/Cellar/go/1.14.5/libexec/src/reflect/value.go:321 +0xd3
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xea
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x6c7
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x1dd
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0xa14
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x205
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x533
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x208
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x394
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0x149
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x2c2
  github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute()
      /Users/floater/workspace/hugo/tpl/tplimpl/template.go:227 +0x1c5
  github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate()
      /Users/floater/workspace/hugo/hugolib/site.go:1715 +0xe1
  github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage()
      /Users/floater/workspace/hugo/hugolib/site.go:1648 +0x401
  github.com/gohugoio/hugo/hugolib.pageRenderer()
      /Users/floater/workspace/hugo/hugolib/site_render.go:139 +0x43c

Goroutine 87 (running) created at:
  github.com/gohugoio/hugo/hugolib.(*Site).renderPages()
      /Users/floater/workspace/hugo/hugolib/site_render.go:74 +0x196
  github.com/gohugoio/hugo/hugolib.(*Site).render()
      /Users/floater/workspace/hugo/hugolib/site.go:1203 +0x8b
  github.com/gohugoio/hugo/hugolib.(*HugoSites).render()
      /Users/floater/workspace/hugo/hugolib/hugo_sites_build.go:325 +0x9d6
  github.com/gohugoio/hugo/hugolib.(*HugoSites).Build.func4()
      /Users/floater/workspace/hugo/hugolib/hugo_sites_build.go:149 +0x57
  runtime/trace.WithRegion()
      /usr/local/Cellar/go/1.14.5/libexec/src/runtime/trace/annotation.go:137 +0x149
  github.com/gohugoio/hugo/hugolib.(*HugoSites).Build()
      /Users/floater/workspace/hugo/hugolib/hugo_sites_build.go:151 +0xacf
  github.com/gohugoio/hugo/commands.(*commandeer).buildSites()
      /Users/floater/workspace/hugo/commands/hugo.go:743 +0x145
  github.com/gohugoio/hugo/commands.(*commandeer).fullBuild.func3()
      /Users/floater/workspace/hugo/commands/hugo.go:316 +0x150
  golang.org/x/sync/errgroup.(*Group).Go.func1()
      /Users/floater/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:57 +0x85

Goroutine 56 (running) created at:
  github.com/gohugoio/hugo/hugolib.(*Site).renderPages()
      /Users/floater/workspace/hugo/hugolib/site_render.go:74 +0x196
  github.com/gohugoio/hugo/hugolib.(*Site).render()
      /Users/floater/workspace/hugo/hugolib/site.go:1203 +0x8b
  github.com/gohugoio/hugo/hugolib.(*HugoSites).render()
      /Users/floater/workspace/hugo/hugolib/hugo_sites_build.go:325 +0x9d6
  github.com/gohugoio/hugo/hugolib.(*HugoSites).Build.func4()
      /Users/floater/workspace/hugo/hugolib/hugo_sites_build.go:149 +0x57
  runtime/trace.WithRegion()
      /usr/local/Cellar/go/1.14.5/libexec/src/runtime/trace/annotation.go:137 +0x149
  github.com/gohugoio/hugo/hugolib.(*HugoSites).Build()
      /Users/floater/workspace/hugo/hugolib/hugo_sites_build.go:151 +0xacf
  github.com/gohugoio/hugo/commands.(*commandeer).buildSites()
      /Users/floater/workspace/hugo/commands/hugo.go:743 +0x145
  github.com/gohugoio/hugo/commands.(*commandeer).fullBuild.func3()
      /Users/floater/workspace/hugo/commands/hugo.go:316 +0x150
  golang.org/x/sync/errgroup.(*Group).Go.func1()
      /Users/floater/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:57 +0x85
==================
==================
WARNING: DATA RACE
Write at 0x00c000ba2b48 by goroutine 87:
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).associate()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/template.go:227 +0x1b3
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).AddParseTree()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/template.go:133 +0x2ab
  github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate.(*escaper).commit()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/htmltemplate/escape.go:811 +0x2b5
  github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate.escapeTemplate()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/htmltemplate/escape.go:39 +0x318
  github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate.(*Template).escape()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/htmltemplate/template.go:103 +0x336
  github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate.(*Template).Prepare()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/htmltemplate/hugo_template.go:32 +0x3c
  github.com/gohugoio/hugo/tpl/tplimpl.(*templateState).Prepare()
      <autogenerated>:1 +0x66
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:61 +0x5c
  github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute()
      /Users/floater/workspace/hugo/tpl/tplimpl/template.go:227 +0x1c5
  github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include()
      /Users/floater/workspace/hugo/tpl/partials/partials.go:142 +0x355
  github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include-fm()
      /Users/floater/workspace/hugo/tpl/partials/partials.go:95 +0x86
  runtime.call128()
      /usr/local/Cellar/go/1.14.5/libexec/src/runtime/asm_amd64.s:541 +0x51
  reflect.Value.Call()
      /usr/local/Cellar/go/1.14.5/libexec/src/reflect/value.go:321 +0xd3
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xea
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x6c7
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x1dd
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0xa14
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x205
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x533
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x208
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x394
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0x149
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x2c2
  github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute()
      /Users/floater/workspace/hugo/tpl/tplimpl/template.go:227 +0x1c5
  github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate()
      /Users/floater/workspace/hugo/hugolib/site.go:1715 +0xe1
  github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage()
      /Users/floater/workspace/hugo/hugolib/site.go:1648 +0x401
  github.com/gohugoio/hugo/hugolib.pageRenderer()
      /Users/floater/workspace/hugo/hugolib/site_render.go:139 +0x43c

Previous read at 0x00c000ba2b48 by goroutine 56:
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkTemplate()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:399 +0x14c
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:268 +0x2a3
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:291 +0x19c
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:274 +0x488
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x208
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x394
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkTemplate()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:413 +0x3ab
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:268 +0x2a3
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x208
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x394
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0x149
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x2c2
  github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute()
      /Users/floater/workspace/hugo/tpl/tplimpl/template.go:227 +0x1c5
  github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include()
      /Users/floater/workspace/hugo/tpl/partials/partials.go:142 +0x355
  github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include-fm()
      /Users/floater/workspace/hugo/tpl/partials/partials.go:95 +0x86
  runtime.call128()
      /usr/local/Cellar/go/1.14.5/libexec/src/runtime/asm_amd64.s:541 +0x51
  reflect.Value.Call()
      /usr/local/Cellar/go/1.14.5/libexec/src/reflect/value.go:321 +0xd3
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xea
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x6c7
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x1dd
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0xa14
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x205
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x533
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0x149
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x2c2
  github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute()
      /Users/floater/workspace/hugo/tpl/tplimpl/template.go:227 +0x1c5
  github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include()
      /Users/floater/workspace/hugo/tpl/partials/partials.go:142 +0x355
  github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include-fm()
      /Users/floater/workspace/hugo/tpl/partials/partials.go:95 +0x86
  runtime.call128()
      /usr/local/Cellar/go/1.14.5/libexec/src/runtime/asm_amd64.s:541 +0x51
  reflect.Value.Call()
      /usr/local/Cellar/go/1.14.5/libexec/src/reflect/value.go:321 +0xd3
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xea
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x6c7
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x1dd
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0xa14
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x205
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x533
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x208
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x394
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0x149
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x2c2
  github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute()
      /Users/floater/workspace/hugo/tpl/tplimpl/template.go:227 +0x1c5
  github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate()
      /Users/floater/workspace/hugo/hugolib/site.go:1715 +0xe1
  github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage()
      /Users/floater/workspace/hugo/hugolib/site.go:1648 +0x401
  github.com/gohugoio/hugo/hugolib.pageRenderer()
      /Users/floater/workspace/hugo/hugolib/site_render.go:139 +0x43c

Goroutine 87 (running) created at:
  github.com/gohugoio/hugo/hugolib.(*Site).renderPages()
      /Users/floater/workspace/hugo/hugolib/site_render.go:74 +0x196
  github.com/gohugoio/hugo/hugolib.(*Site).render()
      /Users/floater/workspace/hugo/hugolib/site.go:1203 +0x8b
  github.com/gohugoio/hugo/hugolib.(*HugoSites).render()
      /Users/floater/workspace/hugo/hugolib/hugo_sites_build.go:325 +0x9d6
  github.com/gohugoio/hugo/hugolib.(*HugoSites).Build.func4()
      /Users/floater/workspace/hugo/hugolib/hugo_sites_build.go:149 +0x57
  runtime/trace.WithRegion()
      /usr/local/Cellar/go/1.14.5/libexec/src/runtime/trace/annotation.go:137 +0x149
  github.com/gohugoio/hugo/hugolib.(*HugoSites).Build()
      /Users/floater/workspace/hugo/hugolib/hugo_sites_build.go:151 +0xacf
  github.com/gohugoio/hugo/commands.(*commandeer).buildSites()
      /Users/floater/workspace/hugo/commands/hugo.go:743 +0x145
  github.com/gohugoio/hugo/commands.(*commandeer).fullBuild.func3()
      /Users/floater/workspace/hugo/commands/hugo.go:316 +0x150
  golang.org/x/sync/errgroup.(*Group).Go.func1()
      /Users/floater/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:57 +0x85

Goroutine 56 (running) created at:
  github.com/gohugoio/hugo/hugolib.(*Site).renderPages()
      /Users/floater/workspace/hugo/hugolib/site_render.go:74 +0x196
  github.com/gohugoio/hugo/hugolib.(*Site).render()
      /Users/floater/workspace/hugo/hugolib/site.go:1203 +0x8b
  github.com/gohugoio/hugo/hugolib.(*HugoSites).render()
      /Users/floater/workspace/hugo/hugolib/hugo_sites_build.go:325 +0x9d6
  github.com/gohugoio/hugo/hugolib.(*HugoSites).Build.func4()
      /Users/floater/workspace/hugo/hugolib/hugo_sites_build.go:149 +0x57
  runtime/trace.WithRegion()
      /usr/local/Cellar/go/1.14.5/libexec/src/runtime/trace/annotation.go:137 +0x149
  github.com/gohugoio/hugo/hugolib.(*HugoSites).Build()
      /Users/floater/workspace/hugo/hugolib/hugo_sites_build.go:151 +0xacf
  github.com/gohugoio/hugo/commands.(*commandeer).buildSites()
      /Users/floater/workspace/hugo/commands/hugo.go:743 +0x145
  github.com/gohugoio/hugo/commands.(*commandeer).fullBuild.func3()
      /Users/floater/workspace/hugo/commands/hugo.go:316 +0x150
  golang.org/x/sync/errgroup.(*Group).Go.func1()
      /Users/floater/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:57 +0x85
==================

All 14 comments

FWIW, this added a JSON file that I didn't start using until a few commits later. Maybe because it was unused, there was a race on parsing and saving the data? Just speculating.

I found this because I got a similar crash (using v0.67.1). Also similar to #6716.

I also got this fatal error in an overnight cron run of hugo.

$ hugo version
Hugo Static Site Generator v0.71.1-A301F6B2 linux/amd64 BuildDate: 2020-05-25T09:09:07Z

I'm getting a similar error very often with 0.72, both on Mac OS (via Homebrew) and Linux (binary from Github release).

Mac OS stack trace:

fatal error: concurrent map read and map write

goroutine 167 [running]:
runtime.throw(0x59a0753, 0x21)
    /usr/local/Cellar/go/1.14.3/libexec/src/runtime/panic.go:1116 +0x72 fp=0xc003cb2c68 sp=0xc003cb2c38 pc=0x4036152
runtime.mapaccess1_faststr(0x5699300, 0xc0009d90b0, 0xc00034e70b, 0x10, 0x5eda440)
    /usr/local/Cellar/go/1.14.3/libexec/src/runtime/map_faststr.go:21 +0x43c fp=0xc003cb2cd8 sp=0xc003cb2c68 pc=0x4014f0c
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkTemplate(0xc003cb38b0, 0x58ff260, 0xc00050bbd0, 0x194, 0xc000a83000)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:399 +0x8e fp=0xc003cb2dc0 sp=0xc003cb2cd8 pc=0x4a47a1e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003cb38b0, 0x58ff260, 0xc00050bbd0, 0x194, 0x5eda680, 0xc000a83000)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:268 +0x20a fp=0xc003cb2e50 sp=0xc003cb2dc0 pc=0x4a46b6a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003cb38b0, 0x58ff260, 0xc00050bbd0, 0x194, 0x5eda440, 0xc000a313b0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc003cb2ee0 sp=0xc003cb2e50 pc=0x4a46a89
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003cb38b0, 0xa, 0x58ff260, 0xc00050bbd0, 0x194, 0xc000ab9500, 0xc000a31380, 0xc000a313b0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:296 +0x22c fp=0xc003cb2f68 sp=0xc003cb2ee0 pc=0x4a470dc
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003cb38b0, 0x58ff260, 0xc00050bbd0, 0x194, 0x5eda3e0, 0xc000a83040)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e fp=0xc003cb2ff8 sp=0xc003cb2f68 pc=0x4a46bee
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003cb38b0, 0x58ff260, 0xc00050bbd0, 0x194, 0x5eda440, 0xc000a30780)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc003cb3088 sp=0xc003cb2ff8 pc=0x4a46a89
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange.func1(0x55c14a0, 0xc0055a4ea0, 0x82, 0x58ff260, 0xc00050bbd0, 0x194)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:350 +0x124 fp=0xc003cb30d8 sp=0xc003cb3088 pc=0x4a58a74
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange(0xc003cb38b0, 0x5913e60, 0xc000be19b0, 0x16, 0xc000a830c0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:359 +0x4fa fp=0xc003cb3228 sp=0xc003cb30d8 pc=0x4a475fa
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003cb38b0, 0x5913e60, 0xc000be19b0, 0x16, 0x5eda5c0, 0xc000a830c0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x455 fp=0xc003cb32b8 sp=0xc003cb3228 pc=0x4a46db5
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003cb38b0, 0x5913e60, 0xc000be19b0, 0x16, 0x5eda440, 0xc000ab24b0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc003cb3348 sp=0xc003cb32b8 pc=0x4a46a89
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003cb38b0, 0xa, 0x5913e60, 0xc000be19b0, 0x16, 0xc000ab90e0, 0xc000ab24b0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0 fp=0xc003cb33d0 sp=0xc003cb3348 pc=0x4a47080
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003cb38b0, 0x5913e60, 0xc000be19b0, 0x16, 0x5eda3e0, 0xc000a83140)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e fp=0xc003cb3460 sp=0xc003cb33d0 pc=0x4a46bee
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003cb38b0, 0x5913e60, 0xc000be19b0, 0x16, 0x5eda440, 0xc000a9fce0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc003cb34f0 sp=0xc003cb3460 pc=0x4a46a89
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003cb38b0, 0xa, 0x5913e60, 0xc000be19b0, 0x16, 0xc000ac21e0, 0xc000a9fce0, 0xc000a31590)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0 fp=0xc003cb3578 sp=0xc003cb34f0 pc=0x4a47080
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003cb38b0, 0x5913e60, 0xc000be19b0, 0x16, 0x5eda3e0, 0xc000a4ce00)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e fp=0xc003cb3608 sp=0xc003cb3578 pc=0x4a46bee
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003cb38b0, 0x5913e60, 0xc000be19b0, 0x16, 0x5eda440, 0xc000a9ec30)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc003cb3698 sp=0xc003cb3608 pc=0x4a46a89
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003cb38b0, 0x13, 0x569cba0, 0xc0063e0e88, 0x95, 0xc000ac2180, 0xc000a9ec30, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:291 +0x158 fp=0xc003cb3720 sp=0xc003cb3698 pc=0x4a47008
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003cb38b0, 0x569cba0, 0xc0063e0e88, 0x95, 0x5eda7a0, 0xc000a4ce40)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:274 +0x312 fp=0xc003cb37b0 sp=0xc003cb3720 pc=0x4a46c72
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003cb38b0, 0x569cba0, 0xc0063e0e88, 0x95, 0x5eda440, 0xc000b03cb0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc003cb3840 sp=0xc003cb37b0 pc=0x4a46a89
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkTemplate(0xc003cb3dd8, 0x58ff260, 0xc0003d43b0, 0x194, 0xc0007dbbc0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:413 +0x202 fp=0xc003cb3928 sp=0xc003cb3840 pc=0x4a47b92
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003cb3dd8, 0x58ff260, 0xc0003d43b0, 0x194, 0x5eda680, 0xc0007dbbc0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:268 +0x20a fp=0xc003cb39b8 sp=0xc003cb3928 pc=0x4a46b6a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003cb3dd8, 0x58ff260, 0xc0003d43b0, 0x194, 0x5eda440, 0xc000b03a10)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc003cb3a48 sp=0xc003cb39b8 pc=0x4a46a89
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange.func1(0x55c14a0, 0xc0055a4e00, 0x82, 0x58ff260, 0xc0003d43b0, 0x194)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:350 +0x124 fp=0xc003cb3a98 sp=0xc003cb3a48 pc=0x4a58a74
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange(0xc003cb3dd8, 0x5913e60, 0xc000ee5980, 0x16, 0xc0007dbc00)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:359 +0x4fa fp=0xc003cb3be8 sp=0xc003cb3a98 pc=0x4a475fa
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003cb3dd8, 0x5913e60, 0xc000ee5980, 0x16, 0x5eda5c0, 0xc0007dbc00)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x455 fp=0xc003cb3c78 sp=0xc003cb3be8 pc=0x4a46db5
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003cb3dd8, 0x5913e60, 0xc000ee5980, 0x16, 0x5eda440, 0xc000b020f0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc003cb3d08 sp=0xc003cb3c78 pc=0x4a46a89
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0007db900, 0xc003cb3dd8, 0x5913e60, 0xc000ee5980, 0x16, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7 fp=0xc003cb3d70 sp=0xc003cb3d08 pc=0x4a540f7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009e8600, 0x110844c8, 0xc000416ff0, 0x5ea6940, 0xc003d8f7d0, 0x5913e60, 0xc000ee5980, 0xc0009d9200, 0xc001232660)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7 fp=0xc003cb3e50 sp=0xc003cb3d70 pc=0x4a53ee7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc00089b5c0, 0x5eb90a0, 0xc000416ff0, 0x5ea6940, 0xc003d8f7d0, 0x5913e60, 0xc000ee5980, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/tplimpl/template.go:233 +0x15f fp=0xc003cb3f20 sp=0xc003cb3e50 pc=0x4ba299f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0009c7cb0, 0xc0000b2541, 0x9, 0xc0063c84c0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/partials/partials.go:142 +0x24e fp=0xc003cb4000 sp=0xc003cb3f20 pc=0x4b7ea8e
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include-fm(0xc0000b2541, 0x9, 0xc0063c84c0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/partials/partials.go:95 +0x63 fp=0xc003cb4060 sp=0xc003cb4000 pc=0x4b7ffa3
runtime.call128(0xc0035a1530, 0xc0009c7cd0, 0xc005b8cd20, 0x2800000048)
    /usr/local/Cellar/go/1.14.3/libexec/src/runtime/asm_amd64.s:541 +0x52 fp=0xc003cb40f0 sp=0xc003cb4060 pc=0x40670b2
reflect.Value.call(0x568dea0, 0xc0009c7cd0, 0x13, 0x591a993, 0x4, 0xc0063cc3f0, 0x2, 0x2, 0xc000ee5980, 0x16, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:460 +0x8ab fp=0xc003cb4308 sp=0xc003cb40f0 pc=0x40c902b
reflect.Value.Call(0x568dea0, 0xc0009c7cd0, 0x13, 0xc0063cc3f0, 0x2, 0x2, 0xc0063c5ff8, 0x81, 0xc003cb43f8)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:321 +0xb4 fp=0xc003cb4388 sp=0xc003cb4308 pc=0x40c8534
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x568dea0, 0xc0009c7cd0, 0x13, 0xc0063cc3f0, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd fp=0xc003cb4408 sp=0xc003cb4388 pc=0x4a4fbfd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003cb4a10, 0x5913e60, 0xc000ee5980, 0x16, 0x568dea0, 0xc0009c7cd0, 0x13, 0x5eda260, 0xc0005904b0, 0xc0000b2538, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f fp=0xc003cb4558 sp=0xc003cb4408 pc=0x4a55c3f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc003cb4a10, 0x5913e60, 0xc000ee5980, 0x16, 0xc0005904e0, 0x5eda260, 0xc0005904b0, 0xc000a4d400, 0x3, 0x4, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d fp=0xc003cb4658 sp=0xc003cb4558 pc=0x4a5431d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003cb4a10, 0x5913e60, 0xc000ee5980, 0x16, 0xc0005904b0, 0x56ad2a0, 0x6c68ec0, 0x99, 0x1, 0x55b3d20, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b fp=0xc003cb4730 sp=0xc003cb4658 pc=0x4a487cb
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003cb4a10, 0x5913e60, 0xc000ee5980, 0x16, 0xc000a68720, 0xc000ac2e40, 0xc000ac01b0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a fp=0xc003cb4820 sp=0xc003cb4730 pc=0x4a47e1a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003cb4a10, 0x5913e60, 0xc000ee5980, 0x16, 0x5eda0e0, 0xc000590510)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396 fp=0xc003cb48b0 sp=0xc003cb4820 pc=0x4a46cf6
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003cb4a10, 0x5913e60, 0xc000ee5980, 0x16, 0x5eda440, 0xc000a4ba70)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc003cb4940 sp=0xc003cb48b0 pc=0x4a46a89
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc000553400, 0xc003cb4a10, 0x5913e60, 0xc000ee5980, 0x16, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7 fp=0xc003cb49a8 sp=0xc003cb4940 pc=0x4a540f7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009e8600, 0x110844c8, 0xc0002b0690, 0x5ea6940, 0xc003706960, 0x5913e60, 0xc000ee5980, 0xc0009d9200, 0xc001dad020)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7 fp=0xc003cb4a88 sp=0xc003cb49a8 pc=0x4a53ee7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc00089b5c0, 0x5eb90a0, 0xc0002b0690, 0x5ea6940, 0xc003706960, 0x5913e60, 0xc000ee5980, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/tplimpl/template.go:233 +0x15f fp=0xc003cb4b58 sp=0xc003cb4a88 pc=0x4ba299f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0009c7cb0, 0xc0012325c0, 0x20, 0xc005bacc50, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/partials/partials.go:142 +0x24e fp=0xc003cb4c38 sp=0xc003cb4b58 pc=0x4b7ea8e
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include-fm(0xc0012325c0, 0x20, 0xc005bacc50, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/partials/partials.go:95 +0x63 fp=0xc003cb4c98 sp=0xc003cb4c38 pc=0x4b7ffa3
runtime.call128(0xc0035a1530, 0xc0009c7cd0, 0xc005b8cb40, 0x2800000048)
    /usr/local/Cellar/go/1.14.3/libexec/src/runtime/asm_amd64.s:541 +0x52 fp=0xc003cb4d28 sp=0xc003cb4c98 pc=0x40670b2
reflect.Value.call(0x568dea0, 0xc0009c7cd0, 0x13, 0x591a993, 0x4, 0xc005bafbf0, 0x2, 0x2, 0xc000ee5980, 0x16, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:460 +0x8ab fp=0xc003cb4f40 sp=0xc003cb4d28 pc=0x40c902b
reflect.Value.Call(0x568dea0, 0xc0009c7cd0, 0x13, 0xc005bafbf0, 0x2, 0x2, 0xc003cb5020, 0x55c21a0, 0xc003d27368)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:321 +0xb4 fp=0xc003cb4fc0 sp=0xc003cb4f40 pc=0x40c8534
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x568dea0, 0xc0009c7cd0, 0x13, 0xc005bafbf0, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd fp=0xc003cb5040 sp=0xc003cb4fc0 pc=0x4a4fbfd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003cb57f0, 0x5913e60, 0xc000ee5980, 0x16, 0x568dea0, 0xc0009c7cd0, 0x13, 0x5eda260, 0xc0045cac00, 0xc00022e4ea, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f fp=0xc003cb5190 sp=0xc003cb5040 pc=0x4a55c3f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc003cb57f0, 0x5913e60, 0xc000ee5980, 0x16, 0xc0045cac30, 0x5eda260, 0xc0045cac00, 0xc003ff2740, 0x3, 0x4, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d fp=0xc003cb5290 sp=0xc003cb5190 pc=0x4a5431d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003cb57f0, 0x5913e60, 0xc000ee5980, 0x16, 0xc0045cac00, 0x56ad2a0, 0x6c68ec0, 0x99, 0x4a48bdd, 0xc003cb57f0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b fp=0xc003cb5368 sp=0xc003cb5290 pc=0x4a487cb
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003cb57f0, 0x5913e60, 0xc000ee5980, 0x16, 0xc0045c8960, 0x0, 0x0, 0x5913e60)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a fp=0xc003cb5458 sp=0xc003cb5368 pc=0x4a47e1a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003cb57f0, 0x5913e60, 0xc000ee5980, 0x16, 0x5eda0e0, 0xc0045cad20)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396 fp=0xc003cb54e8 sp=0xc003cb5458 pc=0x4a46cf6
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003cb57f0, 0x5913e60, 0xc000ee5980, 0x16, 0x5eda440, 0xc0045caba0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc003cb5578 sp=0xc003cb54e8 pc=0x4a46a89
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003cb57f0, 0xa, 0x5913e60, 0xc000ee5980, 0x16, 0xc0045c8900, 0xc0045caba0, 0xc0045cad80)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0 fp=0xc003cb5600 sp=0xc003cb5578 pc=0x4a47080
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003cb57f0, 0x5913e60, 0xc000ee5980, 0x16, 0x5eda3e0, 0xc003ff3300)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e fp=0xc003cb5690 sp=0xc003cb5600 pc=0x4a46bee
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003cb57f0, 0x5913e60, 0xc000ee5980, 0x16, 0x5eda440, 0xc0045ca5d0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc003cb5720 sp=0xc003cb5690 pc=0x4a46a89
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0039b9040, 0xc003cb57f0, 0x5913e60, 0xc000ee5980, 0x16, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7 fp=0xc003cb5788 sp=0xc003cb5720 pc=0x4a540f7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009e8600, 0x110844c8, 0xc00416e780, 0x5ea6940, 0xc0037d1c80, 0x5913e60, 0xc000ee5980, 0x4bd8422, 0xc000ebd400)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7 fp=0xc003cb5868 sp=0xc003cb5788 pc=0x4a53ee7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc00089b5c0, 0x5eb90a0, 0xc00416e780, 0x5ea6940, 0xc0037d1c80, 0x5913e60, 0xc000ee5980, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/tplimpl/template.go:233 +0x15f fp=0xc003cb5938 sp=0xc003cb5868 pc=0x4ba299f
github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate(0xc0007b0fc0, 0x591c0ff, 0x4, 0x591ab67, 0x4, 0x5913e60, 0xc000ee5980, 0x5ea6940, 0xc0037d1c80, 0x5eb90a0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site.go:1675 +0x96 fp=0xc003cb59b0 sp=0xc003cb5938 pc=0x4bf95b6
github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc0007b0fc0, 0xc0001eece0, 0xc003cb5f00, 0x1a, 0xc0017883c0, 0x3f, 0xc000ee5980, 0x5eb90a0, 0xc00416e780, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site.go:1596 +0x1d2 fp=0xc003cb5e90 sp=0xc003cb59b0 pc=0x4bf8cf2
github.com/gohugoio/hugo/hugolib.pageRenderer(0xc001d9c580, 0xc0007b0fc0, 0xc003434600, 0xc0033d15c0, 0xc003438940)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site_render.go:139 +0x2a5 fp=0xc003cb5fb8 sp=0xc003cb5e90 pc=0x4bfb945
runtime.goexit()
    /usr/local/Cellar/go/1.14.3/libexec/src/runtime/asm_amd64.s:1373 +0x1 fp=0xc003cb5fc0 sp=0xc003cb5fb8 pc=0x4068cd1
created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site_render.go:74 +0x160

goroutine 1 [semacquire]:
sync.runtime_Semacquire(0xc0008b2460)
    /usr/local/Cellar/go/1.14.3/libexec/src/runtime/sema.go:56 +0x42
sync.(*WaitGroup).Wait(0xc0008b2458)
    /usr/local/Cellar/go/1.14.3/libexec/src/sync/waitgroup.go:130 +0x64
golang.org/x/sync/errgroup.(*Group).Wait(0xc0008b2450, 0xc0009e96c0, 0x13)
    /Users/brew/Library/Caches/Homebrew/go_cache/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:40 +0x31
github.com/gohugoio/hugo/commands.(*commandeer).fullBuild(0xc00079a0d0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/commands/hugo.go:333 +0x455
github.com/gohugoio/hugo/commands.(*commandeer).build(0xc00079a0d0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/commands/hugo.go:474 +0xab
github.com/gohugoio/hugo/commands.(*commandsBuilder).newHugoCmd.func1(0xc000786280, 0x6c68ec0, 0x0, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/commands/commands.go:171 +0x15c
github.com/spf13/cobra.(*Command).execute(0xc000786280, 0xc000180190, 0x0, 0x0, 0xc000786280, 0xc000180190)
    /Users/brew/Library/Caches/Homebrew/go_cache/pkg/mod/github.com/spf13/[email protected]/command.go:826 +0x453
github.com/spf13/cobra.(*Command).ExecuteC(0xc000786280, 0xc0000b1490, 0x8, 0xc000223180)
    /Users/brew/Library/Caches/Homebrew/go_cache/pkg/mod/github.com/spf13/[email protected]/command.go:914 +0x2fb
github.com/gohugoio/hugo/commands.Execute(0xc000180190, 0x0, 0x0, 0x4007d2f, 0xc00010e058, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/commands/hugo.go:89 +0xb9
main.main()
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/main.go:23 +0x6c

goroutine 9 [select]:
go.opencensus.io/stats/view.(*worker).start(0xc0007dc320)
    /Users/brew/Library/Caches/Homebrew/go_cache/pkg/mod/[email protected]/stats/view/worker.go:154 +0x100
created by go.opencensus.io/stats/view.init.0
    /Users/brew/Library/Caches/Homebrew/go_cache/pkg/mod/[email protected]/stats/view/worker.go:32 +0x57

goroutine 274 [runnable]:
reflect.funcLayout(0x568cf40, 0x0, 0x5662cc0, 0x5662c01, 0x55c21a0, 0x99, 0x5662cc0)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/type.go:3046 +0x7b5
reflect.Value.call(0x568cf40, 0xc0009c75f0, 0x13, 0x591a993, 0x4, 0xc005e77380, 0x2, 0x2, 0xc005e7c6f0, 0x98, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:418 +0x655
reflect.Value.Call(0x568cf40, 0xc0009c75f0, 0x13, 0xc005e77380, 0x2, 0x2, 0xc005e7c6d0, 0x55c21a0, 0xc000ed1170)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x568cf40, 0xc0009c75f0, 0x13, 0xc005e77380, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc00346b2b0, 0x57a5d60, 0xc005e430e0, 0x16, 0x568cf40, 0xc0009c75f0, 0x13, 0x5eda260, 0xc000538c90, 0xc000a661c7, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc0013d52b0, 0x57a5d60, 0xc005e430e0, 0x16, 0xc000538cc0, 0x5eda260, 0xc000538c90, 0xc0006c6080, 0x3, 0x4, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc0013d52b0, 0x57a5d60, 0xc005e430e0, 0x16, 0xc000538c90, 0x56ad2a0, 0x6c68ec0, 0x99, 0x0, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc00346b2b0, 0x57a5d60, 0xc005e430e0, 0x16, 0xc0004c5080, 0x6fa043536f109381, 0xc0009d8f90, 0x6f0000c000c90480)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc00346b2b0, 0xa, 0x57a5d60, 0xc005e430e0, 0x16, 0xc0004c5080, 0xc000538d50, 0xc000af0e40)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:284 +0xa4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0013d52b0, 0x57a5d60, 0xc005e430e0, 0x16, 0x5eda3e0, 0xc000ae4980)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc00346b2b0, 0x57a5d60, 0xc005e430e0, 0x16, 0x5eda440, 0xc000538c60)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0006c6000, 0xc0013d52b0, 0x57a5d60, 0xc005e430e0, 0x16, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009e8600, 0x110844c8, 0xc000aee1e0, 0x5ea6940, 0xc0039cce70, 0x57a5d60, 0xc005e430e0, 0x203001, 0x591c573)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc00089b5c0, 0x5eb90a0, 0xc000aee1e0, 0x5ea6940, 0xc0039cce70, 0x57a5d60, 0xc005e430e0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/hugolib.renderShortcodeWithPage(0x5ed6820, 0xc00089b5c0, 0x5eb90a0, 0xc000aee1e0, 0xc005e430e0, 0x0, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/shortcode.go:643 +0xe2
github.com/gohugoio/hugo/hugolib.renderShortcode(0x0, 0xc0007b0fc0, 0xc0007d6940, 0x2, 0x591ab67, 0x4, 0x591c573, 0x4, 0x591bbdb, 0x4, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/shortcode.go:398 +0x469
github.com/gohugoio/hugo/hugolib.(*shortcodeHandler).renderShortcodesForPage(0xc000a4cb40, 0xc000e91b60, 0x591ab67, 0x4, 0x591c573, 0x4, 0x591bbdb, 0x4, 0x0, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/shortcode.go:426 +0x1be
github.com/gohugoio/hugo/hugolib.newPageContentOutput.func1(0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/page__per_output.go:105 +0x17e
github.com/gohugoio/hugo/hugolib.newPageContentOutput.func2(0x5ecc060, 0xc005e7ae40, 0x5918883, 0x1, 0x0, 0xc000895fa8)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/page__per_output.go:207 +0x26
github.com/gohugoio/hugo/lazy.(*Init).withTimeout.func1(0xc001967840, 0x5ecc060, 0xc005e7ae40, 0xc005e7aea0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/lazy/init.go:177 +0x47
created by github.com/gohugoio/hugo/lazy.(*Init).withTimeout
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/lazy/init.go:176 +0x106

goroutine 97 [runnable]:
reflect.haveIdenticalUnderlyingType(0xc0065c2840, 0xc0035b0960, 0xc003b64a01, 0x55955e0)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/type.go:1594 +0x9fd
reflect.FuncOf(0xc0065c02f0, 0x1, 0x1, 0xc0065c0300, 0x1, 0x1, 0x5803d00, 0x0, 0x0)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/type.go:2004 +0x4f1
reflect.(*rtype).Method(0x5913e60, 0x13, 0x54b182d, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/type.go:823 +0x500
reflect.(*rtype).MethodByName(0x5913e60, 0xc0001a1225, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/type.go:845 +0x1c2
github.com/gohugoio/hugo/tpl/collections.evaluateSubElem(0x58ff260, 0xc0035ecae0, 0x194, 0xc0001a1225, 0x4, 0xc001e7e150, 0x194, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/collections/where.go:302 +0x171
github.com/gohugoio/hugo/tpl/collections.(*Namespace).checkWhereArray(0xc000516680, 0x58e55e0, 0xc0065aa8a8, 0x97, 0x55c21a0, 0xc006273750, 0x98, 0x55c21a0, 0xc0065a7a28, 0x98, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/collections/where.go:387 +0xdf
github.com/gohugoio/hugo/tpl/collections.(*Namespace).Where(0xc000516680, 0x58e55e0, 0xc0065aa8a8, 0x55c21a0, 0xc006273750, 0xc006273760, 0x1, 0x1, 0xc003b65358, 0x40d152c, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/collections/where.go:45 +0x416
reflect.Value.call(0x56a9100, 0xc0009c7720, 0x13, 0x591a993, 0x4, 0xc006247720, 0x3, 0x3, 0xc0065a7a28, 0x98, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x56a9100, 0xc0009c7720, 0x13, 0xc006247720, 0x3, 0x3, 0xc0065aa820, 0x55c21a0, 0xc0065a7a28)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x56a9100, 0xc0009c7720, 0x13, 0xc006247720, 0x3, 0x3, 0x0, 0x0, 0x0, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003b65dd8, 0x5913e60, 0xc000f07080, 0x16, 0x56a9100, 0xc0009c7720, 0x13, 0x5eda260, 0xc0009bf980, 0xc0001a1212, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc003b65dd8, 0x5913e60, 0xc000f07080, 0x16, 0xc0009bf9b0, 0x5eda260, 0xc0009bf980, 0xc00001fb40, 0x4, 0x4, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003b65dd8, 0x5913e60, 0xc000f07080, 0x16, 0xc0009bf980, 0x56ad2a0, 0x6c68ec0, 0x99, 0x400e946, 0xc0062476d0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003b65dd8, 0x5913e60, 0xc000f07080, 0x16, 0xc000ab8ba0, 0x28, 0x4a46a89, 0x2)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange(0xc003b65dd8, 0x5913e60, 0xc000f07080, 0x16, 0xc00001ff00)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:338 +0xea
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003b65dd8, 0x5913e60, 0xc000f07080, 0x16, 0x5eda5c0, 0xc00001ff00)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x455
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003b65dd8, 0x5913e60, 0xc000f07080, 0x16, 0x5eda440, 0xc0009bf800)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc00001fa00, 0xc003b65dd8, 0x5913e60, 0xc000f07080, 0x16, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009e8600, 0x110844c8, 0xc000a4e690, 0x5ea6940, 0xc0042ceed0, 0x5913e60, 0xc000f07080, 0xc0009d9200, 0xc003b65ec8)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc00089b5c0, 0x5eb90a0, 0xc000a4e690, 0x5ea6940, 0xc0042ceed0, 0x5913e60, 0xc000f07080, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0009c7cb0, 0xc0000b20d8, 0xb, 0xc0062736d0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x568dea0, 0xc0009c7cd0, 0x13, 0x591a993, 0x4, 0xc0065a7950, 0x2, 0x2, 0xc000f07080, 0x16, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x568dea0, 0xc0009c7cd0, 0x13, 0xc0065a7950, 0x2, 0x2, 0x1, 0x1, 0xc003b663f8)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x568dea0, 0xc0009c7cd0, 0x13, 0xc0065a7950, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003b66a10, 0x5913e60, 0xc000f07080, 0x16, 0x568dea0, 0xc0009c7cd0, 0x13, 0x5eda260, 0xc000a4bf20, 0xc0000b20cf, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc003b66a10, 0x5913e60, 0xc000f07080, 0x16, 0xc000a4bf50, 0x5eda260, 0xc000a4bf20, 0xc000a4d280, 0x3, 0x4, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003b66a10, 0x5913e60, 0xc000f07080, 0x16, 0xc000a4bf20, 0x56ad2a0, 0x6c68ec0, 0x99, 0x1, 0x55b3d20, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003b66a10, 0x5913e60, 0xc000f07080, 0x16, 0xc000ac2de0, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003b66a10, 0x5913e60, 0xc000f07080, 0x16, 0x5eda0e0, 0xc000590150)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003b66a10, 0x5913e60, 0xc000f07080, 0x16, 0x5eda440, 0xc000a4ba70)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc000553400, 0xc003b66a10, 0x5913e60, 0xc000f07080, 0x16, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009e8600, 0x110844c8, 0xc0002b0690, 0x5ea6940, 0xc0026e4090, 0x5913e60, 0xc000f07080, 0xc0009d9200, 0xc002d71bc0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc00089b5c0, 0x5eb90a0, 0xc0002b0690, 0x5ea6940, 0xc0026e4090, 0x5913e60, 0xc000f07080, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0009c7cb0, 0xc003019640, 0x20, 0xc006273650, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x568dea0, 0xc0009c7cd0, 0x13, 0x591a993, 0x4, 0xc0065a7860, 0x2, 0x2, 0xc000f07080, 0x16, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x568dea0, 0xc0009c7cd0, 0x13, 0xc0065a7860, 0x2, 0x2, 0xc003b67020, 0x55c21a0, 0xc00345eaa8)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x568dea0, 0xc0009c7cd0, 0x13, 0xc0065a7860, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003b677f0, 0x5913e60, 0xc000f07080, 0x16, 0x568dea0, 0xc0009c7cd0, 0x13, 0x5eda260, 0xc0045cac00, 0xc00022e4ea, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc003b677f0, 0x5913e60, 0xc000f07080, 0x16, 0xc0045cac30, 0x5eda260, 0xc0045cac00, 0xc003ff2740, 0x3, 0x4, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003b677f0, 0x5913e60, 0xc000f07080, 0x16, 0xc0045cac00, 0x56ad2a0, 0x6c68ec0, 0x99, 0x4a48bdd, 0xc003b677f0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003b677f0, 0x5913e60, 0xc000f07080, 0x16, 0xc0045c8960, 0x0, 0x0, 0x5913e60)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003b677f0, 0x5913e60, 0xc000f07080, 0x16, 0x5eda0e0, 0xc0045cad20)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003b677f0, 0x5913e60, 0xc000f07080, 0x16, 0x5eda440, 0xc0045caba0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003b677f0, 0xa, 0x5913e60, 0xc000f07080, 0x16, 0xc0045c8900, 0xc0045caba0, 0xc0045cad80)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003b677f0, 0x5913e60, 0xc000f07080, 0x16, 0x5eda3e0, 0xc003ff3300)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003b677f0, 0x5913e60, 0xc000f07080, 0x16, 0x5eda440, 0xc0045ca5d0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0039b9040, 0xc003b677f0, 0x5913e60, 0xc000f07080, 0x16, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009e8600, 0x110844c8, 0xc00416e780, 0x5ea6940, 0xc0037d10e0, 0x5913e60, 0xc000f07080, 0x4bd8422, 0xc000fc8000)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc00089b5c0, 0x5eb90a0, 0xc00416e780, 0x5ea6940, 0xc0037d10e0, 0x5913e60, 0xc000f07080, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate(0xc0007b0fc0, 0x591c0ff, 0x4, 0x591ab67, 0x4, 0x5913e60, 0xc000f07080, 0x5ea6940, 0xc0037d10e0, 0x5eb90a0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site.go:1675 +0x96
github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc0007b0fc0, 0xc0001eece0, 0xc002d71b90, 0x24, 0xc001732080, 0x3b, 0xc000f07080, 0x5eb90a0, 0xc00416e780, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site.go:1596 +0x1d2
github.com/gohugoio/hugo/hugolib.pageRenderer(0xc001d9c580, 0xc0007b0fc0, 0xc003434600, 0xc0033d15c0, 0xc003438940)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site_render.go:139 +0x2a5
created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site_render.go:74 +0x160

goroutine 115 [runnable]:
github.com/gohugoio/hugo/hugolib.(*Site).renderPages.func1(0xc000cba540, 0x2c, 0xc000cbcf90, 0xc003434600)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site_render.go:85 +0xa7
github.com/gohugoio/hugo/hugolib.contentTrees.Walk.func1(0xc000cba540, 0x2c, 0x566d120, 0xc000cbcf90, 0xc000b30001)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/content_map.go:869 +0x54
github.com/armon/go-radix.recursiveWalk(0xc000cbcff0, 0xc0013d1978, 0xc0013d1800)
    /Users/brew/Library/Caches/Homebrew/go_cache/pkg/mod/github.com/armon/[email protected]/radix.go:519 +0xf0
github.com/armon/go-radix.recursiveWalk(0xc000cbcfc0, 0xc0013d1978, 0x566d120)
    /Users/brew/Library/Caches/Homebrew/go_cache/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e
github.com/armon/go-radix.recursiveWalk(0xc00074f950, 0xc0013d1978, 0x400e900)
    /Users/brew/Library/Caches/Homebrew/go_cache/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e
github.com/armon/go-radix.recursiveWalk(0xc000b37800, 0xc0013d1978, 0x5913e00)
    /Users/brew/Library/Caches/Homebrew/go_cache/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e
github.com/armon/go-radix.recursiveWalk(0xc000724240, 0xc0013d1978, 0x0)
    /Users/brew/Library/Caches/Homebrew/go_cache/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e
github.com/armon/go-radix.recursiveWalk(0xc00099a6f0, 0xc0013d1978, 0xc0025ff9a8)
    /Users/brew/Library/Caches/Homebrew/go_cache/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e
github.com/armon/go-radix.(*Tree).Walk(...)
    /Users/brew/Library/Caches/Homebrew/go_cache/pkg/mod/github.com/armon/[email protected]/radix.go:447
github.com/gohugoio/hugo/hugolib.contentTrees.Walk(0xc0001253e0, 0x3, 0x3, 0xc0013d1a10)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/content_map.go:867 +0x67
github.com/gohugoio/hugo/hugolib.(*Site).renderPages(0xc0007b0fc0, 0xc001d9c580, 0x0, 0xc0025ffa00)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site_render.go:79 +0x1f8
github.com/gohugoio/hugo/hugolib.(*Site).render(0xc0007b0fc0, 0xc001d9c580, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site.go:1154 +0x54
github.com/gohugoio/hugo/hugolib.(*HugoSites).render(0xc0007a6be0, 0xc0007eeb40, 0x6c68ec0, 0x1)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/hugo_sites_build.go:325 +0x409
github.com/gohugoio/hugo/hugolib.(*HugoSites).Build.func4()
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/hugo_sites_build.go:149 +0x3c
runtime/trace.WithRegion(0x5ecc0a0, 0xc0008b2480, 0x592508d, 0x6, 0xc0013d1e60)
    /usr/local/Cellar/go/1.14.3/libexec/src/runtime/trace/annotation.go:137 +0xfe
github.com/gohugoio/hugo/hugolib.(*HugoSites).Build(0xc0007a6be0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/hugo_sites_build.go:151 +0x7b5
github.com/gohugoio/hugo/commands.(*commandeer).buildSites(...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/commands/hugo.go:703
github.com/gohugoio/hugo/commands.(*commandeer).fullBuild.func3(0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/commands/hugo.go:315 +0x96
golang.org/x/sync/errgroup.(*Group).Go.func1(0xc0008b2450, 0xc0009e96c0)
    /Users/brew/Library/Caches/Homebrew/go_cache/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:57 +0x59
created by golang.org/x/sync/errgroup.(*Group).Go
    /Users/brew/Library/Caches/Homebrew/go_cache/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:54 +0x66

goroutine 116 [chan receive]:
github.com/gohugoio/hugo/hugolib.(*HugoSites).Build.func1(0xc0007a6be0, 0xc0007f0c60, 0xc000af3bc0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/hugo_sites_build.go:65 +0x7c
created by github.com/gohugoio/hugo/hugolib.(*HugoSites).Build
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/hugo_sites_build.go:62 +0x21a

goroutine 96 [chan receive]:
github.com/gohugoio/hugo/hugolib.(*Site).errorCollator(0xc0007b0fc0, 0xc0033d15c0, 0xc0033d1620)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site.go:1512 +0x72
created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site_render.go:68 +0xdb

goroutine 162 [runnable]:
reflect.Value.call(0x588cde0, 0xc001107460, 0x213, 0x591a993, 0x4, 0xc004092e70, 0x0, 0x0, 0x10, 0xc004092dd8, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x588cde0, 0xc001107460, 0x213, 0xc004092e70, 0x0, 0x0, 0x213, 0x5eed1c0, 0xc0035b09c0)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/collections.evaluateSubElem(0x57e2600, 0xc006698948, 0x94, 0xc0001a122a, 0xc, 0x57e2600, 0xc006698948, 0x94, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/collections/where.go:318 +0x91d
github.com/gohugoio/hugo/tpl/collections.(*Namespace).checkWhereArray(0xc000516680, 0x58e55e0, 0xc0062fb708, 0x97, 0x55c21a0, 0xc0062dfb20, 0x98, 0x55c21a0, 0xc0062f71b8, 0x98, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/collections/where.go:387 +0xdf
github.com/gohugoio/hugo/tpl/collections.(*Namespace).Where(0xc000516680, 0x58e55e0, 0xc0062fb708, 0x55c21a0, 0xc0062dfb20, 0xc0062dfb30, 0x1, 0x1, 0xc004093358, 0x40d152c, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/collections/where.go:45 +0x416
reflect.Value.call(0x56a9100, 0xc0009c7720, 0x13, 0x591a993, 0x4, 0xc0062cb180, 0x3, 0x3, 0xc0062f71b8, 0x98, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x56a9100, 0xc0009c7720, 0x13, 0xc0062cb180, 0x3, 0x3, 0xc0062fb680, 0x55c21a0, 0xc0062f71b8)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x56a9100, 0xc0009c7720, 0x13, 0xc0062cb180, 0x3, 0x3, 0x0, 0x0, 0x0, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc004093dd8, 0x5913e60, 0xc000f06de0, 0x16, 0x56a9100, 0xc0009c7720, 0x13, 0x5eda260, 0xc0009bf980, 0xc0001a1212, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc004093dd8, 0x5913e60, 0xc000f06de0, 0x16, 0xc0009bf9b0, 0x5eda260, 0xc0009bf980, 0xc00001fb40, 0x4, 0x4, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc004093dd8, 0x5913e60, 0xc000f06de0, 0x16, 0xc0009bf980, 0x56ad2a0, 0x6c68ec0, 0x99, 0x400e946, 0xc0062cb130, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc004093dd8, 0x5913e60, 0xc000f06de0, 0x16, 0xc000ab8ba0, 0x28, 0x4a46a89, 0x2)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange(0xc004093dd8, 0x5913e60, 0xc000f06de0, 0x16, 0xc00001ff00)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:338 +0xea
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc004093dd8, 0x5913e60, 0xc000f06de0, 0x16, 0x5eda5c0, 0xc00001ff00)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x455
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc004093dd8, 0x5913e60, 0xc000f06de0, 0x16, 0x5eda440, 0xc0009bf800)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc00001fa00, 0xc004093dd8, 0x5913e60, 0xc000f06de0, 0x16, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009e8600, 0x110844c8, 0xc000a4e690, 0x5ea6940, 0xc0037d14d0, 0x5913e60, 0xc000f06de0, 0xc0009d9200, 0xc004093ec8)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc00089b5c0, 0x5eb90a0, 0xc000a4e690, 0x5ea6940, 0xc0037d14d0, 0x5913e60, 0xc000f06de0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0009c7cb0, 0xc0000b20d8, 0xb, 0xc0062dfaa0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x568dea0, 0xc0009c7cd0, 0x13, 0x591a993, 0x4, 0xc0062f70e0, 0x2, 0x2, 0xc000f06de0, 0x16, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x568dea0, 0xc0009c7cd0, 0x13, 0xc0062f70e0, 0x2, 0x2, 0x1, 0x1, 0xc0040943f8)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x568dea0, 0xc0009c7cd0, 0x13, 0xc0062f70e0, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc004094a10, 0x5913e60, 0xc000f06de0, 0x16, 0x568dea0, 0xc0009c7cd0, 0x13, 0x5eda260, 0xc000a4bf20, 0xc0000b20cf, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc004094a10, 0x5913e60, 0xc000f06de0, 0x16, 0xc000a4bf50, 0x5eda260, 0xc000a4bf20, 0xc000a4d280, 0x3, 0x4, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc004094a10, 0x5913e60, 0xc000f06de0, 0x16, 0xc000a4bf20, 0x56ad2a0, 0x6c68ec0, 0x99, 0x1, 0x55b3d20, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc004094a10, 0x5913e60, 0xc000f06de0, 0x16, 0xc000ac2de0, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc004094a10, 0x5913e60, 0xc000f06de0, 0x16, 0x5eda0e0, 0xc000590150)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc004094a10, 0x5913e60, 0xc000f06de0, 0x16, 0x5eda440, 0xc000a4ba70)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc000553400, 0xc004094a10, 0x5913e60, 0xc000f06de0, 0x16, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009e8600, 0x110844c8, 0xc0002b0690, 0x5ea6940, 0xc0022eee10, 0x5913e60, 0xc000f06de0, 0xc0009d9200, 0xc002a19a70)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc00089b5c0, 0x5eb90a0, 0xc0002b0690, 0x5ea6940, 0xc0022eee10, 0x5913e60, 0xc000f06de0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0009c7cb0, 0xc003030420, 0x20, 0xc0062dfa20, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x568dea0, 0xc0009c7cd0, 0x13, 0x591a993, 0x4, 0xc0062f6ff0, 0x2, 0x2, 0xc000f06de0, 0x16, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x568dea0, 0xc0009c7cd0, 0x13, 0xc0062f6ff0, 0x2, 0x2, 0xc004095020, 0x55c21a0, 0xc0027a09e8)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x568dea0, 0xc0009c7cd0, 0x13, 0xc0062f6ff0, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc0040957f0, 0x5913e60, 0xc000f06de0, 0x16, 0x568dea0, 0xc0009c7cd0, 0x13, 0x5eda260, 0xc0045cac00, 0xc00022e4ea, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc0040957f0, 0x5913e60, 0xc000f06de0, 0x16, 0xc0045cac30, 0x5eda260, 0xc0045cac00, 0xc003ff2740, 0x3, 0x4, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc0040957f0, 0x5913e60, 0xc000f06de0, 0x16, 0xc0045cac00, 0x56ad2a0, 0x6c68ec0, 0x99, 0x4a48bdd, 0xc0040957f0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc0040957f0, 0x5913e60, 0xc000f06de0, 0x16, 0xc0045c8960, 0x0, 0x0, 0x5913e60)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0040957f0, 0x5913e60, 0xc000f06de0, 0x16, 0x5eda0e0, 0xc0045cad20)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0040957f0, 0x5913e60, 0xc000f06de0, 0x16, 0x5eda440, 0xc0045caba0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc0040957f0, 0xa, 0x5913e60, 0xc000f06de0, 0x16, 0xc0045c8900, 0xc0045caba0, 0xc0045cad80)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0040957f0, 0x5913e60, 0xc000f06de0, 0x16, 0x5eda3e0, 0xc003ff3300)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0040957f0, 0x5913e60, 0xc000f06de0, 0x16, 0x5eda440, 0xc0045ca5d0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0039b9040, 0xc0040957f0, 0x5913e60, 0xc000f06de0, 0x16, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009e8600, 0x110844c8, 0xc00416e780, 0x5ea6940, 0xc00637baa0, 0x5913e60, 0xc000f06de0, 0x4bd8422, 0xc000ebdb80)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc00089b5c0, 0x5eb90a0, 0xc00416e780, 0x5ea6940, 0xc00637baa0, 0x5913e60, 0xc000f06de0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate(0xc0007b0fc0, 0x591c0ff, 0x4, 0x591ab67, 0x4, 0x5913e60, 0xc000f06de0, 0x5ea6940, 0xc00637baa0, 0x5eb90a0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site.go:1675 +0x96
github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc0007b0fc0, 0xc0001eece0, 0xc002a199b0, 0x30, 0xc001789940, 0x3e, 0xc000f06de0, 0x5eb90a0, 0xc00416e780, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site.go:1596 +0x1d2
github.com/gohugoio/hugo/hugolib.pageRenderer(0xc001d9c580, 0xc0007b0fc0, 0xc003434600, 0xc0033d15c0, 0xc003438940)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site_render.go:139 +0x2a5
created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site_render.go:74 +0x160

goroutine 163 [runnable]:
reflect.(*rtype).Method(0x5913e60, 0x43, 0x54b7541, 0x6, 0x0, 0x0, 0x5eed1c0, 0xc003a710e0, 0x0, 0x0, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/type.go:825 +0x53a
reflect.(*rtype).MethodByName(0x5913e60, 0xc0000fe881, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/type.go:845 +0x1c2
reflect.Value.MethodByName(0x5913e60, 0xc000ddc390, 0x16, 0xc0000fe881, 0x6, 0x559f160, 0x0, 0xc003e3df40)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:1336 +0x75
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExecHelper).GetMethod(0xc0005166e8, 0x110844c8, 0xc000416ff0, 0x5913e60, 0xc000ddc390, 0x16, 0xc0000fe881, 0x6, 0xc003e3dfd8, 0x400445a, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/tplimpl/template_funcs.go:103 +0x92
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalField(0xc003e3ed48, 0x5913e60, 0xc000ddc390, 0x16, 0xc0000fe881, 0x6, 0x5eda320, 0xc000b0b770, 0x0, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:162 +0x368
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFieldChain(0xc003e3ed48, 0x5913e60, 0xc000ddc390, 0x16, 0x5913e60, 0xc000ddc390, 0x16, 0x5eda320, 0xc000b0b770, 0xc000466a20, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:562 +0x10e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFieldNode(0xc003e3ed48, 0x5913e60, 0xc000ddc390, 0x16, 0xc000b0b770, 0xc003e3e360, 0x1, 0x1, 0x56ad2a0, 0x6c68ec0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:529 +0x113
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalArg(0xc003e3ed48, 0x5913e60, 0xc000ddc390, 0x16, 0x5eed1c0, 0x5907940, 0x5eda320, 0xc000b0b770, 0xc0064cef98, 0x5907940, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:798 +0xd2c
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003e3ed48, 0x5913e60, 0xc000ddc390, 0x16, 0x5619e80, 0x5a1b000, 0x13, 0x5eda260, 0xc000a315c0, 0xc00034e7d8, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:265 +0x2b7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc003e3ed48, 0x5913e60, 0xc000ddc390, 0x16, 0xc000a315f0, 0x5eda260, 0xc000a315c0, 0xc000466a40, 0x2, 0x2, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003e3ed48, 0x5913e60, 0xc000ddc390, 0x16, 0xc000a315c0, 0x56ad2a0, 0x6c68ec0, 0x99, 0x56ad2a0, 0x6c68ec0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003e3ed48, 0x5913e60, 0xc000ddc390, 0x16, 0xc000ab9620, 0x4, 0x56ad2a0, 0x6c68ec0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003e3ed48, 0xa, 0x5913e60, 0xc000ddc390, 0x16, 0xc000ab9620, 0xc000b0baa0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:284 +0xa4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e3ed48, 0x5913e60, 0xc000ddc390, 0x16, 0x5eda3e0, 0xc000a4cdc0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e3ed48, 0x5913e60, 0xc000ddc390, 0x16, 0x5eda440, 0xc000a31590)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003e3ed48, 0xa, 0x5913e60, 0xc000ddc390, 0x16, 0xc000ac21e0, 0xc000a9fce0, 0xc000a31590)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:296 +0x22c
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e3ed48, 0x5913e60, 0xc000ddc390, 0x16, 0x5eda3e0, 0xc000a4ce00)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e3ed48, 0x5913e60, 0xc000ddc390, 0x16, 0x5eda440, 0xc000a9ec30)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003e3ed48, 0x13, 0x569cba0, 0xc0064cc798, 0x95, 0xc000ac2180, 0xc000a9ec30, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:291 +0x158
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e3ed48, 0x569cba0, 0xc0064cc798, 0x95, 0x5eda7a0, 0xc000a4ce40)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:274 +0x312
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e3ed48, 0x569cba0, 0xc0064cc798, 0x95, 0x5eda440, 0xc000b03cb0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkTemplate(0xc003e3f8b0, 0x58ff260, 0xc00050bc50, 0x194, 0xc000a83000)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:413 +0x202
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e3f8b0, 0x58ff260, 0xc00050bc50, 0x194, 0x5eda680, 0xc000a83000)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:268 +0x20a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e3f8b0, 0x58ff260, 0xc00050bc50, 0x194, 0x5eda440, 0xc000a313b0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003e3f8b0, 0xa, 0x58ff260, 0xc00050bc50, 0x194, 0xc000ab9500, 0xc000a31380, 0xc000a313b0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:296 +0x22c
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e3f8b0, 0x58ff260, 0xc00050bc50, 0x194, 0x5eda3e0, 0xc000a83040)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e3f8b0, 0x58ff260, 0xc00050bc50, 0x194, 0x5eda440, 0xc000a30780)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange.func1(0x55c14a0, 0xc005770da0, 0x82, 0x58ff260, 0xc00050bc50, 0x194)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:350 +0x124
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange(0xc003e3f8b0, 0x5913e60, 0xc000be19b0, 0x16, 0xc000a830c0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:359 +0x4fa
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e3f8b0, 0x5913e60, 0xc000be19b0, 0x16, 0x5eda5c0, 0xc000a830c0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x455
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e3f8b0, 0x5913e60, 0xc000be19b0, 0x16, 0x5eda440, 0xc000ab24b0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003e3f8b0, 0xa, 0x5913e60, 0xc000be19b0, 0x16, 0xc000ab90e0, 0xc000ab24b0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e3f8b0, 0x5913e60, 0xc000be19b0, 0x16, 0x5eda3e0, 0xc000a83140)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e3f8b0, 0x5913e60, 0xc000be19b0, 0x16, 0x5eda440, 0xc000a9fce0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003e3f8b0, 0xa, 0x5913e60, 0xc000be19b0, 0x16, 0xc000ac21e0, 0xc000a9fce0, 0xc000a31590)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e3f8b0, 0x5913e60, 0xc000be19b0, 0x16, 0x5eda3e0, 0xc000a4ce00)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e3f8b0, 0x5913e60, 0xc000be19b0, 0x16, 0x5eda440, 0xc000a9ec30)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003e3f8b0, 0x13, 0x569cba0, 0xc0064aff98, 0x95, 0xc000ac2180, 0xc000a9ec30, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:291 +0x158
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e3f8b0, 0x569cba0, 0xc0064aff98, 0x95, 0x5eda7a0, 0xc000a4ce40)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:274 +0x312
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e3f8b0, 0x569cba0, 0xc0064aff98, 0x95, 0x5eda440, 0xc000b03cb0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkTemplate(0xc003e3fdd8, 0x58ff260, 0xc0003d43b0, 0x194, 0xc0007dbbc0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:413 +0x202
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e3fdd8, 0x58ff260, 0xc0003d43b0, 0x194, 0x5eda680, 0xc0007dbbc0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:268 +0x20a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e3fdd8, 0x58ff260, 0xc0003d43b0, 0x194, 0x5eda440, 0xc000b03a10)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange.func1(0x55c14a0, 0xc005770c40, 0x82, 0x58ff260, 0xc0003d43b0, 0x194)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:350 +0x124
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange(0xc003e3fdd8, 0x5913e60, 0xc000ee5230, 0x16, 0xc0007dbc00)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:359 +0x4fa
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e3fdd8, 0x5913e60, 0xc000ee5230, 0x16, 0x5eda5c0, 0xc0007dbc00)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x455
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e3fdd8, 0x5913e60, 0xc000ee5230, 0x16, 0x5eda440, 0xc000b020f0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0007db900, 0xc003e3fdd8, 0x5913e60, 0xc000ee5230, 0x16, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009e8600, 0x110844c8, 0xc000416ff0, 0x5ea6940, 0xc00269a150, 0x5913e60, 0xc000ee5230, 0xc0009d9200, 0xc0012e3b60)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc00089b5c0, 0x5eb90a0, 0xc000416ff0, 0x5ea6940, 0xc00269a150, 0x5913e60, 0xc000ee5230, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0009c7cb0, 0xc0000b2541, 0x9, 0xc006494ba0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x568dea0, 0xc0009c7cd0, 0x13, 0x591a993, 0x4, 0xc005c33500, 0x2, 0x2, 0xc000ee5230, 0x16, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x568dea0, 0xc0009c7cd0, 0x13, 0xc005c33500, 0x2, 0x2, 0xc006498878, 0x81, 0xc003e403f8)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x568dea0, 0xc0009c7cd0, 0x13, 0xc005c33500, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003e40a10, 0x5913e60, 0xc000ee5230, 0x16, 0x568dea0, 0xc0009c7cd0, 0x13, 0x5eda260, 0xc0005904b0, 0xc0000b2538, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc003e40a10, 0x5913e60, 0xc000ee5230, 0x16, 0xc0005904e0, 0x5eda260, 0xc0005904b0, 0xc000a4d400, 0x3, 0x4, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003e40a10, 0x5913e60, 0xc000ee5230, 0x16, 0xc0005904b0, 0x56ad2a0, 0x6c68ec0, 0x99, 0x1, 0x55b3d20, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003e40a10, 0x5913e60, 0xc000ee5230, 0x16, 0xc000a68720, 0xc000ac2e40, 0xc000ac01b0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e40a10, 0x5913e60, 0xc000ee5230, 0x16, 0x5eda0e0, 0xc000590510)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e40a10, 0x5913e60, 0xc000ee5230, 0x16, 0x5eda440, 0xc000a4ba70)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc000553400, 0xc003e40a10, 0x5913e60, 0xc000ee5230, 0x16, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009e8600, 0x110844c8, 0xc0002b0690, 0x5ea6940, 0xc0037d0270, 0x5913e60, 0xc000ee5230, 0xc0009d9200, 0xc002cf7320)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc00089b5c0, 0x5eb90a0, 0xc0002b0690, 0x5ea6940, 0xc0037d0270, 0x5913e60, 0xc000ee5230, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0009c7cb0, 0xc0012e3a60, 0x20, 0xc005c25330, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x568dea0, 0xc0009c7cd0, 0x13, 0x591a993, 0x4, 0xc005c32d20, 0x2, 0x2, 0xc000ee5230, 0x16, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x568dea0, 0xc0009c7cd0, 0x13, 0xc005c32d20, 0x2, 0x2, 0xc003e41020, 0x55c21a0, 0xc00386d4a8)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x568dea0, 0xc0009c7cd0, 0x13, 0xc005c32d20, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003e417f0, 0x5913e60, 0xc000ee5230, 0x16, 0x568dea0, 0xc0009c7cd0, 0x13, 0x5eda260, 0xc0045cac00, 0xc00022e4ea, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc003e417f0, 0x5913e60, 0xc000ee5230, 0x16, 0xc0045cac30, 0x5eda260, 0xc0045cac00, 0xc003ff2740, 0x3, 0x4, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003e417f0, 0x5913e60, 0xc000ee5230, 0x16, 0xc0045cac00, 0x56ad2a0, 0x6c68ec0, 0x99, 0x4a48bdd, 0xc003e417f0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003e417f0, 0x5913e60, 0xc000ee5230, 0x16, 0xc0045c8960, 0x0, 0x0, 0x5913e60)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e417f0, 0x5913e60, 0xc000ee5230, 0x16, 0x5eda0e0, 0xc0045cad20)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e417f0, 0x5913e60, 0xc000ee5230, 0x16, 0x5eda440, 0xc0045caba0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003e417f0, 0xa, 0x5913e60, 0xc000ee5230, 0x16, 0xc0045c8900, 0xc0045caba0, 0xc0045cad80)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e417f0, 0x5913e60, 0xc000ee5230, 0x16, 0x5eda3e0, 0xc003ff3300)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e417f0, 0x5913e60, 0xc000ee5230, 0x16, 0x5eda440, 0xc0045ca5d0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0039b9040, 0xc003e417f0, 0x5913e60, 0xc000ee5230, 0x16, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009e8600, 0x110844c8, 0xc00416e780, 0x5ea6940, 0xc001cdba40, 0x5913e60, 0xc000ee5230, 0x4bd8422, 0xc000ebd180)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc00089b5c0, 0x5eb90a0, 0xc00416e780, 0x5ea6940, 0xc001cdba40, 0x5913e60, 0xc000ee5230, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate(0xc0007b0fc0, 0x591c0ff, 0x4, 0x591ab67, 0x4, 0x5913e60, 0xc000ee5230, 0x5ea6940, 0xc001cdba40, 0x5eb90a0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site.go:1675 +0x96
github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc0007b0fc0, 0xc0001eece0, 0xc002cf72f0, 0x2c, 0xc0019e5720, 0x43, 0xc000ee5230, 0x5eb90a0, 0xc00416e780, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site.go:1596 +0x1d2
github.com/gohugoio/hugo/hugolib.pageRenderer(0xc001d9c580, 0xc0007b0fc0, 0xc003434600, 0xc0033d15c0, 0xc003438940)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site_render.go:139 +0x2a5
created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site_render.go:74 +0x160

goroutine 164 [select]:
github.com/gohugoio/hugo/lazy.(*Init).withTimeout(0xc000ed6300, 0x6fc23ac00, 0xc001967840, 0x0, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/lazy/init.go:186 +0x1bb
github.com/gohugoio/hugo/lazy.(*Init).BranchWithTimeout.func1(0x40c6962, 0x6c307a0, 0x5733a00, 0xc003d5bc20)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/lazy/init.go:69 +0x3c
github.com/gohugoio/hugo/lazy.(*Init).Do.func1()
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/lazy/init.go:97 +0x136
github.com/gohugoio/hugo/lazy.(*onceMore).Do(0xc002683d08, 0xc003d5bbd8)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/lazy/once.go:53 +0xdb
github.com/gohugoio/hugo/lazy.(*Init).Do(0xc002683ce0, 0x20, 0x18, 0xc00397fec0, 0x4047923)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/lazy/init.go:79 +0x5b
github.com/gohugoio/hugo/hugolib.(*Site).initInit(0xc0007b0fc0, 0xc002683ce0, 0x5ec20a0, 0xc000e91b60, 0x7977e98)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site.go:209 +0x2f
github.com/gohugoio/hugo/hugolib.(*pageContentOutput).TableOfContents(0xc002806700, 0xc003d5bdb0, 0x40c37a1)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/page__per_output.go:338 +0x56
reflect.Value.call(0x5913e60, 0xc000e91b60, 0x1a613, 0x591a993, 0x4, 0x6c68ec0, 0x0, 0x0, 0x5698e20, 0x0, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x5913e60, 0xc000e91b60, 0x1a613, 0x6c68ec0, 0x0, 0x0, 0x55ba7a0, 0xc003d5bfd0, 0xc003d5bfd0)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x5913e60, 0xc000e91b60, 0x1a613, 0x6c68ec0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003d5ca10, 0x5913e60, 0xc000e91b60, 0x16, 0x5913e60, 0xc000e91b60, 0x1a613, 0x5eda320, 0xc000ac1080, 0xc0000b2cd6, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalField(0xc003d5ca10, 0x5913e60, 0xc000e91b60, 0x16, 0xc0000b2cd6, 0xf, 0x5eda320, 0xc000ac1080, 0xc000544a00, 0x1, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:172 +0x5fc
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFieldChain(0xc003d5ca10, 0x5913e60, 0xc000e91b60, 0x16, 0x5913e60, 0xc000e91b60, 0x16, 0x5eda320, 0xc000ac1080, 0xc0005449f0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:565 +0x220
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFieldNode(0xc003d5ca10, 0x5913e60, 0xc000e91b60, 0x16, 0xc000ac1080, 0xc000544a00, 0x1, 0x1, 0x56ad2a0, 0x6c68ec0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:529 +0x113
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003d5ca10, 0x5913e60, 0xc000e91b60, 0x16, 0xc000ac1050, 0x56ad2a0, 0x6c68ec0, 0x99, 0x95, 0x95, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:457 +0x99d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003d5ca10, 0x5913e60, 0xc000e91b60, 0x16, 0xc000ac34a0, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003d5ca10, 0x5913e60, 0xc000e91b60, 0x16, 0x5eda0e0, 0xc000ac10b0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003d5ca10, 0x5913e60, 0xc000e91b60, 0x16, 0x5eda440, 0xc000ac0690)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003d5ca10, 0xa, 0x5913e60, 0xc000e91b60, 0x16, 0xc000ac3080, 0xc000ac0690, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003d5ca10, 0x5913e60, 0xc000e91b60, 0x16, 0x5eda3e0, 0xc00057f280)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003d5ca10, 0x5913e60, 0xc000e91b60, 0x16, 0x5eda440, 0xc000a4ba70)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc000553400, 0xc003d5ca10, 0x5913e60, 0xc000e91b60, 0x16, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009e8600, 0x110844c8, 0xc0002b0690, 0x5ea6940, 0xc0010fa1b0, 0x5913e60, 0xc000e91b60, 0xc0009d9200, 0xc0029a1380)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc00089b5c0, 0x5eb90a0, 0xc0002b0690, 0x5ea6940, 0xc0010fa1b0, 0x5913e60, 0xc000e91b60, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0009c7cb0, 0xc002722960, 0x20, 0xc004e86ef0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x568dea0, 0xc0009c7cd0, 0x13, 0x591a993, 0x4, 0xc004e8ee10, 0x2, 0x2, 0xc000e91b60, 0x16, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x568dea0, 0xc0009c7cd0, 0x13, 0xc004e8ee10, 0x2, 0x2, 0xc003d5d020, 0x55c21a0, 0xc002878168)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x568dea0, 0xc0009c7cd0, 0x13, 0xc004e8ee10, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003d5d7f0, 0x5913e60, 0xc000e91b60, 0x16, 0x568dea0, 0xc0009c7cd0, 0x13, 0x5eda260, 0xc0045cac00, 0xc00022e4ea, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc003d5d7f0, 0x5913e60, 0xc000e91b60, 0x16, 0xc0045cac30, 0x5eda260, 0xc0045cac00, 0xc003ff2740, 0x3, 0x4, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003d5d7f0, 0x5913e60, 0xc000e91b60, 0x16, 0xc0045cac00, 0x56ad2a0, 0x6c68ec0, 0x99, 0x4a48bdd, 0xc003d5d7f0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003d5d7f0, 0x5913e60, 0xc000e91b60, 0x16, 0xc0045c8960, 0x0, 0x0, 0x5913e60)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003d5d7f0, 0x5913e60, 0xc000e91b60, 0x16, 0x5eda0e0, 0xc0045cad20)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003d5d7f0, 0x5913e60, 0xc000e91b60, 0x16, 0x5eda440, 0xc0045caba0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003d5d7f0, 0xa, 0x5913e60, 0xc000e91b60, 0x16, 0xc0045c8900, 0xc0045caba0, 0xc0045cad80)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003d5d7f0, 0x5913e60, 0xc000e91b60, 0x16, 0x5eda3e0, 0xc003ff3300)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003d5d7f0, 0x5913e60, 0xc000e91b60, 0x16, 0x5eda440, 0xc0045ca5d0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0039b9040, 0xc003d5d7f0, 0x5913e60, 0xc000e91b60, 0x16, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009e8600, 0x110844c8, 0xc00416e780, 0x5ea6940, 0xc0035a15c0, 0x5913e60, 0xc000e91b60, 0x4bd8422, 0xc000ebc780)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc00089b5c0, 0x5eb90a0, 0xc00416e780, 0x5ea6940, 0xc0035a15c0, 0x5913e60, 0xc000e91b60, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate(0xc0007b0fc0, 0x591c0ff, 0x4, 0x591ab67, 0x4, 0x5913e60, 0xc000e91b60, 0x5ea6940, 0xc0035a15c0, 0x5eb90a0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site.go:1675 +0x96
github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc0007b0fc0, 0xc0001eece0, 0xc003d5df00, 0x17, 0xc001808600, 0x3c, 0xc000e91b60, 0x5eb90a0, 0xc00416e780, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site.go:1596 +0x1d2
github.com/gohugoio/hugo/hugolib.pageRenderer(0xc001d9c580, 0xc0007b0fc0, 0xc003434600, 0xc0033d15c0, 0xc003438940)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site_render.go:139 +0x2a5
created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site_render.go:74 +0x160

goroutine 165 [runnable]:
reflect.resolveNameOff(0x56c6c80, 0x69a8, 0x54f00b4)
    /usr/local/Cellar/go/1.14.3/libexec/src/runtime/runtime1.go:481 +0x4c
reflect.(*rtype).nameOff(...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/type.go:683
reflect.implements(0x56c6c80, 0x5913e60, 0xc000c5bb90)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/type.go:1520 +0x4b0
reflect.(*rtype).Implements(0x5913e60, 0x5eed1c0, 0x56c6c80, 0x5eed1c0)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/type.go:1437 +0x72
github.com/gohugoio/hugo/common/hreflect.IsTruthfulValue(0x5913e60, 0xc000c5bb90, 0x16, 0x5913e60)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/common/hreflect/helpers.go:54 +0xa9
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.isTrue(...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:311
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc004694d48, 0x13, 0x569cba0, 0xc006521f98, 0x95, 0xc000ac2180, 0xc000a9ec30, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:285 +0xf7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc004694d48, 0x569cba0, 0xc006521f98, 0x95, 0x5eda7a0, 0xc000a4ce40)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:274 +0x312
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc004694d48, 0x569cba0, 0xc006521f98, 0x95, 0x5eda440, 0xc000b03cb0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkTemplate(0xc0046958b0, 0x58ff260, 0xc00050bbd0, 0x194, 0xc000a83000)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:413 +0x202
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0046958b0, 0x58ff260, 0xc00050bbd0, 0x194, 0x5eda680, 0xc000a83000)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:268 +0x20a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0046958b0, 0x58ff260, 0xc00050bbd0, 0x194, 0x5eda440, 0xc000a313b0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc0046958b0, 0xa, 0x58ff260, 0xc00050bbd0, 0x194, 0xc000ab9500, 0xc000a31380, 0xc000a313b0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:296 +0x22c
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0046958b0, 0x58ff260, 0xc00050bbd0, 0x194, 0x5eda3e0, 0xc000a83040)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0046958b0, 0x58ff260, 0xc00050bbd0, 0x194, 0x5eda440, 0xc000a30780)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange.func1(0x55c14a0, 0xc005676440, 0x82, 0x58ff260, 0xc00050bbd0, 0x194)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:350 +0x124
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange(0xc0046958b0, 0x5913e60, 0xc000be19b0, 0x16, 0xc000a830c0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:359 +0x4fa
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0046958b0, 0x5913e60, 0xc000be19b0, 0x16, 0x5eda5c0, 0xc000a830c0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x455
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0046958b0, 0x5913e60, 0xc000be19b0, 0x16, 0x5eda440, 0xc000ab24b0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc0046958b0, 0xa, 0x5913e60, 0xc000be19b0, 0x16, 0xc000ab90e0, 0xc000ab24b0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0046958b0, 0x5913e60, 0xc000be19b0, 0x16, 0x5eda3e0, 0xc000a83140)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0046958b0, 0x5913e60, 0xc000be19b0, 0x16, 0x5eda440, 0xc000a9fce0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc0046958b0, 0xa, 0x5913e60, 0xc000be19b0, 0x16, 0xc000ac21e0, 0xc000a9fce0, 0xc000a31590)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0046958b0, 0x5913e60, 0xc000be19b0, 0x16, 0x5eda3e0, 0xc000a4ce00)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0046958b0, 0x5913e60, 0xc000be19b0, 0x16, 0x5eda440, 0xc000a9ec30)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc0046958b0, 0x13, 0x569cba0, 0xc006519d58, 0x95, 0xc000ac2180, 0xc000a9ec30, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:291 +0x158
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0046958b0, 0x569cba0, 0xc006519d58, 0x95, 0x5eda7a0, 0xc000a4ce40)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:274 +0x312
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0046958b0, 0x569cba0, 0xc006519d58, 0x95, 0x5eda440, 0xc000b03cb0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkTemplate(0xc004695dd8, 0x58ff260, 0xc0003d43b0, 0x194, 0xc0007dbbc0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:413 +0x202
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc004695dd8, 0x58ff260, 0xc0003d43b0, 0x194, 0x5eda680, 0xc0007dbbc0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:268 +0x20a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc004695dd8, 0x58ff260, 0xc0003d43b0, 0x194, 0x5eda440, 0xc000b03a10)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange.func1(0x55c14a0, 0xc0056763a0, 0x82, 0x58ff260, 0xc0003d43b0, 0x194)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:350 +0x124
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange(0xc004695dd8, 0x5913e60, 0xc000ee4d80, 0x16, 0xc0007dbc00)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:359 +0x4fa
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc004695dd8, 0x5913e60, 0xc000ee4d80, 0x16, 0x5eda5c0, 0xc0007dbc00)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x455
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc004695dd8, 0x5913e60, 0xc000ee4d80, 0x16, 0x5eda440, 0xc000b020f0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0007db900, 0xc004695dd8, 0x5913e60, 0xc000ee4d80, 0x16, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009e8600, 0x110844c8, 0xc000416ff0, 0x5ea6940, 0xc006725830, 0x5913e60, 0xc000ee4d80, 0xc0009d9200, 0xc001f044c0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc00089b5c0, 0x5eb90a0, 0xc000416ff0, 0x5ea6940, 0xc006725830, 0x5913e60, 0xc000ee4d80, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0009c7cb0, 0xc0000b2541, 0x9, 0xc006373a80, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x568dea0, 0xc0009c7cd0, 0x13, 0x591a993, 0x4, 0xc0056752c0, 0x2, 0x2, 0xc000ee4d80, 0x16, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x568dea0, 0xc0009c7cd0, 0x13, 0xc0056752c0, 0x2, 0x2, 0xc006500758, 0x81, 0xc0046963f8)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x568dea0, 0xc0009c7cd0, 0x13, 0xc0056752c0, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc004696a10, 0x5913e60, 0xc000ee4d80, 0x16, 0x568dea0, 0xc0009c7cd0, 0x13, 0x5eda260, 0xc0005904b0, 0xc0000b2538, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc004696a10, 0x5913e60, 0xc000ee4d80, 0x16, 0xc0005904e0, 0x5eda260, 0xc0005904b0, 0xc000a4d400, 0x3, 0x4, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc004696a10, 0x5913e60, 0xc000ee4d80, 0x16, 0xc0005904b0, 0x56ad2a0, 0x6c68ec0, 0x99, 0x1, 0x55b3d20, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc004696a10, 0x5913e60, 0xc000ee4d80, 0x16, 0xc000a68720, 0xc000ac2e40, 0xc000ac01b0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc004696a10, 0x5913e60, 0xc000ee4d80, 0x16, 0x5eda0e0, 0xc000590510)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc004696a10, 0x5913e60, 0xc000ee4d80, 0x16, 0x5eda440, 0xc000a4ba70)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc000553400, 0xc004696a10, 0x5913e60, 0xc000ee4d80, 0x16, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009e8600, 0x110844c8, 0xc0002b0690, 0x5ea6940, 0xc003a723c0, 0x5913e60, 0xc000ee4d80, 0xc0009d9200, 0xc002ada0c0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc00089b5c0, 0x5eb90a0, 0xc0002b0690, 0x5ea6940, 0xc003a723c0, 0x5913e60, 0xc000ee4d80, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0009c7cb0, 0xc001f04380, 0x20, 0xc00567c210, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x568dea0, 0xc0009c7cd0, 0x13, 0x591a993, 0x4, 0xc005674ae0, 0x2, 0x2, 0xc000ee4d80, 0x16, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x568dea0, 0xc0009c7cd0, 0x13, 0xc005674ae0, 0x2, 0x2, 0xc004697020, 0x55c21a0, 0xc0010f6f68)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x568dea0, 0xc0009c7cd0, 0x13, 0xc005674ae0, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc0046977f0, 0x5913e60, 0xc000ee4d80, 0x16, 0x568dea0, 0xc0009c7cd0, 0x13, 0x5eda260, 0xc0045cac00, 0xc00022e4ea, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc0046977f0, 0x5913e60, 0xc000ee4d80, 0x16, 0xc0045cac30, 0x5eda260, 0xc0045cac00, 0xc003ff2740, 0x3, 0x4, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc0046977f0, 0x5913e60, 0xc000ee4d80, 0x16, 0xc0045cac00, 0x56ad2a0, 0x6c68ec0, 0x99, 0x4a48bdd, 0xc0046977f0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc0046977f0, 0x5913e60, 0xc000ee4d80, 0x16, 0xc0045c8960, 0x0, 0x0, 0x5913e60)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0046977f0, 0x5913e60, 0xc000ee4d80, 0x16, 0x5eda0e0, 0xc0045cad20)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0046977f0, 0x5913e60, 0xc000ee4d80, 0x16, 0x5eda440, 0xc0045caba0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc0046977f0, 0xa, 0x5913e60, 0xc000ee4d80, 0x16, 0xc0045c8900, 0xc0045caba0, 0xc0045cad80)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0046977f0, 0x5913e60, 0xc000ee4d80, 0x16, 0x5eda3e0, 0xc003ff3300)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0046977f0, 0x5913e60, 0xc000ee4d80, 0x16, 0x5eda440, 0xc0045ca5d0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0039b9040, 0xc0046977f0, 0x5913e60, 0xc000ee4d80, 0x16, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009e8600, 0x110844c8, 0xc00416e780, 0x5ea6940, 0xc0035ad740, 0x5913e60, 0xc000ee4d80, 0x4bd8422, 0xc000ebcf00)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc00089b5c0, 0x5eb90a0, 0xc00416e780, 0x5ea6940, 0xc0035ad740, 0x5913e60, 0xc000ee4d80, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate(0xc0007b0fc0, 0x591c0ff, 0x4, 0x591ab67, 0x4, 0x5913e60, 0xc000ee4d80, 0x5ea6940, 0xc0035ad740, 0x5eb90a0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site.go:1675 +0x96
github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc0007b0fc0, 0xc0001eece0, 0xc002ada090, 0x22, 0xc001809600, 0x3a, 0xc000ee4d80, 0x5eb90a0, 0xc00416e780, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site.go:1596 +0x1d2
github.com/gohugoio/hugo/hugolib.pageRenderer(0xc001d9c580, 0xc0007b0fc0, 0xc003434600, 0xc0033d15c0, 0xc003438940)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site_render.go:139 +0x2a5
created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site_render.go:74 +0x160

goroutine 166 [runnable]:
reflect.(*rtype).IsVariadic(0x55b9760, 0x0)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/type.go:886 +0xc1
reflect.(*rtype).Method(0x5913e60, 0x13, 0x54b182d, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/type.go:823 +0x4a8
reflect.(*rtype).MethodByName(0x5913e60, 0xc0001a1225, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/type.go:845 +0x1c2
github.com/gohugoio/hugo/tpl/collections.evaluateSubElem(0x58ff260, 0xc0035f0450, 0x194, 0xc0001a1225, 0x4, 0xc0013666f0, 0x194, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/collections/where.go:302 +0x171
github.com/gohugoio/hugo/tpl/collections.(*Namespace).checkWhereArray(0xc000516680, 0x58e55e0, 0xc0060625c8, 0x97, 0x55c21a0, 0xc00604dd40, 0x98, 0x55c21a0, 0xc00605f7b8, 0x98, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/collections/where.go:387 +0xdf
github.com/gohugoio/hugo/tpl/collections.(*Namespace).Where(0xc000516680, 0x58e55e0, 0xc0060625c8, 0x55c21a0, 0xc00604dd40, 0xc00604dd50, 0x1, 0x1, 0xc003d85358, 0x40d152c, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/collections/where.go:45 +0x416
reflect.Value.call(0x56a9100, 0xc0009c7720, 0x13, 0x591a993, 0x4, 0xc00605c3c0, 0x3, 0x3, 0xc00605f7b8, 0x98, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x56a9100, 0xc0009c7720, 0x13, 0xc00605c3c0, 0x3, 0x3, 0xc006062540, 0x55c21a0, 0xc00605f7b8)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x56a9100, 0xc0009c7720, 0x13, 0xc00605c3c0, 0x3, 0x3, 0x0, 0x0, 0x0, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003d85dd8, 0x5913e60, 0xc000f060f0, 0x16, 0x56a9100, 0xc0009c7720, 0x13, 0x5eda260, 0xc0009bf980, 0xc0001a1212, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc003d85dd8, 0x5913e60, 0xc000f060f0, 0x16, 0xc0009bf9b0, 0x5eda260, 0xc0009bf980, 0xc00001fb40, 0x4, 0x4, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003d85dd8, 0x5913e60, 0xc000f060f0, 0x16, 0xc0009bf980, 0x56ad2a0, 0x6c68ec0, 0x99, 0x400e946, 0xc00605c370, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003d85dd8, 0x5913e60, 0xc000f060f0, 0x16, 0xc000ab8ba0, 0x28, 0x4a46a89, 0x2)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange(0xc003d85dd8, 0x5913e60, 0xc000f060f0, 0x16, 0xc00001ff00)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:338 +0xea
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003d85dd8, 0x5913e60, 0xc000f060f0, 0x16, 0x5eda5c0, 0xc00001ff00)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x455
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003d85dd8, 0x5913e60, 0xc000f060f0, 0x16, 0x5eda440, 0xc0009bf800)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc00001fa00, 0xc003d85dd8, 0x5913e60, 0xc000f060f0, 0x16, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009e8600, 0x110844c8, 0xc000a4e690, 0x5ea6940, 0xc0035a0270, 0x5913e60, 0xc000f060f0, 0xc0009d9200, 0xc003d85ec8)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc00089b5c0, 0x5eb90a0, 0xc000a4e690, 0x5ea6940, 0xc0035a0270, 0x5913e60, 0xc000f060f0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0009c7cb0, 0xc0000b20d8, 0xb, 0xc00604dcc0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x568dea0, 0xc0009c7cd0, 0x13, 0x591a993, 0x4, 0xc00605f6e0, 0x2, 0x2, 0xc000f060f0, 0x16, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x568dea0, 0xc0009c7cd0, 0x13, 0xc00605f6e0, 0x2, 0x2, 0x1, 0x1, 0xc003d863f8)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x568dea0, 0xc0009c7cd0, 0x13, 0xc00605f6e0, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003d86a10, 0x5913e60, 0xc000f060f0, 0x16, 0x568dea0, 0xc0009c7cd0, 0x13, 0x5eda260, 0xc000a4bf20, 0xc0000b20cf, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc003d86a10, 0x5913e60, 0xc000f060f0, 0x16, 0xc000a4bf50, 0x5eda260, 0xc000a4bf20, 0xc000a4d280, 0x3, 0x4, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003d86a10, 0x5913e60, 0xc000f060f0, 0x16, 0xc000a4bf20, 0x56ad2a0, 0x6c68ec0, 0x99, 0x1, 0x55b3d20, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003d86a10, 0x5913e60, 0xc000f060f0, 0x16, 0xc000ac2de0, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003d86a10, 0x5913e60, 0xc000f060f0, 0x16, 0x5eda0e0, 0xc000590150)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003d86a10, 0x5913e60, 0xc000f060f0, 0x16, 0x5eda440, 0xc000a4ba70)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc000553400, 0xc003d86a10, 0x5913e60, 0xc000f060f0, 0x16, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009e8600, 0x110844c8, 0xc0002b0690, 0x5ea6940, 0xc0039c3440, 0x5913e60, 0xc000f060f0, 0xc0009d9200, 0xc0029d1a10)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc00089b5c0, 0x5eb90a0, 0xc0002b0690, 0x5ea6940, 0xc0039c3440, 0x5913e60, 0xc000f060f0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0009c7cb0, 0xc00237bd80, 0x20, 0xc00604dc40, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x568dea0, 0xc0009c7cd0, 0x13, 0x591a993, 0x4, 0xc00605f5f0, 0x2, 0x2, 0xc000f060f0, 0x16, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x568dea0, 0xc0009c7cd0, 0x13, 0xc00605f5f0, 0x2, 0x2, 0xc003d87020, 0x55c21a0, 0xc0046b7b28)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x568dea0, 0xc0009c7cd0, 0x13, 0xc00605f5f0, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003d877f0, 0x5913e60, 0xc000f060f0, 0x16, 0x568dea0, 0xc0009c7cd0, 0x13, 0x5eda260, 0xc0045cac00, 0xc00022e4ea, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc003d877f0, 0x5913e60, 0xc000f060f0, 0x16, 0xc0045cac30, 0x5eda260, 0xc0045cac00, 0xc003ff2740, 0x3, 0x4, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003d877f0, 0x5913e60, 0xc000f060f0, 0x16, 0xc0045cac00, 0x56ad2a0, 0x6c68ec0, 0x99, 0x4a48bdd, 0xc003d877f0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003d877f0, 0x5913e60, 0xc000f060f0, 0x16, 0xc0045c8960, 0x0, 0x0, 0x5913e60)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003d877f0, 0x5913e60, 0xc000f060f0, 0x16, 0x5eda0e0, 0xc0045cad20)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003d877f0, 0x5913e60, 0xc000f060f0, 0x16, 0x5eda440, 0xc0045caba0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003d877f0, 0xa, 0x5913e60, 0xc000f060f0, 0x16, 0xc0045c8900, 0xc0045caba0, 0xc0045cad80)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003d877f0, 0x5913e60, 0xc000f060f0, 0x16, 0x5eda3e0, 0xc003ff3300)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003d877f0, 0x5913e60, 0xc000f060f0, 0x16, 0x5eda440, 0xc0045ca5d0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0039b9040, 0xc003d877f0, 0x5913e60, 0xc000f060f0, 0x16, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009e8600, 0x110844c8, 0xc00416e780, 0x5ea6940, 0xc003446390, 0x5913e60, 0xc000f060f0, 0x4bd8422, 0xc000ebd680)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc00089b5c0, 0x5eb90a0, 0xc00416e780, 0x5ea6940, 0xc003446390, 0x5913e60, 0xc000f060f0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate(0xc0007b0fc0, 0x591c0ff, 0x4, 0x591ab67, 0x4, 0x5913e60, 0xc000f060f0, 0x5ea6940, 0xc003446390, 0x5eb90a0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site.go:1675 +0x96
github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc0007b0fc0, 0xc0001eece0, 0xc0029d19e0, 0x24, 0xc0019e5c20, 0x49, 0xc000f060f0, 0x5eb90a0, 0xc00416e780, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site.go:1596 +0x1d2
github.com/gohugoio/hugo/hugolib.pageRenderer(0xc001d9c580, 0xc0007b0fc0, 0xc003434600, 0xc0033d15c0, 0xc003438940)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site_render.go:139 +0x2a5
created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site_render.go:74 +0x160

goroutine 168 [runnable]:
reflect.Value.call(0x5896940, 0xc00099a390, 0x213, 0x591a993, 0x4, 0xc0035b6e70, 0x0, 0x0, 0xe, 0xc0035b6dd8, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x5896940, 0xc00099a390, 0x213, 0xc0035b6e70, 0x0, 0x0, 0x213, 0x5eed1c0, 0xc0027be2a0)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/collections.evaluateSubElem(0x57e2600, 0xc0066191a8, 0x94, 0xc0001a122a, 0xc, 0x57e2600, 0xc0066191a8, 0x94, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/collections/where.go:318 +0x91d
github.com/gohugoio/hugo/tpl/collections.(*Namespace).checkWhereArray(0xc000516680, 0x58e55e0, 0xc00614b7e8, 0x97, 0x55c21a0, 0xc006141250, 0x98, 0x55c21a0, 0xc00614c9a8, 0x98, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/collections/where.go:387 +0xdf
github.com/gohugoio/hugo/tpl/collections.(*Namespace).Where(0xc000516680, 0x58e55e0, 0xc00614b7e8, 0x55c21a0, 0xc006141250, 0xc006141260, 0x1, 0x1, 0xc0035b7358, 0x40d152c, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/collections/where.go:45 +0x416
reflect.Value.call(0x56a9100, 0xc0009c7720, 0x13, 0x591a993, 0x4, 0xc0061257c0, 0x3, 0x3, 0xc00614c9a8, 0x98, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x56a9100, 0xc0009c7720, 0x13, 0xc0061257c0, 0x3, 0x3, 0xc00614b760, 0x55c21a0, 0xc00614c9a8)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x56a9100, 0xc0009c7720, 0x13, 0xc0061257c0, 0x3, 0x3, 0x0, 0x0, 0x0, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc0035b7dd8, 0x5913e60, 0xc000f065a0, 0x16, 0x56a9100, 0xc0009c7720, 0x13, 0x5eda260, 0xc0009bf980, 0xc0001a1212, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc0035b7dd8, 0x5913e60, 0xc000f065a0, 0x16, 0xc0009bf9b0, 0x5eda260, 0xc0009bf980, 0xc00001fb40, 0x4, 0x4, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc0035b7dd8, 0x5913e60, 0xc000f065a0, 0x16, 0xc0009bf980, 0x56ad2a0, 0x6c68ec0, 0x99, 0x400e946, 0xc006125770, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc0035b7dd8, 0x5913e60, 0xc000f065a0, 0x16, 0xc000ab8ba0, 0x28, 0x4a46a89, 0x2)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange(0xc0035b7dd8, 0x5913e60, 0xc000f065a0, 0x16, 0xc00001ff00)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:338 +0xea
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0035b7dd8, 0x5913e60, 0xc000f065a0, 0x16, 0x5eda5c0, 0xc00001ff00)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x455
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0035b7dd8, 0x5913e60, 0xc000f065a0, 0x16, 0x5eda440, 0xc0009bf800)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc00001fa00, 0xc0035b7dd8, 0x5913e60, 0xc000f065a0, 0x16, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009e8600, 0x110844c8, 0xc000a4e690, 0x5ea6940, 0xc003446f00, 0x5913e60, 0xc000f065a0, 0xc0009d9200, 0xc0035b7ec8)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc00089b5c0, 0x5eb90a0, 0xc000a4e690, 0x5ea6940, 0xc003446f00, 0x5913e60, 0xc000f065a0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0009c7cb0, 0xc0000b20d8, 0xb, 0xc0061411d0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x568dea0, 0xc0009c7cd0, 0x13, 0x591a993, 0x4, 0xc00614c8d0, 0x2, 0x2, 0xc000f065a0, 0x16, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x568dea0, 0xc0009c7cd0, 0x13, 0xc00614c8d0, 0x2, 0x2, 0x1, 0x1, 0xc0035b83f8)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x568dea0, 0xc0009c7cd0, 0x13, 0xc00614c8d0, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc0035b8a10, 0x5913e60, 0xc000f065a0, 0x16, 0x568dea0, 0xc0009c7cd0, 0x13, 0x5eda260, 0xc000a4bf20, 0xc0000b20cf, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc0035b8a10, 0x5913e60, 0xc000f065a0, 0x16, 0xc000a4bf50, 0x5eda260, 0xc000a4bf20, 0xc000a4d280, 0x3, 0x4, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc0035b8a10, 0x5913e60, 0xc000f065a0, 0x16, 0xc000a4bf20, 0x56ad2a0, 0x6c68ec0, 0x99, 0x1, 0x55b3d20, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc0035b8a10, 0x5913e60, 0xc000f065a0, 0x16, 0xc000ac2de0, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0035b8a10, 0x5913e60, 0xc000f065a0, 0x16, 0x5eda0e0, 0xc000590150)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0035b8a10, 0x5913e60, 0xc000f065a0, 0x16, 0x5eda440, 0xc000a4ba70)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc000553400, 0xc0035b8a10, 0x5913e60, 0xc000f065a0, 0x16, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009e8600, 0x110844c8, 0xc0002b0690, 0x5ea6940, 0xc0039cc2d0, 0x5913e60, 0xc000f065a0, 0xc0009d9200, 0xc002d38e70)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc00089b5c0, 0x5eb90a0, 0xc0002b0690, 0x5ea6940, 0xc0039cc2d0, 0x5913e60, 0xc000f065a0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0009c7cb0, 0xc000c3f480, 0x20, 0xc006141150, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x568dea0, 0xc0009c7cd0, 0x13, 0x591a993, 0x4, 0xc00614c7e0, 0x2, 0x2, 0xc000f065a0, 0x16, ...)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x568dea0, 0xc0009c7cd0, 0x13, 0xc00614c7e0, 0x2, 0x2, 0xc0035b9020, 0x55c21a0, 0xc003ee50e8)
    /usr/local/Cellar/go/1.14.3/libexec/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x568dea0, 0xc0009c7cd0, 0x13, 0xc00614c7e0, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc0035b97f0, 0x5913e60, 0xc000f065a0, 0x16, 0x568dea0, 0xc0009c7cd0, 0x13, 0x5eda260, 0xc0045cac00, 0xc00022e4ea, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc0035b97f0, 0x5913e60, 0xc000f065a0, 0x16, 0xc0045cac30, 0x5eda260, 0xc0045cac00, 0xc003ff2740, 0x3, 0x4, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc0035b97f0, 0x5913e60, 0xc000f065a0, 0x16, 0xc0045cac00, 0x56ad2a0, 0x6c68ec0, 0x99, 0x4a48bdd, 0xc0035b97f0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc0035b97f0, 0x5913e60, 0xc000f065a0, 0x16, 0xc0045c8960, 0x0, 0x0, 0x5913e60)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0035b97f0, 0x5913e60, 0xc000f065a0, 0x16, 0x5eda0e0, 0xc0045cad20)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0035b97f0, 0x5913e60, 0xc000f065a0, 0x16, 0x5eda440, 0xc0045caba0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc0035b97f0, 0xa, 0x5913e60, 0xc000f065a0, 0x16, 0xc0045c8900, 0xc0045caba0, 0xc0045cad80)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0035b97f0, 0x5913e60, 0xc000f065a0, 0x16, 0x5eda3e0, 0xc003ff3300)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0035b97f0, 0x5913e60, 0xc000f065a0, 0x16, 0x5eda440, 0xc0045ca5d0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0039b9040, 0xc0035b97f0, 0x5913e60, 0xc000f065a0, 0x16, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc0009e8600, 0x110844c8, 0xc00416e780, 0x5ea6940, 0xc0037077d0, 0x5913e60, 0xc000f065a0, 0x4bd8422, 0xc000ebd900)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc00089b5c0, 0x5eb90a0, 0xc00416e780, 0x5ea6940, 0xc0037077d0, 0x5913e60, 0xc000f065a0, 0x0, 0x0)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate(0xc0007b0fc0, 0x591c0ff, 0x4, 0x591ab67, 0x4, 0x5913e60, 0xc000f065a0, 0x5ea6940, 0xc0037077d0, 0x5eb90a0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site.go:1675 +0x96
github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc0007b0fc0, 0xc0001eece0, 0xc002d38e40, 0x30, 0xc001789140, 0x3c, 0xc000f065a0, 0x5eb90a0, 0xc00416e780, 0x0, ...)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site.go:1596 +0x1d2
github.com/gohugoio/hugo/hugolib.pageRenderer(0xc001d9c580, 0xc0007b0fc0, 0xc003434600, 0xc0033d15c0, 0xc003438940)
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site_render.go:139 +0x2a5
created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
    /private/tmp/hugo-20200531-14626-1z0dbx1/hugo-0.72.0/src/github.com/gohugoio/hugo/hugolib/site_render.go:74 +0x160

Linux stack trace:

fatal error: concurrent map read and map write

goroutine 137 [running]:
runtime.throw(0x1c1b149, 0x21)
    /usr/local/go/src/runtime/panic.go:1116 +0x72 fp=0xc0044fac68 sp=0xc0044fac38 pc=0x4346f2
runtime.mapaccess1_faststr(0x1915480, 0xc0004731d0, 0xc0001cdc0b, 0x10, 0x2151f00)
    /usr/local/go/src/runtime/map_faststr.go:21 +0x43c fp=0xc0044facd8 sp=0xc0044fac68 pc=0x412bfc
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkTemplate(0xc0044fb8b0, 0x1b79840, 0xc003bec660, 0x194, 0xc0009d9fc0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:399 +0x8e fp=0xc0044fadc0 sp=0xc0044facd8 pc=0xe4233e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fb8b0, 0x1b79840, 0xc003bec660, 0x194, 0x2152140, 0xc0009d9fc0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:268 +0x20a fp=0xc0044fae50 sp=0xc0044fadc0 pc=0xe4148a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fb8b0, 0x1b79840, 0xc003bec660, 0x194, 0x2151f00, 0xc0009ec990)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc0044faee0 sp=0xc0044fae50 pc=0xe413a9
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc0044fb8b0, 0xa, 0x1b79840, 0xc003bec660, 0x194, 0xc0009ee180, 0xc0009ec960, 0xc0009ec990)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:296 +0x22c fp=0xc0044faf68 sp=0xc0044faee0 pc=0xe419fc
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fb8b0, 0x1b79840, 0xc003bec660, 0x194, 0x2151ea0, 0xc0009f0000)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e fp=0xc0044faff8 sp=0xc0044faf68 pc=0xe4150e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fb8b0, 0x1b79840, 0xc003bec660, 0x194, 0x2151f00, 0xc0009ec7b0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc0044fb088 sp=0xc0044faff8 pc=0xe413a9
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange.func1(0x183e380, 0xc001bbb658, 0x82, 0x1b79840, 0xc003bec660, 0x194)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:350 +0x124 fp=0xc0044fb0d8 sp=0xc0044fb088 pc=0xe53394
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange(0xc0044fb8b0, 0x1b8e440, 0xc001138c60, 0x16, 0xc0009f0040)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:359 +0x4fa fp=0xc0044fb228 sp=0xc0044fb0d8 pc=0xe41f1a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fb8b0, 0x1b8e440, 0xc001138c60, 0x16, 0x2152080, 0xc0009f0040)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x455 fp=0xc0044fb2b8 sp=0xc0044fb228 pc=0xe416d5
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fb8b0, 0x1b8e440, 0xc001138c60, 0x16, 0x2151f00, 0xc0009ec270)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc0044fb348 sp=0xc0044fb2b8 pc=0xe413a9
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc0044fb8b0, 0xa, 0x1b8e440, 0xc001138c60, 0x16, 0xc0007c0a20, 0xc0009ec270, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0 fp=0xc0044fb3d0 sp=0xc0044fb348 pc=0xe419a0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fb8b0, 0x1b8e440, 0xc001138c60, 0x16, 0x2151ea0, 0xc0009f0080)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e fp=0xc0044fb460 sp=0xc0044fb3d0 pc=0xe4150e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fb8b0, 0x1b8e440, 0xc001138c60, 0x16, 0x2151f00, 0xc0009ec180)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc0044fb4f0 sp=0xc0044fb460 pc=0xe413a9
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc0044fb8b0, 0xa, 0x1b8e440, 0xc001138c60, 0x16, 0xc0009d1ce0, 0xc0009ec180, 0xc0009ecae0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0 fp=0xc0044fb578 sp=0xc0044fb4f0 pc=0xe419a0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fb8b0, 0x1b8e440, 0xc001138c60, 0x16, 0x2151ea0, 0xc0009f0300)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e fp=0xc0044fb608 sp=0xc0044fb578 pc=0xe4150e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fb8b0, 0x1b8e440, 0xc001138c60, 0x16, 0x2151f00, 0xc0009dff20)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc0044fb698 sp=0xc0044fb608 pc=0xe413a9
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc0044fb8b0, 0x13, 0x1918d20, 0xc004d527f8, 0x95, 0xc0009d1c80, 0xc0009dff20, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:291 +0x158 fp=0xc0044fb720 sp=0xc0044fb698 pc=0xe41928
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fb8b0, 0x1918d20, 0xc004d527f8, 0x95, 0x2152260, 0xc0009f0340)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:274 +0x312 fp=0xc0044fb7b0 sp=0xc0044fb720 pc=0xe41592
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fb8b0, 0x1918d20, 0xc004d527f8, 0x95, 0x2151f00, 0xc0009dfd10)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc0044fb840 sp=0xc0044fb7b0 pc=0xe413a9
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkTemplate(0xc0044fbdd8, 0x1b79840, 0xc0005826b0, 0x194, 0xc0009d9900)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:413 +0x202 fp=0xc0044fb928 sp=0xc0044fb840 pc=0xe424b2
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fbdd8, 0x1b79840, 0xc0005826b0, 0x194, 0x2152140, 0xc0009d9900)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:268 +0x20a fp=0xc0044fb9b8 sp=0xc0044fb928 pc=0xe4148a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fbdd8, 0x1b79840, 0xc0005826b0, 0x194, 0x2151f00, 0xc0009dfbf0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc0044fba48 sp=0xc0044fb9b8 pc=0xe413a9
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange.func1(0x183e380, 0xc001bbae20, 0x82, 0x1b79840, 0xc0005826b0, 0x194)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:350 +0x124 fp=0xc0044fba98 sp=0xc0044fba48 pc=0xe53394
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange(0xc0044fbdd8, 0x1b8e440, 0xc000ca6ea0, 0x16, 0xc0009d9940)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:359 +0x4fa fp=0xc0044fbbe8 sp=0xc0044fba98 pc=0xe41f1a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fbdd8, 0x1b8e440, 0xc000ca6ea0, 0x16, 0x2152080, 0xc0009d9940)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x455 fp=0xc0044fbc78 sp=0xc0044fbbe8 pc=0xe416d5
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fbdd8, 0x1b8e440, 0xc000ca6ea0, 0x16, 0x2151f00, 0xc0009df980)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc0044fbd08 sp=0xc0044fbc78 pc=0xe413a9
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0009d9680, 0xc0044fbdd8, 0x1b8e440, 0xc000ca6ea0, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7 fp=0xc0044fbd70 sp=0xc0044fbd08 pc=0xe4ea17
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0009b6a50, 0x211f1c0, 0xc0022dbbc0, 0x1b8e440, 0xc000ca6ea0, 0xc000473320, 0xc0010cf440)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7 fp=0xc0044fbe50 sp=0xc0044fbd70 pc=0xe4e807
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0009b6a50, 0x211f1c0, 0xc0022dbbc0, 0x1b8e440, 0xc000ca6ea0, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f fp=0xc0044fbf20 sp=0xc0044fbe50 pc=0xf9777f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0004788c0, 0xc000835541, 0x9, 0xc004d2b640, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/partials/partials.go:142 +0x24e fp=0xc0044fc000 sp=0xc0044fbf20 pc=0xf7950e
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include-fm(0xc000835541, 0x9, 0xc004d2b640, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/partials/partials.go:95 +0x63 fp=0xc0044fc060 sp=0xc0044fc000 pc=0xf7aa23
runtime.call128(0xc003365e60, 0xc0004788e0, 0xc00569f8b0, 0x2800000048)
    /usr/local/go/src/runtime/asm_amd64.s:541 +0x52 fp=0xc0044fc0f0 sp=0xc0044fc060 pc=0x4656c2
reflect.Value.call(0x190a140, 0xc0004788e0, 0x13, 0x1b94f6c, 0x4, 0xc003c35d40, 0x2, 0x2, 0xc000ca6ea0, 0x16, ...)
    /usr/local/go/src/reflect/value.go:460 +0x8ab fp=0xc0044fc308 sp=0xc0044fc0f0 pc=0x4ca82b
reflect.Value.Call(0x190a140, 0xc0004788e0, 0x13, 0xc003c35d40, 0x2, 0x2, 0xc004d30f18, 0x81, 0xc0044fc3f8)
    /usr/local/go/src/reflect/value.go:321 +0xb4 fp=0xc0044fc388 sp=0xc0044fc308 pc=0x4c9d34
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x190a140, 0xc0004788e0, 0x13, 0xc003c35d40, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd fp=0xc0044fc408 sp=0xc0044fc388 pc=0xe4a51d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc0044fca10, 0x1b8e440, 0xc000ca6ea0, 0x16, 0x190a140, 0xc0004788e0, 0x13, 0x2151d20, 0xc000a89830, 0xc000835538, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f fp=0xc0044fc558 sp=0xc0044fc408 pc=0xe5055f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc0044fca10, 0x1b8e440, 0xc000ca6ea0, 0x16, 0xc000a89860, 0x2151d20, 0xc000a89830, 0xc0009f1140, 0x3, 0x4, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d fp=0xc0044fc658 sp=0xc0044fc558 pc=0xe4ec3d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc0044fca10, 0x1b8e440, 0xc000ca6ea0, 0x16, 0xc000a89830, 0x19291e0, 0x2e93fb8, 0x99, 0x1, 0x1830f40, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b fp=0xc0044fc730 sp=0xc0044fc658 pc=0xe430eb
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc0044fca10, 0x1b8e440, 0xc000ca6ea0, 0x16, 0xc0009ef1a0, 0xc0009ef080, 0xc000a895f0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a fp=0xc0044fc820 sp=0xc0044fc730 pc=0xe4273a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fca10, 0x1b8e440, 0xc000ca6ea0, 0x16, 0x2151ba0, 0xc000a89890)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396 fp=0xc0044fc8b0 sp=0xc0044fc820 pc=0xe41616
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fca10, 0x1b8e440, 0xc000ca6ea0, 0x16, 0x2151f00, 0xc000a88990)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc0044fc940 sp=0xc0044fc8b0 pc=0xe413a9
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0009f0a40, 0xc0044fca10, 0x1b8e440, 0xc000ca6ea0, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7 fp=0xc0044fc9a8 sp=0xc0044fc940 pc=0xe4ea17
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0009b6e10, 0x211f1c0, 0xc0038f0690, 0x1b8e440, 0xc000ca6ea0, 0xc000473320, 0xc002e700f0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7 fp=0xc0044fca88 sp=0xc0044fc9a8 pc=0xe4e807
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0009b6e10, 0x211f1c0, 0xc0038f0690, 0x1b8e440, 0xc000ca6ea0, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f fp=0xc0044fcb58 sp=0xc0044fca88 pc=0xf9777f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0004788c0, 0xc002d6ae00, 0x20, 0xc000b2dde0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/partials/partials.go:142 +0x24e fp=0xc0044fcc38 sp=0xc0044fcb58 pc=0xf7950e
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include-fm(0xc002d6ae00, 0x20, 0xc000b2dde0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/partials/partials.go:95 +0x63 fp=0xc0044fcc98 sp=0xc0044fcc38 pc=0xf7aa23
runtime.call128(0xc003365e60, 0xc0004788e0, 0xc006026410, 0x2800000048)
    /usr/local/go/src/runtime/asm_amd64.s:541 +0x52 fp=0xc0044fcd28 sp=0xc0044fcc98 pc=0x4656c2
reflect.Value.call(0x190a140, 0xc0004788e0, 0x13, 0x1b94f6c, 0x4, 0xc004387020, 0x2, 0x2, 0xc000ca6ea0, 0x16, ...)
    /usr/local/go/src/reflect/value.go:460 +0x8ab fp=0xc0044fcf40 sp=0xc0044fcd28 pc=0x4ca82b
reflect.Value.Call(0x190a140, 0xc0004788e0, 0x13, 0xc004387020, 0x2, 0x2, 0xc0044fd020, 0x183ee00, 0xc00691e928)
    /usr/local/go/src/reflect/value.go:321 +0xb4 fp=0xc0044fcfc0 sp=0xc0044fcf40 pc=0x4c9d34
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x190a140, 0xc0004788e0, 0x13, 0xc004387020, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd fp=0xc0044fd040 sp=0xc0044fcfc0 pc=0xe4a51d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc0044fd7f0, 0x1b8e440, 0xc000ca6ea0, 0x16, 0x190a140, 0xc0004788e0, 0x13, 0x2151d20, 0xc003e18570, 0xc0004f416a, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f fp=0xc0044fd190 sp=0xc0044fd040 pc=0xe5055f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc0044fd7f0, 0x1b8e440, 0xc000ca6ea0, 0x16, 0xc003e185a0, 0x2151d20, 0xc003e18570, 0xc00430a340, 0x3, 0x4, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d fp=0xc0044fd290 sp=0xc0044fd190 pc=0xe4ec3d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc0044fd7f0, 0x1b8e440, 0xc000ca6ea0, 0x16, 0xc003e18570, 0x19291e0, 0x2e93fb8, 0x99, 0xe434fd, 0xc0044fd7f0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b fp=0xc0044fd368 sp=0xc0044fd290 pc=0xe430eb
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc0044fd7f0, 0x1b8e440, 0xc000ca6ea0, 0x16, 0xc003e138c0, 0x0, 0x0, 0x1b8e440)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a fp=0xc0044fd458 sp=0xc0044fd368 pc=0xe4273a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fd7f0, 0x1b8e440, 0xc000ca6ea0, 0x16, 0x2151ba0, 0xc003e18690)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396 fp=0xc0044fd4e8 sp=0xc0044fd458 pc=0xe41616
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fd7f0, 0x1b8e440, 0xc000ca6ea0, 0x16, 0x2151f00, 0xc003e18510)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc0044fd578 sp=0xc0044fd4e8 pc=0xe413a9
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc0044fd7f0, 0xa, 0x1b8e440, 0xc000ca6ea0, 0x16, 0xc003e13860, 0xc003e18510, 0xc003e186f0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0 fp=0xc0044fd600 sp=0xc0044fd578 pc=0xe419a0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fd7f0, 0x1b8e440, 0xc000ca6ea0, 0x16, 0x2151ea0, 0xc00430a6c0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e fp=0xc0044fd690 sp=0xc0044fd600 pc=0xe4150e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fd7f0, 0x1b8e440, 0xc000ca6ea0, 0x16, 0x2151f00, 0xc003e17f20)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc0044fd720 sp=0xc0044fd690 pc=0xe413a9
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0072852c0, 0xc0044fd7f0, 0x1b8e440, 0xc000ca6ea0, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7 fp=0xc0044fd788 sp=0xc0044fd720 pc=0xe4ea17
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0021ca960, 0x211f1c0, 0xc000d7eba0, 0x1b8e440, 0xc000ca6ea0, 0xfcd202, 0xc000c96a00)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7 fp=0xc0044fd868 sp=0xc0044fd788 pc=0xe4e807
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0021ca960, 0x211f1c0, 0xc000d7eba0, 0x1b8e440, 0xc000ca6ea0, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f fp=0xc0044fd938 sp=0xc0044fd868 pc=0xf9777f
github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate(0xc000660480, 0x1b966d8, 0x4, 0x1b95140, 0x4, 0x1b8e440, 0xc000ca6ea0, 0x211f1c0, 0xc000d7eba0, 0x2130fa0, ...)
    /root/project/hugo/hugolib/site.go:1675 +0x96 fp=0xc0044fd9b0 sp=0xc0044fd938 pc=0xfee396
github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc000660480, 0xc000596600, 0xc002e700c0, 0x2b, 0xc002296b40, 0x50, 0xc000ca6ea0, 0x2130fa0, 0xc0021ca960, 0x0, ...)
    /root/project/hugo/hugolib/site.go:1596 +0x1d2 fp=0xc0044fde90 sp=0xc0044fd9b0 pc=0xfedad2
github.com/gohugoio/hugo/hugolib.pageRenderer(0xc0028a4ea0, 0xc000660480, 0xc00324c420, 0xc000c6e300, 0xc00247e5a0)
    /root/project/hugo/hugolib/site_render.go:139 +0x2a5 fp=0xc0044fdfb8 sp=0xc0044fde90 pc=0xff0725
runtime.goexit()
    /usr/local/go/src/runtime/asm_amd64.s:1373 +0x1 fp=0xc0044fdfc0 sp=0xc0044fdfb8 pc=0x467181
created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
    /root/project/hugo/hugolib/site_render.go:74 +0x160

goroutine 1 [semacquire]:
sync.runtime_Semacquire(0xc000b48e80)
    /usr/local/go/src/runtime/sema.go:56 +0x42
sync.(*WaitGroup).Wait(0xc000b48e78)
    /usr/local/go/src/sync/waitgroup.go:130 +0x64
golang.org/x/sync/errgroup.(*Group).Wait(0xc000b48e70, 0xc000b0b500, 0x13)
    /go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:40 +0x31
github.com/gohugoio/hugo/commands.(*commandeer).fullBuild(0xc00090f520, 0x0, 0x0)
    /root/project/hugo/commands/hugo.go:333 +0x455
github.com/gohugoio/hugo/commands.(*commandeer).build(0xc00090f520, 0x0, 0x0)
    /root/project/hugo/commands/hugo.go:474 +0xab
github.com/gohugoio/hugo/commands.(*commandsBuilder).newHugoCmd.func1(0xc000902c80, 0xc000348440, 0x0, 0x4, 0x0, 0x0)
    /root/project/hugo/commands/commands.go:171 +0x15c
github.com/spf13/cobra.(*Command).execute(0xc000902c80, 0xc0000c8010, 0x4, 0x4, 0xc000902c80, 0xc0000c8010)
    /go/pkg/mod/github.com/spf13/[email protected]/command.go:826 +0x453
github.com/spf13/cobra.(*Command).ExecuteC(0xc000902c80, 0xc000900440, 0x20d22e1, 0x0)
    /go/pkg/mod/github.com/spf13/[email protected]/command.go:914 +0x2fb
github.com/gohugoio/hugo/commands.Execute(0xc0000c8010, 0x4, 0x4, 0x405b6f, 0xc0000a4058, 0x0, 0x0)
    /root/project/hugo/commands/hugo.go:89 +0xb9
main.main()
    /root/project/hugo/main.go:23 +0x6c

goroutine 10 [select]:
go.opencensus.io/stats/view.(*worker).start(0xc00063cff0)
    /go/pkg/mod/[email protected]/stats/view/worker.go:154 +0x100
created by go.opencensus.io/stats/view.init.0
    /go/pkg/mod/[email protected]/stats/view/worker.go:32 +0x57

goroutine 126 [runnable]:
github.com/gohugoio/hugo/hugolib.(*Site).renderPages.func1(0xc000809180, 0x1b, 0xc00072aa20, 0xc00324c420)
    /root/project/hugo/hugolib/site_render.go:85 +0xa7
github.com/gohugoio/hugo/hugolib.contentTrees.Walk.func1(0xc000809180, 0x1b, 0x18e9540, 0xc00072aa20, 0xc000c17ac0)
    /root/project/hugo/hugolib/content_map.go:869 +0x54
github.com/armon/go-radix.recursiveWalk(0xc00072acf0, 0xc003c05978, 0x1)
    /go/pkg/mod/github.com/armon/[email protected]/radix.go:519 +0xf0
github.com/armon/go-radix.recursiveWalk(0xc00072ad80, 0xc003c05978, 0xc003c05808)
    /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e
github.com/armon/go-radix.recursiveWalk(0xc00072ae40, 0xc003c05978, 0x18e9540)
    /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e
github.com/armon/go-radix.recursiveWalk(0xc0008db470, 0xc003c05978, 0x7fbcafef3300)
    /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e
github.com/armon/go-radix.recursiveWalk(0xc0008c1380, 0xc003c05978, 0x1b8e400)
    /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e
github.com/armon/go-radix.recursiveWalk(0xc000c0c240, 0xc003c05978, 0x0)
    /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e
github.com/armon/go-radix.recursiveWalk(0xc0008da750, 0xc003c05978, 0xc0028b99a8)
    /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e
github.com/armon/go-radix.(*Tree).Walk(...)
    /go/pkg/mod/github.com/armon/[email protected]/radix.go:447
github.com/gohugoio/hugo/hugolib.contentTrees.Walk(0xc0008772a0, 0x3, 0x3, 0xc003c05a10)
    /root/project/hugo/hugolib/content_map.go:867 +0x67
github.com/gohugoio/hugo/hugolib.(*Site).renderPages(0xc000660480, 0xc0028a4ea0, 0x0, 0xc0028b9a00)
    /root/project/hugo/hugolib/site_render.go:79 +0x1f8
github.com/gohugoio/hugo/hugolib.(*Site).render(0xc000660480, 0xc0028a4ea0, 0x0, 0x0)
    /root/project/hugo/hugolib/site.go:1154 +0x54
github.com/gohugoio/hugo/hugolib.(*HugoSites).render(0xc0004f90e0, 0xc000b09680, 0x2e93fb8, 0x1)
    /root/project/hugo/hugolib/hugo_sites_build.go:325 +0x409
github.com/gohugoio/hugo/hugolib.(*HugoSites).Build.func4()
    /root/project/hugo/hugolib/hugo_sites_build.go:149 +0x3c
runtime/trace.WithRegion(0x2143ce0, 0xc000b48ea0, 0x1b9f67a, 0x6, 0xc001405e60)
    /usr/local/go/src/runtime/trace/annotation.go:137 +0xfe
github.com/gohugoio/hugo/hugolib.(*HugoSites).Build(0xc0004f90e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/hugolib/hugo_sites_build.go:151 +0x7b5
github.com/gohugoio/hugo/commands.(*commandeer).buildSites(...)
    /root/project/hugo/commands/hugo.go:703
github.com/gohugoio/hugo/commands.(*commandeer).fullBuild.func3(0x0, 0x0)
    /root/project/hugo/commands/hugo.go:315 +0x96
golang.org/x/sync/errgroup.(*Group).Go.func1(0xc000b48e70, 0xc000b0b500)
    /go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:57 +0x59
created by golang.org/x/sync/errgroup.(*Group).Go
    /go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:54 +0x66

goroutine 127 [chan receive]:
github.com/gohugoio/hugo/hugolib.(*HugoSites).Build.func1(0xc0004f90e0, 0xc000b05da0, 0xc000b24d20)
    /root/project/hugo/hugolib/hugo_sites_build.go:65 +0x7c
created by github.com/gohugoio/hugo/hugolib.(*HugoSites).Build
    /root/project/hugo/hugolib/hugo_sites_build.go:62 +0x21a

goroutine 129 [chan receive]:
github.com/gohugoio/hugo/hugolib.(*Site).errorCollator(0xc000660480, 0xc000c6e300, 0xc000c6e480)
    /root/project/hugo/hugolib/site.go:1512 +0x72
created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
    /root/project/hugo/hugolib/site_render.go:68 +0xdb

goroutine 130 [runnable]:
github.com/gohugoio/hugo/tpl/collections.(*Namespace).checkWhereArray(0xc0009063d0, 0x1b5f880, 0xc004600ca8, 0x97, 0x183ee00, 0xc003eed930, 0x98, 0x183ee00, 0xc004602378, 0x98, ...)
    /root/project/hugo/tpl/collections/where.go:385 +0xe7
github.com/gohugoio/hugo/tpl/collections.(*Namespace).Where(0xc0009063d0, 0x1b5f880, 0xc004600ca8, 0x183ee00, 0xc003eed930, 0xc003eed940, 0x1, 0x1, 0xc001871358, 0x4d2d2c, ...)
    /root/project/hugo/tpl/collections/where.go:45 +0x416
reflect.Value.call(0x19252e0, 0xc000478330, 0x13, 0x1b94f6c, 0x4, 0xc003eaf9a0, 0x3, 0x3, 0xc004602378, 0x98, ...)
    /usr/local/go/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x19252e0, 0xc000478330, 0x13, 0xc003eaf9a0, 0x3, 0x3, 0xc004600c20, 0x183ee00, 0xc004602378)
    /usr/local/go/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x19252e0, 0xc000478330, 0x13, 0xc003eaf9a0, 0x3, 0x3, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc001871dd8, 0x1b8e440, 0xc000cd08d0, 0x16, 0x19252e0, 0xc000478330, 0x13, 0x2151d20, 0xc0009d5b60, 0xc0000d65b2, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc001871dd8, 0x1b8e440, 0xc000cd08d0, 0x16, 0xc0009d5b90, 0x2151d20, 0xc0009d5b60, 0xc0009d8b00, 0x4, 0x4, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc001871dd8, 0x1b8e440, 0xc000cd08d0, 0x16, 0xc0009d5b60, 0x19291e0, 0x2e93fb8, 0x99, 0x40c646, 0xc003eaf950, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc001871dd8, 0x1b8e440, 0xc000cd08d0, 0x16, 0xc0009d1080, 0x28, 0xe413a9, 0x2)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange(0xc001871dd8, 0x1b8e440, 0xc000cd08d0, 0x16, 0xc0009d8f40)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:338 +0xea
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc001871dd8, 0x1b8e440, 0xc000cd08d0, 0x16, 0x2152080, 0xc0009d8f40)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x455
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc001871dd8, 0x1b8e440, 0xc000cd08d0, 0x16, 0x2151f00, 0xc0009d5a10)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0009d89c0, 0xc001871dd8, 0x1b8e440, 0xc000cd08d0, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0009b6780, 0x211f1c0, 0xc0042cd170, 0x1b8e440, 0xc000cd08d0, 0xc000473320, 0xc001871ec8)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0009b6780, 0x211f1c0, 0xc0042cd170, 0x1b8e440, 0xc000cd08d0, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0004788c0, 0xc0008350d8, 0xb, 0xc003eed8b0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x190a140, 0xc0004788e0, 0x13, 0x1b94f6c, 0x4, 0xc0046022a0, 0x2, 0x2, 0xc000cd08d0, 0x16, ...)
    /usr/local/go/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x190a140, 0xc0004788e0, 0x13, 0xc0046022a0, 0x2, 0x2, 0x1, 0x1, 0xc0018723f8)
    /usr/local/go/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x190a140, 0xc0004788e0, 0x13, 0xc0046022a0, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc001872a10, 0x1b8e440, 0xc000cd08d0, 0x16, 0x190a140, 0xc0004788e0, 0x13, 0x2151d20, 0xc000a88b10, 0xc0008350cf, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc001872a10, 0x1b8e440, 0xc000cd08d0, 0x16, 0xc000a88b40, 0x2151d20, 0xc000a88b10, 0xc0009f0c00, 0x3, 0x4, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc001872a10, 0x1b8e440, 0xc000cd08d0, 0x16, 0xc000a88b10, 0x19291e0, 0x2e93fb8, 0x99, 0x1, 0x1830f40, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc001872a10, 0x1b8e440, 0xc000cd08d0, 0x16, 0xc0009eecc0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc001872a10, 0x1b8e440, 0xc000cd08d0, 0x16, 0x2151ba0, 0xc000a88b70)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc001872a10, 0x1b8e440, 0xc000cd08d0, 0x16, 0x2151f00, 0xc000a88990)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0009f0a40, 0xc001872a10, 0x1b8e440, 0xc000cd08d0, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0009b6e10, 0x211f1c0, 0xc00420a450, 0x1b8e440, 0xc000cd08d0, 0xc000473320, 0xc0017d84b0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0009b6e10, 0x211f1c0, 0xc00420a450, 0x1b8e440, 0xc000cd08d0, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0004788c0, 0xc002450f00, 0x20, 0xc003eed830, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x190a140, 0xc0004788e0, 0x13, 0x1b94f6c, 0x4, 0xc0046021b0, 0x2, 0x2, 0xc000cd08d0, 0x16, ...)
    /usr/local/go/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x190a140, 0xc0004788e0, 0x13, 0xc0046021b0, 0x2, 0x2, 0xc001873020, 0x183ee00, 0xc0066099e8)
    /usr/local/go/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x190a140, 0xc0004788e0, 0x13, 0xc0046021b0, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc0018737f0, 0x1b8e440, 0xc000cd08d0, 0x16, 0x190a140, 0xc0004788e0, 0x13, 0x2151d20, 0xc003e18570, 0xc0004f416a, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc0018737f0, 0x1b8e440, 0xc000cd08d0, 0x16, 0xc003e185a0, 0x2151d20, 0xc003e18570, 0xc00430a340, 0x3, 0x4, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc0018737f0, 0x1b8e440, 0xc000cd08d0, 0x16, 0xc003e18570, 0x19291e0, 0x2e93fb8, 0x99, 0xe434fd, 0xc0018737f0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc0018737f0, 0x1b8e440, 0xc000cd08d0, 0x16, 0xc003e138c0, 0x0, 0x0, 0x1b8e440)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0018737f0, 0x1b8e440, 0xc000cd08d0, 0x16, 0x2151ba0, 0xc003e18690)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0018737f0, 0x1b8e440, 0xc000cd08d0, 0x16, 0x2151f00, 0xc003e18510)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc0018737f0, 0xa, 0x1b8e440, 0xc000cd08d0, 0x16, 0xc003e13860, 0xc003e18510, 0xc003e186f0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0018737f0, 0x1b8e440, 0xc000cd08d0, 0x16, 0x2151ea0, 0xc00430a6c0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0018737f0, 0x1b8e440, 0xc000cd08d0, 0x16, 0x2151f00, 0xc003e17f20)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0072852c0, 0xc0018737f0, 0x1b8e440, 0xc000cd08d0, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0021ca960, 0x211f1c0, 0xc003587aa0, 0x1b8e440, 0xc000cd08d0, 0xfcd202, 0xc000c97400)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0021ca960, 0x211f1c0, 0xc003587aa0, 0x1b8e440, 0xc000cd08d0, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate(0xc000660480, 0x1b966d8, 0x4, 0x1b95140, 0x4, 0x1b8e440, 0xc000cd08d0, 0x211f1c0, 0xc003587aa0, 0x2130fa0, ...)
    /root/project/hugo/hugolib/site.go:1675 +0x96
github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc000660480, 0xc000596600, 0xc001873f00, 0x15, 0xc001dc6e00, 0x32, 0xc000cd08d0, 0x2130fa0, 0xc0021ca960, 0x0, ...)
    /root/project/hugo/hugolib/site.go:1596 +0x1d2
github.com/gohugoio/hugo/hugolib.pageRenderer(0xc0028a4ea0, 0xc000660480, 0xc00324c420, 0xc000c6e300, 0xc00247e5a0)
    /root/project/hugo/hugolib/site_render.go:139 +0x2a5
created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
    /root/project/hugo/hugolib/site_render.go:74 +0x160

goroutine 131 [select]:
github.com/gohugoio/hugo/lazy.(*Init).withTimeout(0xc0014273e0, 0x6fc23ac00, 0xc001f66e40, 0x0, 0x0, 0x0, 0x0)
    /root/project/hugo/lazy/init.go:186 +0x1bb
github.com/gohugoio/hugo/lazy.(*Init).BranchWithTimeout.func1(0x4c8162, 0x2e5e180, 0x19aed60, 0xc003c31c20)
    /root/project/hugo/lazy/init.go:69 +0x3c
github.com/gohugoio/hugo/lazy.(*Init).Do.func1()
    /root/project/hugo/lazy/init.go:97 +0x136
github.com/gohugoio/hugo/lazy.(*onceMore).Do(0xc0029148c8, 0xc003c31bd8)
    /root/project/hugo/lazy/once.go:53 +0xdb
github.com/gohugoio/hugo/lazy.(*Init).Do(0xc0029148a0, 0x20, 0x18, 0xc004156630, 0x445ee3)
    /root/project/hugo/lazy/init.go:79 +0x5b
github.com/gohugoio/hugo/hugolib.(*Site).initInit(0xc000660480, 0xc0029148a0, 0x2139d60, 0xc000cd0210, 0x7fbcd6d6a560)
    /root/project/hugo/hugolib/site.go:209 +0x2f
github.com/gohugoio/hugo/hugolib.(*pageContentOutput).TableOfContents(0xc002922c40, 0xc003c31db0, 0x4c4fa1)
    /root/project/hugo/hugolib/page__per_output.go:338 +0x56
reflect.Value.call(0x1b8e440, 0xc000cd0210, 0x1a613, 0x1b94f6c, 0x4, 0x2e93fb8, 0x0, 0x0, 0x1914f40, 0x0, ...)
    /usr/local/go/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x1b8e440, 0xc000cd0210, 0x1a613, 0x2e93fb8, 0x0, 0x0, 0x1837800, 0xc003c31fd0, 0xc003c31fd0)
    /usr/local/go/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x1b8e440, 0xc000cd0210, 0x1a613, 0x2e93fb8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003c32a10, 0x1b8e440, 0xc000cd0210, 0x16, 0x1b8e440, 0xc000cd0210, 0x1a613, 0x2151de0, 0xc000a92d50, 0xc000835cd6, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalField(0xc003c32a10, 0x1b8e440, 0xc000cd0210, 0x16, 0xc000835cd6, 0xf, 0x2151de0, 0xc000a92d50, 0xc000a90510, 0x1, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:172 +0x5fc
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFieldChain(0xc003c32a10, 0x1b8e440, 0xc000cd0210, 0x16, 0x1b8e440, 0xc000cd0210, 0x16, 0x2151de0, 0xc000a92d50, 0xc000a90500, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:565 +0x220
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFieldNode(0xc003c32a10, 0x1b8e440, 0xc000cd0210, 0x16, 0xc000a92d50, 0xc000a90510, 0x1, 0x1, 0x19291e0, 0x2e93fb8, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:529 +0x113
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003c32a10, 0x1b8e440, 0xc000cd0210, 0x16, 0xc000a92d20, 0x19291e0, 0x2e93fb8, 0x99, 0x95, 0x95, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:457 +0x99d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003c32a10, 0x1b8e440, 0xc000cd0210, 0x16, 0xc0009efa40, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003c32a10, 0x1b8e440, 0xc000cd0210, 0x16, 0x2151ba0, 0xc000a92d80)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003c32a10, 0x1b8e440, 0xc000cd0210, 0x16, 0x2151f00, 0xc000a92360)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003c32a10, 0xa, 0x1b8e440, 0xc000cd0210, 0x16, 0xc0009ef620, 0xc000a92360, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003c32a10, 0x1b8e440, 0xc000cd0210, 0x16, 0x2151ea0, 0xc0009f1c40)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003c32a10, 0x1b8e440, 0xc000cd0210, 0x16, 0x2151f00, 0xc000a88990)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0009f0a40, 0xc003c32a10, 0x1b8e440, 0xc000cd0210, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0009b6e10, 0x211f1c0, 0xc0034bfa10, 0x1b8e440, 0xc000cd0210, 0xc000473320, 0xc002a9a600)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0009b6e10, 0x211f1c0, 0xc0034bfa10, 0x1b8e440, 0xc000cd0210, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0004788c0, 0xc002402ae0, 0x20, 0xc004355d50, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x190a140, 0xc0004788e0, 0x13, 0x1b94f6c, 0x4, 0xc00436af30, 0x2, 0x2, 0xc000cd0210, 0x16, ...)
    /usr/local/go/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x190a140, 0xc0004788e0, 0x13, 0xc00436af30, 0x2, 0x2, 0xc003c33020, 0x183ee00, 0xc004367228)
    /usr/local/go/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x190a140, 0xc0004788e0, 0x13, 0xc00436af30, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003c337f0, 0x1b8e440, 0xc000cd0210, 0x16, 0x190a140, 0xc0004788e0, 0x13, 0x2151d20, 0xc003e18570, 0xc0004f416a, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc003c337f0, 0x1b8e440, 0xc000cd0210, 0x16, 0xc003e185a0, 0x2151d20, 0xc003e18570, 0xc00430a340, 0x3, 0x4, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003c337f0, 0x1b8e440, 0xc000cd0210, 0x16, 0xc003e18570, 0x19291e0, 0x2e93fb8, 0x99, 0xe434fd, 0xc003c337f0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003c337f0, 0x1b8e440, 0xc000cd0210, 0x16, 0xc003e138c0, 0x0, 0x0, 0x1b8e440)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003c337f0, 0x1b8e440, 0xc000cd0210, 0x16, 0x2151ba0, 0xc003e18690)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003c337f0, 0x1b8e440, 0xc000cd0210, 0x16, 0x2151f00, 0xc003e18510)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003c337f0, 0xa, 0x1b8e440, 0xc000cd0210, 0x16, 0xc003e13860, 0xc003e18510, 0xc003e186f0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003c337f0, 0x1b8e440, 0xc000cd0210, 0x16, 0x2151ea0, 0xc00430a6c0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003c337f0, 0x1b8e440, 0xc000cd0210, 0x16, 0x2151f00, 0xc003e17f20)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0072852c0, 0xc003c337f0, 0x1b8e440, 0xc000cd0210, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0021ca960, 0x211f1c0, 0xc0070b9860, 0x1b8e440, 0xc000cd0210, 0xfcd202, 0xc000c97180)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0021ca960, 0x211f1c0, 0xc0070b9860, 0x1b8e440, 0xc000cd0210, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate(0xc000660480, 0x1b966d8, 0x4, 0x1b95140, 0x4, 0x1b8e440, 0xc000cd0210, 0x211f1c0, 0xc0070b9860, 0x2130fa0, ...)
    /root/project/hugo/hugolib/site.go:1675 +0x96
github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc000660480, 0xc000596600, 0xc003c33f00, 0x17, 0xc001dc6980, 0x3c, 0xc000cd0210, 0x2130fa0, 0xc0021ca960, 0x0, ...)
    /root/project/hugo/hugolib/site.go:1596 +0x1d2
github.com/gohugoio/hugo/hugolib.pageRenderer(0xc0028a4ea0, 0xc000660480, 0xc00324c420, 0xc000c6e300, 0xc00247e5a0)
    /root/project/hugo/hugolib/site_render.go:139 +0x2a5
created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
    /root/project/hugo/hugolib/site_render.go:74 +0x160

goroutine 132 [runnable]:
reflect.resolveNameOff(0x193f2a0, 0x5180, 0x1737fd6)
    /usr/local/go/src/runtime/runtime1.go:481 +0x4c
reflect.(*rtype).nameOff(...)
    /usr/local/go/src/reflect/type.go:683
reflect.implements(0x193f2a0, 0x1a5da40, 0x1b8e440)
    /usr/local/go/src/reflect/type.go:1487 +0xd1
reflect.(*rtype).Implements(0x1a5da40, 0x2164b40, 0x193f2a0, 0x1a5da40)
    /usr/local/go/src/reflect/type.go:1437 +0x72
github.com/gohugoio/hugo/tpl/collections.evaluateSubElem(0x1b79840, 0xc003412640, 0x194, 0xc0000d65c5, 0x4, 0xc00133eb70, 0x194, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/collections/where.go:313 +0xc45
github.com/gohugoio/hugo/tpl/collections.(*Namespace).checkWhereArray(0xc0009063d0, 0x1b5f880, 0xc004c41308, 0x97, 0x183ee00, 0xc004c2cc90, 0x98, 0x183ee00, 0xc004c315a8, 0x98, ...)
    /root/project/hugo/tpl/collections/where.go:387 +0xdf
github.com/gohugoio/hugo/tpl/collections.(*Namespace).Where(0xc0009063d0, 0x1b5f880, 0xc004c41308, 0x183ee00, 0xc004c2cc90, 0xc004c2cca0, 0x1, 0x1, 0xc003377358, 0x4d2d2c, ...)
    /root/project/hugo/tpl/collections/where.go:45 +0x416
reflect.Value.call(0x19252e0, 0xc000478330, 0x13, 0x1b94f6c, 0x4, 0xc004c0b2c0, 0x3, 0x3, 0xc004c315a8, 0x98, ...)
    /usr/local/go/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x19252e0, 0xc000478330, 0x13, 0xc004c0b2c0, 0x3, 0x3, 0xc004c41280, 0x183ee00, 0xc004c315a8)
    /usr/local/go/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x19252e0, 0xc000478330, 0x13, 0xc004c0b2c0, 0x3, 0x3, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003377dd8, 0x1b8e440, 0xc000cec060, 0x16, 0x19252e0, 0xc000478330, 0x13, 0x2151d20, 0xc0009d5b60, 0xc0000d65b2, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc003377dd8, 0x1b8e440, 0xc000cec060, 0x16, 0xc0009d5b90, 0x2151d20, 0xc0009d5b60, 0xc0009d8b00, 0x4, 0x4, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003377dd8, 0x1b8e440, 0xc000cec060, 0x16, 0xc0009d5b60, 0x19291e0, 0x2e93fb8, 0x99, 0x40c646, 0xc004c0b270, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003377dd8, 0x1b8e440, 0xc000cec060, 0x16, 0xc0009d1080, 0x28, 0xe413a9, 0x2)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange(0xc003377dd8, 0x1b8e440, 0xc000cec060, 0x16, 0xc0009d8f40)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:338 +0xea
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003377dd8, 0x1b8e440, 0xc000cec060, 0x16, 0x2152080, 0xc0009d8f40)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x455
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003377dd8, 0x1b8e440, 0xc000cec060, 0x16, 0x2151f00, 0xc0009d5a10)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0009d89c0, 0xc003377dd8, 0x1b8e440, 0xc000cec060, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0009b6780, 0x211f1c0, 0xc003365ef0, 0x1b8e440, 0xc000cec060, 0xc000473320, 0xc003377ec8)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0009b6780, 0x211f1c0, 0xc003365ef0, 0x1b8e440, 0xc000cec060, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0004788c0, 0xc0008350d8, 0xb, 0xc004c2cc10, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x190a140, 0xc0004788e0, 0x13, 0x1b94f6c, 0x4, 0xc004c314d0, 0x2, 0x2, 0xc000cec060, 0x16, ...)
    /usr/local/go/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x190a140, 0xc0004788e0, 0x13, 0xc004c314d0, 0x2, 0x2, 0x1, 0x1, 0xc0033783f8)
    /usr/local/go/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x190a140, 0xc0004788e0, 0x13, 0xc004c314d0, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003378a10, 0x1b8e440, 0xc000cec060, 0x16, 0x190a140, 0xc0004788e0, 0x13, 0x2151d20, 0xc000a88b10, 0xc0008350cf, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc003378a10, 0x1b8e440, 0xc000cec060, 0x16, 0xc000a88b40, 0x2151d20, 0xc000a88b10, 0xc0009f0c00, 0x3, 0x4, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003378a10, 0x1b8e440, 0xc000cec060, 0x16, 0xc000a88b10, 0x19291e0, 0x2e93fb8, 0x99, 0x1, 0x1830f40, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003378a10, 0x1b8e440, 0xc000cec060, 0x16, 0xc0009eecc0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003378a10, 0x1b8e440, 0xc000cec060, 0x16, 0x2151ba0, 0xc000a88b70)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003378a10, 0x1b8e440, 0xc000cec060, 0x16, 0x2151f00, 0xc000a88990)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0009f0a40, 0xc003378a10, 0x1b8e440, 0xc000cec060, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0009b6e10, 0x211f1c0, 0xc000d7ea20, 0x1b8e440, 0xc000cec060, 0xc000473320, 0xc002b77f50)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0009b6e10, 0x211f1c0, 0xc000d7ea20, 0x1b8e440, 0xc000cec060, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0004788c0, 0xc002443760, 0x20, 0xc004c2cb90, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x190a140, 0xc0004788e0, 0x13, 0x1b94f6c, 0x4, 0xc004c313e0, 0x2, 0x2, 0xc000cec060, 0x16, ...)
    /usr/local/go/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x190a140, 0xc0004788e0, 0x13, 0xc004c313e0, 0x2, 0x2, 0xc003379020, 0x183ee00, 0xc00411f7e8)
    /usr/local/go/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x190a140, 0xc0004788e0, 0x13, 0xc004c313e0, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc0033797f0, 0x1b8e440, 0xc000cec060, 0x16, 0x190a140, 0xc0004788e0, 0x13, 0x2151d20, 0xc003e18570, 0xc0004f416a, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc0033797f0, 0x1b8e440, 0xc000cec060, 0x16, 0xc003e185a0, 0x2151d20, 0xc003e18570, 0xc00430a340, 0x3, 0x4, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc0033797f0, 0x1b8e440, 0xc000cec060, 0x16, 0xc003e18570, 0x19291e0, 0x2e93fb8, 0x99, 0xe434fd, 0xc0033797f0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc0033797f0, 0x1b8e440, 0xc000cec060, 0x16, 0xc003e138c0, 0x0, 0x0, 0x1b8e440)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0033797f0, 0x1b8e440, 0xc000cec060, 0x16, 0x2151ba0, 0xc003e18690)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0033797f0, 0x1b8e440, 0xc000cec060, 0x16, 0x2151f00, 0xc003e18510)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc0033797f0, 0xa, 0x1b8e440, 0xc000cec060, 0x16, 0xc003e13860, 0xc003e18510, 0xc003e186f0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0033797f0, 0x1b8e440, 0xc000cec060, 0x16, 0x2151ea0, 0xc00430a6c0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0033797f0, 0x1b8e440, 0xc000cec060, 0x16, 0x2151f00, 0xc003e17f20)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0072852c0, 0xc0033797f0, 0x1b8e440, 0xc000cec060, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0021ca960, 0x211f1c0, 0xc003900d80, 0x1b8e440, 0xc000cec060, 0xfcd202, 0xc000cee000)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0021ca960, 0x211f1c0, 0xc003900d80, 0x1b8e440, 0xc000cec060, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate(0xc000660480, 0x1b966d8, 0x4, 0x1b95140, 0x4, 0x1b8e440, 0xc000cec060, 0x211f1c0, 0xc003900d80, 0x2130fa0, ...)
    /root/project/hugo/hugolib/site.go:1675 +0x96
github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc000660480, 0xc000596600, 0xc003379f00, 0x1a, 0xc001e12340, 0x3f, 0xc000cec060, 0x2130fa0, 0xc0021ca960, 0x0, ...)
    /root/project/hugo/hugolib/site.go:1596 +0x1d2
github.com/gohugoio/hugo/hugolib.pageRenderer(0xc0028a4ea0, 0xc000660480, 0xc00324c420, 0xc000c6e300, 0xc00247e5a0)
    /root/project/hugo/hugolib/site_render.go:139 +0x2a5
created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
    /root/project/hugo/hugolib/site_render.go:74 +0x160

goroutine 133 [runnable]:
sync.(*Map).Load(0x2e5e508, 0x183efc0, 0xc003bf2af0, 0x4, 0xc022d40545, 0xc004a6c188)
    /usr/local/go/src/sync/map.go:102 +0x2f2
reflect.FuncOf(0xc004a616f0, 0x1, 0x1, 0xc004a61700, 0x1, 0x1, 0x1a7f000, 0x0, 0x0)
    /usr/local/go/src/reflect/type.go:2002 +0x466
reflect.(*rtype).Method(0x1b8e440, 0x13, 0x172ff18, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
    /usr/local/go/src/reflect/type.go:823 +0x500
reflect.(*rtype).MethodByName(0x1b8e440, 0xc0000d65c5, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
    /usr/local/go/src/reflect/type.go:845 +0x1c2
github.com/gohugoio/hugo/tpl/collections.evaluateSubElem(0x1b79840, 0xc003413060, 0x194, 0xc0000d65c5, 0x4, 0xc00131a390, 0x194, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/collections/where.go:302 +0x171
github.com/gohugoio/hugo/tpl/collections.(*Namespace).checkWhereArray(0xc0009063d0, 0x1b5f880, 0xc004a4be08, 0x97, 0x183ee00, 0xc004a15550, 0x98, 0x183ee00, 0xc004a4ebe8, 0x98, ...)
    /root/project/hugo/tpl/collections/where.go:387 +0xdf
github.com/gohugoio/hugo/tpl/collections.(*Namespace).Where(0xc0009063d0, 0x1b5f880, 0xc004a4be08, 0x183ee00, 0xc004a15550, 0xc004a15560, 0x1, 0x1, 0xc003bf3358, 0x4d2d2c, ...)
    /root/project/hugo/tpl/collections/where.go:45 +0x416
reflect.Value.call(0x19252e0, 0xc000478330, 0x13, 0x1b94f6c, 0x4, 0xc004a05310, 0x3, 0x3, 0xc004a4ebe8, 0x98, ...)
    /usr/local/go/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x19252e0, 0xc000478330, 0x13, 0xc004a05310, 0x3, 0x3, 0xc004a4bd80, 0x183ee00, 0xc004a4ebe8)
    /usr/local/go/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x19252e0, 0xc000478330, 0x13, 0xc004a05310, 0x3, 0x3, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003bf3dd8, 0x1b8e440, 0xc000cd1440, 0x16, 0x19252e0, 0xc000478330, 0x13, 0x2151d20, 0xc0009d5b60, 0xc0000d65b2, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc003bf3dd8, 0x1b8e440, 0xc000cd1440, 0x16, 0xc0009d5b90, 0x2151d20, 0xc0009d5b60, 0xc0009d8b00, 0x4, 0x4, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003bf3dd8, 0x1b8e440, 0xc000cd1440, 0x16, 0xc0009d5b60, 0x19291e0, 0x2e93fb8, 0x99, 0x40c646, 0xc004a052c0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003bf3dd8, 0x1b8e440, 0xc000cd1440, 0x16, 0xc0009d1080, 0x28, 0xe413a9, 0x2)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange(0xc003bf3dd8, 0x1b8e440, 0xc000cd1440, 0x16, 0xc0009d8f40)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:338 +0xea
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003bf3dd8, 0x1b8e440, 0xc000cd1440, 0x16, 0x2152080, 0xc0009d8f40)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x455
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003bf3dd8, 0x1b8e440, 0xc000cd1440, 0x16, 0x2151f00, 0xc0009d5a10)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0009d89c0, 0xc003bf3dd8, 0x1b8e440, 0xc000cd1440, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0009b6780, 0x211f1c0, 0xc003596930, 0x1b8e440, 0xc000cd1440, 0xc000473320, 0xc003bf3ec8)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0009b6780, 0x211f1c0, 0xc003596930, 0x1b8e440, 0xc000cd1440, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0004788c0, 0xc0008350d8, 0xb, 0xc004a154d0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x190a140, 0xc0004788e0, 0x13, 0x1b94f6c, 0x4, 0xc004a4eb10, 0x2, 0x2, 0xc000cd1440, 0x16, ...)
    /usr/local/go/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x190a140, 0xc0004788e0, 0x13, 0xc004a4eb10, 0x2, 0x2, 0x1, 0x1, 0xc003bf43f8)
    /usr/local/go/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x190a140, 0xc0004788e0, 0x13, 0xc004a4eb10, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003bf4a10, 0x1b8e440, 0xc000cd1440, 0x16, 0x190a140, 0xc0004788e0, 0x13, 0x2151d20, 0xc000a88b10, 0xc0008350cf, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc003bf4a10, 0x1b8e440, 0xc000cd1440, 0x16, 0xc000a88b40, 0x2151d20, 0xc000a88b10, 0xc0009f0c00, 0x3, 0x4, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003bf4a10, 0x1b8e440, 0xc000cd1440, 0x16, 0xc000a88b10, 0x19291e0, 0x2e93fb8, 0x99, 0x1, 0x1830f40, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003bf4a10, 0x1b8e440, 0xc000cd1440, 0x16, 0xc0009eecc0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003bf4a10, 0x1b8e440, 0xc000cd1440, 0x16, 0x2151ba0, 0xc000a88b70)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003bf4a10, 0x1b8e440, 0xc000cd1440, 0x16, 0x2151f00, 0xc000a88990)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0009f0a40, 0xc003bf4a10, 0x1b8e440, 0xc000cd1440, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0009b6e10, 0x211f1c0, 0xc0039127b0, 0x1b8e440, 0xc000cd1440, 0xc000473320, 0xc002cb18c0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0009b6e10, 0x211f1c0, 0xc0039127b0, 0x1b8e440, 0xc000cd1440, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0004788c0, 0xc0023de1e0, 0x20, 0xc004a15450, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x190a140, 0xc0004788e0, 0x13, 0x1b94f6c, 0x4, 0xc004a4ea20, 0x2, 0x2, 0xc000cd1440, 0x16, ...)
    /usr/local/go/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x190a140, 0xc0004788e0, 0x13, 0xc004a4ea20, 0x2, 0x2, 0xc003bf5020, 0x183ee00, 0xc004a165e8)
    /usr/local/go/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x190a140, 0xc0004788e0, 0x13, 0xc004a4ea20, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003bf57f0, 0x1b8e440, 0xc000cd1440, 0x16, 0x190a140, 0xc0004788e0, 0x13, 0x2151d20, 0xc003e18570, 0xc0004f416a, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc003bf57f0, 0x1b8e440, 0xc000cd1440, 0x16, 0xc003e185a0, 0x2151d20, 0xc003e18570, 0xc00430a340, 0x3, 0x4, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003bf57f0, 0x1b8e440, 0xc000cd1440, 0x16, 0xc003e18570, 0x19291e0, 0x2e93fb8, 0x99, 0xe434fd, 0xc003bf57f0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003bf57f0, 0x1b8e440, 0xc000cd1440, 0x16, 0xc003e138c0, 0x0, 0x0, 0x1b8e440)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003bf57f0, 0x1b8e440, 0xc000cd1440, 0x16, 0x2151ba0, 0xc003e18690)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003bf57f0, 0x1b8e440, 0xc000cd1440, 0x16, 0x2151f00, 0xc003e18510)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003bf57f0, 0xa, 0x1b8e440, 0xc000cd1440, 0x16, 0xc003e13860, 0xc003e18510, 0xc003e186f0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003bf57f0, 0x1b8e440, 0xc000cd1440, 0x16, 0x2151ea0, 0xc00430a6c0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003bf57f0, 0x1b8e440, 0xc000cd1440, 0x16, 0x2151f00, 0xc003e17f20)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0072852c0, 0xc003bf57f0, 0x1b8e440, 0xc000cd1440, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0021ca960, 0x211f1c0, 0xc0035974d0, 0x1b8e440, 0xc000cd1440, 0xfcd202, 0xc000c97900)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0021ca960, 0x211f1c0, 0xc0035974d0, 0x1b8e440, 0xc000cd1440, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate(0xc000660480, 0x1b966d8, 0x4, 0x1b95140, 0x4, 0x1b8e440, 0xc000cd1440, 0x211f1c0, 0xc0035974d0, 0x2130fa0, ...)
    /root/project/hugo/hugolib/site.go:1675 +0x96
github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc000660480, 0xc000596600, 0xc002cb1860, 0x22, 0xc001dc7700, 0x3a, 0xc000cd1440, 0x2130fa0, 0xc0021ca960, 0x0, ...)
    /root/project/hugo/hugolib/site.go:1596 +0x1d2
github.com/gohugoio/hugo/hugolib.pageRenderer(0xc0028a4ea0, 0xc000660480, 0xc00324c420, 0xc000c6e300, 0xc00247e5a0)
    /root/project/hugo/hugolib/site_render.go:139 +0x2a5
created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
    /root/project/hugo/hugolib/site_render.go:74 +0x160

goroutine 134 [runnable]:
reflect.(*rtype).NumIn(0x187b2a0, 0xc004dbe180)
    /usr/local/go/src/reflect/type.go:979 +0xbd
reflect.Value.call(0x187b2a0, 0x1c958b0, 0x13, 0x1b94f6c, 0x4, 0xc004dbe140, 0x1, 0x1, 0x183ee00, 0x1b81f20, ...)
    /usr/local/go/src/reflect/value.go:412 +0x606
reflect.Value.Call(0x187b2a0, 0x1c958b0, 0x13, 0xc004dbe140, 0x1, 0x1, 0xc0009ecba0, 0x199, 0xc003e7a298)
    /usr/local/go/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x187b2a0, 0x1c958b0, 0x13, 0xc004dbe140, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003e7ad48, 0x1b8e440, 0xc000ca6960, 0x16, 0x187b2a0, 0x1c958b0, 0x13, 0x2151d20, 0xc003ac35f0, 0x1c08bed, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc003e7ad48, 0x1b8e440, 0xc000ca6960, 0x16, 0xc003ac35c0, 0x2151d20, 0xc003ac35f0, 0xc003ab7d20, 0x1, 0x1, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003e7ad48, 0x1b8e440, 0xc000ca6960, 0x16, 0xc003ac35f0, 0x183ee00, 0xc004dbe108, 0x98, 0x183ee00, 0xc004dbe108, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003e7ad48, 0x1b8e440, 0xc000ca6960, 0x16, 0xc0009ee300, 0x0, 0x0, 0x1b8e440)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e7ad48, 0x1b8e440, 0xc000ca6960, 0x16, 0x2151ba0, 0xc0009ecc90)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e7ad48, 0x1b8e440, 0xc000ca6960, 0x16, 0x2151f00, 0xc0009ecbd0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003e7ad48, 0xa, 0x1b8e440, 0xc000ca6960, 0x16, 0xc0009ee2a0, 0xc0009ecbd0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e7ad48, 0x1b8e440, 0xc000ca6960, 0x16, 0x2151ea0, 0xc0009f02c0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e7ad48, 0x1b8e440, 0xc000ca6960, 0x16, 0x2151f00, 0xc0009ecae0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003e7ad48, 0xa, 0x1b8e440, 0xc000ca6960, 0x16, 0xc0009d1ce0, 0xc0009ec180, 0xc0009ecae0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:296 +0x22c
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e7ad48, 0x1b8e440, 0xc000ca6960, 0x16, 0x2151ea0, 0xc0009f0300)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e7ad48, 0x1b8e440, 0xc000ca6960, 0x16, 0x2151f00, 0xc0009dff20)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003e7ad48, 0x13, 0x1918d20, 0xc004dbc318, 0x95, 0xc0009d1c80, 0xc0009dff20, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:291 +0x158
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e7ad48, 0x1918d20, 0xc004dbc318, 0x95, 0x2152260, 0xc0009f0340)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:274 +0x312
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e7ad48, 0x1918d20, 0xc004dbc318, 0x95, 0x2151f00, 0xc0009dfd10)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkTemplate(0xc003e7b8b0, 0x1b79840, 0xc003bec700, 0x194, 0xc0009d9fc0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:413 +0x202
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e7b8b0, 0x1b79840, 0xc003bec700, 0x194, 0x2152140, 0xc0009d9fc0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:268 +0x20a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e7b8b0, 0x1b79840, 0xc003bec700, 0x194, 0x2151f00, 0xc0009ec990)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003e7b8b0, 0xa, 0x1b79840, 0xc003bec700, 0x194, 0xc0009ee180, 0xc0009ec960, 0xc0009ec990)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:296 +0x22c
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e7b8b0, 0x1b79840, 0xc003bec700, 0x194, 0x2151ea0, 0xc0009f0000)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e7b8b0, 0x1b79840, 0xc003bec700, 0x194, 0x2151f00, 0xc0009ec7b0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange.func1(0x183e380, 0xc001b3c9e8, 0x82, 0x1b79840, 0xc003bec700, 0x194)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:350 +0x124
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange(0xc003e7b8b0, 0x1b8e440, 0xc001138c60, 0x16, 0xc0009f0040)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:359 +0x4fa
github.com/gohugoio/hugo/tpl/internal/go_temp[10:37:59] 'hugo-build' errored after 1.3 s
[10:37:59] Error: Command failed: ./publish
fatal error: concurrent map read and map write

goroutine 137 [running]:
runtime.throw(0x1c1b149, 0x21)
    /usr/local/go/src/runtime/panic.go:1116 +0x72 fp=0xc0044fac68 sp=0xc0044fac38 pc=0x4346f2
runtime.mapaccess1_faststr(0x1915480, 0xc0004731d0, 0xc0001cdc0b, 0x10, 0x2151f00)
    /usr/local/go/src/runtime/map_faststr.go:21 +0x43c fp=0xc0044facd8 sp=0xc0044fac68 pc=0x412bfc
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkTemplate(0xc0044fb8b0, 0x1b79840, 0xc003bec660, 0x194, 0xc0009d9fc0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:399 +0x8e fp=0xc0044fadc0 sp=0xc0044facd8 pc=0xe4233e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fb8b0, 0x1b79840, 0xc003bec660, 0x194, 0x2152140, 0xc0009d9fc0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:268 +0x20a fp=0xc0044fae50 sp=0xc0044fadc0 pc=0xe4148a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fb8b0, 0x1b79840, 0xc003bec660, 0x194, 0x2151f00, 0xc0009ec990)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc0044faee0 sp=0xc0044fae50 pc=0xe413a9
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc0044fb8b0, 0xa, 0x1b79840, 0xc003bec660, 0x194, 0xc0009ee180, 0xc0009ec960, 0xc0009ec990)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:296 +0x22c fp=0xc0044faf68 sp=0xc0044faee0 pc=0xe419fc
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fb8b0, 0x1b79840, 0xc003bec660, 0x194, 0x2151ea0, 0xc0009f0000)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e fp=0xc0044faff8 sp=0xc0044faf68 pc=0xe4150e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fb8b0, 0x1b79840, 0xc003bec660, 0x194, 0x2151f00, 0xc0009ec7b0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc0044fb088 sp=0xc0044faff8 pc=0xe413a9
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange.func1(0x183e380, 0xc001bbb658, 0x82, 0x1b79840, 0xc003bec660, 0x194)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:350 +0x124 fp=0xc0044fb0d8 sp=0xc0044fb088 pc=0xe53394
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange(0xc0044fb8b0, 0x1b8e440, 0xc001138c60, 0x16, 0xc0009f0040)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:359 +0x4fa fp=0xc0044fb228 sp=0xc0044fb0d8 pc=0xe41f1a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fb8b0, 0x1b8e440, 0xc001138c60, 0x16, 0x2152080, 0xc0009f0040)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x455 fp=0xc0044fb2b8 sp=0xc0044fb228 pc=0xe416d5
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fb8b0, 0x1b8e440, 0xc001138c60, 0x16, 0x2151f00, 0xc0009ec270)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc0044fb348 sp=0xc0044fb2b8 pc=0xe413a9
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc0044fb8b0, 0xa, 0x1b8e440, 0xc001138c60, 0x16, 0xc0007c0a20, 0xc0009ec270, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0 fp=0xc0044fb3d0 sp=0xc0044fb348 pc=0xe419a0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fb8b0, 0x1b8e440, 0xc001138c60, 0x16, 0x2151ea0, 0xc0009f0080)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e fp=0xc0044fb460 sp=0xc0044fb3d0 pc=0xe4150e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fb8b0, 0x1b8e440, 0xc001138c60, 0x16, 0x2151f00, 0xc0009ec180)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc0044fb4f0 sp=0xc0044fb460 pc=0xe413a9
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc0044fb8b0, 0xa, 0x1b8e440, 0xc001138c60, 0x16, 0xc0009d1ce0, 0xc0009ec180, 0xc0009ecae0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0 fp=0xc0044fb578 sp=0xc0044fb4f0 pc=0xe419a0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fb8b0, 0x1b8e440, 0xc001138c60, 0x16, 0x2151ea0, 0xc0009f0300)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e fp=0xc0044fb608 sp=0xc0044fb578 pc=0xe4150e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fb8b0, 0x1b8e440, 0xc001138c60, 0x16, 0x2151f00, 0xc0009dff20)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc0044fb698 sp=0xc0044fb608 pc=0xe413a9
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc0044fb8b0, 0x13, 0x1918d20, 0xc004d527f8, 0x95, 0xc0009d1c80, 0xc0009dff20, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:291 +0x158 fp=0xc0044fb720 sp=0xc0044fb698 pc=0xe41928
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fb8b0, 0x1918d20, 0xc004d527f8, 0x95, 0x2152260, 0xc0009f0340)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:274 +0x312 fp=0xc0044fb7b0 sp=0xc0044fb720 pc=0xe41592
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fb8b0, 0x1918d20, 0xc004d527f8, 0x95, 0x2151f00, 0xc0009dfd10)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc0044fb840 sp=0xc0044fb7b0 pc=0xe413a9
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkTemplate(0xc0044fbdd8, 0x1b79840, 0xc0005826b0, 0x194, 0xc0009d9900)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:413 +0x202 fp=0xc0044fb928 sp=0xc0044fb840 pc=0xe424b2
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fbdd8, 0x1b79840, 0xc0005826b0, 0x194, 0x2152140, 0xc0009d9900)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:268 +0x20a fp=0xc0044fb9b8 sp=0xc0044fb928 pc=0xe4148a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fbdd8, 0x1b79840, 0xc0005826b0, 0x194, 0x2151f00, 0xc0009dfbf0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc0044fba48 sp=0xc0044fb9b8 pc=0xe413a9
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange.func1(0x183e380, 0xc001bbae20, 0x82, 0x1b79840, 0xc0005826b0, 0x194)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:350 +0x124 fp=0xc0044fba98 sp=0xc0044fba48 pc=0xe53394
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange(0xc0044fbdd8, 0x1b8e440, 0xc000ca6ea0, 0x16, 0xc0009d9940)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:359 +0x4fa fp=0xc0044fbbe8 sp=0xc0044fba98 pc=0xe41f1a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fbdd8, 0x1b8e440, 0xc000ca6ea0, 0x16, 0x2152080, 0xc0009d9940)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x455 fp=0xc0044fbc78 sp=0xc0044fbbe8 pc=0xe416d5
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fbdd8, 0x1b8e440, 0xc000ca6ea0, 0x16, 0x2151f00, 0xc0009df980)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc0044fbd08 sp=0xc0044fbc78 pc=0xe413a9
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0009d9680, 0xc0044fbdd8, 0x1b8e440, 0xc000ca6ea0, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7 fp=0xc0044fbd70 sp=0xc0044fbd08 pc=0xe4ea17
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0009b6a50, 0x211f1c0, 0xc0022dbbc0, 0x1b8e440, 0xc000ca6ea0, 0xc000473320, 0xc0010cf440)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7 fp=0xc0044fbe50 sp=0xc0044fbd70 pc=0xe4e807
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0009b6a50, 0x211f1c0, 0xc0022dbbc0, 0x1b8e440, 0xc000ca6ea0, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f fp=0xc0044fbf20 sp=0xc0044fbe50 pc=0xf9777f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0004788c0, 0xc000835541, 0x9, 0xc004d2b640, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/partials/partials.go:142 +0x24e fp=0xc0044fc000 sp=0xc0044fbf20 pc=0xf7950e
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include-fm(0xc000835541, 0x9, 0xc004d2b640, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/partials/partials.go:95 +0x63 fp=0xc0044fc060 sp=0xc0044fc000 pc=0xf7aa23
runtime.call128(0xc003365e60, 0xc0004788e0, 0xc00569f8b0, 0x2800000048)
    /usr/local/go/src/runtime/asm_amd64.s:541 +0x52 fp=0xc0044fc0f0 sp=0xc0044fc060 pc=0x4656c2
reflect.Value.call(0x190a140, 0xc0004788e0, 0x13, 0x1b94f6c, 0x4, 0xc003c35d40, 0x2, 0x2, 0xc000ca6ea0, 0x16, ...)
    /usr/local/go/src/reflect/value.go:460 +0x8ab fp=0xc0044fc308 sp=0xc0044fc0f0 pc=0x4ca82b
reflect.Value.Call(0x190a140, 0xc0004788e0, 0x13, 0xc003c35d40, 0x2, 0x2, 0xc004d30f18, 0x81, 0xc0044fc3f8)
    /usr/local/go/src/reflect/value.go:321 +0xb4 fp=0xc0044fc388 sp=0xc0044fc308 pc=0x4c9d34
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x190a140, 0xc0004788e0, 0x13, 0xc003c35d40, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd fp=0xc0044fc408 sp=0xc0044fc388 pc=0xe4a51d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc0044fca10, 0x1b8e440, 0xc000ca6ea0, 0x16, 0x190a140, 0xc0004788e0, 0x13, 0x2151d20, 0xc000a89830, 0xc000835538, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f fp=0xc0044fc558 sp=0xc0044fc408 pc=0xe5055f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc0044fca10, 0x1b8e440, 0xc000ca6ea0, 0x16, 0xc000a89860, 0x2151d20, 0xc000a89830, 0xc0009f1140, 0x3, 0x4, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d fp=0xc0044fc658 sp=0xc0044fc558 pc=0xe4ec3d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc0044fca10, 0x1b8e440, 0xc000ca6ea0, 0x16, 0xc000a89830, 0x19291e0, 0x2e93fb8, 0x99, 0x1, 0x1830f40, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b fp=0xc0044fc730 sp=0xc0044fc658 pc=0xe430eb
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc0044fca10, 0x1b8e440, 0xc000ca6ea0, 0x16, 0xc0009ef1a0, 0xc0009ef080, 0xc000a895f0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a fp=0xc0044fc820 sp=0xc0044fc730 pc=0xe4273a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fca10, 0x1b8e440, 0xc000ca6ea0, 0x16, 0x2151ba0, 0xc000a89890)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396 fp=0xc0044fc8b0 sp=0xc0044fc820 pc=0xe41616
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fca10, 0x1b8e440, 0xc000ca6ea0, 0x16, 0x2151f00, 0xc000a88990)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc0044fc940 sp=0xc0044fc8b0 pc=0xe413a9
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0009f0a40, 0xc0044fca10, 0x1b8e440, 0xc000ca6ea0, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7 fp=0xc0044fc9a8 sp=0xc0044fc940 pc=0xe4ea17
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0009b6e10, 0x211f1c0, 0xc0038f0690, 0x1b8e440, 0xc000ca6ea0, 0xc000473320, 0xc002e700f0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7 fp=0xc0044fca88 sp=0xc0044fc9a8 pc=0xe4e807
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0009b6e10, 0x211f1c0, 0xc0038f0690, 0x1b8e440, 0xc000ca6ea0, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f fp=0xc0044fcb58 sp=0xc0044fca88 pc=0xf9777f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0004788c0, 0xc002d6ae00, 0x20, 0xc000b2dde0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/partials/partials.go:142 +0x24e fp=0xc0044fcc38 sp=0xc0044fcb58 pc=0xf7950e
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include-fm(0xc002d6ae00, 0x20, 0xc000b2dde0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/partials/partials.go:95 +0x63 fp=0xc0044fcc98 sp=0xc0044fcc38 pc=0xf7aa23
runtime.call128(0xc003365e60, 0xc0004788e0, 0xc006026410, 0x2800000048)
    /usr/local/go/src/runtime/asm_amd64.s:541 +0x52 fp=0xc0044fcd28 sp=0xc0044fcc98 pc=0x4656c2
reflect.Value.call(0x190a140, 0xc0004788e0, 0x13, 0x1b94f6c, 0x4, 0xc004387020, 0x2, 0x2, 0xc000ca6ea0, 0x16, ...)
    /usr/local/go/src/reflect/value.go:460 +0x8ab fp=0xc0044fcf40 sp=0xc0044fcd28 pc=0x4ca82b
reflect.Value.Call(0x190a140, 0xc0004788e0, 0x13, 0xc004387020, 0x2, 0x2, 0xc0044fd020, 0x183ee00, 0xc00691e928)
    /usr/local/go/src/reflect/value.go:321 +0xb4 fp=0xc0044fcfc0 sp=0xc0044fcf40 pc=0x4c9d34
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x190a140, 0xc0004788e0, 0x13, 0xc004387020, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd fp=0xc0044fd040 sp=0xc0044fcfc0 pc=0xe4a51d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc0044fd7f0, 0x1b8e440, 0xc000ca6ea0, 0x16, 0x190a140, 0xc0004788e0, 0x13, 0x2151d20, 0xc003e18570, 0xc0004f416a, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f fp=0xc0044fd190 sp=0xc0044fd040 pc=0xe5055f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc0044fd7f0, 0x1b8e440, 0xc000ca6ea0, 0x16, 0xc003e185a0, 0x2151d20, 0xc003e18570, 0xc00430a340, 0x3, 0x4, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d fp=0xc0044fd290 sp=0xc0044fd190 pc=0xe4ec3d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc0044fd7f0, 0x1b8e440, 0xc000ca6ea0, 0x16, 0xc003e18570, 0x19291e0, 0x2e93fb8, 0x99, 0xe434fd, 0xc0044fd7f0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b fp=0xc0044fd368 sp=0xc0044fd290 pc=0xe430eb
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc0044fd7f0, 0x1b8e440, 0xc000ca6ea0, 0x16, 0xc003e138c0, 0x0, 0x0, 0x1b8e440)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a fp=0xc0044fd458 sp=0xc0044fd368 pc=0xe4273a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fd7f0, 0x1b8e440, 0xc000ca6ea0, 0x16, 0x2151ba0, 0xc003e18690)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396 fp=0xc0044fd4e8 sp=0xc0044fd458 pc=0xe41616
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fd7f0, 0x1b8e440, 0xc000ca6ea0, 0x16, 0x2151f00, 0xc003e18510)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc0044fd578 sp=0xc0044fd4e8 pc=0xe413a9
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc0044fd7f0, 0xa, 0x1b8e440, 0xc000ca6ea0, 0x16, 0xc003e13860, 0xc003e18510, 0xc003e186f0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0 fp=0xc0044fd600 sp=0xc0044fd578 pc=0xe419a0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fd7f0, 0x1b8e440, 0xc000ca6ea0, 0x16, 0x2151ea0, 0xc00430a6c0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e fp=0xc0044fd690 sp=0xc0044fd600 pc=0xe4150e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0044fd7f0, 0x1b8e440, 0xc000ca6ea0, 0x16, 0x2151f00, 0xc003e17f20)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129 fp=0xc0044fd720 sp=0xc0044fd690 pc=0xe413a9
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0072852c0, 0xc0044fd7f0, 0x1b8e440, 0xc000ca6ea0, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7 fp=0xc0044fd788 sp=0xc0044fd720 pc=0xe4ea17
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0021ca960, 0x211f1c0, 0xc000d7eba0, 0x1b8e440, 0xc000ca6ea0, 0xfcd202, 0xc000c96a00)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7 fp=0xc0044fd868 sp=0xc0044fd788 pc=0xe4e807
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0021ca960, 0x211f1c0, 0xc000d7eba0, 0x1b8e440, 0xc000ca6ea0, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f fp=0xc0044fd938 sp=0xc0044fd868 pc=0xf9777f
github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate(0xc000660480, 0x1b966d8, 0x4, 0x1b95140, 0x4, 0x1b8e440, 0xc000ca6ea0, 0x211f1c0, 0xc000d7eba0, 0x2130fa0, ...)
    /root/project/hugo/hugolib/site.go:1675 +0x96 fp=0xc0044fd9b0 sp=0xc0044fd938 pc=0xfee396
github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc000660480, 0xc000596600, 0xc002e700c0, 0x2b, 0xc002296b40, 0x50, 0xc000ca6ea0, 0x2130fa0, 0xc0021ca960, 0x0, ...)
    /root/project/hugo/hugolib/site.go:1596 +0x1d2 fp=0xc0044fde90 sp=0xc0044fd9b0 pc=0xfedad2
github.com/gohugoio/hugo/hugolib.pageRenderer(0xc0028a4ea0, 0xc000660480, 0xc00324c420, 0xc000c6e300, 0xc00247e5a0)
    /root/project/hugo/hugolib/site_render.go:139 +0x2a5 fp=0xc0044fdfb8 sp=0xc0044fde90 pc=0xff0725
runtime.goexit()
    /usr/local/go/src/runtime/asm_amd64.s:1373 +0x1 fp=0xc0044fdfc0 sp=0xc0044fdfb8 pc=0x467181
created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
    /root/project/hugo/hugolib/site_render.go:74 +0x160

goroutine 1 [semacquire]:
sync.runtime_Semacquire(0xc000b48e80)
    /usr/local/go/src/runtime/sema.go:56 +0x42
sync.(*WaitGroup).Wait(0xc000b48e78)
    /usr/local/go/src/sync/waitgroup.go:130 +0x64
golang.org/x/sync/errgroup.(*Group).Wait(0xc000b48e70, 0xc000b0b500, 0x13)
    /go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:40 +0x31
github.com/gohugoio/hugo/commands.(*commandeer).fullBuild(0xc00090f520, 0x0, 0x0)
    /root/project/hugo/commands/hugo.go:333 +0x455
github.com/gohugoio/hugo/commands.(*commandeer).build(0xc00090f520, 0x0, 0x0)
    /root/project/hugo/commands/hugo.go:474 +0xab
github.com/gohugoio/hugo/commands.(*commandsBuilder).newHugoCmd.func1(0xc000902c80, 0xc000348440, 0x0, 0x4, 0x0, 0x0)
    /root/project/hugo/commands/commands.go:171 +0x15c
github.com/spf13/cobra.(*Command).execute(0xc000902c80, 0xc0000c8010, 0x4, 0x4, 0xc000902c80, 0xc0000c8010)
    /go/pkg/mod/github.com/spf13/[email protected]/command.go:826 +0x453
github.com/spf13/cobra.(*Command).ExecuteC(0xc000902c80, 0xc000900440, 0x20d22e1, 0x0)
    /go/pkg/mod/github.com/spf13/[email protected]/command.go:914 +0x2fb
github.com/gohugoio/hugo/commands.Execute(0xc0000c8010, 0x4, 0x4, 0x405b6f, 0xc0000a4058, 0x0, 0x0)
    /root/project/hugo/commands/hugo.go:89 +0xb9
main.main()
    /root/project/hugo/main.go:23 +0x6c

goroutine 10 [select]:
go.opencensus.io/stats/view.(*worker).start(0xc00063cff0)
    /go/pkg/mod/[email protected]/stats/view/worker.go:154 +0x100
created by go.opencensus.io/stats/view.init.0
    /go/pkg/mod/[email protected]/stats/view/worker.go:32 +0x57

goroutine 126 [runnable]:
github.com/gohugoio/hugo/hugolib.(*Site).renderPages.func1(0xc000809180, 0x1b, 0xc00072aa20, 0xc00324c420)
    /root/project/hugo/hugolib/site_render.go:85 +0xa7
github.com/gohugoio/hugo/hugolib.contentTrees.Walk.func1(0xc000809180, 0x1b, 0x18e9540, 0xc00072aa20, 0xc000c17ac0)
    /root/project/hugo/hugolib/content_map.go:869 +0x54
github.com/armon/go-radix.recursiveWalk(0xc00072acf0, 0xc003c05978, 0x1)
    /go/pkg/mod/github.com/armon/[email protected]/radix.go:519 +0xf0
github.com/armon/go-radix.recursiveWalk(0xc00072ad80, 0xc003c05978, 0xc003c05808)
    /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e
github.com/armon/go-radix.recursiveWalk(0xc00072ae40, 0xc003c05978, 0x18e9540)
    /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e
github.com/armon/go-radix.recursiveWalk(0xc0008db470, 0xc003c05978, 0x7fbcafef3300)
    /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e
github.com/armon/go-radix.recursiveWalk(0xc0008c1380, 0xc003c05978, 0x1b8e400)
    /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e
github.com/armon/go-radix.recursiveWalk(0xc000c0c240, 0xc003c05978, 0x0)
    /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e
github.com/armon/go-radix.recursiveWalk(0xc0008da750, 0xc003c05978, 0xc0028b99a8)
    /go/pkg/mod/github.com/armon/[email protected]/radix.go:525 +0x7e
github.com/armon/go-radix.(*Tree).Walk(...)
    /go/pkg/mod/github.com/armon/[email protected]/radix.go:447
github.com/gohugoio/hugo/hugolib.contentTrees.Walk(0xc0008772a0, 0x3, 0x3, 0xc003c05a10)
    /root/project/hugo/hugolib/content_map.go:867 +0x67
github.com/gohugoio/hugo/hugolib.(*Site).renderPages(0xc000660480, 0xc0028a4ea0, 0x0, 0xc0028b9a00)
    /root/project/hugo/hugolib/site_render.go:79 +0x1f8
github.com/gohugoio/hugo/hugolib.(*Site).render(0xc000660480, 0xc0028a4ea0, 0x0, 0x0)
    /root/project/hugo/hugolib/site.go:1154 +0x54
github.com/gohugoio/hugo/hugolib.(*HugoSites).render(0xc0004f90e0, 0xc000b09680, 0x2e93fb8, 0x1)
    /root/project/hugo/hugolib/hugo_sites_build.go:325 +0x409
github.com/gohugoio/hugo/hugolib.(*HugoSites).Build.func4()
    /root/project/hugo/hugolib/hugo_sites_build.go:149 +0x3c
runtime/trace.WithRegion(0x2143ce0, 0xc000b48ea0, 0x1b9f67a, 0x6, 0xc001405e60)
    /usr/local/go/src/runtime/trace/annotation.go:137 +0xfe
github.com/gohugoio/hugo/hugolib.(*HugoSites).Build(0xc0004f90e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/hugolib/hugo_sites_build.go:151 +0x7b5
github.com/gohugoio/hugo/commands.(*commandeer).buildSites(...)
    /root/project/hugo/commands/hugo.go:703
github.com/gohugoio/hugo/commands.(*commandeer).fullBuild.func3(0x0, 0x0)
    /root/project/hugo/commands/hugo.go:315 +0x96
golang.org/x/sync/errgroup.(*Group).Go.func1(0xc000b48e70, 0xc000b0b500)
    /go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:57 +0x59
created by golang.org/x/sync/errgroup.(*Group).Go
    /go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:54 +0x66

goroutine 127 [chan receive]:
github.com/gohugoio/hugo/hugolib.(*HugoSites).Build.func1(0xc0004f90e0, 0xc000b05da0, 0xc000b24d20)
    /root/project/hugo/hugolib/hugo_sites_build.go:65 +0x7c
created by github.com/gohugoio/hugo/hugolib.(*HugoSites).Build
    /root/project/hugo/hugolib/hugo_sites_build.go:62 +0x21a

goroutine 129 [chan receive]:
github.com/gohugoio/hugo/hugolib.(*Site).errorCollator(0xc000660480, 0xc000c6e300, 0xc000c6e480)
    /root/project/hugo/hugolib/site.go:1512 +0x72
created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
    /root/project/hugo/hugolib/site_render.go:68 +0xdb

goroutine 130 [runnable]:
github.com/gohugoio/hugo/tpl/collections.(*Namespace).checkWhereArray(0xc0009063d0, 0x1b5f880, 0xc004600ca8, 0x97, 0x183ee00, 0xc003eed930, 0x98, 0x183ee00, 0xc004602378, 0x98, ...)
    /root/project/hugo/tpl/collections/where.go:385 +0xe7
github.com/gohugoio/hugo/tpl/collections.(*Namespace).Where(0xc0009063d0, 0x1b5f880, 0xc004600ca8, 0x183ee00, 0xc003eed930, 0xc003eed940, 0x1, 0x1, 0xc001871358, 0x4d2d2c, ...)
    /root/project/hugo/tpl/collections/where.go:45 +0x416
reflect.Value.call(0x19252e0, 0xc000478330, 0x13, 0x1b94f6c, 0x4, 0xc003eaf9a0, 0x3, 0x3, 0xc004602378, 0x98, ...)
    /usr/local/go/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x19252e0, 0xc000478330, 0x13, 0xc003eaf9a0, 0x3, 0x3, 0xc004600c20, 0x183ee00, 0xc004602378)
    /usr/local/go/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x19252e0, 0xc000478330, 0x13, 0xc003eaf9a0, 0x3, 0x3, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc001871dd8, 0x1b8e440, 0xc000cd08d0, 0x16, 0x19252e0, 0xc000478330, 0x13, 0x2151d20, 0xc0009d5b60, 0xc0000d65b2, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc001871dd8, 0x1b8e440, 0xc000cd08d0, 0x16, 0xc0009d5b90, 0x2151d20, 0xc0009d5b60, 0xc0009d8b00, 0x4, 0x4, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc001871dd8, 0x1b8e440, 0xc000cd08d0, 0x16, 0xc0009d5b60, 0x19291e0, 0x2e93fb8, 0x99, 0x40c646, 0xc003eaf950, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc001871dd8, 0x1b8e440, 0xc000cd08d0, 0x16, 0xc0009d1080, 0x28, 0xe413a9, 0x2)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange(0xc001871dd8, 0x1b8e440, 0xc000cd08d0, 0x16, 0xc0009d8f40)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:338 +0xea
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc001871dd8, 0x1b8e440, 0xc000cd08d0, 0x16, 0x2152080, 0xc0009d8f40)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x455
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc001871dd8, 0x1b8e440, 0xc000cd08d0, 0x16, 0x2151f00, 0xc0009d5a10)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0009d89c0, 0xc001871dd8, 0x1b8e440, 0xc000cd08d0, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0009b6780, 0x211f1c0, 0xc0042cd170, 0x1b8e440, 0xc000cd08d0, 0xc000473320, 0xc001871ec8)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0009b6780, 0x211f1c0, 0xc0042cd170, 0x1b8e440, 0xc000cd08d0, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0004788c0, 0xc0008350d8, 0xb, 0xc003eed8b0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x190a140, 0xc0004788e0, 0x13, 0x1b94f6c, 0x4, 0xc0046022a0, 0x2, 0x2, 0xc000cd08d0, 0x16, ...)
    /usr/local/go/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x190a140, 0xc0004788e0, 0x13, 0xc0046022a0, 0x2, 0x2, 0x1, 0x1, 0xc0018723f8)
    /usr/local/go/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x190a140, 0xc0004788e0, 0x13, 0xc0046022a0, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc001872a10, 0x1b8e440, 0xc000cd08d0, 0x16, 0x190a140, 0xc0004788e0, 0x13, 0x2151d20, 0xc000a88b10, 0xc0008350cf, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc001872a10, 0x1b8e440, 0xc000cd08d0, 0x16, 0xc000a88b40, 0x2151d20, 0xc000a88b10, 0xc0009f0c00, 0x3, 0x4, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc001872a10, 0x1b8e440, 0xc000cd08d0, 0x16, 0xc000a88b10, 0x19291e0, 0x2e93fb8, 0x99, 0x1, 0x1830f40, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc001872a10, 0x1b8e440, 0xc000cd08d0, 0x16, 0xc0009eecc0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc001872a10, 0x1b8e440, 0xc000cd08d0, 0x16, 0x2151ba0, 0xc000a88b70)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc001872a10, 0x1b8e440, 0xc000cd08d0, 0x16, 0x2151f00, 0xc000a88990)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0009f0a40, 0xc001872a10, 0x1b8e440, 0xc000cd08d0, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0009b6e10, 0x211f1c0, 0xc00420a450, 0x1b8e440, 0xc000cd08d0, 0xc000473320, 0xc0017d84b0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0009b6e10, 0x211f1c0, 0xc00420a450, 0x1b8e440, 0xc000cd08d0, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0004788c0, 0xc002450f00, 0x20, 0xc003eed830, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x190a140, 0xc0004788e0, 0x13, 0x1b94f6c, 0x4, 0xc0046021b0, 0x2, 0x2, 0xc000cd08d0, 0x16, ...)
    /usr/local/go/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x190a140, 0xc0004788e0, 0x13, 0xc0046021b0, 0x2, 0x2, 0xc001873020, 0x183ee00, 0xc0066099e8)
    /usr/local/go/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x190a140, 0xc0004788e0, 0x13, 0xc0046021b0, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc0018737f0, 0x1b8e440, 0xc000cd08d0, 0x16, 0x190a140, 0xc0004788e0, 0x13, 0x2151d20, 0xc003e18570, 0xc0004f416a, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc0018737f0, 0x1b8e440, 0xc000cd08d0, 0x16, 0xc003e185a0, 0x2151d20, 0xc003e18570, 0xc00430a340, 0x3, 0x4, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc0018737f0, 0x1b8e440, 0xc000cd08d0, 0x16, 0xc003e18570, 0x19291e0, 0x2e93fb8, 0x99, 0xe434fd, 0xc0018737f0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc0018737f0, 0x1b8e440, 0xc000cd08d0, 0x16, 0xc003e138c0, 0x0, 0x0, 0x1b8e440)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0018737f0, 0x1b8e440, 0xc000cd08d0, 0x16, 0x2151ba0, 0xc003e18690)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0018737f0, 0x1b8e440, 0xc000cd08d0, 0x16, 0x2151f00, 0xc003e18510)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc0018737f0, 0xa, 0x1b8e440, 0xc000cd08d0, 0x16, 0xc003e13860, 0xc003e18510, 0xc003e186f0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0018737f0, 0x1b8e440, 0xc000cd08d0, 0x16, 0x2151ea0, 0xc00430a6c0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0018737f0, 0x1b8e440, 0xc000cd08d0, 0x16, 0x2151f00, 0xc003e17f20)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0072852c0, 0xc0018737f0, 0x1b8e440, 0xc000cd08d0, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0021ca960, 0x211f1c0, 0xc003587aa0, 0x1b8e440, 0xc000cd08d0, 0xfcd202, 0xc000c97400)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0021ca960, 0x211f1c0, 0xc003587aa0, 0x1b8e440, 0xc000cd08d0, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate(0xc000660480, 0x1b966d8, 0x4, 0x1b95140, 0x4, 0x1b8e440, 0xc000cd08d0, 0x211f1c0, 0xc003587aa0, 0x2130fa0, ...)
    /root/project/hugo/hugolib/site.go:1675 +0x96
github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc000660480, 0xc000596600, 0xc001873f00, 0x15, 0xc001dc6e00, 0x32, 0xc000cd08d0, 0x2130fa0, 0xc0021ca960, 0x0, ...)
    /root/project/hugo/hugolib/site.go:1596 +0x1d2
github.com/gohugoio/hugo/hugolib.pageRenderer(0xc0028a4ea0, 0xc000660480, 0xc00324c420, 0xc000c6e300, 0xc00247e5a0)
    /root/project/hugo/hugolib/site_render.go:139 +0x2a5
created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
    /root/project/hugo/hugolib/site_render.go:74 +0x160

goroutine 131 [select]:
github.com/gohugoio/hugo/lazy.(*Init).withTimeout(0xc0014273e0, 0x6fc23ac00, 0xc001f66e40, 0x0, 0x0, 0x0, 0x0)
    /root/project/hugo/lazy/init.go:186 +0x1bb
github.com/gohugoio/hugo/lazy.(*Init).BranchWithTimeout.func1(0x4c8162, 0x2e5e180, 0x19aed60, 0xc003c31c20)
    /root/project/hugo/lazy/init.go:69 +0x3c
github.com/gohugoio/hugo/lazy.(*Init).Do.func1()
    /root/project/hugo/lazy/init.go:97 +0x136
github.com/gohugoio/hugo/lazy.(*onceMore).Do(0xc0029148c8, 0xc003c31bd8)
    /root/project/hugo/lazy/once.go:53 +0xdb
github.com/gohugoio/hugo/lazy.(*Init).Do(0xc0029148a0, 0x20, 0x18, 0xc004156630, 0x445ee3)
    /root/project/hugo/lazy/init.go:79 +0x5b
github.com/gohugoio/hugo/hugolib.(*Site).initInit(0xc000660480, 0xc0029148a0, 0x2139d60, 0xc000cd0210, 0x7fbcd6d6a560)
    /root/project/hugo/hugolib/site.go:209 +0x2f
github.com/gohugoio/hugo/hugolib.(*pageContentOutput).TableOfContents(0xc002922c40, 0xc003c31db0, 0x4c4fa1)
    /root/project/hugo/hugolib/page__per_output.go:338 +0x56
reflect.Value.call(0x1b8e440, 0xc000cd0210, 0x1a613, 0x1b94f6c, 0x4, 0x2e93fb8, 0x0, 0x0, 0x1914f40, 0x0, ...)
    /usr/local/go/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x1b8e440, 0xc000cd0210, 0x1a613, 0x2e93fb8, 0x0, 0x0, 0x1837800, 0xc003c31fd0, 0xc003c31fd0)
    /usr/local/go/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x1b8e440, 0xc000cd0210, 0x1a613, 0x2e93fb8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003c32a10, 0x1b8e440, 0xc000cd0210, 0x16, 0x1b8e440, 0xc000cd0210, 0x1a613, 0x2151de0, 0xc000a92d50, 0xc000835cd6, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalField(0xc003c32a10, 0x1b8e440, 0xc000cd0210, 0x16, 0xc000835cd6, 0xf, 0x2151de0, 0xc000a92d50, 0xc000a90510, 0x1, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:172 +0x5fc
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFieldChain(0xc003c32a10, 0x1b8e440, 0xc000cd0210, 0x16, 0x1b8e440, 0xc000cd0210, 0x16, 0x2151de0, 0xc000a92d50, 0xc000a90500, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:565 +0x220
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFieldNode(0xc003c32a10, 0x1b8e440, 0xc000cd0210, 0x16, 0xc000a92d50, 0xc000a90510, 0x1, 0x1, 0x19291e0, 0x2e93fb8, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:529 +0x113
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003c32a10, 0x1b8e440, 0xc000cd0210, 0x16, 0xc000a92d20, 0x19291e0, 0x2e93fb8, 0x99, 0x95, 0x95, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:457 +0x99d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003c32a10, 0x1b8e440, 0xc000cd0210, 0x16, 0xc0009efa40, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003c32a10, 0x1b8e440, 0xc000cd0210, 0x16, 0x2151ba0, 0xc000a92d80)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003c32a10, 0x1b8e440, 0xc000cd0210, 0x16, 0x2151f00, 0xc000a92360)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003c32a10, 0xa, 0x1b8e440, 0xc000cd0210, 0x16, 0xc0009ef620, 0xc000a92360, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003c32a10, 0x1b8e440, 0xc000cd0210, 0x16, 0x2151ea0, 0xc0009f1c40)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003c32a10, 0x1b8e440, 0xc000cd0210, 0x16, 0x2151f00, 0xc000a88990)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0009f0a40, 0xc003c32a10, 0x1b8e440, 0xc000cd0210, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0009b6e10, 0x211f1c0, 0xc0034bfa10, 0x1b8e440, 0xc000cd0210, 0xc000473320, 0xc002a9a600)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0009b6e10, 0x211f1c0, 0xc0034bfa10, 0x1b8e440, 0xc000cd0210, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0004788c0, 0xc002402ae0, 0x20, 0xc004355d50, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x190a140, 0xc0004788e0, 0x13, 0x1b94f6c, 0x4, 0xc00436af30, 0x2, 0x2, 0xc000cd0210, 0x16, ...)
    /usr/local/go/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x190a140, 0xc0004788e0, 0x13, 0xc00436af30, 0x2, 0x2, 0xc003c33020, 0x183ee00, 0xc004367228)
    /usr/local/go/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x190a140, 0xc0004788e0, 0x13, 0xc00436af30, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003c337f0, 0x1b8e440, 0xc000cd0210, 0x16, 0x190a140, 0xc0004788e0, 0x13, 0x2151d20, 0xc003e18570, 0xc0004f416a, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc003c337f0, 0x1b8e440, 0xc000cd0210, 0x16, 0xc003e185a0, 0x2151d20, 0xc003e18570, 0xc00430a340, 0x3, 0x4, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003c337f0, 0x1b8e440, 0xc000cd0210, 0x16, 0xc003e18570, 0x19291e0, 0x2e93fb8, 0x99, 0xe434fd, 0xc003c337f0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003c337f0, 0x1b8e440, 0xc000cd0210, 0x16, 0xc003e138c0, 0x0, 0x0, 0x1b8e440)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003c337f0, 0x1b8e440, 0xc000cd0210, 0x16, 0x2151ba0, 0xc003e18690)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003c337f0, 0x1b8e440, 0xc000cd0210, 0x16, 0x2151f00, 0xc003e18510)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003c337f0, 0xa, 0x1b8e440, 0xc000cd0210, 0x16, 0xc003e13860, 0xc003e18510, 0xc003e186f0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003c337f0, 0x1b8e440, 0xc000cd0210, 0x16, 0x2151ea0, 0xc00430a6c0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003c337f0, 0x1b8e440, 0xc000cd0210, 0x16, 0x2151f00, 0xc003e17f20)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0072852c0, 0xc003c337f0, 0x1b8e440, 0xc000cd0210, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0021ca960, 0x211f1c0, 0xc0070b9860, 0x1b8e440, 0xc000cd0210, 0xfcd202, 0xc000c97180)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0021ca960, 0x211f1c0, 0xc0070b9860, 0x1b8e440, 0xc000cd0210, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate(0xc000660480, 0x1b966d8, 0x4, 0x1b95140, 0x4, 0x1b8e440, 0xc000cd0210, 0x211f1c0, 0xc0070b9860, 0x2130fa0, ...)
    /root/project/hugo/hugolib/site.go:1675 +0x96
github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc000660480, 0xc000596600, 0xc003c33f00, 0x17, 0xc001dc6980, 0x3c, 0xc000cd0210, 0x2130fa0, 0xc0021ca960, 0x0, ...)
    /root/project/hugo/hugolib/site.go:1596 +0x1d2
github.com/gohugoio/hugo/hugolib.pageRenderer(0xc0028a4ea0, 0xc000660480, 0xc00324c420, 0xc000c6e300, 0xc00247e5a0)
    /root/project/hugo/hugolib/site_render.go:139 +0x2a5
created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
    /root/project/hugo/hugolib/site_render.go:74 +0x160

goroutine 132 [runnable]:
reflect.resolveNameOff(0x193f2a0, 0x5180, 0x1737fd6)
    /usr/local/go/src/runtime/runtime1.go:481 +0x4c
reflect.(*rtype).nameOff(...)
    /usr/local/go/src/reflect/type.go:683
reflect.implements(0x193f2a0, 0x1a5da40, 0x1b8e440)
    /usr/local/go/src/reflect/type.go:1487 +0xd1
reflect.(*rtype).Implements(0x1a5da40, 0x2164b40, 0x193f2a0, 0x1a5da40)
    /usr/local/go/src/reflect/type.go:1437 +0x72
github.com/gohugoio/hugo/tpl/collections.evaluateSubElem(0x1b79840, 0xc003412640, 0x194, 0xc0000d65c5, 0x4, 0xc00133eb70, 0x194, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/collections/where.go:313 +0xc45
github.com/gohugoio/hugo/tpl/collections.(*Namespace).checkWhereArray(0xc0009063d0, 0x1b5f880, 0xc004c41308, 0x97, 0x183ee00, 0xc004c2cc90, 0x98, 0x183ee00, 0xc004c315a8, 0x98, ...)
    /root/project/hugo/tpl/collections/where.go:387 +0xdf
github.com/gohugoio/hugo/tpl/collections.(*Namespace).Where(0xc0009063d0, 0x1b5f880, 0xc004c41308, 0x183ee00, 0xc004c2cc90, 0xc004c2cca0, 0x1, 0x1, 0xc003377358, 0x4d2d2c, ...)
    /root/project/hugo/tpl/collections/where.go:45 +0x416
reflect.Value.call(0x19252e0, 0xc000478330, 0x13, 0x1b94f6c, 0x4, 0xc004c0b2c0, 0x3, 0x3, 0xc004c315a8, 0x98, ...)
    /usr/local/go/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x19252e0, 0xc000478330, 0x13, 0xc004c0b2c0, 0x3, 0x3, 0xc004c41280, 0x183ee00, 0xc004c315a8)
    /usr/local/go/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x19252e0, 0xc000478330, 0x13, 0xc004c0b2c0, 0x3, 0x3, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003377dd8, 0x1b8e440, 0xc000cec060, 0x16, 0x19252e0, 0xc000478330, 0x13, 0x2151d20, 0xc0009d5b60, 0xc0000d65b2, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc003377dd8, 0x1b8e440, 0xc000cec060, 0x16, 0xc0009d5b90, 0x2151d20, 0xc0009d5b60, 0xc0009d8b00, 0x4, 0x4, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003377dd8, 0x1b8e440, 0xc000cec060, 0x16, 0xc0009d5b60, 0x19291e0, 0x2e93fb8, 0x99, 0x40c646, 0xc004c0b270, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003377dd8, 0x1b8e440, 0xc000cec060, 0x16, 0xc0009d1080, 0x28, 0xe413a9, 0x2)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange(0xc003377dd8, 0x1b8e440, 0xc000cec060, 0x16, 0xc0009d8f40)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:338 +0xea
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003377dd8, 0x1b8e440, 0xc000cec060, 0x16, 0x2152080, 0xc0009d8f40)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x455
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003377dd8, 0x1b8e440, 0xc000cec060, 0x16, 0x2151f00, 0xc0009d5a10)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0009d89c0, 0xc003377dd8, 0x1b8e440, 0xc000cec060, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0009b6780, 0x211f1c0, 0xc003365ef0, 0x1b8e440, 0xc000cec060, 0xc000473320, 0xc003377ec8)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0009b6780, 0x211f1c0, 0xc003365ef0, 0x1b8e440, 0xc000cec060, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0004788c0, 0xc0008350d8, 0xb, 0xc004c2cc10, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x190a140, 0xc0004788e0, 0x13, 0x1b94f6c, 0x4, 0xc004c314d0, 0x2, 0x2, 0xc000cec060, 0x16, ...)
    /usr/local/go/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x190a140, 0xc0004788e0, 0x13, 0xc004c314d0, 0x2, 0x2, 0x1, 0x1, 0xc0033783f8)
    /usr/local/go/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x190a140, 0xc0004788e0, 0x13, 0xc004c314d0, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003378a10, 0x1b8e440, 0xc000cec060, 0x16, 0x190a140, 0xc0004788e0, 0x13, 0x2151d20, 0xc000a88b10, 0xc0008350cf, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc003378a10, 0x1b8e440, 0xc000cec060, 0x16, 0xc000a88b40, 0x2151d20, 0xc000a88b10, 0xc0009f0c00, 0x3, 0x4, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003378a10, 0x1b8e440, 0xc000cec060, 0x16, 0xc000a88b10, 0x19291e0, 0x2e93fb8, 0x99, 0x1, 0x1830f40, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003378a10, 0x1b8e440, 0xc000cec060, 0x16, 0xc0009eecc0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003378a10, 0x1b8e440, 0xc000cec060, 0x16, 0x2151ba0, 0xc000a88b70)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003378a10, 0x1b8e440, 0xc000cec060, 0x16, 0x2151f00, 0xc000a88990)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0009f0a40, 0xc003378a10, 0x1b8e440, 0xc000cec060, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0009b6e10, 0x211f1c0, 0xc000d7ea20, 0x1b8e440, 0xc000cec060, 0xc000473320, 0xc002b77f50)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0009b6e10, 0x211f1c0, 0xc000d7ea20, 0x1b8e440, 0xc000cec060, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0004788c0, 0xc002443760, 0x20, 0xc004c2cb90, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x190a140, 0xc0004788e0, 0x13, 0x1b94f6c, 0x4, 0xc004c313e0, 0x2, 0x2, 0xc000cec060, 0x16, ...)
    /usr/local/go/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x190a140, 0xc0004788e0, 0x13, 0xc004c313e0, 0x2, 0x2, 0xc003379020, 0x183ee00, 0xc00411f7e8)
    /usr/local/go/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x190a140, 0xc0004788e0, 0x13, 0xc004c313e0, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc0033797f0, 0x1b8e440, 0xc000cec060, 0x16, 0x190a140, 0xc0004788e0, 0x13, 0x2151d20, 0xc003e18570, 0xc0004f416a, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc0033797f0, 0x1b8e440, 0xc000cec060, 0x16, 0xc003e185a0, 0x2151d20, 0xc003e18570, 0xc00430a340, 0x3, 0x4, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc0033797f0, 0x1b8e440, 0xc000cec060, 0x16, 0xc003e18570, 0x19291e0, 0x2e93fb8, 0x99, 0xe434fd, 0xc0033797f0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc0033797f0, 0x1b8e440, 0xc000cec060, 0x16, 0xc003e138c0, 0x0, 0x0, 0x1b8e440)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0033797f0, 0x1b8e440, 0xc000cec060, 0x16, 0x2151ba0, 0xc003e18690)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0033797f0, 0x1b8e440, 0xc000cec060, 0x16, 0x2151f00, 0xc003e18510)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc0033797f0, 0xa, 0x1b8e440, 0xc000cec060, 0x16, 0xc003e13860, 0xc003e18510, 0xc003e186f0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0033797f0, 0x1b8e440, 0xc000cec060, 0x16, 0x2151ea0, 0xc00430a6c0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc0033797f0, 0x1b8e440, 0xc000cec060, 0x16, 0x2151f00, 0xc003e17f20)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0072852c0, 0xc0033797f0, 0x1b8e440, 0xc000cec060, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0021ca960, 0x211f1c0, 0xc003900d80, 0x1b8e440, 0xc000cec060, 0xfcd202, 0xc000cee000)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0021ca960, 0x211f1c0, 0xc003900d80, 0x1b8e440, 0xc000cec060, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate(0xc000660480, 0x1b966d8, 0x4, 0x1b95140, 0x4, 0x1b8e440, 0xc000cec060, 0x211f1c0, 0xc003900d80, 0x2130fa0, ...)
    /root/project/hugo/hugolib/site.go:1675 +0x96
github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc000660480, 0xc000596600, 0xc003379f00, 0x1a, 0xc001e12340, 0x3f, 0xc000cec060, 0x2130fa0, 0xc0021ca960, 0x0, ...)
    /root/project/hugo/hugolib/site.go:1596 +0x1d2
github.com/gohugoio/hugo/hugolib.pageRenderer(0xc0028a4ea0, 0xc000660480, 0xc00324c420, 0xc000c6e300, 0xc00247e5a0)
    /root/project/hugo/hugolib/site_render.go:139 +0x2a5
created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
    /root/project/hugo/hugolib/site_render.go:74 +0x160

goroutine 133 [runnable]:
sync.(*Map).Load(0x2e5e508, 0x183efc0, 0xc003bf2af0, 0x4, 0xc022d40545, 0xc004a6c188)
    /usr/local/go/src/sync/map.go:102 +0x2f2
reflect.FuncOf(0xc004a616f0, 0x1, 0x1, 0xc004a61700, 0x1, 0x1, 0x1a7f000, 0x0, 0x0)
    /usr/local/go/src/reflect/type.go:2002 +0x466
reflect.(*rtype).Method(0x1b8e440, 0x13, 0x172ff18, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
    /usr/local/go/src/reflect/type.go:823 +0x500
reflect.(*rtype).MethodByName(0x1b8e440, 0xc0000d65c5, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
    /usr/local/go/src/reflect/type.go:845 +0x1c2
github.com/gohugoio/hugo/tpl/collections.evaluateSubElem(0x1b79840, 0xc003413060, 0x194, 0xc0000d65c5, 0x4, 0xc00131a390, 0x194, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/collections/where.go:302 +0x171
github.com/gohugoio/hugo/tpl/collections.(*Namespace).checkWhereArray(0xc0009063d0, 0x1b5f880, 0xc004a4be08, 0x97, 0x183ee00, 0xc004a15550, 0x98, 0x183ee00, 0xc004a4ebe8, 0x98, ...)
    /root/project/hugo/tpl/collections/where.go:387 +0xdf
github.com/gohugoio/hugo/tpl/collections.(*Namespace).Where(0xc0009063d0, 0x1b5f880, 0xc004a4be08, 0x183ee00, 0xc004a15550, 0xc004a15560, 0x1, 0x1, 0xc003bf3358, 0x4d2d2c, ...)
    /root/project/hugo/tpl/collections/where.go:45 +0x416
reflect.Value.call(0x19252e0, 0xc000478330, 0x13, 0x1b94f6c, 0x4, 0xc004a05310, 0x3, 0x3, 0xc004a4ebe8, 0x98, ...)
    /usr/local/go/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x19252e0, 0xc000478330, 0x13, 0xc004a05310, 0x3, 0x3, 0xc004a4bd80, 0x183ee00, 0xc004a4ebe8)
    /usr/local/go/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x19252e0, 0xc000478330, 0x13, 0xc004a05310, 0x3, 0x3, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003bf3dd8, 0x1b8e440, 0xc000cd1440, 0x16, 0x19252e0, 0xc000478330, 0x13, 0x2151d20, 0xc0009d5b60, 0xc0000d65b2, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc003bf3dd8, 0x1b8e440, 0xc000cd1440, 0x16, 0xc0009d5b90, 0x2151d20, 0xc0009d5b60, 0xc0009d8b00, 0x4, 0x4, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003bf3dd8, 0x1b8e440, 0xc000cd1440, 0x16, 0xc0009d5b60, 0x19291e0, 0x2e93fb8, 0x99, 0x40c646, 0xc004a052c0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003bf3dd8, 0x1b8e440, 0xc000cd1440, 0x16, 0xc0009d1080, 0x28, 0xe413a9, 0x2)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange(0xc003bf3dd8, 0x1b8e440, 0xc000cd1440, 0x16, 0xc0009d8f40)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:338 +0xea
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003bf3dd8, 0x1b8e440, 0xc000cd1440, 0x16, 0x2152080, 0xc0009d8f40)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:266 +0x455
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003bf3dd8, 0x1b8e440, 0xc000cd1440, 0x16, 0x2151f00, 0xc0009d5a10)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0009d89c0, 0xc003bf3dd8, 0x1b8e440, 0xc000cd1440, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0009b6780, 0x211f1c0, 0xc003596930, 0x1b8e440, 0xc000cd1440, 0xc000473320, 0xc003bf3ec8)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0009b6780, 0x211f1c0, 0xc003596930, 0x1b8e440, 0xc000cd1440, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0004788c0, 0xc0008350d8, 0xb, 0xc004a154d0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x190a140, 0xc0004788e0, 0x13, 0x1b94f6c, 0x4, 0xc004a4eb10, 0x2, 0x2, 0xc000cd1440, 0x16, ...)
    /usr/local/go/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x190a140, 0xc0004788e0, 0x13, 0xc004a4eb10, 0x2, 0x2, 0x1, 0x1, 0xc003bf43f8)
    /usr/local/go/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x190a140, 0xc0004788e0, 0x13, 0xc004a4eb10, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003bf4a10, 0x1b8e440, 0xc000cd1440, 0x16, 0x190a140, 0xc0004788e0, 0x13, 0x2151d20, 0xc000a88b10, 0xc0008350cf, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc003bf4a10, 0x1b8e440, 0xc000cd1440, 0x16, 0xc000a88b40, 0x2151d20, 0xc000a88b10, 0xc0009f0c00, 0x3, 0x4, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003bf4a10, 0x1b8e440, 0xc000cd1440, 0x16, 0xc000a88b10, 0x19291e0, 0x2e93fb8, 0x99, 0x1, 0x1830f40, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003bf4a10, 0x1b8e440, 0xc000cd1440, 0x16, 0xc0009eecc0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003bf4a10, 0x1b8e440, 0xc000cd1440, 0x16, 0x2151ba0, 0xc000a88b70)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003bf4a10, 0x1b8e440, 0xc000cd1440, 0x16, 0x2151f00, 0xc000a88990)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0009f0a40, 0xc003bf4a10, 0x1b8e440, 0xc000cd1440, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0009b6e10, 0x211f1c0, 0xc0039127b0, 0x1b8e440, 0xc000cd1440, 0xc000473320, 0xc002cb18c0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0009b6e10, 0x211f1c0, 0xc0039127b0, 0x1b8e440, 0xc000cd1440, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0004788c0, 0xc0023de1e0, 0x20, 0xc004a15450, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
    /root/project/hugo/tpl/partials/partials.go:142 +0x24e
reflect.Value.call(0x190a140, 0xc0004788e0, 0x13, 0x1b94f6c, 0x4, 0xc004a4ea20, 0x2, 0x2, 0xc000cd1440, 0x16, ...)
    /usr/local/go/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0x190a140, 0xc0004788e0, 0x13, 0xc004a4ea20, 0x2, 0x2, 0xc003bf5020, 0x183ee00, 0xc004a165e8)
    /usr/local/go/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x190a140, 0xc0004788e0, 0x13, 0xc004a4ea20, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003bf57f0, 0x1b8e440, 0xc000cd1440, 0x16, 0x190a140, 0xc0004788e0, 0x13, 0x2151d20, 0xc003e18570, 0xc0004f416a, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc003bf57f0, 0x1b8e440, 0xc000cd1440, 0x16, 0xc003e185a0, 0x2151d20, 0xc003e18570, 0xc00430a340, 0x3, 0x4, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003bf57f0, 0x1b8e440, 0xc000cd1440, 0x16, 0xc003e18570, 0x19291e0, 0x2e93fb8, 0x99, 0xe434fd, 0xc003bf57f0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003bf57f0, 0x1b8e440, 0xc000cd1440, 0x16, 0xc003e138c0, 0x0, 0x0, 0x1b8e440)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003bf57f0, 0x1b8e440, 0xc000cd1440, 0x16, 0x2151ba0, 0xc003e18690)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003bf57f0, 0x1b8e440, 0xc000cd1440, 0x16, 0x2151f00, 0xc003e18510)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003bf57f0, 0xa, 0x1b8e440, 0xc000cd1440, 0x16, 0xc003e13860, 0xc003e18510, 0xc003e186f0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003bf57f0, 0x1b8e440, 0xc000cd1440, 0x16, 0x2151ea0, 0xc00430a6c0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003bf57f0, 0x1b8e440, 0xc000cd1440, 0x16, 0x2151f00, 0xc003e17f20)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState(0xc0072852c0, 0xc003bf57f0, 0x1b8e440, 0xc000cd1440, 0x16, 0x0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0xb7
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute(0xc000479210, 0x7fbcafd667a0, 0xc0021ca960, 0x211f1c0, 0xc0035974d0, 0x1b8e440, 0xc000cd1440, 0xfcd202, 0xc000c97900)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x1e7
github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute(0xc000b48000, 0x2130fa0, 0xc0021ca960, 0x211f1c0, 0xc0035974d0, 0x1b8e440, 0xc000cd1440, 0x0, 0x0)
    /root/project/hugo/tpl/tplimpl/template.go:233 +0x15f
github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate(0xc000660480, 0x1b966d8, 0x4, 0x1b95140, 0x4, 0x1b8e440, 0xc000cd1440, 0x211f1c0, 0xc0035974d0, 0x2130fa0, ...)
    /root/project/hugo/hugolib/site.go:1675 +0x96
github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc000660480, 0xc000596600, 0xc002cb1860, 0x22, 0xc001dc7700, 0x3a, 0xc000cd1440, 0x2130fa0, 0xc0021ca960, 0x0, ...)
    /root/project/hugo/hugolib/site.go:1596 +0x1d2
github.com/gohugoio/hugo/hugolib.pageRenderer(0xc0028a4ea0, 0xc000660480, 0xc00324c420, 0xc000c6e300, 0xc00247e5a0)
    /root/project/hugo/hugolib/site_render.go:139 +0x2a5
created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
    /root/project/hugo/hugolib/site_render.go:74 +0x160

goroutine 134 [runnable]:
reflect.(*rtype).NumIn(0x187b2a0, 0xc004dbe180)
    /usr/local/go/src/reflect/type.go:979 +0xbd
reflect.Value.call(0x187b2a0, 0x1c958b0, 0x13, 0x1b94f6c, 0x4, 0xc004dbe140, 0x1, 0x1, 0x183ee00, 0x1b81f20, ...)
    /usr/local/go/src/reflect/value.go:412 +0x606
reflect.Value.Call(0x187b2a0, 0x1c958b0, 0x13, 0xc004dbe140, 0x1, 0x1, 0xc0009ecba0, 0x199, 0xc003e7a298)
    /usr/local/go/src/reflect/value.go:321 +0xb4
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall(0x187b2a0, 0x1c958b0, 0x13, 0xc004dbe140, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xbd
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall(0xc003e7ad48, 0x1b8e440, 0xc000ca6960, 0x16, 0x187b2a0, 0x1c958b0, 0x13, 0x2151d20, 0xc003ac35f0, 0x1c08bed, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x60f
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction(0xc003e7ad48, 0x1b8e440, 0xc000ca6960, 0x16, 0xc003ac35c0, 0x2151d20, 0xc003ac35f0, 0xc003ab7d20, 0x1, 0x1, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x16d
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand(0xc003e7ad48, 0x1b8e440, 0xc000ca6960, 0x16, 0xc003ac35f0, 0x183ee00, 0xc004dbe108, 0x98, 0x183ee00, 0xc004dbe108, ...)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0x58b
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline(0xc003e7ad48, 0x1b8e440, 0xc000ca6960, 0x16, 0xc0009ee300, 0x0, 0x0, 0x1b8e440)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x11a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e7ad48, 0x1b8e440, 0xc000ca6960, 0x16, 0x2151ba0, 0xc0009ecc90)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x396
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e7ad48, 0x1b8e440, 0xc000ca6960, 0x16, 0x2151f00, 0xc0009ecbd0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003e7ad48, 0xa, 0x1b8e440, 0xc000ca6960, 0x16, 0xc0009ee2a0, 0xc0009ecbd0, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x1d0
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e7ad48, 0x1b8e440, 0xc000ca6960, 0x16, 0x2151ea0, 0xc0009f02c0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e7ad48, 0x1b8e440, 0xc000ca6960, 0x16, 0x2151f00, 0xc0009ecae0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003e7ad48, 0xa, 0x1b8e440, 0xc000ca6960, 0x16, 0xc0009d1ce0, 0xc0009ec180, 0xc0009ecae0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:296 +0x22c
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e7ad48, 0x1b8e440, 0xc000ca6960, 0x16, 0x2151ea0, 0xc0009f0300)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e7ad48, 0x1b8e440, 0xc000ca6960, 0x16, 0x2151f00, 0xc0009dff20)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003e7ad48, 0x13, 0x1918d20, 0xc004dbc318, 0x95, 0xc0009d1c80, 0xc0009dff20, 0x0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:291 +0x158
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e7ad48, 0x1918d20, 0xc004dbc318, 0x95, 0x2152260, 0xc0009f0340)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:274 +0x312
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e7ad48, 0x1918d20, 0xc004dbc318, 0x95, 0x2151f00, 0xc0009dfd10)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkTemplate(0xc003e7b8b0, 0x1b79840, 0xc003bec700, 0x194, 0xc0009d9fc0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:413 +0x202
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e7b8b0, 0x1b79840, 0xc003bec700, 0x194, 0x2152140, 0xc0009d9fc0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:268 +0x20a
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e7b8b0, 0x1b79840, 0xc003bec700, 0x194, 0x2151f00, 0xc0009ec990)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith(0xc003e7b8b0, 0xa, 0x1b79840, 0xc003bec700, 0x194, 0xc0009ee180, 0xc0009ec960, 0xc0009ec990)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:296 +0x22c
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e7b8b0, 0x1b79840, 0xc003bec700, 0x194, 0x2151ea0, 0xc0009f0000)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x28e
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk(0xc003e7b8b0, 0x1b79840, 0xc003bec700, 0x194, 0x2151f00, 0xc0009ec7b0)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x129
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange.func1(0x183e380, 0xc001b3c9e8, 0x82, 0x1b79840, 0xc003bec700, 0x194)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:350 +0x124
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkRange(0xc003e7b8b0, 0x1b8e440, 0xc001138c60, 0x16, 0xc0009f0040)
    /root/project/hugo/tpl/internal/go_templates/texttemplate/exec.go:359 +0x4fa

I also hit this. Running a Docker container of version 0.70. Rerunning Hugo "fixed" the issue.

panic.log

The error continues to be present in Hugo 0.73.0 which is the version used to build www.themes.gohugo.io right now. The build logs show two affected themes (https://github.com/kongdivin/hugo-theme-okayish-blog/ and https://github.com/gyorb/hugo-dusk/) in case this information help while debugging.

Same error here on Hugo 0.73, Mac OS Catalina. Rerunning hugo 2 or 3 times "solves" the issue, but it comes back again every time.

First started noticing it when I upgraded from 0.59 to 0.72.

hugo.log

We've started hitting this error on some private code. Does anyone have a reliable reproducer? It should be easier to debug and fix if you can use a build of Hugo with the race detector enabled, i.e. using go build -race or go run -race.

This site reliably triggers a data race warning: https://github.com/vmware-tanzu/tanzu-dev-portal (git clone --recursive; npm install; hugo)

I was able to fix it by adding a lock. I'll submit a PR in a minute, maybe some of you can test if the changes work for you.

Full race detector warning:

WARNING: DATA RACE
Write at 0x00c0009cd320 by goroutine 87:
  runtime.mapassign_faststr()
      /usr/local/Cellar/go/1.14.5/libexec/src/runtime/map_faststr.go:202 +0x0
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).associate()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/template.go:227 +0x19e
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).AddParseTree()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/template.go:133 +0x2ab
  github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate.(*escaper).commit()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/htmltemplate/escape.go:811 +0x2b5
  github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate.escapeTemplate()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/htmltemplate/escape.go:39 +0x318
  github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate.(*Template).escape()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/htmltemplate/template.go:103 +0x336
  github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate.(*Template).Prepare()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/htmltemplate/hugo_template.go:32 +0x3c
  github.com/gohugoio/hugo/tpl/tplimpl.(*templateState).Prepare()
      <autogenerated>:1 +0x66
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:61 +0x5c
  github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute()
      /Users/floater/workspace/hugo/tpl/tplimpl/template.go:227 +0x1c5
  github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include()
      /Users/floater/workspace/hugo/tpl/partials/partials.go:142 +0x355
  github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include-fm()
      /Users/floater/workspace/hugo/tpl/partials/partials.go:95 +0x86
  runtime.call128()
      /usr/local/Cellar/go/1.14.5/libexec/src/runtime/asm_amd64.s:541 +0x51
  reflect.Value.Call()
      /usr/local/Cellar/go/1.14.5/libexec/src/reflect/value.go:321 +0xd3
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xea
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x6c7
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x1dd
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0xa14
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x205
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x533
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x208
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x394
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0x149
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x2c2
  github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute()
      /Users/floater/workspace/hugo/tpl/tplimpl/template.go:227 +0x1c5
  github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate()
      /Users/floater/workspace/hugo/hugolib/site.go:1715 +0xe1
  github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage()
      /Users/floater/workspace/hugo/hugolib/site.go:1648 +0x401
  github.com/gohugoio/hugo/hugolib.pageRenderer()
      /Users/floater/workspace/hugo/hugolib/site_render.go:139 +0x43c

Previous read at 0x00c0009cd320 by goroutine 56:
  runtime.mapaccess1_faststr()
      /usr/local/Cellar/go/1.14.5/libexec/src/runtime/map_faststr.go:12 +0x0
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkTemplate()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:399 +0x139
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:268 +0x2a3
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:291 +0x19c
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:274 +0x488
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x208
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x394
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkTemplate()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:413 +0x3ab
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:268 +0x2a3
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x208
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x394
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0x149
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x2c2
  github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute()
      /Users/floater/workspace/hugo/tpl/tplimpl/template.go:227 +0x1c5
  github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include()
      /Users/floater/workspace/hugo/tpl/partials/partials.go:142 +0x355
  github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include-fm()
      /Users/floater/workspace/hugo/tpl/partials/partials.go:95 +0x86
  runtime.call128()
      /usr/local/Cellar/go/1.14.5/libexec/src/runtime/asm_amd64.s:541 +0x51
  reflect.Value.Call()
      /usr/local/Cellar/go/1.14.5/libexec/src/reflect/value.go:321 +0xd3
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xea
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x6c7
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x1dd
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0xa14
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x205
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x533
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0x149
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x2c2
  github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute()
      /Users/floater/workspace/hugo/tpl/tplimpl/template.go:227 +0x1c5
  github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include()
      /Users/floater/workspace/hugo/tpl/partials/partials.go:142 +0x355
  github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include-fm()
      /Users/floater/workspace/hugo/tpl/partials/partials.go:95 +0x86
  runtime.call128()
      /usr/local/Cellar/go/1.14.5/libexec/src/runtime/asm_amd64.s:541 +0x51
  reflect.Value.Call()
      /usr/local/Cellar/go/1.14.5/libexec/src/reflect/value.go:321 +0xd3
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xea
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x6c7
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x1dd
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0xa14
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x205
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x533
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x208
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x394
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0x149
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x2c2
  github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute()
      /Users/floater/workspace/hugo/tpl/tplimpl/template.go:227 +0x1c5
  github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate()
      /Users/floater/workspace/hugo/hugolib/site.go:1715 +0xe1
  github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage()
      /Users/floater/workspace/hugo/hugolib/site.go:1648 +0x401
  github.com/gohugoio/hugo/hugolib.pageRenderer()
      /Users/floater/workspace/hugo/hugolib/site_render.go:139 +0x43c

Goroutine 87 (running) created at:
  github.com/gohugoio/hugo/hugolib.(*Site).renderPages()
      /Users/floater/workspace/hugo/hugolib/site_render.go:74 +0x196
  github.com/gohugoio/hugo/hugolib.(*Site).render()
      /Users/floater/workspace/hugo/hugolib/site.go:1203 +0x8b
  github.com/gohugoio/hugo/hugolib.(*HugoSites).render()
      /Users/floater/workspace/hugo/hugolib/hugo_sites_build.go:325 +0x9d6
  github.com/gohugoio/hugo/hugolib.(*HugoSites).Build.func4()
      /Users/floater/workspace/hugo/hugolib/hugo_sites_build.go:149 +0x57
  runtime/trace.WithRegion()
      /usr/local/Cellar/go/1.14.5/libexec/src/runtime/trace/annotation.go:137 +0x149
  github.com/gohugoio/hugo/hugolib.(*HugoSites).Build()
      /Users/floater/workspace/hugo/hugolib/hugo_sites_build.go:151 +0xacf
  github.com/gohugoio/hugo/commands.(*commandeer).buildSites()
      /Users/floater/workspace/hugo/commands/hugo.go:743 +0x145
  github.com/gohugoio/hugo/commands.(*commandeer).fullBuild.func3()
      /Users/floater/workspace/hugo/commands/hugo.go:316 +0x150
  golang.org/x/sync/errgroup.(*Group).Go.func1()
      /Users/floater/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:57 +0x85

Goroutine 56 (running) created at:
  github.com/gohugoio/hugo/hugolib.(*Site).renderPages()
      /Users/floater/workspace/hugo/hugolib/site_render.go:74 +0x196
  github.com/gohugoio/hugo/hugolib.(*Site).render()
      /Users/floater/workspace/hugo/hugolib/site.go:1203 +0x8b
  github.com/gohugoio/hugo/hugolib.(*HugoSites).render()
      /Users/floater/workspace/hugo/hugolib/hugo_sites_build.go:325 +0x9d6
  github.com/gohugoio/hugo/hugolib.(*HugoSites).Build.func4()
      /Users/floater/workspace/hugo/hugolib/hugo_sites_build.go:149 +0x57
  runtime/trace.WithRegion()
      /usr/local/Cellar/go/1.14.5/libexec/src/runtime/trace/annotation.go:137 +0x149
  github.com/gohugoio/hugo/hugolib.(*HugoSites).Build()
      /Users/floater/workspace/hugo/hugolib/hugo_sites_build.go:151 +0xacf
  github.com/gohugoio/hugo/commands.(*commandeer).buildSites()
      /Users/floater/workspace/hugo/commands/hugo.go:743 +0x145
  github.com/gohugoio/hugo/commands.(*commandeer).fullBuild.func3()
      /Users/floater/workspace/hugo/commands/hugo.go:316 +0x150
  golang.org/x/sync/errgroup.(*Group).Go.func1()
      /Users/floater/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:57 +0x85
==================
==================
WARNING: DATA RACE
Write at 0x00c000ba2b48 by goroutine 87:
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).associate()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/template.go:227 +0x1b3
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).AddParseTree()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/template.go:133 +0x2ab
  github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate.(*escaper).commit()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/htmltemplate/escape.go:811 +0x2b5
  github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate.escapeTemplate()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/htmltemplate/escape.go:39 +0x318
  github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate.(*Template).escape()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/htmltemplate/template.go:103 +0x336
  github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate.(*Template).Prepare()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/htmltemplate/hugo_template.go:32 +0x3c
  github.com/gohugoio/hugo/tpl/tplimpl.(*templateState).Prepare()
      <autogenerated>:1 +0x66
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:61 +0x5c
  github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute()
      /Users/floater/workspace/hugo/tpl/tplimpl/template.go:227 +0x1c5
  github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include()
      /Users/floater/workspace/hugo/tpl/partials/partials.go:142 +0x355
  github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include-fm()
      /Users/floater/workspace/hugo/tpl/partials/partials.go:95 +0x86
  runtime.call128()
      /usr/local/Cellar/go/1.14.5/libexec/src/runtime/asm_amd64.s:541 +0x51
  reflect.Value.Call()
      /usr/local/Cellar/go/1.14.5/libexec/src/reflect/value.go:321 +0xd3
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xea
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x6c7
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x1dd
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0xa14
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x205
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x533
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x208
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x394
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0x149
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x2c2
  github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute()
      /Users/floater/workspace/hugo/tpl/tplimpl/template.go:227 +0x1c5
  github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate()
      /Users/floater/workspace/hugo/hugolib/site.go:1715 +0xe1
  github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage()
      /Users/floater/workspace/hugo/hugolib/site.go:1648 +0x401
  github.com/gohugoio/hugo/hugolib.pageRenderer()
      /Users/floater/workspace/hugo/hugolib/site_render.go:139 +0x43c

Previous read at 0x00c000ba2b48 by goroutine 56:
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkTemplate()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:399 +0x14c
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:268 +0x2a3
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:291 +0x19c
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:274 +0x488
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x208
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x394
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkTemplate()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:413 +0x3ab
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:268 +0x2a3
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x208
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x394
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0x149
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x2c2
  github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute()
      /Users/floater/workspace/hugo/tpl/tplimpl/template.go:227 +0x1c5
  github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include()
      /Users/floater/workspace/hugo/tpl/partials/partials.go:142 +0x355
  github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include-fm()
      /Users/floater/workspace/hugo/tpl/partials/partials.go:95 +0x86
  runtime.call128()
      /usr/local/Cellar/go/1.14.5/libexec/src/runtime/asm_amd64.s:541 +0x51
  reflect.Value.Call()
      /usr/local/Cellar/go/1.14.5/libexec/src/reflect/value.go:321 +0xd3
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xea
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x6c7
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x1dd
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0xa14
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x205
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x533
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0x149
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x2c2
  github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute()
      /Users/floater/workspace/hugo/tpl/tplimpl/template.go:227 +0x1c5
  github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include()
      /Users/floater/workspace/hugo/tpl/partials/partials.go:142 +0x355
  github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include-fm()
      /Users/floater/workspace/hugo/tpl/partials/partials.go:95 +0x86
  runtime.call128()
      /usr/local/Cellar/go/1.14.5/libexec/src/runtime/asm_amd64.s:541 +0x51
  reflect.Value.Call()
      /usr/local/Cellar/go/1.14.5/libexec/src/reflect/value.go:321 +0xd3
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.safeCall()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/funcs.go:365 +0xea
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCall()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:297 +0x6c7
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalFunction()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:130 +0x1dd
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalCommand()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:462 +0xa14
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).evalPipeline()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:431 +0x205
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:255 +0x533
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walkIfOrWith()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:293 +0x208
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:260 +0x394
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*state).walk()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/exec.go:263 +0x185
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*Template).executeWithState()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:93 +0x149
  github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate.(*executer).Execute()
      /Users/floater/workspace/hugo/tpl/internal/go_templates/texttemplate/hugo_template.go:79 +0x2c2
  github.com/gohugoio/hugo/tpl/tplimpl.(*templateExec).Execute()
      /Users/floater/workspace/hugo/tpl/tplimpl/template.go:227 +0x1c5
  github.com/gohugoio/hugo/hugolib.(*Site).renderForTemplate()
      /Users/floater/workspace/hugo/hugolib/site.go:1715 +0xe1
  github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage()
      /Users/floater/workspace/hugo/hugolib/site.go:1648 +0x401
  github.com/gohugoio/hugo/hugolib.pageRenderer()
      /Users/floater/workspace/hugo/hugolib/site_render.go:139 +0x43c

Goroutine 87 (running) created at:
  github.com/gohugoio/hugo/hugolib.(*Site).renderPages()
      /Users/floater/workspace/hugo/hugolib/site_render.go:74 +0x196
  github.com/gohugoio/hugo/hugolib.(*Site).render()
      /Users/floater/workspace/hugo/hugolib/site.go:1203 +0x8b
  github.com/gohugoio/hugo/hugolib.(*HugoSites).render()
      /Users/floater/workspace/hugo/hugolib/hugo_sites_build.go:325 +0x9d6
  github.com/gohugoio/hugo/hugolib.(*HugoSites).Build.func4()
      /Users/floater/workspace/hugo/hugolib/hugo_sites_build.go:149 +0x57
  runtime/trace.WithRegion()
      /usr/local/Cellar/go/1.14.5/libexec/src/runtime/trace/annotation.go:137 +0x149
  github.com/gohugoio/hugo/hugolib.(*HugoSites).Build()
      /Users/floater/workspace/hugo/hugolib/hugo_sites_build.go:151 +0xacf
  github.com/gohugoio/hugo/commands.(*commandeer).buildSites()
      /Users/floater/workspace/hugo/commands/hugo.go:743 +0x145
  github.com/gohugoio/hugo/commands.(*commandeer).fullBuild.func3()
      /Users/floater/workspace/hugo/commands/hugo.go:316 +0x150
  golang.org/x/sync/errgroup.(*Group).Go.func1()
      /Users/floater/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:57 +0x85

Goroutine 56 (running) created at:
  github.com/gohugoio/hugo/hugolib.(*Site).renderPages()
      /Users/floater/workspace/hugo/hugolib/site_render.go:74 +0x196
  github.com/gohugoio/hugo/hugolib.(*Site).render()
      /Users/floater/workspace/hugo/hugolib/site.go:1203 +0x8b
  github.com/gohugoio/hugo/hugolib.(*HugoSites).render()
      /Users/floater/workspace/hugo/hugolib/hugo_sites_build.go:325 +0x9d6
  github.com/gohugoio/hugo/hugolib.(*HugoSites).Build.func4()
      /Users/floater/workspace/hugo/hugolib/hugo_sites_build.go:149 +0x57
  runtime/trace.WithRegion()
      /usr/local/Cellar/go/1.14.5/libexec/src/runtime/trace/annotation.go:137 +0x149
  github.com/gohugoio/hugo/hugolib.(*HugoSites).Build()
      /Users/floater/workspace/hugo/hugolib/hugo_sites_build.go:151 +0xacf
  github.com/gohugoio/hugo/commands.(*commandeer).buildSites()
      /Users/floater/workspace/hugo/commands/hugo.go:743 +0x145
  github.com/gohugoio/hugo/commands.(*commandeer).fullBuild.func3()
      /Users/floater/workspace/hugo/commands/hugo.go:316 +0x150
  golang.org/x/sync/errgroup.(*Group).Go.func1()
      /Users/floater/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:57 +0x85
==================

Hugo Static Site Generator v0.74.3/extended darwin/amd64 BuildDate: unknown
Here's a panic dump: https://gist.github.com/xackery/96742c61811a80100d05a046fe75e803

So, I just found out about --path-warnings, and it turns out that all of my paths are duplicated. I have no idea why. I imagine there must be a configuration error somewhere that includes the content directory twice, but I haven't found it yet. This may explain why the fatal concurrent bug is hard to trigger though.

@carlmjohnson just speculating, maybe the paths are duplicated in the output because Hugo is rendering all content into multiple output formats?

I figured it out: #7735.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

VoidingWarranties picture VoidingWarranties  Â·  3Comments

bep picture bep  Â·  3Comments

mumblecrunch picture mumblecrunch  Â·  3Comments

kaushalmodi picture kaushalmodi  Â·  3Comments

MunifTanjim picture MunifTanjim  Â·  3Comments