>>> mender 3.1.0 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-12/output-1/build/.3.1.0.tar.gz.GaeKNe/output' 'https://github.com/mendersoftware/mender/archive/3.1.0.tar.gz' --2022-05-24 13:03:54-- https://github.com/mendersoftware/mender/archive/3.1.0.tar.gz Resolving github.com (github.com)... 140.82.112.3 Connecting to github.com (github.com)|140.82.112.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/mendersoftware/mender/tar.gz/refs/tags/3.1.0 [following] --2022-05-24 13:03:54-- https://codeload.github.com/mendersoftware/mender/tar.gz/refs/tags/3.1.0 Resolving codeload.github.com (codeload.github.com)... 140.82.114.9 Connecting to codeload.github.com (codeload.github.com)|140.82.114.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-12/output-1/build/.3.1.0.tar.gz.GaeKNe/output' 0K .......... .......... .......... .......... .......... 486K 50K .......... .......... .......... .......... .......... 905K 100K .......... .......... .......... .......... .......... 965K 150K .......... .......... .......... .......... .......... 1.01M 200K .......... .......... .......... .......... .......... 19.0M 250K .......... .......... .......... .......... .......... 50.8M 300K .......... .......... .......... .......... .......... 68.3M 350K .......... .......... .......... .......... .......... 1.02M 400K .......... .......... .......... .......... .......... 61.3M 450K .......... .......... .......... .......... .......... 30.3M 500K .......... .......... .......... .......... .......... 87.9M 550K .......... .......... .......... .......... .......... 86.2M 600K .......... .......... .......... .......... .......... 90.2M 650K .......... .......... .......... .......... .......... 913K 700K .......... .......... .......... .......... .......... 155M 750K .......... .......... .......... .......... .......... 173M 800K .......... .......... .......... .......... .......... 159M 850K .......... .......... .......... .......... .......... 1.10M 900K .......... .......... .......... .......... .......... 12.3M 950K .......... .......... .......... .......... .......... 137M 1000K .......... .......... .......... .......... .......... 129M 1050K .......... .......... .......... .......... .......... 113M 1100K .......... .......... .......... .......... .......... 108M 1150K .......... .......... .......... .......... .......... 117M 1200K .......... .......... .......... .......... .......... 131M 1250K .......... .......... .......... .......... .......... 124M 1300K .......... .......... .......... .......... .......... 145M 1350K .......... .......... .......... .......... .......... 148M 1400K .......... .......... .......... .......... .......... 141M 1450K .......... .......... .......... .......... .......... 139M 1500K .......... .......... .......... .......... .......... 167M 1550K .......... .......... .......... .......... .......... 156M 1600K .......... .......... .......... .......... .......... 160M 1650K .......... .......... .......... .......... .......... 140M 1700K .......... .......... .......... .......... .......... 157M 1750K .......... .......... .......... .......... .......... 1.18M 1800K .......... .......... .......... .......... .......... 64.0M 1850K .......... .......... .......... .......... .......... 88.0M 1900K .......... .......... .......... .......... .......... 26.2M 1950K .......... .......... .......... .......... .......... 8.90M 2000K .......... .......... .......... .......... .......... 73.3M 2050K .......... .......... .......... .......... .......... 82.0M 2100K .......... .......... .......... .......... .......... 1.01M 2150K .......... .......... .......... .......... .......... 54.8M 2200K .......... .......... .. 75.4M=0.5s 2022-05-24 13:03:55 (4.14 MB/s) - '/nvmedata/autobuild/instance-12/output-1/build/.3.1.0.tar.gz.GaeKNe/output' saved [2276293] 3.1.0.tar.gz: OK (sha256: 716ba7110dd68cdafc5caa989706ff67bbac0617c284d666aa81605850be5763) >>> mender 3.1.0 Extracting gzip -d -c /nvmedata/autobuild/instance-12/dl/mender/3.1.0.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-12/output-1/build/mender-3.1.0 -xf - >>> mender 3.1.0 Patching if [ ! -f /nvmedata/autobuild/instance-12/output-1/build/mender-3.1.0/go.mod ]; then printf "module github.com/mendersoftware/mender\n" > /nvmedata/autobuild/instance-12/output-1/build/mender-3.1.0/go.mod; fi >>> mender 3.1.0 Configuring >>> mender 3.1.0 Building cd /nvmedata/autobuild/instance-12/output-1/build/mender-3.1.0; GO111MODULE=on GOFLAGS=-mod=vendor GOROOT="/nvmedata/autobuild/instance-12/output-1/host/lib/go" GOPATH="/nvmedata/autobuild/instance-12/output-1/host/usr/share/go-path" GOPROXY=off PATH="/nvmedata/autobuild/instance-12/output-1/host/bin:/nvmedata/autobuild/instance-12/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" GOBIN= CGO_ENABLED=1 GOARCH=arm GOCACHE="/nvmedata/autobuild/instance-12/output-1/host/usr/share/go-cache" CC="/nvmedata/autobuild/instance-12/output-1/host/bin/arm-buildroot-linux-musleabi-gcc" CXX="/nvmedata/autobuild/instance-12/output-1/host/bin/arm-buildroot-linux-musleabi-g++" CGO_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 " CGO_CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 " CGO_LDFLAGS="" GOTOOLDIR="/nvmedata/autobuild/instance-12/output-1/host/lib/go/pkg/tool/linux_arm" /nvmedata/autobuild/instance-12/output-1/host/bin/go build -v -ldflags "-X github.com/mendersoftware/mender/conf.Version=3.1.0" -modcacherw -tags "nolzma" -trimpath -p 1 -o /nvmedata/autobuild/instance-12/output-1/build/mender-3.1.0/bin/mender github.com/mendersoftware/mender/. internal/goarch internal/unsafeheader internal/abi internal/cpu internal/bytealg internal/goexperiment internal/goos runtime/internal/atomic runtime/internal/math runtime/internal/sys runtime/internal/syscall runtime internal/reflectlite errors internal/race sync/atomic sync io unicode unicode/utf8 bytes strings bufio internal/itoa internal/oserror syscall time context encoding math/bits math strconv reflect encoding/binary encoding/base64 sort internal/fmtsort internal/syscall/unix internal/poll internal/syscall/execenv internal/testlog path io/fs os fmt unicode/utf16 encoding/json golang.org/x/sys/unix github.com/mattn/go-isatty github.com/mendersoftware/progressbar github.com/pkg/errors log github.com/sirupsen/logrus github.com/mendersoftware/mender/utils github.com/mendersoftware/mender/app/updatecontrolmap hash crypto crypto/internal/subtle crypto/subtle crypto/cipher crypto/aes crypto/des crypto/internal/randutil math/rand math/big crypto/dsa crypto/elliptic/internal/fiat crypto/elliptic/internal/nistec crypto/rand crypto/elliptic crypto/sha512 encoding/asn1 vendor/golang.org/x/crypto/cryptobyte/asn1 vendor/golang.org/x/crypto/cryptobyte crypto/ecdsa crypto/ed25519/internal/edwards25519/field crypto/ed25519/internal/edwards25519 crypto/ed25519 crypto/md5 crypto/rsa crypto/sha1 crypto/sha256 encoding/hex crypto/x509/pkix encoding/pem internal/godebug vendor/golang.org/x/net/dns/dnsmessage internal/nettrace internal/singleflight internal/intern net/netip runtime/cgo net net/url path/filepath crypto/x509 os/exec regexp/syntax regexp 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 io/ioutil compress/flate hash/crc32 compress/gzip container/list crypto/hmac crypto/rc4 vendor/golang.org/x/crypto/internal/subtle 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/mendersoftware/openssl # github.com/mendersoftware/openssl vendor/github.com/mendersoftware/openssl/conn.go:100:61: could not determine kind of name for C.X509_V_ERR_CA_KEY_TOO_SMALL vendor/github.com/mendersoftware/openssl/conn.go:101:61: could not determine kind of name for C.X509_V_ERR_CA_MD_TOO_WEAK 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:105:61: could not determine kind of name for C.X509_V_ERR_EE_KEY_TOO_SMALL 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 flag net/http/internal/testcert net/http/httptest runtime/debug github.com/stretchr/testify/assert github.com/stretchr/testify/mock github.com/mendersoftware/mender/dbus os/user archive/tar github.com/klauspost/compress/flate github.com/klauspost/pgzip 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 log/syslog github.com/sirupsen/logrus/hooks/syslog github.com/mendersoftware/mender/log/syslog text/tabwriter github.com/urfave/cli/v2 golang.org/x/crypto/ssh/terminal os/signal make: *** [package/pkg-generic.mk:293: /nvmedata/autobuild/instance-12/output-1/build/mender-3.1.0/.stamp_built] Error 2 make: Leaving directory '/nvmedata/autobuild/instance-12/buildroot'