>>> mender 2.6.0 Extracting gzip -d -c /tmp/instance-1/dl/mender/2.6.0.tar.gz | tar --strip-components=1 -C /tmp/instance-1/output-1/build/mender-2.6.0 -xf - >>> mender 2.6.0 Patching if [ ! -f /tmp/instance-1/output-1/build/mender-2.6.0/go.mod ]; then printf "module github.com/mendersoftware/mender\n" > /tmp/instance-1/output-1/build/mender-2.6.0/go.mod; fi >>> mender 2.6.0 Configuring >>> mender 2.6.0 Building cd /tmp/instance-1/output-1/build/mender-2.6.0; GO111MODULE=on GOFLAGS=-mod=vendor GOROOT="/tmp/instance-1/output-1/host/lib/go" GOPATH="/tmp/instance-1/output-1/host/usr/share/go-path" GOPROXY=off PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" GOBIN= CGO_ENABLED=1 GOARCH=amd64 GOCACHE="/tmp/instance-1/output-1/host/usr/share/go-cache" CC="/tmp/instance-1/output-1/host/bin/x86_64-linux-gcc" CXX="/tmp/instance-1/output-1/host/bin/x86_64-linux-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-1/output-1/host/lib/go/pkg/tool/linux_amd64" /tmp/instance-1/output-1/host/bin/go build -v -ldflags "-X github.com/mendersoftware/mender/conf.Version=2.6.0" -tags "nolzma" -trimpath -p 32 -o /tmp/instance-1/output-1/build/mender-2.6.0/bin/mender github.com/mendersoftware/mender/. github.com/bmatsuo/lmdb-go/internal/lmdbarch github.com/mendersoftware/openssl/utils github.com/minio/sha256-simd github.com/pkg/errors github.com/pmezard/go-difflib/difflib github.com/davecgh/go-spew/spew golang.org/x/sys/unix github.com/ungerik/go-sysfs github.com/stretchr/objx archive/tar github.com/klauspost/compress/flate github.com/bmatsuo/lmdb-go/lmdb gopkg.in/yaml.v3 log/syslog github.com/urfave/cli/v2 net/http/httptest github.com/mendersoftware/openssl github.com/mendersoftware/mender-artifact/utils github.com/mendersoftware/mender/dbus github.com/klauspost/pgzip github.com/mendersoftware/mender-artifact/artifact github.com/mattn/go-isatty github.com/sirupsen/logrus golang.org/x/crypto/ssh/terminal github.com/mendersoftware/progressbar github.com/stretchr/testify/assert github.com/mendersoftware/mender-artifact/handlers github.com/mendersoftware/mender/system github.com/sirupsen/logrus/hooks/syslog github.com/mendersoftware/mender/utils github.com/mendersoftware/mender/log/syslog github.com/mendersoftware/mender-artifact/areader 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: | ^~~~ In file included from /tmp/instance-1/output-1/host/x86_64-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: /tmp/instance-1/output-1/host/x86_64-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 /tmp/instance-1/output-1/host/x86_64-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: /tmp/instance-1/output-1/host/x86_64-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: /tmp/instance-1/output-1/host/x86_64-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 /tmp/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/x86_64-buildroot-linux-gnu/10.2.0/../../../../x86_64-buildroot-linux-gnu/bin/ld: $WORK/b091/_x027.o: in function `X_EVP_ripemd160': openssl@v1.1.0shim.c:(.text+0x5e6): undefined reference to `EVP_ripemd160' collect2: error: ld returned 1 exit status # github.com/mendersoftware/openssl 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: *** [package/pkg-generic.mk:250: /tmp/instance-1/output-1/build/mender-2.6.0/.stamp_built] Error 2 make: Leaving directory '/tmp/instance-1/buildroot'