Skip to content

unable to use cache: FATAL: flag provided but not defined: -timeout

i compiled gitlab-ci-multi-runner to 9.5.0 upgraded my runner (running as dind), gitlab-ce server is 9.5.1-ce.0.

i checked runner config, it did not have any "timeout" keywords defined, don't have ideas why it would attempt to use such option.

Running with gitlab-ci-multi-runner 9.5.0 (9.5.0)
  on a360ea84beac.example.lan (4dd7e1f0)
Using Docker executor with image ed/composer/php-5.6 ...
Using docker image sha256:24b881f1d98fa16ae975975c7a8ce774ca2d23e5cc4f3fa22bee0c2819503082 for predefined container...
Pulling docker image ed/composer/php-5.6 ...
Using docker image ed/composer/php-5.6 ID=sha256:01d43e5cdc122357f8dc77047cbd73351828b8088d6b8503609c7962871e081d for build container...
Running on runner-4dd7e1f0-project-145-concurrent-0 via 66f099f74abe...
Cloning repository...
Cloning into '/builds/glen/glen'...
Checking out a3dec6af as develop...
Skipping Git submodules setup
Checking cache for develop...
Incorrect Usage.

NAME:
   cache-extractor - download and extract cache artifacts (internal)

USAGE:
   command cache-extractor [command options] [arguments...]

OPTIONS:
   --retry "2"						How many times to retry upload
   --retry-time "1s"					How long to wait between retries
   --file "../../../cache/glen/glen/develop/cache.zip"	The file containing your cache artifacts
   --url 						Download artifacts instead of uploading them
   
FATAL: flag provided but not defined: -timeout     
Failed to extract cache
$

...

Creating cache develop...
Incorrect Usage.

NAME:
   cache-archiver - create and upload cache artifacts (internal)

USAGE:
   command cache-archiver [command options] [arguments...]

OPTIONS:
   --path 						Add paths to archive
   --untracked						Add git untracked files
   --verbose						Detailed information
   --retry "2"						How many times to retry upload
   --retry-time "1s"					How long to wait between retries
   --file "../../../cache/glen/glen/develop/cache.zip"	The path to file
   --url 						Download artifacts instead of uploading them
   
FATAL: flag provided but not defined: -timeout     
Failed to create cache
Edited by Elan Ruusamäe