You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2020. It is now read-only.
[FS_js-ipfs-api_get-ci-green-F27XKKY5E6RA6ONRZJ3Q7HHMNHH5DJB4UA7HUYD2FFZMKXYOPBIQ] Running shell script
+ ./node_modules/.bin/yarn test
yarn run v1.5.1
$ aegir test
Test Node.js
listen EADDRINUSE 127.0.0.1:43134
Error: listen EADDRINUSE 127.0.0.1:43134
at Object._errnoException (util.js:1031:13)
at _exceptionWithHostPort (util.js:1052:20)
at Server.setupListenHandle [as _listen2] (net.js:1367:14)
at listenInCluster (net.js:1408:12)
at GetAddrInfoReqWrap.doListen [as callback] (net.js:1523:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:102:10)
error An unexpected error occurred: "Command failed.
Exit code: 1
Command: sh
Arguments: -c aegir test
Directory: /private/var/jenkins/workspace/FS_js-ipfs-api_get-ci-green-F27XKKY5E6RA6ONRZJ3Q7HHMNHH5DJB4UA7HUYD2FFZMKXYOPBIQ
Output:
".
info If you think this is a bug, please open a bug report with the information provided in "/private/var/jenkins/workspace/FS_js-ipfs-api_get-ci-green-F27XKKY5E6RA6ONRZJ3Q7HHMNHH5DJB4UA7HUYD2FFZMKXYOPBIQ/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Is js using random port? IIRC form our previous experiences with MacOS on TeamCity, sometimes program instances were not closed after test finished which meant that if static port was used it would be failing.
From @vmx on March 15, 2018 14:29
Having an EADDRINUSE error happened before, here's one case:
https://ci.ipfs.team/blue/organizations/jenkins/IPFS%2Fjs-ipfs-api/detail/get-ci-green/37/pipeline/14
Copied from original issue: ipfs-inactive/jenkins#97
The text was updated successfully, but these errors were encountered: