>>> mender 2.6.0 Extracting gzip -d -c /srv/storage/autobuild/run/instance-2/dl/mender/2.6.0.tar.gz | tar --strip-components=1 -C /srv/storage/autobuild/run/instance-2/output-1/build/mender-2.6.0 -xf - >>> mender 2.6.0 Patching if [ ! -f /srv/storage/autobuild/run/instance-2/output-1/build/mender-2.6.0/go.mod ]; then printf "module github.com/mendersoftware/mender\n" > /srv/storage/autobuild/run/instance-2/output-1/build/mender-2.6.0/go.mod; fi >>> mender 2.6.0 Configuring >>> mender 2.6.0 Building cd /srv/storage/autobuild/run/instance-2/output-1/build/mender-2.6.0; GO111MODULE=on GOFLAGS=-mod=vendor GOROOT="/srv/storage/autobuild/run/instance-2/output-1/host/lib/go" GOPATH="/srv/storage/autobuild/run/instance-2/output-1/host/usr/share/go-path" GOPROXY=off PATH="/srv/storage/autobuild/run/instance-2/output-1/host/bin:/srv/storage/autobuild/run/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" GOBIN= CGO_ENABLED=1 GOARCH=386 GOCACHE="/srv/storage/autobuild/run/instance-2/output-1/host/usr/share/go-cache" CC="/srv/storage/autobuild/run/instance-2/output-1/host/bin/i586-linux-gcc" CXX="/srv/storage/autobuild/run/instance-2/output-1/host/bin/i586-linux-g++" CGO_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " CGO_CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " CGO_LDFLAGS="" GOTOOLDIR="/srv/storage/autobuild/run/instance-2/output-1/host/lib/go/pkg/tool/linux_386" /srv/storage/autobuild/run/instance-2/output-1/host/bin/go build -v -ldflags "-X github.com/mendersoftware/mender/conf.Version=2.6.0" -tags "" -trimpath -p 4 -o /srv/storage/autobuild/run/instance-2/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 golang.org/x/sys/unix github.com/pkg/errors github.com/bmatsuo/lmdb-go/lmdb github.com/mendersoftware/mender-artifact/utils github.com/mendersoftware/openssl github.com/davecgh/go-spew/spew github.com/pmezard/go-difflib/difflib github.com/stretchr/objx github.com/sirupsen/logrus gopkg.in/yaml.v3 net/http/httptest github.com/mendersoftware/mender/dbus github.com/stretchr/testify/assert github.com/stretchr/testify/mock github.com/klauspost/compress/flate github.com/klauspost/pgzip 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 github.com/mattn/go-isatty github.com/mendersoftware/progressbar github.com/mendersoftware/mender/utils github.com/sirupsen/logrus/hooks/syslog github.com/mendersoftware/mender/log/syslog github.com/urfave/cli/v2 golang.org/x/crypto/ssh/terminal # 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: | ^~~~ # github.com/mendersoftware/openssl /srv/storage/autobuild/run/instance-2/output-1/host/opt/ext-toolchain/bin/../lib/gcc/i586-buildroot-linux-musl/9.3.0/../../../../i586-buildroot-linux-musl/bin/ld: $WORK/b091/_x027.o: in function `X_EVP_ripemd160': openssl@v1.1.0shim.c:(.text+0xe90): 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: /srv/storage/autobuild/run/instance-2/output-1/build/mender-2.6.0/.stamp_built] Error 2 make: Leaving directory '/srv/storage/autobuild/run/instance-2/buildroot'