Closed Bug 1664106 Opened 4 years ago Closed 4 years ago

Permafailing Android Bustage make[1]: *** [/builds/worker/checkouts/gecko/build/moz-automation.mk:110: automation/buildsymbols] Error 2

Categories

(Firefox Build System :: General, defect, P5)

defect

Tracking

(firefox-esr68 unaffected, firefox-esr78 unaffected, firefox80 unaffected, firefox81 unaffected, firefox82 fixed)

RESOLVED FIXED
82 Branch
Tracking Status
firefox-esr68 --- unaffected
firefox-esr78 --- unaffected
firefox80 --- unaffected
firefox81 --- unaffected
firefox82 --- fixed

People

(Reporter: intermittent-bug-filer, Unassigned)

References

(Regression)

Details

(Keywords: intermittent-failure, regression)

Filed by: abutkovits [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=315279695&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/LHnFdQlKSraqKlsC1PgMxg/runs/0/artifacts/public/logs/live_backing.log


```[task 2020-09-10T04:41:09.434Z] 04:41:09     INFO -  buildsymbols> echo packing symbols
[task 2020-09-10T04:41:09.434Z] 04:41:09     INFO -  buildsymbols> packing symbols
[task 2020-09-10T04:41:09.434Z] 04:41:09     INFO -  buildsymbols> make[2]: Leaving directory '/builds/worker/workspace/obj-build'
[task 2020-09-10T04:41:09.434Z] 04:41:09     INFO -  buildsymbols> make[2]: Entering directory '/builds/worker/workspace/obj-build'
[task 2020-09-10T04:41:09.434Z] 04:41:09     INFO -  buildsymbols> ./config/nsinstall -D dist/
[task 2020-09-10T04:41:09.434Z] 04:41:09     INFO -  package> make[4]: Nothing to be done for 'pre-export'.
[task 2020-09-10T04:41:09.435Z] 04:41:09     INFO -  buildsymbols> make[2]: Leaving directory '/builds/worker/workspace/obj-build'
[task 2020-09-10T04:41:09.435Z] 04:41:09     INFO -  buildsymbols> make[2]: Entering directory '/builds/worker/workspace/obj-build'
[task 2020-09-10T04:41:09.435Z] 04:41:09     INFO -  buildsymbols> rm -f 'dist/target.crashreporter-symbols-full.tar.zst'
[task 2020-09-10T04:41:09.435Z] 04:41:09     INFO -  buildsymbols> make[2]: Leaving directory '/builds/worker/workspace/obj-build'
[task 2020-09-10T04:41:09.435Z] 04:41:09     INFO -  buildsymbols> make[2]: Entering directory '/builds/worker/workspace/obj-build'
[task 2020-09-10T04:41:09.435Z] 04:41:09     INFO -  buildsymbols> rm -f 'dist/target.crashreporter-symbols.zip'
[task 2020-09-10T04:41:09.435Z] 04:41:09     INFO -  buildsymbols> make[2]: Leaving directory '/builds/worker/workspace/obj-build'
[task 2020-09-10T04:41:09.437Z] 04:41:09     INFO -  package> make[4]: Nothing to be done for 'export'.
[task 2020-09-10T04:41:09.440Z] 04:41:09     INFO -  package> make[4]: Nothing to be done for 'compile'.
[task 2020-09-10T04:41:09.443Z] 04:41:09     INFO -  package> make[4]: Nothing to be done for 'misc'.
[task 2020-09-10T04:41:09.446Z] 04:41:09     INFO -  package> /usr/bin/make make-package-internal
[task 2020-09-10T04:41:09.450Z] 04:41:09     INFO -  package> make[5]: Entering directory '/builds/worker/workspace/obj-build/mobile/android/installer'
[task 2020-09-10T04:41:09.450Z] 04:41:09     INFO -  package> printf '\n[multilocale]\n' > locale-manifest.in
[task 2020-09-10T04:41:09.450Z] 04:41:09     INFO -  package> make[5]: Leaving directory '/builds/worker/workspace/obj-build/mobile/android/installer'
[task 2020-09-10T04:41:09.450Z] 04:41:09     INFO -  package> make[5]: Entering directory '/builds/worker/workspace/obj-build/mobile/android/installer'
[task 2020-09-10T04:41:09.450Z] 04:41:09     INFO -  package> ../../../config/nsinstall -D ../../../dist/
[task 2020-09-10T04:41:09.450Z] 04:41:09     INFO -  package> make[5]: Leaving directory '/builds/worker/workspace/obj-build/mobile/android/installer'
[task 2020-09-10T04:41:09.451Z] 04:41:09     INFO -  package> make[5]: Entering directory '/builds/worker/workspace/obj-build/mobile/android/installer'
[task 2020-09-10T04:41:09.451Z] 04:41:09     INFO -  package> printf '@BINPATH@/res/multilocale.txt\n' >> locale-manifest.in
[task 2020-09-10T04:41:09.451Z] 04:41:09     INFO -  package> make[5]: Leaving directory '/builds/worker/workspace/obj-build/mobile/android/installer'
[task 2020-09-10T04:41:09.452Z] 04:41:09     INFO -  package> make[5]: Entering directory '/builds/worker/workspace/obj-build/mobile/android/installer'
[task 2020-09-10T04:41:09.452Z] 04:41:09     INFO -  package> for LOCALE in  en-US ;\
[task 2020-09-10T04:41:09.452Z] 04:41:09     INFO -  package> do \
[task 2020-09-10T04:41:09.452Z] 04:41:09     INFO -  package>   for ENTRY in @BINPATH@/chrome/ ;\
[task 2020-09-10T04:41:09.453Z] 04:41:09     INFO -  package> 	do \
[task 2020-09-10T04:41:09.453Z] 04:41:09     INFO -  package> 	  printf "$ENTRY""$LOCALE"'@JAREXT@\n' >> locale-manifest.in; \
[task 2020-09-10T04:41:09.453Z] 04:41:09     INFO -  package> 	  printf "$ENTRY""$LOCALE"'.manifest\n' >> locale-manifest.in; \
[task 2020-09-10T04:41:09.453Z] 04:41:09     INFO -  package>   done \
[task 2020-09-10T04:41:09.453Z] 04:41:09     INFO -  package> done
[task 2020-09-10T04:41:09.453Z] 04:41:09     INFO -  package> make[5]: Leaving directory '/builds/worker/workspace/obj-build/mobile/android/installer'
[task 2020-09-10T04:41:09.512Z] 04:41:09     INFO -  package-tests> make[2]: Entering directory '/builds/worker/workspace/obj-build'
[task 2020-09-10T04:41:09.512Z] 04:41:09     INFO -  package-tests> /builds/worker/workspace/obj-build/_virtualenvs/init_py3/bin/python /builds/worker/checkouts/gecko/build/gen_test_packages_manifest.py \
[task 2020-09-10T04:41:09.512Z] 04:41:09     INFO -  package-tests>       --jsshell target.jsshell.zip \
[task 2020-09-10T04:41:09.512Z] 04:41:09     INFO -  package-tests>       --dest-file 'dist//target.test_packages.json' \
[task 2020-09-10T04:41:09.512Z] 04:41:09     INFO -  package-tests>       --common 'target.common.tests.zip' \
[task 2020-09-10T04:41:09.513Z] 04:41:09     INFO -  package-tests>       --common 'target.common.tests.tar.gz' --condprof 'target.condprof.tests.tar.gz' --cppunittest 'target.cppunittest.tests.tar.gz' --mochitest 'target.mochitest.tests.tar.gz' --reftest 'target.reftest.tests.tar.gz' --talos 'target.talos.tests.tar.gz' --raptor 'target.raptor.tests.tar.gz' --awsy 'target.awsy.tests.tar.gz' --xpcshell 'target.xpcshell.tests.tar.gz' --web-platform 'target.web-platform.tests.tar.gz' --updater-dep 'target.updater-dep.tests.tar.gz' --jsreftest 'target.jsreftest.tests.tar.gz' --jittest 'target.jittest.tests.tar.gz' --perftests 'target.perftests.tests.tar.gz'
[task 2020-09-10T04:41:09.513Z] 04:41:09     INFO -  package-tests> make[2]: Leaving directory '/builds/worker/workspace/obj-build'
[task 2020-09-10T04:41:09.624Z] 04:41:09     INFO -  package> make[5]: Entering directory '/builds/worker/workspace/obj-build/mobile/android/installer'
[task 2020-09-10T04:41:09.624Z] 04:41:09     INFO -  package> /builds/worker/workspace/obj-build/_virtualenvs/init_py3/bin/python -m mozbuild.action.file_generate /builds/worker/checkouts/gecko/toolkit/locales/gen_multilocale.py main '../../../dist/bin/res/multilocale.txt' .deps/multilocale.txt.pp '../../../dist/bin/res/multilocale.txt'  en-US
[task 2020-09-10T04:41:09.625Z] 04:41:09     INFO -  package> BUILDTASK {"argv": ["/builds/worker/checkouts/gecko/python/mozbuild/mozbuild/action/file_generate.py", "/builds/worker/checkouts/gecko/toolkit/locales/gen_multilocale.py", "main", "../../../dist/bin/res/multilocale.txt", ".deps/multilocale.txt.pp", "../../../dist/bin/res/multilocale.txt", "en-US"], "start": 1599712869.6079314, "end": 1599712869.6103325, "context": null}
[task 2020-09-10T04:41:09.625Z] 04:41:09     INFO -  package> make[5]: Leaving directory '/builds/worker/workspace/obj-build/mobile/android/installer'
[task 2020-09-10T04:41:09.643Z] 04:41:09     INFO -  buildsymbols> make[2]: Entering directory '/builds/worker/workspace/obj-build'
[task 2020-09-10T04:41:09.643Z] 04:41:09     INFO -  buildsymbols> /builds/worker/workspace/obj-build/_virtualenvs/init_py3/bin/python -m mozbuild.action.symbols_archive 'dist/target.crashreporter-symbols-full.tar.zst' /builds/worker/workspace/obj-build/dist/crashreporter-symbols --full-archive
[task 2020-09-10T04:41:09.643Z] 04:41:09     INFO -  buildsymbols>   Adding to "target.crashreporter-symbols-full.tar.zst":
[task 2020-09-10T04:41:09.644Z] 04:41:09     INFO -  buildsymbols> 	"BadCertAndPinningServer/2BEC0B75142D38F8715CDF157EEDA8B60/BadCertAndPinningServer.dbg"
[task 2020-09-10T04:41:09.644Z] 04:41:09    ERROR -  buildsymbols> Traceback (most recent call last):
[task 2020-09-10T04:41:09.644Z] 04:41:09     INFO -  buildsymbols>   File "/builds/worker/checkouts/gecko/taskcluster/scripts/misc/zstdpy", line 12, in <module>
[task 2020-09-10T04:41:09.644Z] 04:41:09     INFO -  buildsymbols>     import zstandard
[task 2020-09-10T04:41:09.644Z] 04:41:09     INFO -  buildsymbols>   File "/builds/worker/checkouts/gecko/build/mach_bootstrap.py", line 474, in __call__
[task 2020-09-10T04:41:09.644Z] 04:41:09     INFO -  buildsymbols>     module = self._original_import(name, globals, locals, fromlist, level)
[task 2020-09-10T04:41:09.644Z] 04:41:09     INFO -  buildsymbols> ModuleNotFoundError: No module named 'zstandard'
[task 2020-09-10T04:41:09.644Z] 04:41:09    ERROR -  buildsymbols> Traceback (most recent call last):
[task 2020-09-10T04:41:09.645Z] 04:41:09     INFO -  buildsymbols>   File "/builds/worker/checkouts/gecko/python/mozbuild/mozbuild/action/symbols_archive.py", line 67, in make_archive
[task 2020-09-10T04:41:09.645Z] 04:41:09     INFO -  buildsymbols>     fill_archive(add_file)
[task 2020-09-10T04:41:09.645Z] 04:41:09     INFO -  buildsymbols>   File "/builds/worker/checkouts/gecko/python/mozbuild/mozbuild/action/symbols_archive.py", line 26, in fill_archive
[task 2020-09-10T04:41:09.645Z] 04:41:09     INFO -  buildsymbols>     add_file(p, f)
[task 2020-09-10T04:41:09.645Z] 04:41:09     INFO -  buildsymbols>   File "/builds/worker/checkouts/gecko/python/mozbuild/mozbuild/action/symbols_archive.py", line 66, in add_file
[task 2020-09-10T04:41:09.645Z] 04:41:09     INFO -  buildsymbols>     tar.addfile(info, f.open())
[task 2020-09-10T04:41:09.645Z] 04:41:09     INFO -  buildsymbols>   File "/builds/worker/workspace/obj-build/_virtualenvs/init_py3/lib/python3.7/tarfile.py", line 1972, in addfile
[task 2020-09-10T04:41:09.645Z] 04:41:09     INFO -  buildsymbols>     copyfileobj(fileobj, self.fileobj, tarinfo.size, bufsize=bufsize)
[task 2020-09-10T04:41:09.646Z] 04:41:09     INFO -  buildsymbols>   File "/builds/worker/workspace/obj-build/_virtualenvs/init_py3/lib/python3.7/tarfile.py", line 250, in copyfileobj
[task 2020-09-10T04:41:09.646Z] 04:41:09     INFO -  buildsymbols>     dst.write(buf)
[task 2020-09-10T04:41:09.646Z] 04:41:09     INFO -  buildsymbols>   File "/builds/worker/workspace/obj-build/_virtualenvs/init_py3/lib/python3.7/tarfile.py", line 441, in write
[task 2020-09-10T04:41:09.646Z] 04:41:09     INFO -  buildsymbols>     self.__write(s)
[task 2020-09-10T04:41:09.646Z] 04:41:09     INFO -  buildsymbols>   File "/builds/worker/workspace/obj-build/_virtualenvs/init_py3/lib/python3.7/tarfile.py", line 449, in __write
[task 2020-09-10T04:41:09.646Z] 04:41:09     INFO -  buildsymbols>     self.fileobj.write(self.buf[:self.bufsize])
[task 2020-09-10T04:41:09.646Z] 04:41:09     INFO -  buildsymbols> BrokenPipeError: [Errno 32] Broken pipe
[task 2020-09-10T04:41:09.646Z] 04:41:09     INFO -  buildsymbols>
[task 2020-09-10T04:41:09.647Z] 04:41:09     INFO -  buildsymbols> During handling of the above exception, another exception occurred:
[task 2020-09-10T04:41:09.647Z] 04:41:09     INFO -  buildsymbols>
[task 2020-09-10T04:41:09.647Z] 04:41:09    ERROR -  buildsymbols> Traceback (most recent call last):
[task 2020-09-10T04:41:09.647Z] 04:41:09     INFO -  buildsymbols>   File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
[task 2020-09-10T04:41:09.647Z] 04:41:09     INFO -  buildsymbols>     "__main__", mod_spec)
[task 2020-09-10T04:41:09.647Z] 04:41:09     INFO -  buildsymbols>   File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
[task 2020-09-10T04:41:09.647Z] 04:41:09     INFO -  buildsymbols>     exec(code, run_globals)
[task 2020-09-10T04:41:09.647Z] 04:41:09     INFO -  buildsymbols>   File "/builds/worker/checkouts/gecko/python/mozbuild/mozbuild/action/symbols_archive.py", line 97, in <module>
[task 2020-09-10T04:41:09.647Z] 04:41:09     INFO -  buildsymbols>     main(sys.argv[1:])
[task 2020-09-10T04:41:09.647Z] 04:41:09     INFO -  buildsymbols>   File "/builds/worker/checkouts/gecko/python/mozbuild/mozbuild/action/symbols_archive.py", line 93, in main
[task 2020-09-10T04:41:09.648Z] 04:41:09     INFO -  buildsymbols>     make_archive(args.archive, args.base, excludes, includes)
[task 2020-09-10T04:41:09.648Z] 04:41:09     INFO -  buildsymbols>   File "/builds/worker/checkouts/gecko/python/mozbuild/mozbuild/action/symbols_archive.py", line 67, in make_archive
[task 2020-09-10T04:41:09.648Z] 04:41:09     INFO -  buildsymbols>     fill_archive(add_file)
[task 2020-09-10T04:41:09.648Z] 04:41:09     INFO -  buildsymbols>   File "/builds/worker/workspace/obj-build/_virtualenvs/init_py3/lib/python3.7/tarfile.py", line 2431, in __exit__
[task 2020-09-10T04:41:09.648Z] 04:41:09     INFO -  buildsymbols>     self.fileobj.close()
[task 2020-09-10T04:41:09.648Z] 04:41:09     INFO -  buildsymbols>   File "/builds/worker/workspace/obj-build/_virtualenvs/init_py3/lib/python3.7/tarfile.py", line 465, in close
[task 2020-09-10T04:41:09.648Z] 04:41:09     INFO -  buildsymbols>     self.fileobj.write(self.buf)
[task 2020-09-10T04:41:09.648Z] 04:41:09     INFO -  buildsymbols> BrokenPipeError: [Errno 32] Broken pipe
[task 2020-09-10T04:41:09.649Z] 04:41:09    ERROR -  buildsymbols> make[2]: *** [Makefile:211: symbolsfullarchive] Error 1
[task 2020-09-10T04:41:09.649Z] 04:41:09     INFO -  buildsymbols> make[2]: Leaving directory '/builds/worker/workspace/obj-build'
[task 2020-09-10T04:41:09.649Z] 04:41:09     INFO -  buildsymbols> make[2]: *** Waiting for unfinished jobs....
[task 2020-09-10T04:41:10.277Z] 04:41:10     INFO -  package> make[5]: Entering directory '/builds/worker/workspace/obj-build/mobile/android/installer'
[task 2020-09-10T04:41:10.278Z] 04:41:10     INFO -  package> NO_PKG_FILES="core bsdecho js js-config jscpucfg nsinstall viewer TestGtkEmbed elf-dynstr-gc mangle* maptsv* mfc* msdump* msmap* nm2tsv* nsinstall* res/samples res/throbber shlibsign* certutil* pk12util* BadCertAndPinningServer* DelegatedCredentialsServer* OCSPStaplingServer* SanctionsTestServer* GenerateOCSPResponse* chrome/chrome.rdf chrome/app-chrome.manifest chrome/overlayinfo components/compreg.dat components/xpti.dat content_unit_tests necko_unit_tests *.dSYM " \
[task 2020-09-10T04:41:10.284Z] 04:41:10     INFO -  package> /builds/worker/workspace/obj-build/_virtualenvs/init_py3/bin/python /builds/worker/checkouts/gecko/toolkit/mozapps/installer/packager.py -DPKG_LOCALE_MANIFEST=/builds/worker/workspace/obj-build/mobile/android/installer/locale-manifest.in -DMOZ_APP_NAME=fennec -DPREF_DIR=defaults/pref -DJAREXT= -DMOZ_CHILD_PROCESS_NAME=libplugin-container.so -DANDROID_CPU_ARCH=x86  -DMOZ_ANDROID_EXCLUDE_FONTS=1 -DDLL_PREFIX=lib -DDLL_SUFFIX=.so -DBIN_SUFFIX= -DDIR_MACOS= -DDIR_RESOURCES= -DMOZ_FOLD_LIBS=1 -DBINPATH=bin -DENABLE_MARIONETTE=1 -DACCESSIBILITY=1 -DANDROID=1 -DBROWSER_CHROME_URL=chrome://browser/content/browser.xul -DBROWSER_CHROME_URL_QUOTED='"chrome://browser/content/browser.xul"' -DBUILD_CTYPES=1 -DCROSS_COMPILE=1 -DEARLY_BETA_OR_EARLIER=1 -DEDITLINE=1 -DENABLE_SHARED_MEMORY=1 -DENABLE_SPIDERMONKEY_TELEMETRY=1 -DENABLE_SYSTEM_EXTENSION_DIRS=1 -DENABLE_TESTS=1 -DENABLE_WASM_CRANELIFT=1 -DENABLE_WASM_GC=1 -DENABLE_WASM_MULTI_VALUE=1 -DENABLE_WASM_REFTYPES=1 -DENABLE_WASM_SIMD=1 -DFENNEC_NIGHTLY=1 -DFORCE_PR_LOG=1 -DGTEST_HAS_CLONE=0 -DGTEST_HAS_RTTI=0 -DGTEST_OS_LINUX_ANDROID=1 -DGTEST_USE_OWN_TR1_TUPLE=1 -DHAVE_ALLOCA_H=1 -DHAVE_ARC4RANDOM=1 -DHAVE_ARC4RANDOM_BUF=1 -DHAVE_BYTESWAP_H=1 -DHAVE_CLOCK_MONOTONIC=1 -DHAVE_CPUID_H=1 -DHAVE_DIRENT_H=1 -DHAVE_DLADDR=1 -DHAVE_DLOPEN=1 -DHAVE_FTS_H=1 -DHAVE_FT_BITMAP_SIZE_Y_PPEM=1 -DHAVE_FT_GLYPHSLOT_EMBOLDEN=1 -DHAVE_FT_LOAD_SFNT_TABLE=1 -DHAVE_GETOPT_H=1 -DHAVE_GETTID=1 -DHAVE_GMTIME_R=1 -DHAVE_INTTYPES_H=1 -DHAVE_LCHOWN=1 -DHAVE_LINUX_IF_ADDR_H=1 -DHAVE_LINUX_PERF_EVENT_H=1 -DHAVE_LINUX_QUOTA_H=1 -DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MALLINFO=1 -DHAVE_MALLOC_H=1 -DHAVE_MEMALIGN=1 -DHAVE_MEMMEM=1 -DHAVE_NETINET_IN_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_PTHREAD_COND_TIMEDWAIT_MONOTONIC=1 -DHAVE_PTHREAD_H=1 -DHAVE_SETPRIORITY=1 -DHAVE_STDINT_H=1 -DHAVE_STRERROR=1 -DHAVE_STRNDUP=1 -DHAVE_SYSCALL=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_VA_COPY=1 -DHAVE_VISIBILITY_ATTRIBUTE=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE__UNWIND_BACKTRACE=1 -DJS_CODEGEN_X86=1 -DJS_DEFAULT_JITREPORT_GRANULARITY=3 -DJS_GC_SMALL_CHUNK_SIZE=1 -DJS_HAS_INTL_API=1 -DJS_HAS_TYPED_OBJECTS=1 -DJS_NUNBOX32=1 -DJS_TRACE_LOGGING=1 -DMALLOC_H='<malloc.h>' -DMALLOC_USABLE_SIZE_CONST_PTR=const -DMOZILLA_OFFICIAL=1 -DMOZILLA_UAVERSION='"82.0"' -DMOZILLA_VERSION='"82.0a1"' -DMOZILLA_VERSION_U=82.0a1 -DMOZ_ANDROID_HISTORY=1 -DMOZ_APP_UA_NAME='"Firefox"' -DMOZ_APP_UA_VERSION='"82.0a1"' -DMOZ_AV1=1 -DMOZ_BUILD_APP=mobile/android -DMOZ_CLANG_PLUGIN=1 -DMOZ_CRASHREPORTER=1 -DMOZ_DATA_REPORTING=1 -DMOZ_DAV1D_ASM=1 -DMOZ_DISTRIBUTION_ID='"org.mozilla"' -DMOZ_DLL_PREFIX='"lib"' -DMOZ_DLL_SUFFIX='".so"' -DMOZ_ENABLE_SKIA=1 -DMOZ_ENABLE_SKIA_PDF=1 -DMOZ_ENABLE_SKIA_PDF_SFNTLY=1 -DMOZ_FFVPX=1 -DMOZ_FFVPX_AUDIOONLY=1 -DMOZ_FMP4=1 -DMOZ_GECKO_PROFILER=1 -DMOZ_GECKO_PROFILER_PARSE_ELF=1 -DMOZ_GFX_OPTIMIZE_MOBILE=1 -DMOZ_IGNORE_PAINT_WILL_RESAMPLE=1 -DMOZ_INSTRUMENT_EVENT_LOOP=1 -DMOZ_LINKER=1 -DMOZ_LOGGING=1 -DMOZ_MACBUNDLE_ID=org.mozilla.firefoxnightly -DMOZ_MEMORY=1 -DMOZ_NEW_CERT_STORAGE=1 -DMOZ_NEW_NOTIFICATION_STORE=1 -DMOZ_NEW_XULSTORE=1 -DMOZ_NO_SMART_CARDS=1 -DMOZ_PEERCONNECTION=1 -DMOZ_PROFILER_MEMORY=1 -DMOZ_PROFILING=1 -DMOZ_RAW=1 -DMOZ_REPLACE_MALLOC=1 -DMOZ_RUST_SIMD=1 -DMOZ_SAMPLE_TYPE_S16=1 -DMOZ_SCTP=1 -DMOZ_SERVICES_HEALTHREPORT=1 -DMOZ_SRTP=1 -DMOZ_STATIC_JS=1 -DMOZ_TELEMETRY_ON_BY_DEFAULT=1 -DMOZ_TELEMETRY_REPORTING=1 -DMOZ_TREE_CAIRO=1 -DMOZ_TREE_FREETYPE=1 -DMOZ_TREE_PIXMAN=1 -DMOZ_TREMOR=1 -DMOZ_UPDATE_CHANNEL=nightly -DMOZ_USER_DIR='".mozilla"' -DMOZ_USE_NATIVE_POPUP_WINDOWS=1 -DMOZ_VERIFY_MAR_SIGNATURE=1 -DMOZ_WEBM_ENCODER=1 -DMOZ_WEBRTC=1 -DMOZ_WEBRTC_ASSERT_ALWAYS=1 -DMOZ_WEBRTC_SIGNALING=1 -DMOZ_WEBSPEECH=1 -DMOZ_WEBSPEECH_TEST_BACKEND=1 -DMOZ_WIDGET_ANDROID=1 -DMOZ_XUL=1 -DNIGHTLY_BUILD=1 -DNO_NSPR_10_SUPPORT=1 -DNS_PRINTING=1 -DNS_PRINT_PREVIEW=1 -DSTATIC_JS_API=1 -DSTDC_HEADERS=1 -DTARGET_XPCOM_ABI='"x86-gcc3"' -DUSE_SKIA=1 -DU_STATIC_IMPLEMENTATION=1 -DU_USING_ICU_NAMESPACE=0 -DVA_COPY=va_copy -DWASM_PRIVATE_REFTYPES=1 -DXP_LINUX=1 -DXP_UNIX=1 -DX_DISPLAY_MISSING=1 -DZLIB_IN_MOZGLUE=1 -D_LIBCPP_ALWAYS_INLINE='' -D_LIBCPP_HIDE_FROM_ABI='__attribute__((__exclude_from_explicit_instantiation__))' -D_LIBCPP_INLINE_VISIBILITY='' -D_REENTRANT=1 -DAB_CD=en-US \
[task 2020-09-10T04:41:10.284Z] 04:41:10     INFO -  package> 	--format omni \
[task 2020-09-10T04:41:10.284Z] 04:41:10     INFO -  package> 	--removals /builds/worker/checkouts/gecko/mobile/android/installer/removed-files.in \
[task 2020-09-10T04:41:10.284Z] 04:41:10     INFO -  package> 	--ignore-errors \
[task 2020-09-10T04:41:10.284Z] 04:41:10     INFO -  package> 	 \
[task 2020-09-10T04:41:10.284Z] 04:41:10     INFO -  package> 	--minify \
[task 2020-09-10T04:41:10.284Z] 04:41:10     INFO -  package> 	 \
[task 2020-09-10T04:41:10.284Z] 04:41:10     INFO -  package> 	 \
[task 2020-09-10T04:41:10.284Z] 04:41:10     INFO -  package> 	 \
[task 2020-09-10T04:41:10.284Z] 04:41:10     INFO -  package> 	/builds/worker/checkouts/gecko/mobile/android/installer/package-manifest.in '../../../dist' '../../../dist'/geckoview \
[task 2020-09-10T04:41:10.284Z] 04:41:10     INFO -  package>
[task 2020-09-10T04:41:10.285Z] 04:41:10  WARNING -  package> Warning: $SRCDIR/mobile/android/installer/package-manifest.in:23: Missing file(s): bin/dictionaries/*
[task 2020-09-10T04:41:10.285Z] 04:41:10  WARNING -  package> Warning: $SRCDIR/mobile/android/installer/package-manifest.in:82: Missing file(s): bin/package-name.txt
[task 2020-09-10T04:41:10.285Z] 04:41:10  WARNING -  package> Warning: $SRCDIR/mobile/android/installer/package-manifest.in:93: Missing file(s): bin/components/components.manifest
[task 2020-09-10T04:41:10.285Z] 04:41:10  WARNING -  package> Warning: $SRCDIR/mobile/android/installer/package-manifest.in:128: Missing file(s): bin/features/*
[task 2020-09-10T04:41:10.285Z] 04:41:10  WARNING -  package> Warning: $SRCDIR/mobile/android/installer/package-manifest.in:143: Missing file(s): bin/defaults/pref/channel-prefs.js
[task 2020-09-10T04:41:10.285Z] 04:41:10  WARNING -  package> Warning: $SRCDIR/mobile/android/installer/package-manifest.in:199: Missing file(s): bin/crashreporter-override.ini
[task 2020-09-10T04:41:10.285Z] 04:41:10     INFO -  package> make[5]: Leaving directory '/builds/worker/workspace/obj-build/mobile/android/installer'
[task 2020-09-10T04:41:10.847Z] 04:41:10     INFO -  package-tests> make[2]: Entering directory '/builds/worker/workspace/obj-build'
[task 2020-09-10T04:41:10.847Z] 04:41:10     INFO -  package-tests> /builds/worker/workspace/obj-build/_virtualenvs/init_py3/bin/python -m mozbuild.action.process_install_manifest --track install__test_files.track _tests _build_manifests/install/_test_files
[task 2020-09-10T04:41:10.847Z] 04:41:10     INFO -  package-tests> Elapsed: 1.26s; From _tests: Kept 12 existing; Added/updated 29067; Removed 0 files and 0 directories.
[task 2020-09-10T04:41:10.848Z] 04:41:10     INFO -  package-tests> BUILDTASK {"argv": ["/builds/worker/checkouts/gecko/python/mozbuild/mozbuild/action/process_install_manifest.py", "--track", "install__test_files.track", "_tests", "_build_manifests/install/_test_files"], "start": 1599712869.5703382, "end": 1599712870.835978, "context": null}
[task 2020-09-10T04:41:10.848Z] 04:41:10     INFO -  package-tests> make[2]: Leaving directory '/builds/worker/workspace/obj-build'
[task 2020-09-10T04:41:10.848Z] 04:41:10     INFO -  package-tests> make[2]: Entering directory '/builds/worker/workspace/obj-build'
[task 2020-09-10T04:41:10.848Z] 04:41:10     INFO -  package-tests> rm -rf dist/test-stage
[task 2020-09-10T04:41:10.848Z] 04:41:10     INFO -  package-tests> make[2]: Leaving directory '/builds/worker/workspace/obj-build'
[task 2020-09-10T04:41:10.848Z] 04:41:10     INFO -  package-tests> make[2]: Entering directory '/builds/worker/workspace/obj-build'
[task 2020-09-10T04:41:10.848Z] 04:41:10     INFO -  package-tests> ./config/nsinstall -D dist/test-stage
[task 2020-09-10T04:41:10.849Z] 04:41:10     INFO -  package-tests> make[2]: Leaving directory '/builds/worker/workspace/obj-build'
[task 2020-09-10T04:41:10.849Z] 04:41:10     INFO -  package-tests> make[2]: Entering directory '/builds/worker/workspace/obj-build'
[task 2020-09-10T04:41:10.849Z] 04:41:10     INFO -  package-tests> ./config/nsinstall -D dist/test-stage/bin
[task 2020-09-10T04:41:10.849Z] 04:41:10     INFO -  package-tests> make[2]: Leaving directory '/builds/worker/workspace/obj-build'
[task 2020-09-10T04:41:10.849Z] 04:41:10     INFO -  package-tests> make[2]: Entering directory '/builds/worker/workspace/obj-build'
.....
[task 2020-09-10T04:41:14.248Z] 04:41:14     INFO -  buildsymbols>   Adding to "target.crashreporter-symbols.zip":
[task 2020-09-10T04:41:14.249Z] 04:41:14     INFO -  buildsymbols> 	"libnssckbi.so/112479148DF4AB8D0D918410D0FAFAEA0/libnssckbi.so.sym"
[task 2020-09-10T04:41:14.249Z] 04:41:14     INFO -  buildsymbols>   Adding to "target.crashreporter-symbols.zip":
[task 2020-09-10T04:41:14.249Z] 04:41:14     INFO -  buildsymbols> 	"libplugin-container.so/11076001A619ABD9D8E0A4663FF8E3640/libplugin-container.so.sym"
[task 2020-09-10T04:41:14.249Z] 04:41:14     INFO -  buildsymbols>   Adding to "target.crashreporter-symbols.zip":
[task 2020-09-10T04:41:14.249Z] 04:41:14     INFO -  buildsymbols> 	"libsoftokn3.so/98406E99228F2488F3DA4440AC68E7F00/libsoftokn3.so.sym"
[task 2020-09-10T04:41:14.249Z] 04:41:14     INFO -  buildsymbols>   Adding to "target.crashreporter-symbols.zip":
[task 2020-09-10T04:41:14.249Z] 04:41:14     INFO -  buildsymbols> 	"libxul.so/CBB2C567A4438FE0FF51934A2955E7DE0/libxul.so.sym"
[task 2020-09-10T04:41:14.249Z] 04:41:14     INFO -  buildsymbols>   Adding to "target.crashreporter-symbols.zip":
[task 2020-09-10T04:41:14.249Z] 04:41:14     INFO -  buildsymbols> 	"logalloc-replay/89EF79B638254D2D74232D4F7D22ED650/logalloc-replay.sym"
[task 2020-09-10T04:41:14.249Z] 04:41:14     INFO -  buildsymbols>   Adding to "target.crashreporter-symbols.zip":
[task 2020-09-10T04:41:14.249Z] 04:41:14     INFO -  buildsymbols> 	"modutil/987C9B5536C9EA521190EFCD3E41050D0/modutil.sym"
[task 2020-09-10T04:41:14.249Z] 04:41:14     INFO -  buildsymbols>   Adding to "target.crashreporter-symbols.zip":
[task 2020-09-10T04:41:14.250Z] 04:41:14     INFO -  buildsymbols> 	"pk12util/9D7727BDC30A42C4B02D4D0DB80A57220/pk12util.sym"
[task 2020-09-10T04:41:14.250Z] 04:41:14     INFO -  buildsymbols>   Adding to "target.crashreporter-symbols.zip":
[task 2020-09-10T04:41:14.250Z] 04:41:14     INFO -  buildsymbols> 	"shlibsign/ACD15F8257548D48D74BDA884630B21C0/shlibsign.sym"
[task 2020-09-10T04:41:14.250Z] 04:41:14     INFO -  buildsymbols>   Adding to "target.crashreporter-symbols.zip":
[task 2020-09-10T04:41:14.250Z] 04:41:14     INFO -  buildsymbols> 	"ssltunnel/EAC94C94E62F4B9AEEF60FDCACDC30940/ssltunnel.sym"
[task 2020-09-10T04:41:14.250Z] 04:41:14     INFO -  buildsymbols>   Adding to "target.crashreporter-symbols.zip":
[task 2020-09-10T04:41:14.250Z] 04:41:14     INFO -  buildsymbols> 	"xpcshell/65F75121B939B65CC196A3B16477C6720/xpcshell.sym"
[task 2020-09-10T04:41:14.250Z] 04:41:14     INFO -  buildsymbols> make[2]: Leaving directory '/builds/worker/workspace/obj-build'
[task 2020-09-10T04:41:14.250Z] 04:41:14    ERROR -  make[1]: *** [/builds/worker/checkouts/gecko/build/moz-automation.mk:110: automation/buildsymbols] Error 2``````

it's not reproducible on autoland because this codepath doesn't run on autoland. It does run on try, though, if you want to confirm there.

(In reply to Mike Hommey [:glandium] from comment #2)

I'd bet on https://hg.mozilla.org/mozilla-central/rev/f97f4ae8e721b9070e1c4e19068084d0324b4518

Thank you for looking into this.

Ricky, could you take a look? ^^

Flags: needinfo?(rstewart)
Summary: Intermittent make[1]: *** [/builds/worker/checkouts/gecko/build/moz-automation.mk:110: automation/buildsymbols] Error 2 → Permafailing Android Bustage make[1]: *** [/builds/worker/checkouts/gecko/build/moz-automation.mk:110: automation/buildsymbols] Error 2
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Keywords: regression
Regressed by: 1663755
Target Milestone: --- → 82 Branch
Has Regression Range: --- → yes

Will be resolved by bug 1664567 before I re-land.

Flags: needinfo?(rstewart)
You need to log in before you can comment on or make changes to this bug.