>>> mender 2.6.0 Extracting gzip -d -c /nvme/rc-buildroot-test/scripts/instance-0/dl/mender/2.6.0.tar.gz | tar --strip-components=1 -C /nvme/rc-buildroot-test/scripts/instance-0/output-1/build/mender-2.6.0 -xf - >>> mender 2.6.0 Patching if [ ! -f /nvme/rc-buildroot-test/scripts/instance-0/output-1/build/mender-2.6.0/go.mod ]; then printf "module github.com/mendersoftware/mender\n" > /nvme/rc-buildroot-test/scripts/instance-0/output-1/build/mender-2.6.0/go.mod; fi >>> mender 2.6.0 Configuring >>> mender 2.6.0 Building cd /nvme/rc-buildroot-test/scripts/instance-0/output-1/build/mender-2.6.0; GO111MODULE=on GOFLAGS=-mod=vendor GOROOT="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib/go" GOPATH="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/usr/share/go-path" GOPROXY=off PATH="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin:/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/aws/bin:/root/bin" GOBIN= CGO_ENABLED=1 GOARCH=s390x GOCACHE="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/usr/share/go-cache" CC="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CXX="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin/s390x-buildroot-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="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib/go/pkg/tool/linux_s390x" /nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin/go build -v -ldflags "-X github.com/mendersoftware/mender/conf.Version=2.6.0" -tags "nolzma" -trimpath -p 4 -o /nvme/rc-buildroot-test/scripts/instance-0/output-1/build/mender-2.6.0/bin/mender github.com/mendersoftware/mender/. runtime/internal/sys internal/unsafeheader internal/cpu runtime/internal/atomic internal/race runtime/internal/math sync/atomic unicode unicode/utf8 encoding internal/bytealg math/bits unicode/utf16 crypto/internal/subtle crypto/subtle math runtime vendor/golang.org/x/crypto/cryptobyte/asn1 internal/nettrace runtime/cgo 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 errors sort io internal/oserror strconv 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 regexp crypto/hmac crypto/rc4 vendor/golang.org/x/crypto/hkdf vendor/golang.org/x/text/transform internal/poll io/fs context text/tabwriter os encoding/binary internal/fmtsort encoding/base64 crypto/cipher crypto/sha512 crypto/ed25519/internal/edwards25519 crypto/md5 crypto/aes fmt crypto/des crypto/sha1 crypto/sha256 encoding/pem net path/filepath golang.org/x/sys/unix os/exec encoding/json math/big encoding/hex net/url github.com/pkg/errors github.com/mendersoftware/mender-artifact/utils log io/ioutil compress/flate github.com/bmatsuo/lmdb-go/lmdb crypto/dsa crypto/elliptic encoding/asn1 crypto/rand vendor/golang.org/x/crypto/cryptobyte crypto/ed25519 crypto/rsa crypto/ecdsa crypto/x509/pkix compress/gzip vendor/golang.org/x/sys/cpu vendor/golang.org/x/crypto/curve25519 vendor/golang.org/x/crypto/chacha20 vendor/golang.org/x/crypto/poly1305 vendor/golang.org/x/text/unicode/bidi vendor/golang.org/x/crypto/chacha20poly1305 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 crypto/x509 net/textproto vendor/golang.org/x/net/http/httpproxy vendor/golang.org/x/net/http/httpguts mime/quotedprintable net/http/internal mime/multipart github.com/sirupsen/logrus github.com/davecgh/go-spew/spew 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/klauspost/pgzip github.com/minio/sha256-simd github.com/mendersoftware/mender-artifact/artifact github.com/mendersoftware/openssl net/http/httptest github.com/stretchr/testify/assert github.com/stretchr/testify/mock 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: | ^~~~ # github.com/mendersoftware/openssl /nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib/gcc/s390x-buildroot-linux-gnu/9.3.0/../../../../s390x-buildroot-linux-gnu/bin/ld: $WORK/b091/_x027.o: in function `X_EVP_md4': openssl@v1.1.0shim.c:(.text+0x856): undefined reference to `EVP_md4' /nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib/gcc/s390x-buildroot-linux-gnu/9.3.0/../../../../s390x-buildroot-linux-gnu/bin/ld: $WORK/b091/_x027.o: in function `X_EVP_ripemd160': openssl@v1.1.0shim.c:(.text+0x876): 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(); | ^~~~~~~~~~~~~~~ package/pkg-generic.mk:247: recipe for target '/nvme/rc-buildroot-test/scripts/instance-0/output-1/build/mender-2.6.0/.stamp_built' failed make: *** [/nvme/rc-buildroot-test/scripts/instance-0/output-1/build/mender-2.6.0/.stamp_built] Error 2 make: Leaving directory '/nvme/rc-buildroot-test/scripts/instance-0/buildroot'