Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

fix: increase timeout from 20s to 60s #490

Merged
merged 1 commit into from
Dec 18, 2019
Merged

fix: increase timeout from 20s to 60s #490

merged 1 commit into from
Dec 18, 2019

Conversation

yoshi-automation
Copy link
Contributor

This PR was generated using Autosynth. 🌈

Log from Synthtool
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Ensuring dependencies.
synthtool > Cloning googleapis.
synthtool > Pulling Docker image: gapic-generator-typescript:latest
latest: Pulling from gapic-images/gapic-generator-typescript
Digest: sha256:b9941a7d37cd3a3667879ab547115d847c3988100c9eea0cd7b83c3d7ad2197e
Status: Image is up to date for gcr.io/gapic-images/gapic-generator-typescript:latest
synthtool > Generating code for: google/cloud/speech/v1.
synthtool > Generated code into /tmpfs/tmp/tmpqlb2vlqe.
synthtool > Replaced '( +)streamingRecognize\\(' in src/v1/speech_client.ts.
synthtool > Replaced 'client\\.streamingRecognize\\(' in test/gapic-speech-v1.ts.
synthtool > Replaced '\\Z' in src/v1/speech_client.ts.
synthtool > Pulling Docker image: gapic-generator-typescript:latest
latest: Pulling from gapic-images/gapic-generator-typescript
Digest: sha256:b9941a7d37cd3a3667879ab547115d847c3988100c9eea0cd7b83c3d7ad2197e
Status: Image is up to date for gcr.io/gapic-images/gapic-generator-typescript:latest
synthtool > Generating code for: google/cloud/speech/v1p1beta1.
synthtool > Generated code into /tmpfs/tmp/tmptvm0l2xx.
synthtool > Replaced '( +)streamingRecognize\\(' in src/v1p1beta1/speech_client.ts.
synthtool > Replaced 'client\\.streamingRecognize\\(' in test/gapic-speech-v1p1beta1.ts.
synthtool > Replaced '\\Z' in src/v1p1beta1/speech_client.ts.
.eslintignore
.eslintrc.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/support_request.md
.github/PULL_REQUEST_TEMPLATE.md
.github/release-please.yml
.jsdoc.js
.kokoro/common.cfg
.kokoro/continuous/node10/common.cfg
.kokoro/continuous/node10/docs.cfg
.kokoro/continuous/node10/lint.cfg
.kokoro/continuous/node10/samples-test.cfg
.kokoro/continuous/node10/system-test.cfg
.kokoro/continuous/node10/test.cfg
.kokoro/continuous/node12/common.cfg
.kokoro/continuous/node12/test.cfg
.kokoro/continuous/node8/common.cfg
.kokoro/continuous/node8/test.cfg
.kokoro/docs.sh
.kokoro/lint.sh
.kokoro/presubmit/node10/common.cfg
.kokoro/presubmit/node10/docs.cfg
.kokoro/presubmit/node10/lint.cfg
.kokoro/presubmit/node10/samples-test.cfg
.kokoro/presubmit/node10/system-test.cfg
.kokoro/presubmit/node10/test.cfg
.kokoro/presubmit/node12/common.cfg
.kokoro/presubmit/node12/test.cfg
.kokoro/presubmit/node8/common.cfg
.kokoro/presubmit/node8/test.cfg
.kokoro/presubmit/windows/common.cfg
.kokoro/presubmit/windows/test.cfg
.kokoro/publish.sh
.kokoro/release/docs.cfg
.kokoro/release/docs.sh
.kokoro/release/publish.cfg
.kokoro/samples-test.sh
.kokoro/system-test.sh
.kokoro/test.bat
.kokoro/test.sh
.kokoro/trampoline.sh
.nycrc
.prettierignore
.prettierrc
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
codecov.yaml
renovate.json
samples/README.md
npm WARN npm npm does not support Node.js v12.14.0
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 6, 8, 9, 10, 11.
npm WARN npm You can find the latest version at https://nodejs.org/
npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.

> core-js@2.6.11 postinstall /tmpfs/src/git/autosynth/working_repo/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"


> protobufjs@6.8.8 postinstall /tmpfs/src/git/autosynth/working_repo/node_modules/protobufjs
> node scripts/postinstall


> @google-cloud/speech@3.5.3 prepare /tmpfs/src/git/autosynth/working_repo
> npm run compile

npm WARN npm npm does not support Node.js v12.14.0
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 6, 8, 9, 10, 11.
npm WARN npm You can find the latest version at https://nodejs.org/

