Closed Bug 1384786 Opened 7 years ago Closed 7 years ago

Artifact builds on try: InvalidOptionError: SCCACHE_VERBOSE_STATS is not available

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(firefox56 fixed)

RESOLVED FIXED
mozilla56
Tracking Status
firefox56 --- fixed

People

(Reporter: impossibus, Assigned: glandium)

References

Details

Attachments

(1 file)

Traceback (most recent call last):
[task 2017-07-27T01:27:19.480660Z] 01:27:19     INFO -    File "/home/worker/workspace/build/src/configure.py", line 124, in <module>
[task 2017-07-27T01:27:19.480794Z] 01:27:19     INFO -      sys.exit(main(sys.argv))
[task 2017-07-27T01:27:19.480943Z] 01:27:19     INFO -    File "/home/worker/workspace/build/src/configure.py", line 29, in main
[task 2017-07-27T01:27:19.481087Z] 01:27:19     INFO -      sandbox.run(os.path.join(os.path.dirname(__file__), 'moz.configure'))
[task 2017-07-27T01:27:19.481230Z] 01:27:19     INFO -    File "/home/worker/workspace/build/src/python/mozbuild/mozbuild/configure/__init__.py", line 407, in run
[task 2017-07-27T01:27:19.481366Z] 01:27:19     INFO -      self._value_for(option)
[task 2017-07-27T01:27:19.481527Z] 01:27:19     INFO -    File "/home/worker/workspace/build/src/python/mozbuild/mozbuild/configure/__init__.py", line 475, in _value_for
[task 2017-07-27T01:27:19.481653Z] 01:27:19     INFO -      return self._value_for_option(obj)
[task 2017-07-27T01:27:19.481800Z] 01:27:19     INFO -    File "/home/worker/workspace/build/src/python/mozbuild/mozbuild/util.py", line 925, in method_call
[task 2017-07-27T01:27:19.481956Z] 01:27:19     INFO -      cache[args] = self.func(instance, *args)
[task 2017-07-27T01:27:19.482112Z] 01:27:19     INFO -    File "/home/worker/workspace/build/src/python/mozbuild/mozbuild/configure/__init__.py", line 540, in _value_for_option
[task 2017-07-27T01:27:19.482240Z] 01:27:19     INFO -      % option_string.split('=', 1)[0])
[task 2017-07-27T01:27:19.482391Z] 01:27:19     INFO -  mozbuild.configure.options.InvalidOptionError: SCCACHE_VERBOSE_STATS is not available in this configuration
[task 2017-07-27T01:27:19.502726Z] 01:27:19     INFO -  *** Fix above errors and then restart with\
[task 2017-07-27T01:27:19.502892Z] 01:27:19     INFO -                 "/usr/local/bin/gmake -f client.mk build"
[task 2017-07-27T01:27:19.503029Z] 01:27:19     INFO -  client.mk:379: recipe for target 'configure' failed
[task 2017-07-27T01:27:19.503171Z] 01:27:19     INFO -  gmake: *** [configure] Error 1
[task 2017-07-27T01:27:19.577182Z] 01:27:19    ERROR - Return code: 2
[task 2017-07-27T01:27:19.577464Z] 01:27:19  WARNING - setting return code to 2
[task 2017-07-27T01:27:19.577651Z] 01:27:19    FATAL - 'mach build' did not run successfully. Please check log for errors.
[task 2017-07-27T01:27:19.577988Z] 01:27:19    FATAL - Running post_fatal callback...
[task 2017-07-27T01:27:19.578193Z] 01:27:19    FATAL - Exiting -1



https://treeherder.mozilla.org/#/jobs?repo=try&revision=d2ed864793a62893cea8690ae6eb8ca511894fac&selectedJob=118291746
try this:

diff --git a/build/mozconfig.no-compile b/build/mozconfig.no-compile
index e1e59378204d..2a16d7114e0e 100644
--- a/build/mozconfig.no-compile
+++ b/build/mozconfig.no-compile
@@ -1,12 +1,13 @@
 ac_add_options --disable-compile-environment
 
 # In case mozconfig.cache was already included
 unset CCACHE
+unset SCCACHE_VERBOSE_STATS
 # In case it wasn't
 NO_CACHE=1
 
 # Override any toolchain defines we've inherited from other mozconfigs.
 unset CC
 unset CXX
 unset HOST_CC
 unset HOST_CXX
Assignee: nobody → mh+mozilla
Comment on attachment 8890685 [details]
Bug 1384786 - Fix try artifact builds after bug 1382502.

https://reviewboard.mozilla.org/r/161870/#review167194
Attachment #8890685 - Flags: review?(gps) → review+
https://hg.mozilla.org/mozilla-central/rev/ec7aeeaae3a8
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.