Created
September 23, 2024 10:56
-
-
Save unickq/c30a0d81a0d1c0db78fe1523b6a22141 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024-09-23 10:51:17:526 [Appium] Welcome to Appium v2.11.4 (REV adf6afc5a839d1fe0c0623d16fc0e3e65dd38ea3) | |
2024-09-23 10:51:17:527 [Appium] Non-default server args: | |
2024-09-23 10:51:17:529 [Appium] { address: '127.0.0.1', | |
allowCors: true, | |
basePath: '/', | |
localTimezone: true, | |
logTimestamp: true, | |
relaxedSecurityEnabled: true } | |
2024-09-23 10:51:17:545 [Appium] The autodetected Appium home path: /Users/runner/work/ui-mobile-tests/ui-mobile-tests | |
2024-09-23 10:51:17:546 [Appium] Attempting to load driver xcuitest... | |
2024-09-23 10:51:17:546 [Appium] Attempting to load driver uiautomator2... | |
2024-09-23 10:51:17:553 [Appium] Requiring driver at /Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/appium-xcuitest-driver/build/index.js | |
2024-09-23 10:51:17:553 [Appium] Requiring driver at /Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/appium-uiautomator2-driver/build/index.js | |
2024-09-23 10:51:19:890 [Appium] XCUITestDriver has been successfully loaded in 2.343s | |
2024-09-23 10:51:19:890 [Appium] AndroidUiautomator2Driver has been successfully loaded in 2.343s | |
2024-09-23 10:51:19:907 [Appium] You have enabled CORS requests from any host. Be careful not to visit sites which could maliciously try to start Appium sessions on your machine | |
2024-09-23 10:51:19:911 [Appium] Appium REST http interface listener started on http://127.0.0.1:4723 | |
2024-09-23 10:51:19:911 [Appium] Available drivers: | |
2024-09-23 10:51:19:912 [Appium] - [email protected] (automationName 'XCUITest') | |
2024-09-23 10:51:19:912 [Appium] - [email protected] (automationName 'UiAutomator2') | |
2024-09-23 10:51:19:912 [Appium] No plugins have been installed. Use the "appium plugin" command to install the one(s) you want to use. | |
2024-09-23 10:51:22:465 [HTTP] --> POST /session {"capabilities":{"alwaysMatch":{"browserName":"safari","platformName":"iOS","wdio:maxInstances":1,"appium:deviceName":"iPhone 14","appium:platformVersion":"17.5","appium:orientation":"PORTRAIT","appium:automationName":"XCUITest","appium:newCommandTimeout":240,"appium:wdaLaunchTimeout":300000,"appium:wdaStartupRetries":5,"appium:wdaStartupRetryInterval":30000,"appium:wdaConnectionTimeout":180000,"appium:simulatorStartupTimeout":180000},"firstMatch":[{}]},"desiredCapabilities":{"browserName":"safari","platformName":"iOS","wdio:maxInstances":1,"appium:deviceName":"iPhone 14","appium:platformVersion":"17.5","appium:orientation":"PORTRAIT","appium:automationName":"XCUITest","appium:newCommandTimeout":240,"appium:wdaLaunchTimeout":300000,"appium:wdaStartupRetries":5,"appium:wdaStartupRetryInterval":30000,"appium:wdaConnectionTimeout":180000,"appium:simulatorStartupTimeout":180000}} | |
2024-09-23 10:51:22:467 [AppiumDriver@4d52] Calling AppiumDriver.createSession() with args: [{"browserName":"safari","platformName":"iOS","wdio:maxInstances":1,"appium:deviceName":"iPhone 14","appium:platformVersion":"17.5","appium:orientation":"PORTRAIT","appium:automationName":"XCUITest","appium:newCommandTimeout":240,"appium:wdaLaunchTimeout":300000,"appium:wdaStartupRetries":5,"appium:wdaStartupRetryInterval":30000,"appium:wdaConnectionTimeout":180000,"appium:simulatorStartupTimeout":180000},null,{"alwaysMatch":{"browserName":"safari","platformName":"iOS","wdio:maxInstances":1,"appium:deviceName":"iPhone 14","appium:platformVersion":"17.5","appium:orientation":"PORTRAIT","appium:automationName":"XCUITest","appium:newCommandTimeout":240,"appium:wdaLaunchTimeout":300000,"appium:wdaStartupRetries":5,"appium:wdaStartupRetryInterval":30000,"appium:wdaConnectionTimeout":180000,"appium:simulatorStartupTimeout":180000},"firstMatch":[{}]}] | |
2024-09-23 10:51:22:468 [AppiumDriver@4d52] Event 'newSessionRequested' logged at 1727088682468 (10:51:22 GMT+0000 (Coordinated Universal Time)) | |
2024-09-23 10:51:22:472 [Appium] Attempting to find matching driver for automationName 'XCUITest' and platformName 'iOS' | |
2024-09-23 10:51:22:473 [Appium] The 'xcuitest' driver was installed and matched caps. | |
2024-09-23 10:51:22:473 [Appium] Will require it at /Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/appium-xcuitest-driver | |
2024-09-23 10:51:22:474 [Appium] Requiring driver at /Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/appium-xcuitest-driver/build/index.js | |
2024-09-23 10:51:22:476 [AppiumDriver@4d52] Appium v2.11.4 creating new XCUITestDriver (v7.26.4) session | |
2024-09-23 10:51:22:476 [AppiumDriver@4d52] Checking BaseDriver versions for Appium and XCUITestDriver | |
2024-09-23 10:51:22:476 [AppiumDriver@4d52] Appium's BaseDriver version is 9.11.4 | |
2024-09-23 10:51:22:476 [AppiumDriver@4d52] XCUITestDriver's BaseDriver version is 9.11.4 | |
2024-09-23 10:51:22:478 [AppiumDriver@4d52] Applying relaxed security to 'XCUITestDriver' as per server command line argument. All insecure features will be enabled unless explicitly disabled by --deny-insecure | |
2024-09-23 10:51:22:479 [XCUITestDriver@2ae8] | |
2024-09-23 10:51:22:479 [XCUITestDriver@2ae8] Creating session with W3C capabilities: { | |
"alwaysMatch": { | |
"browserName": "safari", | |
"platformName": "iOS", | |
"wdio:maxInstances": 1, | |
"appium:deviceName": "iPhone 14", | |
"appium:platformVersion": "17.5", | |
"appium:orientation": "PORTRAIT", | |
"appium:automationName": "XCUITest", | |
"appium:newCommandTimeout": 240, | |
"appium:wdaLaunchTimeout": 300000, | |
"appium:wdaStartupRetries": 5, | |
"appium:wdaStartupRetryInterval": 30000, | |
"appium:wdaConnectionTimeout": 180000, | |
"appium:simulatorStartupTimeout": 180000 | |
}, | |
"firstMatch": [ | |
{} | |
] | |
} | |
2024-09-23 10:51:22:484 [XCUITestDriver@2ae8] The following provided capabilities were not recognized by this driver: | |
2024-09-23 10:51:22:484 [XCUITestDriver@2ae8] wdio:maxInstances | |
2024-09-23 10:51:22:484 [29de9184][XCUITestDriver@2ae8] Session created with session id: 29de9184-b792-4cca-9dfa-32543559dc4f | |
2024-09-23 10:51:22:536 [29de9184][XCUITest] Current user: 'runner' | |
2024-09-23 10:51:22:536 [29de9184][XCUITestDriver@2ae8] No real device udid has been provided in capabilities. Will select a matching simulator to run the test. | |
2024-09-23 10:51:29:102 [29de9184][XCUITestDriver@2ae8] iOS SDK Version set to '17.5' | |
2024-09-23 10:51:30:793 [29de9184][XCUITestDriver@2ae8] Looking for an existing Simulator with platformName: iOS, platformVersion: 17.5, deviceName: iPhone 14 | |
2024-09-23 10:51:30:913 [29de9184][XCUITestDriver@2ae8] Constructing iOS simulator for Xcode version 15.4 with udid 'F9EFD965-9E4A-46BA-926F-C8575C0E7EA6' | |
2024-09-23 10:51:30:914 [29de9184][XCUITestDriver@2ae8] Determining device to run tests on: udid: 'F9EFD965-9E4A-46BA-926F-C8575C0E7EA6', real device: false | |
2024-09-23 10:51:30:915 [29de9184][XCUITestDriver@2ae8] Event 'xcodeDetailsRetrieved' logged at 1727088690915 (10:51:30 GMT+0000 (Coordinated Universal Time)) | |
2024-09-23 10:51:30:915 [29de9184][XCUITestDriver@2ae8] Safari test requested | |
2024-09-23 10:51:30:915 [29de9184][XCUITestDriver@2ae8] Event 'appConfigured' logged at 1727088690915 (10:51:30 GMT+0000 (Coordinated Universal Time)) | |
2024-09-23 10:51:30:916 [29de9184][XCUITestDriver@2ae8] Event 'resetStarted' logged at 1727088690916 (10:51:30 GMT+0000 (Coordinated Universal Time)) | |
2024-09-23 10:51:31:939 [29de9184][simctl] Error running 'terminate': An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): | |
Simulator device failed to terminate com.apple.mobilesafari. | |
found nothing to terminate | |
Underlying error (domain=NSPOSIXErrorDomain, code=3): | |
The request to terminate "com.apple.mobilesafari" failed. found nothing to terminate | |
found nothing to terminate | |
2024-09-23 10:51:31:939 [29de9184][XCUITestDriver@2ae8] Reset: failed to terminate Simulator application with id "com.apple.mobilesafari" | |
2024-09-23 10:51:32:514 [29de9184][simctl] Error running 'terminate': An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): | |
Simulator device failed to terminate com.apple.mobilesafari. | |
found nothing to terminate | |
Underlying error (domain=NSPOSIXErrorDomain, code=3): | |
The request to terminate "com.apple.mobilesafari" failed. found nothing to terminate | |
found nothing to terminate | |
2024-09-23 10:51:32:514 [29de9184][XCUITestDriver@2ae8] Scrubbing Safari data files | |
2024-09-23 10:51:33:098 [29de9184][XCUITestDriver@2ae8] Event 'resetComplete' logged at 1727088693097 (10:51:33 GMT+0000 (Coordinated Universal Time)) | |
2024-09-23 10:51:33:099 [29de9184][XCUITestDriver@2ae8] Using WDA path: '/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent' | |
2024-09-23 10:51:33:099 [29de9184][XCUITestDriver@2ae8] Using WDA agent: '/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj' | |
2024-09-23 10:51:33:629 [29de9184][XCUITestDriver@2ae8] Starting log capture for iOS Simulator with udid 'F9EFD965-9E4A-46BA-926F-C8575C0E7EA6' using simctl | |
2024-09-23 10:51:34:568 [29de9184][XCUITestDriver@2ae8] Event 'logCaptureStarted' logged at 1727088694568 (10:51:34 GMT+0000 (Coordinated Universal Time)) | |
2024-09-23 10:51:34:569 [29de9184][XCUITestDriver@2ae8] Setting up simulator | |
2024-09-23 10:51:34:572 [29de9184][XCUITestDriver@2ae8] Setting preferences of F9EFD965-9E4A-46BA-926F-C8575C0E7EA6 Simulator to {"SimulatorWindowOrientation":"Portrait","SimulatorWindowRotationAngle":0,"ConnectHardwareKeyboard":false} | |
2024-09-23 10:51:34:572 [29de9184][XCUITestDriver@2ae8] Setting common Simulator preferences to {"RotateWindowWhenSignaledByGuest":true,"StartLastDeviceOnLaunch":false,"DetachOnWindowClose":false,"AttachBootedOnStart":true,"ConnectHardwareKeyboard":false,"PasteboardAutomaticSync":false} | |
2024-09-23 10:51:34:978 [29de9184][XCUITestDriver@2ae8] Updated F9EFD965-9E4A-46BA-926F-C8575C0E7EA6 Simulator preferences at '/Users/runner/Library/Preferences/com.apple.iphonesimulator.plist' with {"RotateWindowWhenSignaledByGuest":true,"StartLastDeviceOnLaunch":false,"DetachOnWindowClose":false,"AttachBootedOnStart":true,"ConnectHardwareKeyboard":false,"PasteboardAutomaticSync":false,"DevicePreferences":{"F9EFD965-9E4A-46BA-926F-C8575C0E7EA6":{"SimulatorWindowOrientation":"Portrait","SimulatorWindowRotationAngle":0,"ConnectHardwareKeyboard":false}}} | |
2024-09-23 10:51:36:051 [29de9184][XCUITestDriver@2ae8] Simulator 'F9EFD965-9E4A-46BA-926F-C8575C0E7EA6' is booted while its UI is not visible. Trying to restart it with the Simulator window visible | |
2024-09-23 10:51:37:379 [29de9184][XCUITestDriver@2ae8] Parsed BUILD_DIR configuration value: '/Users/runner/Library/Developer/Xcode/DerivedData/WebDriverAgent-bjkfltjzywmfwagcceicbvdqouyw/Build/Products' | |
2024-09-23 10:51:37:380 [29de9184][XCUITestDriver@2ae8] Got derived data root: '/Users/runner/Library/Developer/Xcode/DerivedData/WebDriverAgent-bjkfltjzywmfwagcceicbvdqouyw' | |
2024-09-23 10:51:42:491 [29de9184][XCUITestDriver@2ae8] Starting Simulator UI: open -Fn /Applications/Xcode_15.4.app/Contents/Developer/Applications/Simulator.app | |
2024-09-23 10:52:13:117 [29de9184][XCUITestDriver@2ae8] Simulator with UDID F9EFD965-9E4A-46BA-926F-C8575C0E7EA6 booted in 38.100s | |
2024-09-23 10:52:13:203 [29de9184][XCUITestDriver@2ae8] Event 'simStarted' logged at 1727088733202 (10:52:13 GMT+0000 (Coordinated Universal Time)) | |
2024-09-23 10:52:13:327 [29de9184][XCUITestDriver@2ae8] No obsolete cached processes from previous WDA sessions listening on port 8100 have been found | |
2024-09-23 10:52:13:328 [29de9184][DevCon Factory] Requesting connection for device F9EFD965-9E4A-46BA-926F-C8575C0E7EA6 on local port 8100 | |
2024-09-23 10:52:13:328 [29de9184][DevCon Factory] Cached connections count: 0 | |
2024-09-23 10:52:13:329 [29de9184][DevCon Factory] Successfully requested the connection for F9EFD965-9E4A-46BA-926F-C8575C0E7EA6:8100 | |
2024-09-23 10:52:13:335 [29de9184][XCUITestDriver@2ae8] Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver' | |
2024-09-23 10:52:13:367 [29de9184][WD Proxy] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:13:367 [29de9184][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:13:563 [29de9184][WD Proxy] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:13:565 [29de9184][XCUITestDriver@2ae8] WDA is not listening at 'http://127.0.0.1:8100/'. Original error:: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:13:565 [29de9184][XCUITestDriver@2ae8] WDA is currently not running. There is nothing to cache | |
2024-09-23 10:52:13:565 [29de9184][XCUITestDriver@2ae8] Trying to start WebDriverAgent 5 times with 30000ms interval | |
2024-09-23 10:52:13:566 [29de9184][XCUITestDriver@2ae8] Event 'wdaStartAttempted' logged at 1727088733566 (10:52:13 GMT+0000 (Coordinated Universal Time)) | |
2024-09-23 10:52:13:566 [29de9184][XCUITestDriver@2ae8] Launching WebDriverAgent on the device | |
2024-09-23 10:52:13:667 [29de9184][XCUITestDriver@2ae8] There is no need to perform the project cleanup. A fresh install has been detected | |
2024-09-23 10:52:13:676 [29de9184][WebDriverAgent] Killing running processes 'xcodebuild.*F9EFD965-9E4A-46BA-926F-C8575C0E7EA6, F9EFD965-9E4A-46BA-926F-C8575C0E7EA6.*XCTRunner, xctest.*F9EFD965-9E4A-46BA-926F-C8575C0E7EA6' for the device F9EFD965-9E4A-46BA-926F-C8575C0E7EA6... | |
2024-09-23 10:52:13:985 [29de9184][WebDriverAgent] 'pgrep -if F9EFD965-9E4A-46BA-926F-C8575C0E7EA6.*XCTRunner' didn't detect any matching processes. Return code: 1 | |
2024-09-23 10:52:13:985 [29de9184][WebDriverAgent] 'pgrep -if xcodebuild.*F9EFD965-9E4A-46BA-926F-C8575C0E7EA6' didn't detect any matching processes. Return code: 1 | |
2024-09-23 10:52:14:004 [29de9184][WebDriverAgent] 'pgrep -if xctest.*F9EFD965-9E4A-46BA-926F-C8575C0E7EA6' didn't detect any matching processes. Return code: 1 | |
2024-09-23 10:52:14:007 [29de9184][XCUITestDriver@2ae8] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -derivedDataPath /Users/runner/Library/Developer/Xcode/DerivedData/WebDriverAgent-bjkfltjzywmfwagcceicbvdqouyw -destination id=F9EFD965-9E4A-46BA-926F-C8575C0E7EA6 IPHONEOS_DEPLOYMENT_TARGET=17.5 GCC_TREAT_WARNINGS_AS_ERRORS=0 COMPILER_INDEX_STORE_ENABLE=NO' in directory '/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent' | |
2024-09-23 10:52:14:011 [29de9184][XCUITestDriver@2ae8] Output from xcodebuild will only be logged if any errors are present there. To change this, use 'showXcodeLog' desired capability | |
2024-09-23 10:52:17:786 [29de9184][XCUITestDriver@2ae8] Waiting up to 300000ms for WebDriverAgent to start | |
2024-09-23 10:52:17:810 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:17:811 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:17:875 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:18:916 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:18:917 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:18:928 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:19:953 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:19:963 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:19:986 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:20:991 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:20:992 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:21:012 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:22:015 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:22:015 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:22:047 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:23:052 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:23:052 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:23:055 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:24:068 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:24:071 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:24:093 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:25:103 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:25:103 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:25:108 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:26:112 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:26:112 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:26:127 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:27:132 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:27:132 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:27:142 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:28:148 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:28:148 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:28:155 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:29:159 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:29:160 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:29:166 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:30:184 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:30:184 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:30:195 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:31:200 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:31:200 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:31:211 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:32:221 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:32:221 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:32:222 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:33:227 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:33:227 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:33:230 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:34:234 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:34:234 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:34:244 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:35:251 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:35:251 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:35:257 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:36:269 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:36:271 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:36:273 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:37:274 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:37:274 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:37:276 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:38:278 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:38:278 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:38:284 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:39:303 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:39:303 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:39:306 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:40:316 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:40:317 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:40:326 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:41:341 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:41:343 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:41:359 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:42:365 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:42:366 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:42:369 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:43:371 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:43:372 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:43:373 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:44:380 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:44:380 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:44:384 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:45:391 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:45:391 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:45:393 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:46:396 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:46:397 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:46:398 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:47:412 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:47:417 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:47:464 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:48:514 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:48:702 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:49:456 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:50:501 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:50:509 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:50:996 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:52:042 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:52:066 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:52:191 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:53:234 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:53:235 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:53:238 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:54:254 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:54:255 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:54:327 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:55:331 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:55:331 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:55:335 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:56:382 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:56:383 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:56:409 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:57:423 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:57:423 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:57:580 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:58:600 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:58:602 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:58:725 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:52:59:734 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:52:59:735 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:52:59:737 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:53:00:758 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:53:00:759 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:53:00:881 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:53:01:885 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:53:01:885 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:53:01:886 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:53:02:889 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:53:02:889 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:53:02:891 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:53:03:892 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:53:03:892 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:53:03:894 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:53:04:895 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:53:04:895 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:53:04:896 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:53:05:899 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:53:05:899 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:53:05:901 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:53:06:906 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:53:06:906 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:53:06:909 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:53:07:912 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:53:07:912 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:53:07:915 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:53:08:917 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:53:08:917 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:53:08:921 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:53:09:925 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:53:09:926 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:53:09:928 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:53:10:936 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:53:10:936 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:53:10:945 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:53:11:948 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:53:11:948 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:53:11:950 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:53:12:951 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:53:12:952 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:53:12:953 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:53:13:956 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:53:13:956 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:53:13:957 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:53:14:961 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:53:14:961 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:53:14:962 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:53:15:967 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:53:15:967 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:53:15:971 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:53:16:975 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:53:16:975 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:53:16:976 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:53:17:983 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:53:17:983 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:53:17:984 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:53:18:988 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:53:18:988 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:53:18:991 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:53:19:996 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:53:19:996 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:53:19:997 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:53:21:004 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:53:21:004 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:53:21:019 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:53:22:023 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:53:22:023 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:53:22:024 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:53:22:539 [HTTP] <-- POST /session - - ms - - | |
2024-09-23 10:53:23:026 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:53:23:027 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:53:23:028 [29de9184][XCUITestDriver@2ae8] connect ECONNREFUSED 127.0.0.1:8100 | |
2024-09-23 10:53:24:060 [29de9184][XCUITestDriver@2ae8] Matched '/status' to command name 'getStatus' | |
2024-09-23 10:53:24:060 [29de9184][XCUITestDriver@2ae8] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body | |
2024-09-23 10:53:24:067 uncaughtException: write EPIPE | |
Error: write EPIPE | |
at afterWriteDispatched (node:internal/stream_base_commons:161:15) | |
at writeGeneric (node:internal/stream_base_commons:152:3) | |
at Socket._writeGeneric (node:net:954:11) | |
at Socket._write (node:net:966:8) | |
at writeOrBuffer (node:internal/streams/writable:570:12) | |
at _write (node:internal/streams/writable:499:10) | |
at Socket.Writable.write (node:internal/streams/writable:508:10) | |
at Console.log (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/transports/console.js:87:23) | |
at Console._write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/modern.js:103:17) | |
at doWrite (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:390:139) | |
at writeOrBuffer (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:381:5) | |
at Console.Writable.write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:302:11) | |
at DerivedLogger.ondata (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:629:20) | |
at DerivedLogger.emit (node:events:531:35) | |
at addChunk (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:279:12) | |
at readableAddChunk (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:262:11) | |
at DerivedLogger.Readable.push (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:228:10) | |
at DerivedLogger.Transform.push (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:132:32) | |
at DerivedLogger._transform (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/logger.js:313:12) | |
at DerivedLogger.Transform._read (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:166:10) | |
at DerivedLogger.Transform._write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:155:83) | |
at doWrite (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:390:139) | |
at writeOrBuffer (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:381:5) | |
at DerivedLogger.Writable.write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:302:11) | |
at DerivedLogger.<computed> [as debug] (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/create-logger.js:81:14) | |
at Log.<anonymous> (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/appium/lib/logsink.js:88:65) | |
at Log.emit (node:events:531:35) | |
at Log.log (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/@appium/logger/lib/log.ts:258:10) | |
2024-09-23 10:53:24:069 uncaughtException: write EPIPE | |
Error: write EPIPE | |
at afterWriteDispatched (node:internal/stream_base_commons:161:15) | |
at writeGeneric (node:internal/stream_base_commons:152:3) | |
at Socket._writeGeneric (node:net:954:11) | |
at Socket._write (node:net:966:8) | |
at writeOrBuffer (node:internal/streams/writable:570:12) | |
at _write (node:internal/streams/writable:499:10) | |
at Socket.Writable.write (node:internal/streams/writable:508:10) | |
at Console.log (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/transports/console.js:59:25) | |
at Console._write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/modern.js:103:17) | |
at doWrite (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:390:139) | |
at writeOrBuffer (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:381:5) | |
at Console.Writable.write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:302:11) | |
at DerivedLogger.ondata (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:629:20) | |
at DerivedLogger.emit (node:events:531:35) | |
at addChunk (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:279:12) | |
at readableAddChunk (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:262:11) | |
at DerivedLogger.Readable.push (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:228:10) | |
at DerivedLogger.Transform.push (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:132:32) | |
at DerivedLogger._transform (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/logger.js:313:12) | |
at DerivedLogger.Transform._read (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:166:10) | |
at DerivedLogger.Transform._write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:155:83) | |
at doWrite (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:390:139) | |
at writeOrBuffer (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:381:5) | |
at DerivedLogger.Writable.write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:302:11) | |
at DerivedLogger.log (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/logger.js:216:12) | |
at ExceptionHandler._uncaughtException (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/exception-handler.js:220:17) | |
at process.emit (node:events:519:28) | |
at process.emit (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/source-map-support/source-map-support.js:516:21) | |
2024-09-23 10:53:24:069 uncaughtException: write EPIPE | |
Error: write EPIPE | |
at afterWriteDispatched (node:internal/stream_base_commons:161:15) | |
at writeGeneric (node:internal/stream_base_commons:152:3) | |
at Socket._writeGeneric (node:net:954:11) | |
at Socket._write (node:net:966:8) | |
at writeOrBuffer (node:internal/streams/writable:570:12) | |
at _write (node:internal/streams/writable:499:10) | |
at Socket.Writable.write (node:internal/streams/writable:508:10) | |
at Console.log (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/transports/console.js:59:25) | |
at Console._write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/modern.js:103:17) | |
at doWrite (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:390:139) | |
at writeOrBuffer (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:381:5) | |
at Console.Writable.write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:302:11) | |
at DerivedLogger.ondata (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:629:20) | |
at DerivedLogger.emit (node:events:531:35) | |
at addChunk (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:279:12) | |
at readableAddChunk (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:262:11) | |
at DerivedLogger.Readable.push (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:228:10) | |
at DerivedLogger.Transform.push (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:132:32) | |
at DerivedLogger._transform (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/logger.js:313:12) | |
at DerivedLogger.Transform._read (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:166:10) | |
at DerivedLogger.Transform._write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:155:83) | |
at doWrite (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:390:139) | |
at writeOrBuffer (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:381:5) | |
at DerivedLogger.Writable.write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:302:11) | |
at DerivedLogger.log (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/logger.js:216:12) | |
at ExceptionHandler._uncaughtException (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/exception-handler.js:220:17) | |
at process.emit (node:events:519:28) | |
at process.emit (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/source-map-support/source-map-support.js:516:21) | |
2024-09-23 10:53:24:070 uncaughtException: write EPIPE | |
Error: write EPIPE | |
at afterWriteDispatched (node:internal/stream_base_commons:161:15) | |
at writeGeneric (node:internal/stream_base_commons:152:3) | |
at Socket._writeGeneric (node:net:954:11) | |
at Socket._write (node:net:966:8) | |
at writeOrBuffer (node:internal/streams/writable:570:12) | |
at _write (node:internal/streams/writable:499:10) | |
at Socket.Writable.write (node:internal/streams/writable:508:10) | |
at Console.log (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/transports/console.js:59:25) | |
at Console._write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/modern.js:103:17) | |
at doWrite (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:390:139) | |
at writeOrBuffer (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:381:5) | |
at Console.Writable.write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:302:11) | |
at DerivedLogger.ondata (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:629:20) | |
at DerivedLogger.emit (node:events:531:35) | |
at addChunk (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:279:12) | |
at readableAddChunk (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:262:11) | |
at DerivedLogger.Readable.push (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:228:10) | |
at DerivedLogger.Transform.push (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:132:32) | |
at DerivedLogger._transform (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/logger.js:313:12) | |
at DerivedLogger.Transform._read (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:166:10) | |
at DerivedLogger.Transform._write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:155:83) | |
at doWrite (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:390:139) | |
at writeOrBuffer (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:381:5) | |
at DerivedLogger.Writable.write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:302:11) | |
at DerivedLogger.log (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/logger.js:216:12) | |
at ExceptionHandler._uncaughtException (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/exception-handler.js:220:17) | |
at process.emit (node:events:519:28) | |
at process.emit (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/source-map-support/source-map-support.js:516:21) | |
2024-09-23 10:53:24:070 uncaughtException: write EPIPE | |
Error: write EPIPE | |
at afterWriteDispatched (node:internal/stream_base_commons:161:15) | |
at writeGeneric (node:internal/stream_base_commons:152:3) | |
at Socket._writeGeneric (node:net:954:11) | |
at Socket._write (node:net:966:8) | |
at writeOrBuffer (node:internal/streams/writable:570:12) | |
at _write (node:internal/streams/writable:499:10) | |
at Socket.Writable.write (node:internal/streams/writable:508:10) | |
at Console.log (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/transports/console.js:59:25) | |
at Console._write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/modern.js:103:17) | |
at doWrite (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:390:139) | |
at writeOrBuffer (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:381:5) | |
at Console.Writable.write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:302:11) | |
at DerivedLogger.ondata (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:629:20) | |
at DerivedLogger.emit (node:events:531:35) | |
at addChunk (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:279:12) | |
at readableAddChunk (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:262:11) | |
at DerivedLogger.Readable.push (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:228:10) | |
at DerivedLogger.Transform.push (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:132:32) | |
at DerivedLogger._transform (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/logger.js:313:12) | |
at DerivedLogger.Transform._read (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:166:10) | |
at DerivedLogger.Transform._write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:155:83) | |
at doWrite (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:390:139) | |
at writeOrBuffer (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:381:5) | |
at DerivedLogger.Writable.write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:302:11) | |
at DerivedLogger.log (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/logger.js:216:12) | |
at ExceptionHandler._uncaughtException (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/exception-handler.js:220:17) | |
at process.emit (node:events:519:28) | |
at process.emit (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/source-map-support/source-map-support.js:516:21) | |
2024-09-23 10:53:24:071 uncaughtException: write EPIPE | |
Error: write EPIPE | |
at afterWriteDispatched (node:internal/stream_base_commons:161:15) | |
at writeGeneric (node:internal/stream_base_commons:152:3) | |
at Socket._writeGeneric (node:net:954:11) | |
at Socket._write (node:net:966:8) | |
at writeOrBuffer (node:internal/streams/writable:570:12) | |
at _write (node:internal/streams/writable:499:10) | |
at Socket.Writable.write (node:internal/streams/writable:508:10) | |
at Console.log (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/transports/console.js:59:25) | |
at Console._write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/modern.js:103:17) | |
at doWrite (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:390:139) | |
at writeOrBuffer (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:381:5) | |
at Console.Writable.write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:302:11) | |
at DerivedLogger.ondata (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:629:20) | |
at DerivedLogger.emit (node:events:531:35) | |
at addChunk (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:279:12) | |
at readableAddChunk (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:262:11) | |
at DerivedLogger.Readable.push (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:228:10) | |
at DerivedLogger.Transform.push (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:132:32) | |
at DerivedLogger._transform (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/logger.js:313:12) | |
at DerivedLogger.Transform._read (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:166:10) | |
at DerivedLogger.Transform._write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:155:83) | |
at doWrite (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:390:139) | |
at writeOrBuffer (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:381:5) | |
at DerivedLogger.Writable.write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:302:11) | |
at DerivedLogger.log (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/logger.js:216:12) | |
at ExceptionHandler._uncaughtException (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/exception-handler.js:220:17) | |
at process.emit (node:events:519:28) | |
at process.emit (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/source-map-support/source-map-support.js:516:21) | |
2024-09-23 10:53:24:072 uncaughtException: write EPIPE | |
Error: write EPIPE | |
at afterWriteDispatched (node:internal/stream_base_commons:161:15) | |
at writeGeneric (node:internal/stream_base_commons:152:3) | |
at Socket._writeGeneric (node:net:954:11) | |
at Socket._write (node:net:966:8) | |
at writeOrBuffer (node:internal/streams/writable:570:12) | |
at _write (node:internal/streams/writable:499:10) | |
at Socket.Writable.write (node:internal/streams/writable:508:10) | |
at Console.log (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/transports/console.js:59:25) | |
at Console._write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/modern.js:103:17) | |
at doWrite (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:390:139) | |
at writeOrBuffer (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:381:5) | |
at Console.Writable.write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:302:11) | |
at DerivedLogger.ondata (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:629:20) | |
at DerivedLogger.emit (node:events:531:35) | |
at addChunk (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:279:12) | |
at readableAddChunk (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:262:11) | |
at DerivedLogger.Readable.push (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:228:10) | |
at DerivedLogger.Transform.push (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:132:32) | |
at DerivedLogger._transform (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/logger.js:313:12) | |
at DerivedLogger.Transform._read (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:166:10) | |
at DerivedLogger.Transform._write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:155:83) | |
at doWrite (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:390:139) | |
at writeOrBuffer (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:381:5) | |
at DerivedLogger.Writable.write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:302:11) | |
at DerivedLogger.log (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/logger.js:216:12) | |
at ExceptionHandler._uncaughtException (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/exception-handler.js:220:17) | |
at process.emit (node:events:519:28) | |
at process.emit (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/source-map-support/source-map-support.js:516:21) | |
2024-09-23 10:53:24:072 uncaughtException: write EPIPE | |
Error: write EPIPE | |
at afterWriteDispatched (node:internal/stream_base_commons:161:15) | |
at writeGeneric (node:internal/stream_base_commons:152:3) | |
at Socket._writeGeneric (node:net:954:11) | |
at Socket._write (node:net:966:8) | |
at writeOrBuffer (node:internal/streams/writable:570:12) | |
at _write (node:internal/streams/writable:499:10) | |
at Socket.Writable.write (node:internal/streams/writable:508:10) | |
at Console.log (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/transports/console.js:59:25) | |
at Console._write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/modern.js:103:17) | |
at doWrite (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:390:139) | |
at writeOrBuffer (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:381:5) | |
at Console.Writable.write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:302:11) | |
at DerivedLogger.ondata (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:629:20) | |
at DerivedLogger.emit (node:events:531:35) | |
at addChunk (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:279:12) | |
at readableAddChunk (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:262:11) | |
at DerivedLogger.Readable.push (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:228:10) | |
at DerivedLogger.Transform.push (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:132:32) | |
at DerivedLogger._transform (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/logger.js:313:12) | |
at DerivedLogger.Transform._read (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:166:10) | |
at DerivedLogger.Transform._write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:155:83) | |
at doWrite (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:390:139) | |
at writeOrBuffer (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:381:5) | |
at DerivedLogger.Writable.write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:302:11) | |
at DerivedLogger.log (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/logger.js:216:12) | |
at ExceptionHandler._uncaughtException (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/exception-handler.js:220:17) | |
at process.emit (node:events:519:28) | |
at process.emit (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/source-map-support/source-map-support.js:516:21) | |
2024-09-23 10:53:24:074 uncaughtException: write EPIPE | |
Error: write EPIPE | |
at afterWriteDispatched (node:internal/stream_base_commons:161:15) | |
at writeGeneric (node:internal/stream_base_commons:152:3) | |
at Socket._writeGeneric (node:net:954:11) | |
at Socket._write (node:net:966:8) | |
at writeOrBuffer (node:internal/streams/writable:570:12) | |
at _write (node:internal/streams/writable:499:10) | |
at Socket.Writable.write (node:internal/streams/writable:508:10) | |
at Console.log (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/transports/console.js:59:25) | |
at Console._write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/modern.js:103:17) | |
at doWrite (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:390:139) | |
at writeOrBuffer (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:381:5) | |
at Console.Writable.write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:302:11) | |
at DerivedLogger.ondata (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:629:20) | |
at DerivedLogger.emit (node:events:531:35) | |
at addChunk (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:279:12) | |
at readableAddChunk (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:262:11) | |
at DerivedLogger.Readable.push (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:228:10) | |
at DerivedLogger.Transform.push (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:132:32) | |
at DerivedLogger._transform (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/logger.js:313:12) | |
at DerivedLogger.Transform._read (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:166:10) | |
at DerivedLogger.Transform._write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js:155:83) | |
at doWrite (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:390:139) | |
at writeOrBuffer (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:381:5) | |
at DerivedLogger.Writable.write (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:302:11) | |
at DerivedLogger.log (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/logger.js:216:12) | |
at ExceptionHandler._uncaughtException (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/winston/lib/winston/exception-handler.js:220:17) | |
at process.emit (node:events:519:28) | |
at process.emit (/Users/runner/work/ui-mobile-tests/ui-mobile-tests/node_modules/source-map-support/source-map-support.js:516:21) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment