>>> mender 3.1.0 Downloading wget --passive-ftp -nd -t 3 -O '/home/buildroot/autobuild/instance-1/output-1/build/.3.1.0.tar.gz.NyPpVL/output' 'https://github.com/mendersoftware/mender/archive/3.1.0.tar.gz' --2022-07-09 04:04:48-- https://github.com/mendersoftware/mender/archive/3.1.0.tar.gz Resolving github.com (github.com)... 140.82.114.4 Connecting to github.com (github.com)|140.82.114.4|: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-07-09 04:04:49-- https://codeload.github.com/mendersoftware/mender/tar.gz/refs/tags/3.1.0 Resolving codeload.github.com (codeload.github.com)... 140.82.113.9 Connecting to codeload.github.com (codeload.github.com)|140.82.113.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/home/buildroot/autobuild/instance-1/output-1/build/.3.1.0.tar.gz.NyPpVL/output' 0K .......... .......... .......... .......... .......... 368K 50K .......... .......... .......... .......... .......... 734K 100K .......... .......... .......... .......... .......... 39.8M 150K .......... .......... .......... .......... .......... 41.4M 200K .......... .......... .......... .......... .......... 749K 250K .......... .......... .......... .......... .......... 41.5M 300K .......... .......... .......... .......... .......... 753K 350K .......... .......... .......... .......... .......... 79.4M 400K .......... .......... .......... .......... .......... 98.8M 450K .......... .......... .......... .......... .......... 108M 500K .......... .......... .......... .......... .......... 103M 550K .......... .......... .......... .......... .......... 96.9M 600K .......... .......... .......... .......... .......... 105M 650K .......... .......... .......... .......... .......... 775K 700K .......... .......... .......... .......... .......... 102M 750K .......... .......... .......... .......... .......... 80.1M 800K .......... .......... .......... .......... .......... 108M 850K .......... .......... .......... .......... .......... 105M 900K .......... .......... .......... .......... .......... 105M 950K .......... .......... .......... .......... .......... 767K 1000K .......... .......... .......... .......... .......... 84.1M 1050K .......... .......... .......... .......... .......... 103M 1100K .......... .......... .......... .......... .......... 93.8M 1150K .......... .......... .......... .......... .......... 86.5M 1200K .......... .......... .......... .......... .......... 103M 1250K .......... .......... .......... .......... .......... 106M 1300K .......... .......... .......... .......... .......... 763K 1350K .......... .......... .......... .......... .......... 89.2M 1400K .......... .......... .......... .......... .......... 92.6M 1450K .......... .......... .......... .......... .......... 107M 1500K .......... .......... .......... .......... .......... 103M 1550K .......... .......... .......... .......... .......... 48.6M 1600K .......... .......... .......... .......... .......... 40.2M 1650K .......... .......... .......... .......... .......... 41.5M 1700K .......... .......... .......... .......... .......... 44.8M 1750K .......... .......... .......... .......... .......... 70.4M 1800K .......... .......... .......... .......... .......... 99.6M 1850K .......... .......... .......... .......... .......... 93.4M 1900K .......... .......... .......... .......... .......... 97.2M 1950K .......... .......... .......... .......... .......... 69.1M 2000K .......... .......... .......... .......... .......... 41.7M 2050K .......... .......... .......... .......... .......... 41.2M 2100K .......... .......... .......... .......... .......... 39.5M 2150K .......... .......... .......... .......... .......... 43.8M 2200K .......... .......... .. 40.9M=0.6s 2022-07-09 04:04:50 (3.88 MB/s) - '/home/buildroot/autobuild/instance-1/output-1/build/.3.1.0.tar.gz.NyPpVL/output' saved [2276293] 3.1.0.tar.gz: OK (sha256: 716ba7110dd68cdafc5caa989706ff67bbac0617c284d666aa81605850be5763) >>> mender 3.1.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-1/dl/mender/3.1.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-1/output-1/build/mender-3.1.0 -xf - >>> mender 3.1.0 Patching if [ ! -f /home/buildroot/autobuild/instance-1/output-1/build/mender-3.1.0/go.mod ]; then printf "module github.com/mendersoftware/mender\n" > /home/buildroot/autobuild/instance-1/output-1/build/mender-3.1.0/go.mod; fi >>> mender 3.1.0 Configuring >>> mender 3.1.0 Building cd /home/buildroot/autobuild/instance-1/output-1/build/mender-3.1.0; GO111MODULE=on GOFLAGS=-mod=vendor GOROOT="/home/buildroot/autobuild/instance-1/output-1/host/lib/go" GOPATH="/home/buildroot/autobuild/instance-1/output-1/host/usr/share/go-path" GOPROXY=off PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" GOBIN= CGO_ENABLED=1 GOOS="linux" GOARCH=386 GOCACHE="/home/buildroot/autobuild/instance-1/output-1/host/usr/share/go-cache" CC="/home/buildroot/autobuild/instance-1/output-1/host/bin/i686-buildroot-linux-uclibc-gcc" CXX="/home/buildroot/autobuild/instance-1/output-1/host/bin/i686-buildroot-linux-uclibc-g++" CGO_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 " CGO_CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 " CGO_LDFLAGS="" GOTOOLDIR="/home/buildroot/autobuild/instance-1/output-1/host/lib/go/pkg/tool/linux_386" /home/buildroot/autobuild/instance-1/output-1/host/bin/go build -v -ldflags "-X github.com/mendersoftware/mender/conf.Version=3.1.0" -modcacherw -tags "nolzma nodbus" -trimpath -p 4 -o /home/buildroot/autobuild/instance-1/output-1/build/mender-3.1.0/bin/mender github.com/mendersoftware/mender/. internal/goarch internal/unsafeheader internal/goexperiment internal/cpu internal/goos internal/abi runtime/internal/atomic runtime/internal/math runtime/internal/syscall runtime/internal/sys internal/race internal/bytealg sync/atomic unicode/utf8 unicode internal/itoa encoding math/bits unicode/utf16 runtime crypto/internal/subtle crypto/subtle math vendor/golang.org/x/crypto/cryptobyte/asn1 internal/nettrace github.com/bmatsuo/lmdb-go/internal/lmdbarch container/list vendor/golang.org/x/crypto/internal/subtle internal/reflectlite sync internal/testlog internal/singleflight math/rand runtime/cgo errors sort internal/oserror io syscall bytes strings time strconv bufio internal/syscall/unix internal/syscall/execenv path reflect hash context internal/poll io/fs crypto crypto/internal/randutil crypto/elliptic/internal/fiat os internal/godebug vendor/golang.org/x/net/dns/dnsmessage encoding/binary internal/fmtsort encoding/base64 fmt golang.org/x/sys/unix crypto/cipher crypto/elliptic/internal/nistec crypto/aes crypto/des crypto/sha512 crypto/ed25519/internal/edwards25519/field crypto/md5 encoding/json github.com/pkg/errors log math/big crypto/ed25519/internal/edwards25519 github.com/mattn/go-isatty crypto/sha1 github.com/mendersoftware/progressbar github.com/sirupsen/logrus crypto/sha256 encoding/hex encoding/pem internal/intern net/url net/netip path/filepath github.com/mendersoftware/mender/utils net github.com/mendersoftware/mender/app/updatecontrolmap os/exec crypto/dsa crypto/rand encoding/asn1 crypto/elliptic crypto/ed25519 crypto/rsa vendor/golang.org/x/crypto/cryptobyte crypto/x509/pkix regexp/syntax github.com/bmatsuo/lmdb-go/lmdb crypto/ecdsa github.com/mendersoftware/openssl/utils io/ioutil compress/flate regexp hash/crc32 compress/gzip github.com/mendersoftware/mender-artifact/utils crypto/hmac crypto/rc4 vendor/golang.org/x/crypto/chacha20 vendor/golang.org/x/crypto/internal/poly1305 vendor/golang.org/x/crypto/curve25519/internal/field vendor/golang.org/x/crypto/chacha20poly1305 vendor/golang.org/x/crypto/hkdf vendor/golang.org/x/crypto/curve25519 vendor/golang.org/x/text/transform vendor/golang.org/x/text/unicode/bidi vendor/golang.org/x/text/unicode/norm vendor/golang.org/x/text/secure/bidirule vendor/golang.org/x/net/http2/hpack mime vendor/golang.org/x/net/idna mime/quotedprintable net/http/internal net/http/internal/ascii github.com/davecgh/go-spew/spew crypto/x509 net/textproto vendor/golang.org/x/net/http/httpproxy github.com/pmezard/go-difflib/difflib vendor/golang.org/x/net/http/httpguts mime/multipart github.com/stretchr/objx crypto/tls gopkg.in/yaml.v3 flag net/http/internal/testcert runtime/debug github.com/mendersoftware/mender/dbus os/user github.com/klauspost/compress/flate net/http/httptrace net/http github.com/klauspost/pgzip github.com/minio/sha256-simd 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 archive/tar github.com/urfave/cli/v2 github.com/mendersoftware/mender-artifact/artifact golang.org/x/crypto/ssh/terminal os/signal github.com/mendersoftware/mender-artifact/handlers github.com/mendersoftware/mender-artifact/areader net/http/httptest github.com/mendersoftware/openssl github.com/stretchr/testify/assert github.com/stretchr/testify/mock # github.com/bmatsuo/lmdb-go/lmdb mdb.c: In function 'mdb_cursor_put': mdb.c:6535:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 6535 | if (SIZELEFT(fp) < offset) { | ^ mdb.c:6540:5: note: here 6540 | case MDB_CURRENT: | ^~~~ mdb.c: In function 'mdb_env_cwalk': mdb.c:8968:7: warning: writing 4 bytes into a region of size 1 [-Wstringop-overflow=] 8968 | memcpy(NODEDATA(ni), &mo->mp_pgno, sizeof(pgno_t)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdb.c:878:8: note: at offset 0 to object 'mn_data' with size 1 declared here 878 | char mn_data[1]; /**< key and data are appended here */ | ^~~~~~~ mdb.c: In function 'mdb_node_add': mdb.c:7128:4: warning: writing 4 bytes into a region of size 1 [-Wstringop-overflow=] 7128 | memcpy(ndata, &ofp->mp_pgno, sizeof(pgno_t)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdb.c:7122:5: warning: writing 4 bytes into a region of size 1 [-Wstringop-overflow=] 7122 | memcpy(ndata, data->mv_data, sizeof(pgno_t)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # 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 package/pkg-generic.mk:290: recipe for target '/home/buildroot/autobuild/instance-1/output-1/build/mender-3.1.0/.stamp_built' failed make: *** [/home/buildroot/autobuild/instance-1/output-1/build/mender-3.1.0/.stamp_built] Error 2 make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'