>>> mender 3.4.0 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-13/output-1/build/.mender-3.4.0.tar.gz.lpQoeA/output' 'https://github.com/mendersoftware/mender/archive/3.4.0/mender-3.4.0.tar.gz' --2023-01-21 14:28:59-- https://github.com/mendersoftware/mender/archive/3.4.0/mender-3.4.0.tar.gz Resolving github.com (github.com)... 20.248.137.48 Connecting to github.com (github.com)|20.248.137.48|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/mendersoftware/mender/tar.gz/refs/tags/3.4.0 [following] --2023-01-21 14:29:00-- https://codeload.github.com/mendersoftware/mender/tar.gz/refs/tags/3.4.0 Resolving codeload.github.com (codeload.github.com)... 20.248.137.55 Connecting to codeload.github.com (codeload.github.com)|20.248.137.55|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/tmp/instance-13/output-1/build/.mender-3.4.0.tar.gz.lpQoeA/output' 0K .......... .......... .......... .......... .......... 149K 50K .......... .......... .......... .......... .......... 305K 100K .......... .......... .......... .......... .......... 305K 150K .......... .......... .......... .......... .......... 91.4M 200K .......... .......... .......... .......... .......... 13.5M 250K .......... .......... .......... .......... .......... 91.5M 300K .......... .......... .......... .......... .......... 313K 350K .......... .......... .......... .......... .......... 123M 400K .......... .......... .......... .......... .......... 7.85M 450K .......... .......... .......... .......... .......... 171M 500K .......... .......... .......... .......... .......... 317K 550K .......... .......... .......... .......... .......... 92.2M 600K .......... .......... .......... .......... .......... 44.2M 650K .......... .......... .......... .......... .......... 66.7M 700K .......... .......... .......... .......... .......... 22.5M 750K .......... .......... .......... .......... .......... 45.3M 800K .......... .......... .......... .......... .......... 309K 850K .......... .......... .......... .......... .......... 165M 900K .......... .......... .......... .......... .......... 219M 950K .......... .......... .......... .......... .......... 6.71M 1000K .......... .......... .......... .......... .......... 188M 1050K .......... .......... .......... .......... .......... 212M 1100K .......... .......... .......... .......... .......... 321K 1150K .......... .......... .......... .......... .......... 121M 1200K .......... .......... .......... .......... .......... 13.9M 1250K .......... .......... .......... .......... .......... 158M 1300K .......... .......... .......... .......... .......... 166M 1350K .......... .......... .......... .......... .......... 1.03M 1400K .......... .......... .......... .......... .......... 445K 1450K .......... .......... .......... .......... .......... 13.4M 1500K .......... .......... .......... .......... .......... 202M 1550K .......... .......... .......... .......... .......... 13.1M 1600K .......... .......... .......... .......... .......... 210M 1650K .......... .......... .......... .......... .......... 6.32M 1700K .......... .......... .......... .......... .......... 333K 1750K .......... .......... .......... .......... .......... 8.34M 1800K .......... .......... .......... .......... .......... 205M 1850K .......... .......... .......... .......... .......... 214M 1900K .......... .......... .......... .......... .......... 13.3M 1950K .......... .......... ........ 257M=1.7s 2023-01-21 14:29:02 (1.16 MB/s) - '/tmp/instance-13/output-1/build/.mender-3.4.0.tar.gz.lpQoeA/output' saved [2025765] tar: stdout: write error mender-3.4.0.tar.gz: OK (sha256: 8a149b11b990beb7620b372023eec28df63cee6a1aa4132e88ecef554f080f72) >>> mender 3.4.0 Extracting gzip -d -c /tmp/instance-13/dl/mender/mender-3.4.0.tar.gz | tar --strip-components=1 -C /tmp/instance-13/output-1/build/mender-3.4.0 -xf - >>> mender 3.4.0 Patching if [ ! -f /tmp/instance-13/output-1/build/mender-3.4.0/go.mod ]; then printf "module github.com/mendersoftware/mender\n" > /tmp/instance-13/output-1/build/mender-3.4.0/go.mod; fi >>> mender 3.4.0 Configuring >>> mender 3.4.0 Building cd /tmp/instance-13/output-1/build/mender-3.4.0; GO111MODULE=on GOFLAGS=-mod=vendor GOROOT="/tmp/instance-13/output-1/host/lib/go" GOPATH="/tmp/instance-13/output-1/host/share/go-path" GOCACHE="/tmp/instance-13/output-1/host/share/go-cache" GOMODCACHE="/tmp/instance-13/output-1/host/share/go-path/pkg/mod" GOPROXY=off PATH="/tmp/instance-13/output-1/host/bin:/tmp/instance-13/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" GOBIN= CGO_ENABLED=1 GOOS="linux" GOARCH=s390x CC="/tmp/instance-13/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CXX="/tmp/instance-13/output-1/host/bin/s390x-buildroot-linux-gnu-g++" CGO_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CGO_CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CGO_LDFLAGS="" GOTOOLDIR="/tmp/instance-13/output-1/host/lib/go/pkg/tool/linux_s390x" /tmp/instance-13/output-1/host/bin/go build -v -ldflags "-X github.com/mendersoftware/mender/conf.Version=3.4.0" -modcacherw -tags "nolzma nodbus" -trimpath -p 1 -o /tmp/instance-13/output-1/build/mender-3.4.0/bin/mender github.com/mendersoftware/mender/. crypto/sha1 container/list crypto/des crypto/internal/nistec/fiat embed crypto/internal/nistec crypto/elliptic crypto/internal/boring/bbig encoding/asn1 vendor/golang.org/x/crypto/cryptobyte/asn1 vendor/golang.org/x/crypto/cryptobyte crypto/ecdsa crypto/internal/edwards25519/field crypto/internal/edwards25519 crypto/ed25519 crypto/md5 crypto/rc4 crypto/rsa crypto/dsa crypto/x509/pkix encoding/pem net/url crypto/x509 vendor/golang.org/x/crypto/internal/subtle vendor/golang.org/x/sys/cpu vendor/golang.org/x/crypto/chacha20 vendor/golang.org/x/crypto/internal/poly1305 vendor/golang.org/x/crypto/chacha20poly1305 vendor/golang.org/x/crypto/curve25519/internal/field vendor/golang.org/x/crypto/curve25519 vendor/golang.org/x/crypto/hkdf crypto/tls vendor/golang.org/x/text/transform vendor/golang.org/x/text/unicode/bidi vendor/golang.org/x/text/secure/bidirule vendor/golang.org/x/text/unicode/norm vendor/golang.org/x/net/idna net/textproto vendor/golang.org/x/net/http/httpguts vendor/golang.org/x/net/http/httpproxy vendor/golang.org/x/net/http2/hpack mime mime/quotedprintable mime/multipart net/http/httptrace net/http/internal net/http/internal/ascii net/http github.com/gorilla/websocket golang.org/x/sys/internal/unsafeheader golang.org/x/sys/unix github.com/mattn/go-isatty github.com/mendersoftware/progressbar github.com/pkg/errors github.com/sirupsen/logrus github.com/mendersoftware/mender/utils github.com/mendersoftware/mender/app/updatecontrolmap github.com/mendersoftware/mender-artifact/utils github.com/bmatsuo/lmdb-go/internal/lmdbarch github.com/bmatsuo/lmdb-go/lmdb # github.com/bmatsuo/lmdb-go/lmdb mdb.c: In function 'mdb_cursor_put': mdb.c:6535:44: warning: this statement may fall through [-Wimplicit-fallthrough=] 6535 | if (SIZELEFT(fp) < offset) { | ^ mdb.c:6540:33: note: here 6540 | case MDB_CURRENT: | ^~~~ github.com/mendersoftware/openssl/utils github.com/mendersoftware/openssl # github.com/mendersoftware/openssl vendor/github.com/mendersoftware/openssl/conn.go:103:61: could not determine kind of name for C.X509_V_ERR_DANE_NO_MATCH vendor/github.com/mendersoftware/openssl/conn.go:111:61: could not determine kind of name for C.X509_V_ERR_NO_VALID_SCTS vendor/github.com/mendersoftware/openssl/conn.go:116:49: could not determine kind of name for C.X509_V_ERR_PATH_LOOP vendor/github.com/mendersoftware/openssl/conn.go:118:49: could not determine kind of name for C.X509_V_ERR_PROXY_SUBJECT_NAME_VIOLATION vendor/github.com/mendersoftware/openssl/conn.go:121:49: could not determine kind of name for C.X509_V_ERR_SUITE_B_CANNOT_SIGN_P_384_WITH_P_256 vendor/github.com/mendersoftware/openssl/conn.go:122:49: could not determine kind of name for C.X509_V_ERR_SUITE_B_INVALID_ALGORITHM vendor/github.com/mendersoftware/openssl/conn.go:123:49: could not determine kind of name for C.X509_V_ERR_SUITE_B_INVALID_CURVE vendor/github.com/mendersoftware/openssl/conn.go:124:49: could not determine kind of name for C.X509_V_ERR_SUITE_B_INVALID_SIGNATURE_ALGORITHM vendor/github.com/mendersoftware/openssl/conn.go:125:49: could not determine kind of name for C.X509_V_ERR_SUITE_B_INVALID_VERSION vendor/github.com/mendersoftware/openssl/conn.go:126:49: could not determine kind of name for C.X509_V_ERR_SUITE_B_LOS_NOT_ALLOWED github.com/davecgh/go-spew/spew github.com/pmezard/go-difflib/difflib github.com/stretchr/objx gopkg.in/yaml.v3 net/http/internal/testcert net/http/httptest github.com/stretchr/testify/assert github.com/stretchr/testify/mock github.com/mendersoftware/mender/dbus archive/tar github.com/klauspost/compress/flate github.com/klauspost/pgzip github.com/klauspost/cpuid/v2 github.com/minio/sha256-simd github.com/mendersoftware/mender-artifact/artifact github.com/mendersoftware/mender-artifact/handlers github.com/mendersoftware/mender-artifact/areader github.com/ungerik/go-sysfs github.com/mendersoftware/mender/system github.com/sirupsen/logrus/hooks/syslog github.com/mendersoftware/mender/log/syslog github.com/urfave/cli/v2 golang.org/x/term make: *** [package/pkg-generic.mk:293: /tmp/instance-13/output-1/build/mender-3.4.0/.stamp_built] Error 2 make: Leaving directory '/tmp/instance-13/buildroot'