>>> mender 2.6.0 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-3/dl/mender/2.6.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-3/output-1/build/mender-2.6.0 -xf - >>> mender 2.6.0 Patching if [ ! -f /home/buildroot/autobuild/run/instance-3/output-1/build/mender-2.6.0/go.mod ]; then printf "module github.com/mendersoftware/mender\n" > /home/buildroot/autobuild/run/instance-3/output-1/build/mender-2.6.0/go.mod; fi >>> mender 2.6.0 Configuring >>> mender 2.6.0 Building cd /home/buildroot/autobuild/run/instance-3/output-1/build/mender-2.6.0; GO111MODULE=on GOFLAGS=-mod=vendor GOROOT="/home/buildroot/autobuild/run/instance-3/output-1/host/lib/go" GOPATH="/home/buildroot/autobuild/run/instance-3/output-1/host/usr/share/go-path" GOPROXY=off PATH="/home/buildroot/autobuild/run/instance-3/output-1/host/bin:/home/buildroot/autobuild/run/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" GOBIN= CGO_ENABLED=1 GOARCH=arm64 GOCACHE="/home/buildroot/autobuild/run/instance-3/output-1/host/usr/share/go-cache" CC="/home/buildroot/autobuild/run/instance-3/output-1/host/bin/aarch64-none-linux-gnu-gcc" CXX="/home/buildroot/autobuild/run/instance-3/output-1/host/bin/aarch64-none-linux-gnu-g++" CGO_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -DNDEBUG -D_FORTIFY_SOURCE=1" CGO_CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -DNDEBUG -D_FORTIFY_SOURCE=1" CGO_LDFLAGS="" GOTOOLDIR="/home/buildroot/autobuild/run/instance-3/output-1/host/lib/go/pkg/tool/linux_arm64" /home/buildroot/autobuild/run/instance-3/output-1/host/bin/go build -v -ldflags "-X github.com/mendersoftware/mender/conf.Version=2.6.0" -tags "" -trimpath -p 4 -o /home/buildroot/autobuild/run/instance-3/output-1/build/mender-2.6.0/bin/mender github.com/mendersoftware/mender/. internal/unsafeheader runtime/internal/sys internal/race internal/cpu runtime/internal/atomic sync/atomic runtime/internal/math unicode unicode/utf8 encoding math/bits unicode/utf16 internal/bytealg math crypto/internal/subtle crypto/subtle vendor/golang.org/x/crypto/cryptobyte/asn1 internal/nettrace github.com/bmatsuo/lmdb-go/internal/lmdbarch runtime runtime/cgo container/list vendor/golang.org/x/crypto/internal/subtle internal/reflectlite sync internal/testlog math/rand internal/singleflight errors sort io strconv internal/oserror syscall path vendor/golang.org/x/net/dns/dnsmessage bytes strings reflect hash crypto bufio crypto/internal/randutil regexp/syntax internal/syscall/unix time internal/syscall/execenv github.com/mendersoftware/openssl/utils hash/crc32 crypto/hmac crypto/rc4 regexp vendor/golang.org/x/crypto/hkdf vendor/golang.org/x/text/transform internal/poll io/fs encoding/binary internal/fmtsort context os github.com/remyoudompheng/go-liblzma text/tabwriter encoding/base64 crypto/cipher crypto/sha512 crypto/ed25519/internal/edwards25519 fmt crypto/aes crypto/des crypto/md5 crypto/sha1 crypto/sha256 encoding/json math/big encoding/hex encoding/pem net net/url path/filepath github.com/pkg/errors crypto/dsa crypto/elliptic encoding/asn1 crypto/rand crypto/ed25519 crypto/rsa vendor/golang.org/x/crypto/cryptobyte crypto/x509/pkix os/exec log github.com/mendersoftware/mender-artifact/utils github.com/bmatsuo/lmdb-go/lmdb crypto/ecdsa io/ioutil compress/flate vendor/golang.org/x/crypto/chacha20 vendor/golang.org/x/crypto/poly1305 compress/gzip vendor/golang.org/x/crypto/chacha20poly1305 vendor/golang.org/x/crypto/curve25519 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 golang.org/x/sys/unix github.com/davecgh/go-spew/spew crypto/x509 net/textproto vendor/golang.org/x/net/http/httpguts vendor/golang.org/x/net/http/httpproxy mime/multipart github.com/sirupsen/logrus crypto/tls github.com/pmezard/go-difflib/difflib github.com/stretchr/objx gopkg.in/yaml.v3 flag runtime/debug github.com/mendersoftware/mender/dbus os/user net/http/httptrace net/http archive/tar github.com/klauspost/compress/flate github.com/mendersoftware/openssl net/http/httptest github.com/stretchr/testify/assert github.com/stretchr/testify/mock 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 github.com/mattn/go-isatty github.com/mendersoftware/progressbar github.com/mendersoftware/mender/utils log/syslog github.com/sirupsen/logrus/hooks/syslog github.com/mendersoftware/mender/log/syslog github.com/urfave/cli/v2 golang.org/x/crypto/ssh/terminal os/signal # github.com/bmatsuo/lmdb-go/lmdb mdb.c: In function 'mdb_page_dirty': mdb.c:2055:6: warning: variable 'rc' set but not used [-Wunused-but-set-variable] 2055 | int rc, (*insert)(MDB_ID2L, MDB_ID2 *); | ^~ 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: | ^~~~ In file included from /home/buildroot/autobuild/run/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/string.h:495, from mdb.c:97: In function 'memcpy', inlined from 'mdb_env_cwalk' at mdb.c:8968:7: /home/buildroot/autobuild/run/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:34:10: warning: writing 8 bytes into a region of size 1 [-Wstringop-overflow=] 34 | return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdb.c: In function 'mdb_env_cwalk': 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 */ | ^~~~~~~ In file included from /home/buildroot/autobuild/run/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/string.h:495, from mdb.c:97: In function 'memcpy', inlined from 'mdb_node_add' at mdb.c:7128:4: /home/buildroot/autobuild/run/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:34:10: warning: writing 8 bytes into a region of size 1 [-Wstringop-overflow=] 34 | return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'memcpy', inlined from 'mdb_node_add' at mdb.c:7122:5: /home/buildroot/autobuild/run/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:34:10: warning: writing 8 bytes into a region of size 1 [-Wstringop-overflow=] 34 | return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # github.com/mendersoftware/openssl /home/buildroot/autobuild/run/instance-3/output-1/host/opt/ext-toolchain/bin/../lib/gcc/aarch64-none-linux-gnu/10.2.1/../../../../aarch64-none-linux-gnu/bin/ld: $WORK/b091/_x027.o: in function `X_EVP_md4': openssl@v1.1.0shim.c:(.text+0x698): undefined reference to `EVP_md4' /home/buildroot/autobuild/run/instance-3/output-1/host/opt/ext-toolchain/bin/../lib/gcc/aarch64-none-linux-gnu/10.2.1/../../../../aarch64-none-linux-gnu/bin/ld: $WORK/b091/_x027.o: in function `X_EVP_ripemd160': openssl@v1.1.0shim.c:(.text+0x6b0): undefined reference to `EVP_ripemd160' collect2: error: ld returned 1 exit status # github.com/mendersoftware/openssl shim.c: In function 'X_EVP_md4': shim.c:642:9: warning: implicit declaration of function 'EVP_md4'; did you mean 'EVP_md5'? [-Wimplicit-function-declaration] 642 | return EVP_md4(); | ^~~~~~~ | EVP_md5 shim.c:642:9: warning: returning 'int' from a function with return type 'const EVP_MD *' {aka 'const struct evp_md_st *'} makes pointer from integer without a cast [-Wint-conversion] 642 | return EVP_md4(); | ^~~~~~~~~ shim.c: In function 'X_EVP_ripemd160': shim.c:646:9: warning: implicit declaration of function 'EVP_ripemd160'; did you mean 'X_EVP_ripemd160'? [-Wimplicit-function-declaration] 646 | return EVP_ripemd160(); | ^~~~~~~~~~~~~ | X_EVP_ripemd160 shim.c:646:9: warning: returning 'int' from a function with return type 'const EVP_MD *' {aka 'const struct evp_md_st *'} makes pointer from integer without a cast [-Wint-conversion] 646 | return EVP_ripemd160(); | ^~~~~~~~~~~~~~~ make: *** [/home/buildroot/autobuild/run/instance-3/output-1/build/mender-2.6.0/.stamp_built] Error 2 make: Leaving directory `/home/buildroot/autobuild/run/instance-3/buildroot'