>>> mender 3.3.0 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-2/output-1/build/.mender-3.3.0.tar.gz.GxHHUy/output' 'https://github.com/mendersoftware/mender/archive/3.3.0/mender-3.3.0.tar.gz' --2022-09-24 19:41:31-- https://github.com/mendersoftware/mender/archive/3.3.0/mender-3.3.0.tar.gz Resolving github.com (github.com)... 140.82.112.4 Connecting to github.com (github.com)|140.82.112.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/mendersoftware/mender/tar.gz/refs/tags/3.3.0 [following] --2022-09-24 19:41:32-- https://codeload.github.com/mendersoftware/mender/tar.gz/refs/tags/3.3.0 Resolving codeload.github.com (codeload.github.com)... 140.82.114.10 Connecting to codeload.github.com (codeload.github.com)|140.82.114.10|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-2/output-1/build/.mender-3.3.0.tar.gz.GxHHUy/output' 0K .......... .......... .......... .......... .......... 504K 50K .......... .......... .......... .......... .......... 1003K 100K .......... .......... .......... .......... .......... 67.8M 150K .......... .......... .......... .......... .......... 93.7M 200K .......... .......... .......... .......... .......... 983K 250K .......... .......... .......... .......... .......... 110M 300K .......... .......... .......... .......... .......... 59.0M 350K .......... .......... .......... .......... .......... 434K 400K .......... .......... .......... .......... .......... 1.57M 450K .......... .......... .......... .......... .......... 154M 500K .......... .......... .......... .......... .......... 210M 550K .......... .......... .......... .......... .......... 209M 600K .......... .......... .......... .......... .......... 208M 650K .......... .......... .......... .......... .......... 186M 700K .......... .......... .......... .......... .......... 217M 750K .......... .......... .......... .......... .......... 188M 800K .......... .......... .......... .......... .......... 203M 850K .......... .......... .......... .......... .......... 175M 900K .......... .......... .......... .......... .......... 204M 950K .......... .......... .......... .......... .......... 205M 1000K .......... .......... .......... .......... .......... 15.0M 1050K .......... .......... .......... .......... .......... 177M 1100K .......... .......... .......... .......... .......... 1.07M 1150K .......... .......... .......... .......... .......... 13.1M 1200K .......... .......... .......... .......... .......... 87.8M 1250K .......... .......... .......... .......... .......... 108M 1300K .......... .......... .......... .......... .......... 1.08M 1350K .......... .......... .......... .......... .......... 97.9M 1400K .......... .......... .......... .......... .......... 14.7M 1450K .......... .......... .......... .......... .......... 112M 1500K .......... .......... .......... .......... .......... 1.08M 1550K .......... .......... .......... .......... .......... 76.2M 1600K .......... .......... .......... .......... .......... 14.9M 1650K .......... .......... .......... .......... .......... 81.8M 1700K .......... .......... .......... .......... .......... 1.13M 1750K .......... .......... .......... .......... .......... 19.2M 1800K .......... .......... .......... .......... .......... 14.8M 1850K .......... .......... .......... .......... .......... 98.2M 1900K .......... .......... .......... .......... .......... 77.3M 1950K .......... . 271K=0.6s 2022-09-24 19:41:32 (3.20 MB/s) - '/nvmedata/autobuild/instance-2/output-1/build/.mender-3.3.0.tar.gz.GxHHUy/output' saved [2008608] mender-3.3.0.tar.gz: OK (sha256: 9d8b2438e358dacde58c3692bd038ed9938392f1a526c49d919f73a2dff77eee) >>> mender 3.3.0 Extracting gzip -d -c /nvmedata/autobuild/instance-2/dl/mender/mender-3.3.0.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-2/output-1/build/mender-3.3.0 -xf - >>> mender 3.3.0 Patching if [ ! -f /nvmedata/autobuild/instance-2/output-1/build/mender-3.3.0/go.mod ]; then printf "module github.com/mendersoftware/mender\n" > /nvmedata/autobuild/instance-2/output-1/build/mender-3.3.0/go.mod; fi >>> mender 3.3.0 Configuring >>> mender 3.3.0 Building cd /nvmedata/autobuild/instance-2/output-1/build/mender-3.3.0; GO111MODULE=on GOFLAGS=-mod=vendor GOROOT="/nvmedata/autobuild/instance-2/output-1/host/lib/go" GOPATH="/nvmedata/autobuild/instance-2/output-1/host/share/go-path" GOPROXY=off PATH="/nvmedata/autobuild/instance-2/output-1/host/bin:/nvmedata/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" GOBIN= CGO_ENABLED=1 GOOS="linux" GOARCH=amd64 GOCACHE="/nvmedata/autobuild/instance-2/output-1/host/share/go-cache" CC="/nvmedata/autobuild/instance-2/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc" CXX="/nvmedata/autobuild/instance-2/output-1/host/bin/x86_64-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="/nvmedata/autobuild/instance-2/output-1/host/lib/go/pkg/tool/linux_amd64" /nvmedata/autobuild/instance-2/output-1/host/bin/go build -v -ldflags "-X github.com/mendersoftware/mender/conf.Version=3.3.0" -modcacherw -tags "nodbus" -trimpath -p 2 -o /nvmedata/autobuild/instance-2/output-1/build/mender-3.3.0/bin/mender github.com/mendersoftware/mender/. internal/unsafeheader internal/goarch internal/cpu internal/abi internal/goexperiment internal/goos internal/bytealg runtime/internal/atomic runtime/internal/math runtime/internal/sys runtime/internal/syscall internal/race sync/atomic runtime unicode unicode/utf8 internal/itoa encoding math/bits math unicode/utf16 crypto/internal/subtle crypto/subtle crypto/internal/boring/sig container/list vendor/golang.org/x/crypto/cryptobyte/asn1 internal/nettrace vendor/golang.org/x/crypto/internal/subtle golang.org/x/sys/internal/unsafeheader github.com/bmatsuo/lmdb-go/internal/lmdbarch internal/reflectlite sync internal/testlog math/rand errors sort io bytes strings internal/oserror syscall bufio strconv reflect time context internal/syscall/unix internal/poll internal/syscall/execenv path io/fs encoding/binary internal/fmtsort os encoding/base64 hash crypto crypto/cipher crypto/internal/boring fmt crypto/internal/randutil crypto/sha1 crypto/aes crypto/des encoding/json compress/flate math/big crypto/internal/nistec/fiat crypto/rand embed crypto/internal/boring/bbig crypto/internal/nistec crypto/sha512 encoding/asn1 crypto/elliptic vendor/golang.org/x/crypto/cryptobyte crypto/internal/edwards25519/field crypto/internal/edwards25519 crypto/ecdsa crypto/hmac crypto/md5 crypto/ed25519 crypto/rc4 crypto/rsa crypto/sha256 crypto/dsa encoding/hex encoding/pem crypto/x509/pkix internal/godebug vendor/golang.org/x/net/dns/dnsmessage internal/singleflight internal/intern net/netip runtime/cgo net/url path/filepath vendor/golang.org/x/crypto/chacha20 vendor/golang.org/x/crypto/internal/poly1305 io/ioutil vendor/golang.org/x/sys/cpu vendor/golang.org/x/crypto/chacha20poly1305 vendor/golang.org/x/crypto/curve25519/internal/field net vendor/golang.org/x/crypto/curve25519 vendor/golang.org/x/crypto/hkdf hash/crc32 compress/gzip vendor/golang.org/x/text/transform log 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 vendor/golang.org/x/net/http2/hpack mime mime/quotedprintable net/http/internal net/http/internal/ascii golang.org/x/sys/unix crypto/x509 crypto/tls net/textproto vendor/golang.org/x/net/http/httpguts vendor/golang.org/x/net/http/httpproxy mime/multipart 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 os/exec regexp/syntax net/http/httptrace net/http regexp github.com/mendersoftware/mender-artifact/utils github.com/bmatsuo/lmdb-go/lmdb github.com/gorilla/websocket github.com/mendersoftware/openssl/utils github.com/mendersoftware/openssl # 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/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/klauspost/cpuid/v2 github.com/minio/sha256-simd github.com/remyoudompheng/go-liblzma 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 # 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 golang.org/x/term os/signal make: *** [package/pkg-generic.mk:293: /nvmedata/autobuild/instance-2/output-1/build/mender-3.3.0/.stamp_built] Error 2 make: Leaving directory '/nvmedata/autobuild/instance-2/buildroot'