karma-runner / karma-sauce-launcher

A Karma plugin. Launch any browser on SauceLabs!
MIT License
199 stars 103 forks source link

Error from SauceLabs after updating dependencies #285

Open jcubic opened 11 months ago

jcubic commented 11 months ago

I've update my project dependencies and I got those errors from Azure:

2023-08-24T19:37:30.8620808Z 24 08 2023 19:37:30.861:INFO [launcher]: Starting browser android (android 10.0) on BrowserStack
2023-08-24T19:37:32.8594518Z 24 08 2023 19:37:32.858:INFO [launcher.browserstack]: android (android 10.0) session at https://automate.browserstack.com/builds/c82be0b9bc0085cd8c67e6c7a704ae78e7bd57a5/sessions/b79d6e14aefb9186d2aca554b16ba99747cf53b9
2023-08-24T19:37:36.6948596Z 2023-08-24T19:37:36.693Z ERROR webdriver: RequestError: connect ECONNREFUSED ::1:443
2023-08-24T19:37:36.6949518Z     at ClientRequest.<anonymous> (/home/vsts/work/1/s/node_modules/got/dist/source/core/index.js:970:111)
2023-08-24T19:37:36.6949893Z     at Object.onceWrapper (node:events:629:26)
2023-08-24T19:37:36.6950550Z     at ClientRequest.emit (node:events:526:35)
2023-08-24T19:37:36.6950847Z     at ClientRequest.emit (node:domain:489:12)
2023-08-24T19:37:36.6951312Z     at origin.emit (/home/vsts/work/1/s/node_modules/@szmarczak/http-timer/dist/source/index.js:43:20)
2023-08-24T19:37:36.6951772Z     at TLSSocket.socketErrorListener (node:_http_client:501:9)
2023-08-24T19:37:36.6952084Z     at TLSSocket.emit (node:events:514:28)
2023-08-24T19:37:36.6952368Z     at TLSSocket.emit (node:domain:489:12)
2023-08-24T19:37:36.6952779Z     at emitErrorNT (node:internal/streams/destroy:151:8)
2023-08-24T19:37:36.6953175Z     at emitErrorCloseNT (node:internal/streams/destroy:116:3)
2023-08-24T19:37:36.6953747Z     at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1495:16)
2023-08-24T19:37:36.6964365Z 24 08 2023 19:37:36.694:ERROR [SaucelabsLauncher]: Error: Failed to create session.
2023-08-24T19:37:36.6965715Z Unable to connect to "https://ondemand.us-west-1.saucelabs.com:443/wd/hub", make sure browser driver is running on that address.
2023-08-24T19:37:36.6966231Z If you use services like chromedriver see initialiseServices logs above or in wdio.log file as the service might had problems to start the driver.
2023-08-24T19:37:36.6966666Z     at Object.startWebDriverSession (/home/vsts/work/1/s/node_modules/webdriver/build/utils.js:34:15)
2023-08-24T19:37:36.6967059Z     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-08-24T19:37:36.6967459Z     at async WebDriver.newSession (/home/vsts/work/1/s/node_modules/webdriver/build/index.js:35:45)
2023-08-24T19:37:36.6967817Z     at async exports.remote (/home/vsts/work/1/s/node_modules/webdriverio/build/index.js:53:22)
2023-08-24T19:37:36.6973567Z 24 08 2023 19:37:36.696:INFO [launcher]: Trying to start MicrosoftEdge 79.0  on SauceLabs again (1/2).
2023-08-24T19:37:36.7010577Z 2023-08-24T19:37:36.700Z ERROR webdriver: RequestError: connect ECONNREFUSED ::1:443
2023-08-24T19:37:36.7011185Z     at ClientRequest.<anonymous> (/home/vsts/work/1/s/node_modules/got/dist/source/core/index.js:970:111)
2023-08-24T19:37:36.7013119Z     at Object.onceWrapper (node:events:629:26)
2023-08-24T19:37:36.7014072Z     at ClientRequest.emit (node:events:526:35)
2023-08-24T19:37:36.7014654Z     at ClientRequest.emit (node:domain:489:12)
2023-08-24T19:37:36.7016038Z     at origin.emit (/home/vsts/work/1/s/node_modules/@szmarczak/http-timer/dist/source/index.js:43:20)
2023-08-24T19:37:36.7016420Z     at TLSSocket.socketErrorListener (node:_http_client:501:9)
2023-08-24T19:37:36.7016725Z     at TLSSocket.emit (node:events:514:28)
2023-08-24T19:37:36.7017003Z     at TLSSocket.emit (node:domain:489:12)
2023-08-24T19:37:36.7017285Z     at emitErrorNT (node:internal/streams/destroy:151:8)
2023-08-24T19:37:36.7017588Z     at emitErrorCloseNT (node:internal/streams/destroy:116:3)
2023-08-24T19:37:36.7017917Z     at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1495:16)
2023-08-24T19:37:36.7026809Z 24 08 2023 19:37:36.700:ERROR [SaucelabsLauncher]: Error: Failed to create session.
2023-08-24T19:37:36.7027745Z Unable to connect to "https://ondemand.us-west-1.saucelabs.com:443/wd/hub", make sure browser driver is running on that address.
2023-08-24T19:37:36.7028496Z If you use services like chromedriver see initialiseServices logs above or in wdio.log file as the service might had problems to start the driver.
2023-08-24T19:37:36.7029571Z     at Object.startWebDriverSession (/home/vsts/work/1/s/node_modules/webdriver/build/utils.js:34:15)
2023-08-24T19:37:36.7030047Z     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-08-24T19:37:36.7030547Z     at async WebDriver.newSession (/home/vsts/work/1/s/node_modules/webdriver/build/index.js:35:45)
2023-08-24T19:37:36.7031022Z     at async exports.remote (/home/vsts/work/1/s/node_modules/webdriverio/build/index.js:53:22)
2023-08-24T19:37:36.7031787Z 24 08 2023 19:37:36.702:INFO [launcher]: Trying to start safari 13.1 macOS 10.15 on SauceLabs again (1/2).
2023-08-24T19:37:36.7058670Z 2023-08-24T19:37:36.704Z ERROR webdriver: RequestError: connect ECONNREFUSED ::1:443
2023-08-24T19:37:36.7059394Z     at ClientRequest.<anonymous> (/home/vsts/work/1/s/node_modules/got/dist/source/core/index.js:970:111)
2023-08-24T19:37:36.7059868Z     at Object.onceWrapper (node:events:629:26)
2023-08-24T19:37:36.7060275Z     at ClientRequest.emit (node:events:526:35)
2023-08-24T19:37:36.7060668Z     at ClientRequest.emit (node:domain:489:12)
2023-08-24T19:37:36.7061234Z     at origin.emit (/home/vsts/work/1/s/node_modules/@szmarczak/http-timer/dist/source/index.js:43:20)
2023-08-24T19:37:36.7061934Z     at TLSSocket.socketErrorListener (node:_http_client:501:9)
2023-08-24T19:37:36.7062363Z     at TLSSocket.emit (node:events:514:28)
2023-08-24T19:37:36.7062828Z     at TLSSocket.emit (node:domain:489:12)
2023-08-24T19:37:36.7063675Z     at emitErrorNT (node:internal/streams/destroy:151:8)
2023-08-24T19:37:36.7064130Z     at emitErrorCloseNT (node:internal/streams/destroy:116:3)
2023-08-24T19:37:36.7064882Z     at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1495:16)
2023-08-24T19:37:36.7065621Z 24 08 2023 19:37:36.705:ERROR [SaucelabsLauncher]: Error: Failed to create session.
2023-08-24T19:37:36.7066428Z Unable to connect to "https://ondemand.us-west-1.saucelabs.com:443/wd/hub", make sure browser driver is running on that address.
2023-08-24T19:37:36.7067201Z If you use services like chromedriver see initialiseServices logs above or in wdio.log file as the service might had problems to start the driver.
2023-08-24T19:37:36.7067763Z     at Object.startWebDriverSession (/home/vsts/work/1/s/node_modules/webdriver/build/utils.js:34:15)
2023-08-24T19:37:36.7068258Z     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-08-24T19:37:36.7068762Z     at async WebDriver.newSession (/home/vsts/work/1/s/node_modules/webdriver/build/index.js:35:45)
2023-08-24T19:37:36.7069237Z     at async exports.remote (/home/vsts/work/1/s/node_modules/webdriverio/build/index.js:53:22)
2023-08-24T19:37:36.7069884Z 24 08 2023 19:37:36.705:INFO [launcher]: Trying to start Safari  iOS on SauceLabs again (1/2).
2023-08-24T19:37:36.7106657Z 2023-08-24T19:37:36.709Z ERROR webdriver: RequestError: connect ECONNREFUSED ::1:443
2023-08-24T19:37:36.7107421Z     at ClientRequest.<anonymous> (/home/vsts/work/1/s/node_modules/got/dist/source/core/index.js:970:111)
2023-08-24T19:37:36.7107942Z     at Object.onceWrapper (node:events:629:26)
2023-08-24T19:37:36.7108367Z     at ClientRequest.emit (node:events:526:35)
2023-08-24T19:37:36.7108764Z     at ClientRequest.emit (node:domain:489:12)
2023-08-24T19:37:36.7110066Z     at origin.emit (/home/vsts/work/1/s/node_modules/@szmarczak/http-timer/dist/source/index.js:43:20)
2023-08-24T19:37:36.7110832Z     at TLSSocket.socketErrorListener (node:_http_client:501:9)
2023-08-24T19:37:36.7111310Z     at TLSSocket.emit (node:events:514:28)
2023-08-24T19:37:36.7111717Z     at TLSSocket.emit (node:domain:489:12)
2023-08-24T19:37:36.7112229Z     at emitErrorNT (node:internal/streams/destroy:151:8)
2023-08-24T19:37:36.7112667Z     at emitErrorCloseNT (node:internal/streams/destroy:116:3)
2023-08-24T19:37:36.7113119Z     at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1495:16)
2023-08-24T19:37:36.7114022Z 24 08 2023 19:37:36.709:ERROR [SaucelabsLauncher]: Error: Failed to create session.
2023-08-24T19:37:36.7120126Z Unable to connect to "https://ondemand.us-west-1.saucelabs.com:443/wd/hub", make sure browser driver is running on that address.
2023-08-24T19:37:36.7121145Z If you use services like chromedriver see initialiseServices logs above or in wdio.log file as the service might had problems to start the driver.
2023-08-24T19:37:36.7121753Z     at Object.startWebDriverSession (/home/vsts/work/1/s/node_modules/webdriver/build/utils.js:34:15)
2023-08-24T19:37:36.7122281Z     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-08-24T19:37:36.7125966Z     at async WebDriver.newSession (/home/vsts/work/1/s/node_modules/webdriver/build/index.js:35:45)
2023-08-24T19:37:36.7127384Z     at async exports.remote (/home/vsts/work/1/s/node_modules/webdriverio/build/index.js:53:22)
2023-08-24T19:37:36.7128143Z 24 08 2023 19:37:36.710:INFO [launcher]: Trying to start MicrosoftEdge 79.0  on SauceLabs again (2/2).
2023-08-24T19:37:36.7148772Z 2023-08-24T19:37:36.713Z ERROR webdriver: RequestError: connect ECONNREFUSED ::1:443
2023-08-24T19:37:36.7149602Z     at ClientRequest.<anonymous> (/home/vsts/work/1/s/node_modules/got/dist/source/core/index.js:970:111)
2023-08-24T19:37:36.7150155Z     at Object.onceWrapper (node:events:629:26)
2023-08-24T19:37:36.7150577Z     at ClientRequest.emit (node:events:526:35)
2023-08-24T19:37:36.7150976Z     at ClientRequest.emit (node:domain:489:12)
2023-08-24T19:37:36.7151845Z     at origin.emit (/home/vsts/work/1/s/node_modules/@szmarczak/http-timer/dist/source/index.js:43:20)
2023-08-24T19:37:36.7152340Z     at TLSSocket.socketErrorListener (node:_http_client:501:9)
2023-08-24T19:37:36.7152935Z     at TLSSocket.emit (node:events:514:28)
2023-08-24T19:37:36.7153321Z     at TLSSocket.emit (node:domain:489:12)
2023-08-24T19:37:36.7154095Z     at emitErrorNT (node:internal/streams/destroy:151:8)
2023-08-24T19:37:36.7154953Z     at emitErrorCloseNT (node:internal/streams/destroy:116:3)
2023-08-24T19:37:36.7156673Z     at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1495:16)
2023-08-24T19:37:36.7176461Z 24 08 2023 19:37:36.717:ERROR [SaucelabsLauncher]: Error: Failed to create session.
2023-08-24T19:37:36.7178695Z Unable to connect to "https://ondemand.us-west-1.saucelabs.com:443/wd/hub", make sure browser driver is running on that address.
2023-08-24T19:37:36.7184912Z If you use services like chromedriver see initialiseServices logs above or in wdio.log file as the service might had problems to start the driver.
2023-08-24T19:37:36.7185758Z     at Object.startWebDriverSession (/home/vsts/work/1/s/node_modules/webdriver/build/utils.js:34:15)
2023-08-24T19:37:36.7186310Z     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-08-24T19:37:36.7186834Z     at async WebDriver.newSession (/home/vsts/work/1/s/node_modules/webdriver/build/index.js:35:45)
2023-08-24T19:37:36.7187321Z     at async exports.remote (/home/vsts/work/1/s/node_modules/webdriverio/build/index.js:53:22)
2023-08-24T19:37:36.7188069Z 24 08 2023 19:37:36.718:INFO [launcher]: Trying to start safari 13.1 macOS 10.15 on SauceLabs again (2/2).
2023-08-24T19:37:36.7215207Z 2023-08-24T19:37:36.721Z ERROR webdriver: RequestError: connect ECONNREFUSED ::1:443
2023-08-24T19:37:36.7216153Z     at ClientRequest.<anonymous> (/home/vsts/work/1/s/node_modules/got/dist/source/core/index.js:970:111)
2023-08-24T19:37:36.7216652Z     at Object.onceWrapper (node:events:629:26)
2023-08-24T19:37:36.7217077Z     at ClientRequest.emit (node:events:526:35)
2023-08-24T19:37:36.7217462Z     at ClientRequest.emit (node:domain:489:12)
2023-08-24T19:37:36.7218048Z     at origin.emit (/home/vsts/work/1/s/node_modules/@szmarczak/http-timer/dist/source/index.js:43:20)
2023-08-24T19:37:36.7218547Z     at TLSSocket.socketErrorListener (node:_http_client:501:9)
2023-08-24T19:37:36.7218967Z     at TLSSocket.emit (node:events:514:28)
2023-08-24T19:37:36.7220758Z     at TLSSocket.emit (node:domain:489:12)
2023-08-24T19:37:36.7221441Z     at emitErrorNT (node:internal/streams/destroy:151:8)
2023-08-24T19:37:36.7221877Z     at emitErrorCloseNT (node:internal/streams/destroy:116:3)
2023-08-24T19:37:36.7225442Z     at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1495:16)
2023-08-24T19:37:36.7226577Z 24 08 2023 19:37:36.721:ERROR [SaucelabsLauncher]: Error: Failed to create session.
2023-08-24T19:37:36.7227341Z Unable to connect to "https://ondemand.us-west-1.saucelabs.com:443/wd/hub", make sure browser driver is running on that address.
2023-08-24T19:37:36.7228080Z If you use services like chromedriver see initialiseServices logs above or in wdio.log file as the service might had problems to start the driver.
2023-08-24T19:37:36.7228907Z     at Object.startWebDriverSession (/home/vsts/work/1/s/node_modules/webdriver/build/utils.js:34:15)
2023-08-24T19:37:36.7229378Z     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-08-24T19:37:36.7229852Z     at async WebDriver.newSession (/home/vsts/work/1/s/node_modules/webdriver/build/index.js:35:45)
2023-08-24T19:37:36.7230321Z     at async exports.remote (/home/vsts/work/1/s/node_modules/webdriverio/build/index.js:53:22)
2023-08-24T19:37:36.7230952Z 24 08 2023 19:37:36.721:INFO [launcher]: Trying to start Safari  iOS on SauceLabs again (2/2).
2023-08-24T19:37:36.7268597Z 2023-08-24T19:37:36.726Z ERROR webdriver: RequestError: connect ECONNREFUSED ::1:443
2023-08-24T19:37:36.7270230Z     at ClientRequest.<anonymous> (/home/vsts/work/1/s/node_modules/got/dist/source/core/index.js:970:111)
2023-08-24T19:37:36.7271179Z     at Object.onceWrapper (node:events:629:26)
2023-08-24T19:37:36.7271594Z     at ClientRequest.emit (node:events:526:35)
2023-08-24T19:37:36.7272009Z     at ClientRequest.emit (node:domain:489:12)
2023-08-24T19:37:36.7272613Z     at origin.emit (/home/vsts/work/1/s/node_modules/@szmarczak/http-timer/dist/source/index.js:43:20)
2023-08-24T19:37:36.7273101Z     at TLSSocket.socketErrorListener (node:_http_client:501:9)
2023-08-24T19:37:36.7273528Z     at TLSSocket.emit (node:events:514:28)
2023-08-24T19:37:36.7275299Z     at TLSSocket.emit (node:domain:489:12)
2023-08-24T19:37:36.7276078Z     at emitErrorNT (node:internal/streams/destroy:151:8)
2023-08-24T19:37:36.7278087Z     at emitErrorCloseNT (node:internal/streams/destroy:116:3)
2023-08-24T19:37:36.7279965Z     at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1495:16)
2023-08-24T19:37:36.7280711Z 24 08 2023 19:37:36.727:ERROR [SaucelabsLauncher]: Error: Failed to create session.
2023-08-24T19:37:36.7281459Z Unable to connect to "https://ondemand.us-west-1.saucelabs.com:443/wd/hub", make sure browser driver is running on that address.
2023-08-24T19:37:36.7282053Z If you use services like chromedriver see initialiseServices logs above or in wdio.log file as the service might had problems to start the driver.
2023-08-24T19:37:36.7282706Z     at Object.startWebDriverSession (/home/vsts/work/1/s/node_modules/webdriver/build/utils.js:34:15)
2023-08-24T19:37:36.7283197Z     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-08-24T19:37:36.7283673Z     at async WebDriver.newSession (/home/vsts/work/1/s/node_modules/webdriver/build/index.js:35:45)
2023-08-24T19:37:36.7284132Z     at async exports.remote (/home/vsts/work/1/s/node_modules/webdriverio/build/index.js:53:22)
2023-08-24T19:37:36.7284777Z 24 08 2023 19:37:36.727:ERROR [launcher]: MicrosoftEdge 79.0  on SauceLabs failed 2 times (failure). Giving up.
2023-08-24T19:37:36.7293090Z 2023-08-24T19:37:36.728Z ERROR webdriver: RequestError: connect ECONNREFUSED ::1:443
2023-08-24T19:37:36.7293841Z     at ClientRequest.<anonymous> (/home/vsts/work/1/s/node_modules/got/dist/source/core/index.js:970:111)
2023-08-24T19:37:36.7294317Z     at Object.onceWrapper (node:events:629:26)
2023-08-24T19:37:36.7294714Z     at ClientRequest.emit (node:events:526:35)
2023-08-24T19:37:36.7295082Z     at ClientRequest.emit (node:domain:489:12)
2023-08-24T19:37:36.7295649Z     at origin.emit (/home/vsts/work/1/s/node_modules/@szmarczak/http-timer/dist/source/index.js:43:20)
2023-08-24T19:37:36.7296121Z     at TLSSocket.socketErrorListener (node:_http_client:501:9)
2023-08-24T19:37:36.7296539Z     at TLSSocket.emit (node:events:514:28)
2023-08-24T19:37:36.7297099Z     at TLSSocket.emit (node:domain:489:12)
2023-08-24T19:37:36.7297497Z     at emitErrorNT (node:internal/streams/destroy:151:8)
2023-08-24T19:37:36.7299501Z     at emitErrorCloseNT (node:internal/streams/destroy:116:3)
2023-08-24T19:37:36.7300152Z     at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1495:16)
2023-08-24T19:37:36.7300784Z 24 08 2023 19:37:36.728:ERROR [SaucelabsLauncher]: Error: Failed to create session.
2023-08-24T19:37:36.7303722Z Unable to connect to "https://ondemand.us-west-1.saucelabs.com:443/wd/hub", make sure browser driver is running on that address.
2023-08-24T19:37:36.7304810Z If you use services like chromedriver see initialiseServices logs above or in wdio.log file as the service might had problems to start the driver.
2023-08-24T19:37:36.7305555Z     at Object.startWebDriverSession (/home/vsts/work/1/s/node_modules/webdriver/build/utils.js:34:15)
2023-08-24T19:37:36.7306061Z     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-08-24T19:37:36.7306541Z     at async WebDriver.newSession (/home/vsts/work/1/s/node_modules/webdriver/build/index.js:35:45)
2023-08-24T19:37:36.7307020Z     at async exports.remote (/home/vsts/work/1/s/node_modules/webdriverio/build/index.js:53:22)
2023-08-24T19:37:36.7310491Z 24 08 2023 19:37:36.728:ERROR [launcher]: safari 13.1 macOS 10.15 on SauceLabs failed 2 times (failure). Giving up.
2023-08-24T19:37:36.7314099Z 2023-08-24T19:37:36.730Z ERROR webdriver: RequestError: connect ECONNREFUSED ::1:443
2023-08-24T19:37:36.7314913Z     at ClientRequest.<anonymous> (/home/vsts/work/1/s/node_modules/got/dist/source/core/index.js:970:111)
2023-08-24T19:37:36.7315407Z     at Object.onceWrapper (node:events:629:26)
2023-08-24T19:37:36.7315830Z     at ClientRequest.emit (node:events:526:35)
2023-08-24T19:37:36.7316399Z     at ClientRequest.emit (node:domain:489:12)
2023-08-24T19:37:36.7317014Z     at origin.emit (/home/vsts/work/1/s/node_modules/@szmarczak/http-timer/dist/source/index.js:43:20)
2023-08-24T19:37:36.7317521Z     at TLSSocket.socketErrorListener (node:_http_client:501:9)
2023-08-24T19:37:36.7318565Z     at TLSSocket.emit (node:events:514:28)
2023-08-24T19:37:36.7319188Z     at TLSSocket.emit (node:domain:489:12)
2023-08-24T19:37:36.7319605Z     at emitErrorNT (node:internal/streams/destroy:151:8)
2023-08-24T19:37:36.7321219Z     at emitErrorCloseNT (node:internal/streams/destroy:116:3)
2023-08-24T19:37:36.7321875Z     at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1495:16)
2023-08-24T19:37:36.7322550Z 24 08 2023 19:37:36.730:ERROR [SaucelabsLauncher]: Error: Failed to create session.
2023-08-24T19:37:36.7323283Z Unable to connect to "https://ondemand.us-west-1.saucelabs.com:443/wd/hub", make sure browser driver is running on that address.
2023-08-24T19:37:36.7323884Z If you use services like chromedriver see initialiseServices logs above or in wdio.log file as the service might had problems to start the driver.
2023-08-24T19:37:36.7324733Z     at Object.startWebDriverSession (/home/vsts/work/1/s/node_modules/webdriver/build/utils.js:34:15)
2023-08-24T19:37:36.7325260Z     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-08-24T19:37:36.7325763Z     at async WebDriver.newSession (/home/vsts/work/1/s/node_modules/webdriver/build/index.js:35:45)
2023-08-24T19:37:36.7326242Z     at async exports.remote (/home/vsts/work/1/s/node_modules/webdriverio/build/index.js:53:22)

PS: I was reporting this to SauceLabs but the said that they require some kind of wdio.log files and without it they can't say anything. I have no idea what long file they have in mind. They also suggested that If I can't find the log file they need I should report here.

This is the link to the error build:

https://dev.azure.com/isomorphic-git/isomorphic-git/_build/results?buildId=3215&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=d9b15392-e4ce-5e4c-0c8c-b69645229181

and this is the GitHub repo: https://github.com/isomorphic-git/lightning-fs

If you can't help with the issue, then maybe you know how to get the wdio.log file that SauceLabs was requesting.