Closed Bug 1650119 Opened 4 years ago Closed 4 years ago

macOS build failure with out of memory on cpuid.asm:47

Categories

(Core :: Audio/Video: Playback, defect)

defect

Tracking

()

RESOLVED DUPLICATE of bug 1649049

People

(Reporter: kats, Unassigned)

Details

Doing a clean build of m-c after bootstrapping, I get this failure (output is from an incremental ./mach build after the first clobber build failed)

$ ./mach build
 0:00.54 Clobber not needed.
 0:00.54 Adding make options from /Users/kats/zspace/gecko-mac/.mozconfig
    AUTOCLOBBER=1
    MOZ_OBJDIR=/Users/kats/zspace/gecko-mac/obj-host-debugopt
    OBJDIR=/Users/kats/zspace/gecko-mac/obj-host-debugopt
    FOUND_MOZCONFIG=/Users/kats/zspace/gecko-mac/.mozconfig
    export FOUND_MOZCONFIG
 0:00.55 /usr/bin/make -f client.mk -s
 0:00.98 Elapsed: 0.00s; From dist/private: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories.
 0:00.99 Elapsed: 0.00s; From dist/public: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories.
 0:01.00 Elapsed: 0.01s; From dist/xpi-stage: Kept 88 existing; Added/updated 0; Removed 0 files and 0 directories.
 0:01.32 Elapsed: 0.17s; From _tests: Kept 1200 existing; Added/updated 0; Removed 0 files and 0 directories.
 0:01.35 Elapsed: 0.21s; From dist/bin: Kept 2714 existing; Added/updated 0; Removed 0 files and 0 directories.
 0:01.42 Elapsed: 0.44s; From dist/include: Kept 6224 existing; Added/updated 0; Removed 0 files and 0 directories.
 0:01.51 ./buildid.h.stub
 0:01.51 ./source-repo.h.stub
 0:01.71 ./application.ini.stub
 0:01.94 ./application.ini.h.stub
 0:02.40 build/clang-plugin/tests
 0:06.19 toolkit/library/rust/force-cargo-library-build
 0:06.22 testing/geckodriver/force-cargo-program-build
 0:06.30     Blocking waiting for file lock on package cache
 0:07.07 media/libdav1d/asm
 0:07.07 media/libwebp/src/dec
 0:07.09 critical: /Users/kats/zspace/gecko-mac/third_party/dav1d/src/x86/cpuid.asm:47: out of memory!
 0:07.09 make[4]: *** [cpuid.o] Error 2
 0:07.09 make[3]: *** [media/libdav1d/asm/target-objects] Error 2
 0:07.09 make[3]: *** Waiting for unfinished jobs....
 0:08.73     Blocking waiting for file lock on package cache
 0:11.23     Finished dev [optimized + debuginfo] target(s) in 4.99s
 0:12.26     Finished dev [optimized + debuginfo] target(s) in 6.05s
 0:12.83 make[2]: *** [compile] Error 2
 0:12.83 make[1]: *** [default] Error 2
 0:12.84 make: *** [build] Error 2
 0:12.84 568 compiler warnings present.
 0:12.96 ccache (direct) hit rate: 0.0%; (preprocessed) hit rate: 0.0%; miss rate: 100.0%
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.