==> Cloning go-yq ... Cloning into 'go-yq'... ==> Collecting packager identity from makepkg.conf -> name : Reproducible Arch Linux tests -> email : reproducible@archlinux.org -> gpg-key : undefined -> protocol: https ==> Configuring go-yq :: Synchronizing package databases... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 129k 100 129k 0 0 379k 0 --:--:-- --:--:-- --:--:-- 380k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 11 8504k 11 999k 0 0 2769k 0 0:00:03 --:--:-- 0:00:03 2768k 100 8504k 100 8504k 0 0 20.3M 0 --:--:-- --:--:-- --:--:-- 20.3M % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 139k 100 139k 0 0 399k 0 --:--:-- --:--:-- --:--:-- 399k :: Starting full system upgrade... there is nothing to do ==> Making package: go-yq 4.42.1-1 (Sun Mar 30 17:05:59 2025) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (1) go-2:1.22.0-1 Total Download Size: 38.69 MiB Total Installed Size: 209.53 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38.6M 100 38.6M 0 0 138M 0 --:--:-- --:--:-- --:--:-- 139M checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing go... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Cloning yq git repo... Cloning into bare repository '/tmp/archlinux-ci/go-yq-archlinuxrb-build-SzGOcGIA/go-yq/yq'... ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with b2sums... yq ... Skipped ==> Extracting sources... -> Creating working copy of yq git repo... Cloning into 'yq'... done. Switched to a new branch 'makepkg' ==> Starting prepare()... go: downloading github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e go: downloading gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/fatih/color v1.16.0 go: downloading github.com/goccy/go-json v0.10.2 go: downloading github.com/goccy/go-yaml v1.11.3 go: downloading github.com/a8m/envsubst v1.4.2 go: downloading github.com/dimchansky/utfbom v1.1.1 go: downloading github.com/elliotchance/orderedmap v1.5.1 go: downloading github.com/alecthomas/participle/v2 v2.1.1 go: downloading github.com/jinzhu/copier v0.4.0 go: downloading github.com/magiconair/properties v1.8.7 go: downloading github.com/pelletier/go-toml/v2 v2.1.1 go: downloading github.com/yuin/gopher-lua v1.1.1 go: downloading golang.org/x/net v0.21.0 go: downloading golang.org/x/text v0.14.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/alecthomas/repr v0.4.0 go: github.com/mikefarah/yq/v4/cmd imports github.com/spf13/cobra: github.com/spf13/cobra@v1.8.0: Get "https://proxy.golang.org/github.com/spf13/cobra/@v/v1.8.0.zip": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-03-30T17:06:07Z is after 2024-04-29T08:06:33Z go: github.com/mikefarah/yq/v4/cmd imports github.com/spf13/pflag: github.com/spf13/pflag@v1.0.5: Get "https://proxy.golang.org/github.com/spf13/pflag/@v/v1.0.5.zip": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-03-30T17:06:07Z is after 2024-04-29T08:06:33Z go: github.com/mikefarah/yq/v4/cmd imports gopkg.in/op/go-logging.v1: gopkg.in/op/go-logging.v1@v1.0.0-20160211212156-b2cb9fa56473: Get "https://proxy.golang.org/gopkg.in/op/go-logging.v1/@v/v1.0.0-20160211212156-b2cb9fa56473.zip": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-03-30T17:06:07Z is after 2024-04-29T08:06:33Z go: github.com/mikefarah/yq/v4/pkg/yqlib imports github.com/a8m/envsubst/parse: github.com/a8m/envsubst@v1.4.2: Get "https://proxy.golang.org/github.com/a8m/envsubst/@v/v1.4.2.zip": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-03-30T17:06:07Z is after 2024-04-29T08:06:33Z go: github.com/mikefarah/yq/v4/pkg/yqlib imports github.com/alecthomas/participle/v2/lexer: github.com/alecthomas/participle/v2@v2.1.1: Get "https://proxy.golang.org/github.com/alecthomas/participle/v2/@v/v2.1.1.zip": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-03-30T17:06:07Z is after 2024-04-29T08:06:33Z go: github.com/mikefarah/yq/v4/pkg/yqlib imports github.com/dimchansky/utfbom: github.com/dimchansky/utfbom@v1.1.1: Get "https://proxy.golang.org/github.com/dimchansky/utfbom/@v/v1.1.1.zip": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-03-30T17:06:07Z is after 2024-04-29T08:06:33Z go: github.com/mikefarah/yq/v4/pkg/yqlib imports github.com/elliotchance/orderedmap: github.com/elliotchance/orderedmap@v1.5.1: Get "https://proxy.golang.org/github.com/elliotchance/orderedmap/@v/v1.5.1.zip": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-03-30T17:06:07Z is after 2024-04-29T08:06:33Z go: github.com/mikefarah/yq/v4/pkg/yqlib imports github.com/fatih/color: github.com/fatih/color@v1.16.0: Get "https://proxy.golang.org/github.com/fatih/color/@v/v1.16.0.zip": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-03-30T17:06:07Z is after 2024-04-29T08:06:33Z go: github.com/mikefarah/yq/v4/pkg/yqlib imports github.com/goccy/go-json: github.com/goccy/go-json@v0.10.2: Get "https://proxy.golang.org/github.com/goccy/go-json/@v/v0.10.2.zip": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-03-30T17:06:07Z is after 2024-04-29T08:06:33Z go: github.com/mikefarah/yq/v4/pkg/yqlib imports github.com/goccy/go-yaml: github.com/goccy/go-yaml@v1.11.3: Get "https://proxy.golang.org/github.com/goccy/go-yaml/@v/v1.11.3.zip": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-03-30T17:06:07Z is after 2024-04-29T08:06:33Z go: github.com/mikefarah/yq/v4/pkg/yqlib imports github.com/goccy/go-yaml/ast: github.com/goccy/go-yaml@v1.11.3: Get "https://proxy.golang.org/github.com/goccy/go-yaml/@v/v1.11.3.zip": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-03-30T17:06:07Z is after 2024-04-29T08:06:33Z go: github.com/mikefarah/yq/v4/pkg/yqlib imports github.com/goccy/go-yaml/lexer: github.com/goccy/go-yaml@v1.11.3: Get "https://proxy.golang.org/github.com/goccy/go-yaml/@v/v1.11.3.zip": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-03-30T17:06:07Z is after 2024-04-29T08:06:33Z go: github.com/mikefarah/yq/v4/pkg/yqlib imports github.com/goccy/go-yaml/printer: github.com/goccy/go-yaml@v1.11.3: Get "https://proxy.golang.org/github.com/goccy/go-yaml/@v/v1.11.3.zip": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-03-30T17:06:07Z is after 2024-04-29T08:06:33Z go: github.com/mikefarah/yq/v4/pkg/yqlib imports github.com/goccy/go-yaml/token: github.com/goccy/go-yaml@v1.11.3: Get "https://proxy.golang.org/github.com/goccy/go-yaml/@v/v1.11.3.zip": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-03-30T17:06:07Z is after 2024-04-29T08:06:33Z go: github.com/mikefarah/yq/v4/pkg/yqlib imports github.com/jinzhu/copier: github.com/jinzhu/copier@v0.4.0: Get "https://proxy.golang.org/github.com/jinzhu/copier/@v/v0.4.0.zip": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-03-30T17:06:08Z is after 2024-04-29T08:06:33Z go: github.com/mikefarah/yq/v4/pkg/yqlib imports github.com/magiconair/properties: github.com/magiconair/properties@v1.8.7: Get "https://proxy.golang.org/github.com/magiconair/properties/@v/v1.8.7.zip": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-03-30T17:06:08Z is after 2024-04-29T08:06:33Z go: github.com/mikefarah/yq/v4/pkg/yqlib imports github.com/pelletier/go-toml/v2/unstable: github.com/pelletier/go-toml/v2@v2.1.1: Get "https://proxy.golang.org/github.com/pelletier/go-toml/v2/@v/v2.1.1.zip": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-03-30T17:06:08Z is after 2024-04-29T08:06:33Z go: github.com/mikefarah/yq/v4/pkg/yqlib imports github.com/yuin/gopher-lua: github.com/yuin/gopher-lua@v1.1.1: Get "https://proxy.golang.org/github.com/yuin/gopher-lua/@v/v1.1.1.zip": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-03-30T17:06:08Z is after 2024-04-29T08:06:33Z go: github.com/mikefarah/yq/v4/pkg/yqlib imports golang.org/x/net/html/charset: golang.org/x/net@v0.21.0: Get "https://proxy.golang.org/golang.org/x/net/@v/v0.21.0.zip": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-03-30T17:06:08Z is after 2024-04-29T08:06:33Z go: github.com/mikefarah/yq/v4/pkg/yqlib imports golang.org/x/text/unicode/norm: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-03-30T17:06:08Z is after 2024-04-29T08:06:33Z go: github.com/mikefarah/yq/v4/pkg/yqlib imports gopkg.in/yaml.v3: gopkg.in/yaml.v3@v3.0.1: Get "https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.zip": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-03-30T17:06:08Z is after 2024-04-29T08:06:33Z go: github.com/mikefarah/yq/v4/test imports github.com/pkg/diff: github.com/pkg/diff@v0.0.0-20210226163009-20ebb0f2a09e: Get "https://proxy.golang.org/github.com/pkg/diff/@v/v0.0.0-20210226163009-20ebb0f2a09e.zip": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-03-30T17:06:07Z is after 2024-04-29T08:06:33Z go: github.com/mikefarah/yq/v4/test imports github.com/pkg/diff/write: github.com/pkg/diff@v0.0.0-20210226163009-20ebb0f2a09e: Get "https://proxy.golang.org/github.com/pkg/diff/@v/v0.0.0-20210226163009-20ebb0f2a09e.zip": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-03-30T17:06:07Z is after 2024-04-29T08:06:33Z go: github.com/mikefarah/yq/v4/pkg/yqlib tested by github.com/mikefarah/yq/v4/pkg/yqlib.test imports github.com/alecthomas/repr: github.com/alecthomas/repr@v0.4.0: Get "https://proxy.golang.org/github.com/alecthomas/repr/@v/v0.4.0.zip": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-03-30T17:06:08Z is after 2024-04-29T08:06:33Z ==> ERROR: A failure occurred in prepare(). Aborting...