> @google-cloud/speech@3.5.3 compile /tmpfs/src/git/autosynth/working_repo
> tsc -p . && cp system-test/*.js build/system-test/ && cp -r protos build/

npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 1006 packages from 1369 contributors and audited 7386 packages in 23.271s
found 0 vulnerabilities

npm WARN npm npm does not support Node.js v12.14.0
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 6, 8, 9, 10, 11.
npm WARN npm You can find the latest version at https://nodejs.org/

> @google-cloud/speech@3.5.3 fix /tmpfs/src/git/autosynth/working_repo
> gts fix && eslint --fix samples/*.js samples/system-test/*.js system-test/*.js


/tmpfs/src/git/autosynth/working_repo/samples/MicrophoneStream.js
  45:28  error  "node-record-lpcm16" is not found    node/no-missing-require
  48:26  error  "@google-cloud/speech" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/betaFeatures.js
   30:26  error  "@google-cloud/speech" is not found  node/no-missing-require
   79:26  error  "@google-cloud/speech" is not found  node/no-missing-require
  130:26  error  "@google-cloud/speech" is not found  node/no-missing-require
  169:26  error  "@google-cloud/speech" is not found  node/no-missing-require
  206:26  error  "@google-cloud/speech" is not found  node/no-missing-require
  243:26  error  "@google-cloud/speech" is not found  node/no-missing-require
  283:26  error  "@google-cloud/speech" is not found  node/no-missing-require
  329:26  error  "@google-cloud/speech" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/infiniteStreaming.js
  65:28  error  "node-record-lpcm16" is not found    node/no-missing-require
  69:26  error  "@google-cloud/speech" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/quickstart.js
  20:26  error  "@google-cloud/speech" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/recognize.js
   34:26  error  "@google-cloud/speech" is not found  node/no-missing-require
   78:26  error  "@google-cloud/speech" is not found  node/no-missing-require
  123:26  error  "@google-cloud/speech" is not found  node/no-missing-require
  181:26  error  "@google-cloud/speech" is not found  node/no-missing-require
  230:26  error  "@google-cloud/speech" is not found  node/no-missing-require
  278:26  error  "@google-cloud/speech" is not found  node/no-missing-require
  343:26  error  "@google-cloud/speech" is not found  node/no-missing-require
  382:28  error  "node-record-lpcm16" is not found    node/no-missing-require
  385:26  error  "@google-cloud/speech" is not found  node/no-missing-require
  450:26  error  "@google-cloud/speech" is not found  node/no-missing-require
  502:26  error  "@google-cloud/speech" is not found  node/no-missing-require
  552:26  error  "@google-cloud/speech" is not found  node/no-missing-require
  601:26  error  "@google-cloud/speech" is not found  node/no-missing-require
  644:26  error  "@google-cloud/speech" is not found  node/no-missing-require
  683:26  error  "@google-cloud/speech" is not found  node/no-missing-require
  720:26  error  "@google-cloud/speech" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/recognize.v1p1beta1.js
  37:26  error  "@google-cloud/speech" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/system-test/MicrophoneStream.test.js
  18:26  error  "chai" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/system-test/betaFeatures.test.js
  18:26  error  "chai" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/system-test/recognize.test.js
  18:27  error  "@google-cloud/storage" is not found  node/no-missing-require
  19:26  error  "chai" is not found                   node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/system-test/recognize.v1p1beta1.test.js
  18:26  error  "chai" is not found  node/no-missing-require

✖ 35 problems (35 errors, 0 warnings)

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/speech@3.5.3 fix: `gts fix && eslint --fix samples/*.js samples/system-test/*.js system-test/*.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the @google-cloud/speech@3.5.3 fix script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/kbuilder/.npm/_logs/2019-12-18T12_25_51_395Z-debug.log
installing semver@^5.5.0
installing minimist@^1.2.0
installing espree@^3.5.4
synthtool > Wrote metadata to synth.metadata.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 18, 2019
@codecov
Copy link

codecov bot commented Dec 18, 2019

Codecov Report

Merging #490 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #490   +/-   ##
=======================================
  Coverage   91.02%   91.02%           
=======================================
  Files          11       11           
  Lines        2930     2930           
  Branches       74       74           
=======================================
  Hits         2667     2667           
  Misses        261      261           
  Partials        2        2

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dd075b7...e450718. Read the comment docs.

@callmehiphop callmehiphop changed the title [CHANGE ME] Re-generated to pick up changes in the API or client library generator. fix: increase timeout from 20s to 60s Dec 18, 2019
@callmehiphop callmehiphop merged commit d822f90 into master Dec 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants