New issue
Advanced search Search tips

Issue 757208 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Aug 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

"flag provided but not defined: -log-level" on tryserver.chromium

Project Member Reported by tansell@chromium.org, Aug 20 2017

Issue description

See https://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/516023/steps/update_scripts/logs/stdio
-----------------------------------------------------------
flag provided but not defined: -log-level
does an in-place upgrade to the current cipd binary

usage:  cipd selfupdate -version <version>
  -cache-dir string
    	Directory for shared cache (can also be set by CIPD_CACHE_DIR env var).
  -json-output string
    	Path to write operation results to.
  -service-account-json string
    	Path to JSON file with service account credentials to use.
  -service-url string
    	Backend URL. If provided via an 'ensure file', the URL in the file takes precedence. (default "https://chrome-infra-packages.appspot.com")
  -verbose
    	Enable more logging.
  -version string
    	Version of the client to update to.
flag provided but not defined: -log-level
-----------------------------------------------------------

I'm unsure if this is CIPD or recipes code or even a problem?
 

Comment 1 by no...@chromium.org, Aug 21 2017

Cc: d...@chromium.org
Labels: Infra-Troopers
Status: Untriaged (was: Unconfirmed)
the issue here is `cipd self-update` is called on a CIPD version that does not have -log-level flag (yet). The change reverted 4 weeks ago
https://chromium.googlesource.com/chromium/tools/depot_tools/+/9f9d82ac944eb5146230dc9ca43a05608148f7d9 
but looks like this bot is in a bad state, wasn't cleaned up after the revert
+trooper

Comment 2 by d...@chromium.org, Aug 21 2017

Easy fix should be to just run "cipd selfupdate" manually on the bot.
Status: Fixed (was: Untriaged)
I like easy fixes; done.

Sign in to add a comment