docker icon indicating copy to clipboard operation
docker copied to clipboard

Can't complete the image build on AArch64

Open Xosten opened this issue 3 years ago • 0 comments

Expected Behavior

Docker image build should be successful.

Actual Behavior

Docker image build isn't successful and comes with the following error

@calcom/web:build: info  - Linting and checking validity of types...
@calcom/web:build: warn  - No ESLint configuration detected. Run next lint to begin setup
@calcom/web:build: info  - Creating an optimized production build...
@calcom/web:build: <jemalloc>: Unsupported system page size
@calcom/web:build: <jemalloc>: Unsupported system page size
@calcom/web:build: memory allocation of 10 bytes failed
@calcom/web:build: Aborted (core dumped)
@calcom/web:build: error Command failed with exit code 134.
@calcom/web:build: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
@calcom/web:build: ERROR: command finished with error: command (apps/web) yarn run build exited (134)
command (apps/web) yarn run build exited (134)

 Tasks:    7 successful, 8 total
Cached:    0 cached, 8 total
  Time:    2m2.068s 

error Command failed with exit code 134.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
1 error occurred:
        * Status: The command '/bin/sh -c yarn build' returned a non-zero code: 134, Code: 134

Steps to Reproduce the Problem

  1. Have an Aarch64 (ARMv8) machine (I use Oracle Cloud ARM Free tier)
  2. Following the build and installation instructions on the README.md

Complementary information

#81 (starting from here) Similar issue https://github.com/home-assistant/core/issues/34162 Pulling the latest image available on Docker Hub works

Specifications

  • Version: 27821a9
  • Platform: Aarch64
  • Memory: 24Gb
  • Storage: 100Gb (60% free)
  • vCPU : 4
  • Docker version: Community Edition - 20.10.17
  • Docker Compose version : 2.6.0
  • Operating System : Oracle Linux 8

Xosten avatar Aug 23 '22 13:08 Xosten