New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 902431 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

[Findit] Flake Analyzer - Possible error authenticating when communicating with Monorail

Project Member Reported by lijeffrey@chromium.org, Nov 6

Issue description

Generator pipelines.flake_failure.update_monorail_bug_pipeline.UpdateMonorailBugPipeline(*(u'ENCODED:boHH6HlAZEbA0jDg7NHrcEFIN',), **{'analysis_urlsafe_key': u'ag9zfmZpbmRpdC1mb3ItbWVy5AELEhdNYXN0ZXJGbGFrZUFuYWx5c2lzUm9vdCKtAWNocm9taXVtLmxpbnV4L2xpbnV4LXhlbmlhbC1yZWwvNDcyMy93ZWJraXRfbGF5b3V0X3Rlc3RzIG9uIFVidW50dS0xNi4wNC9kbWx5ZEhWa... (360 bytes))#8ba72a4661904df7973bb363a72dc164 raised exception. TypeError: __init__() takes at least 3 arguments (2 given) (/base/data/home/apps/s~findit-for-me/waterfall-backend:18823-46b441a.413776830528818424/third_party/pipeline/pipeline.py:2434)
Traceback (most recent call last):
  File "/base/data/home/apps/s~findit-for-me/waterfall-backend:18823-46b441a.413776830528818424/third_party/pipeline/pipeline.py", line 2158, in evaluate
    self, pipeline_key, root_pipeline_key, caller_output)
  File "/base/data/home/apps/s~findit-for-me/waterfall-backend:18823-46b441a.413776830528818424/third_party/pipeline/pipeline.py", line 1113, in _run_internal
    return self.run(*self.args, **self.kwargs)
  File "/base/data/home/apps/s~findit-for-me/waterfall-backend:18823-46b441a.413776830528818424/gae_libs/pipelines.py", line 253, in run
    result = self._RunImplWrapper(arg)
  File "/base/data/home/apps/s~findit-for-me/waterfall-backend:18823-46b441a.413776830528818424/libs/exceptions.py", line 45, in Wrapped
    raise exc_type, exc_type(new_message), exc_tb
  File "/base/data/home/apps/s~findit-for-me/waterfall-backend:18823-46b441a.413776830528818424/first_party/gae_ts_mon/third_party/oauth2client/util.py", line 132, in positional_wrapper
    return wrapped(*args, **kwargs)
TypeError: __init__() takes at least 3 arguments (2 given)

This error can be surfaced when Flake Analyzer attempts to log/update a bug on Monorail, however doesn't appear to be FA-specific. An example failed analysis:
https://findit-for-me.appspot.com/_ah/pipeline/status?root=5adb7dc4f8cd48ba918d6a83fb4e050e&auto=false (though this may not be useful)
 
Project Member

Comment 1 by bugdroid1@chromium.org, Dec 6

The following revision refers to this bug:
  https://chromium.googlesource.com/infra/infra/+/a251aedbd14389244b2d567aa61237088858d19c

commit a251aedbd14389244b2d567aa61237088858d19c
Author: Jeffrey Li <lijeffrey@chromium.org>
Date: Thu Dec 06 18:36:40 2018

[Findit] Flake Analyzer - Remove call to UpdateMonorailBugPipeline

Due to unknown reasons this pipeline is failing. Remove call altogether, as
it is to be deprecated anyway. In the meantime culprits are still notified
and bugs that Flake Analyzer creates will still have culprit information.

Bug: 902431
Change-Id: I2e3901ddeba3ab1086ba8c2a369e09bdb90ed6cf
Reviewed-on: https://chromium-review.googlesource.com/c/1366155
Commit-Queue: Jeffrey Li <lijeffrey@chromium.org>
Reviewed-by: Chan Li <chanli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#19392}
[modify] https://crrev.com/a251aedbd14389244b2d567aa61237088858d19c/appengine/findit/pipelines/flake_failure/analyze_flake_pipeline.py
[modify] https://crrev.com/a251aedbd14389244b2d567aa61237088858d19c/appengine/findit/pipelines/flake_failure/test/analyze_flake_pipeline_test.py

Status: Assigned (was: Untriaged)
Labels: -Pri-1 Pri-2
Lower the priority as the error doesn't come up anymore.

Sign in to add a comment