[wip] etl: zero-copy on mmap #10187
Annotations
1 error
|
Build erigon Docker image (with BuildKit layer cache)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -c echo \"DEBUG: building on ${TARGETARCH}${TARGETVARIANT}\" && if [ \"x${TARGETARCH}\" == \"xamd64\" ] && [ \"x${TARGETVARIANT}\" == \"x\" ]; then echo \"DEBUG: detected architecture AMD64v1\"; export CPU_FLAGS=\"GOAMD64_VERSION=v1 GOARCH=amd64\"; elif [ \"x${TARGETARCH}\" == \"xamd64\" ] && [ \"x${TARGETVARIANT}\" == \"xv2\" ]; then echo \"DEBUG: detected architecture AMD64v2\"; export CPU_FLAGS=\"GOAMD64_VERSION=v2 GOARCH=amd64\"; elif [ \"x${TARGETARCH}\" == \"xarm64\" ]; then echo \"DEBUG: detected architecture ARM64\"; export CPU_FLAGS=\"GOARCH=arm64\"; fi && if [ \"x${BUILD_SILKWORM}\" != \"xtrue\" ] || [ \"x${TARGETARCH}\" == \"xarm64\" ] ; then echo \"DEBUG: add nosilkworm build tag - BUILD_SILKWORM is not true OR ARM64 architecture \"; export FLAG_SILKWORM=\",nosilkworm\"; fi && echo \"DEBUG: cmd - make ${CPU_FLAGS} ${BINARIES} GOBIN=/build FLAG_SILKWORM=${FLAG_SILKWORM} .\" && make GO=xx-go CGO_ENABLED=1 GOARCH=${TARGETARCH} ${CPU_FLAGS} ${BINARIES} GOBIN=/build BUILD_TAGS=nosqlite,noboltdb${FLAG_SILKWORM} && if [ \"x${BUILD_SILKWORM}\" == \"xtrue\" ] && [ \"x${TARGETARCH}\" == \"xamd64\" ]; then echo \"DEBUG: BUILD_SILKWORM=${BUILD_SILKWORM} - installing libsilkworm_capi.so lib on architecture ARM64\"; find $(go env GOMODCACHE)/github.com/erigontech -name libsilkworm_capi.so -exec install {} /build \\; ; fi && if [ \"x${BUILD_DBTOOLS}\" == \"xtrue\" ]; then echo \"Building db-tools:\"; make GO=xx-go CGO_ENABLED=1 GOBIN=/build db-tools; fi && find /build -ls" did not complete successfully: exit code: 2
|
Loading