This file contains 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
Plugins loaded: CameraCalibration, CameraInit, CameraLocalization, CameraRigCalibration, CameraRigLocalization, ConvertSfMFormat, DepthMap, DepthMapFilter, ExportAnimatedCamera, ExportColoredPointCloud, ExportMaya, FeatureExtraction, FeatureMatching, ImageMatching, ImageMatchingMultiSfM, KeyframeSelection, LDRToHDR, MeshDecimate, MeshDenoising, MeshFiltering, MeshResampling, Meshing, PrepareDenseScene, Publish, SfMAlignment, SfMTransform, StructureFromMotion, Texturing | |
Nodes to execute: ['DepthMap_1', 'DepthMapFilter_1', 'Meshing_1', 'MeshFiltering_1', 'Texturing_1'] | |
WARNING: downgrade status on node "DepthMap_1(0)" from Status.ERROR to Status.SUBMITTED | |
[1/5](1/14) DepthMap | |
- commandLine: aliceVision_depthMapEstimation --input "C:/Downloads/3D/Test/MeshroomCache/StructureFromMotion/c0182d1274a4c631dba36cae29919c47c10e6d8a/sfm.abc" --imagesFolder "C:/Downloads/3D/Test/MeshroomCache/PrepareDenseScene/6d6269b5f5463bab60e7ad91405bba9c692b1c2c" --downscale 2 --minViewAngle 2.0 --maxViewAngle 70.0 --sgmMaxTCam |
This file contains 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
Last login: Tue Nov 19 12:50:23 on ttys007 | |
Milan-MacBook-Pro:PyScripts mmalek$ appium & | |
[1] 2868 | |
Milan-MacBook-Pro:PyScripts mmalek$ [Appium] Welcome to Appium v1.15.1 | |
[Appium] Appium REST http interface listener started on 0.0.0.0:4723 | |
[HTTP] --> POST /wd/hub/session | |
[HTTP] {"capabilities":{"firstMatch":[{"appium:showIOSLog":false,"appium:udid":"72b5479ee14fba814b3aaee20b1bfe9cea8bc2de","appium:showXcodeLog":true,"appium:xcodeOrgId":"7DC7W55G5S","appium:automationName":"xcuitest","appium:xcodeSigningId":"iPhone Developer","appium:updatedWDABundleId":"com.bistudio.wda","appium:bundleId":"com.bistudio.AppiumTest","appium:deviceName":"BIMG_Milan_Malek_iPad9.7","appium:platformVersion":"11.3","platformName":"iOS"}]},"desiredCapabilities":{"deviceName":"BIMG_Milan_Malek_iPad9.7","xcodeOrgId":"7DC7W55G5S","udid":"72b5479ee14fba814b3aaee20b1bfe9cea8bc2de","platformName":"iOS","showIOSLog":false,"updatedWDABundleId":"com.bistudio.wda","xcodeSigningId":"iPhone Developer","platformVersion":"11.3","showXcodeLog":true," |
This file contains 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
Last login: Tue Nov 19 12:45:23 on ttys005 | |
Milan-MacBook-Pro:PyScripts mmalek$ appium & | |
[1] 931 | |
Milan-MacBook-Pro:PyScripts mmalek$ [Appium] Welcome to Appium v1.16.0-beta.1 | |
[Appium] Appium REST http interface listener started on 0.0.0.0:4723 | |
[HTTP] --> POST /wd/hub/session | |
[HTTP] {"capabilities":{"firstMatch":[{"appium:showIOSLog":false,"appium:udid":"72b5479ee14fba814b3aaee20b1bfe9cea8bc2de","appium:showXcodeLog":true,"appium:xcodeOrgId":"7DC7W55G5S","appium:automationName":"xcuitest","appium:xcodeSigningId":"iPhone Developer","appium:updatedWDABundleId":"com.bistudio.wda","appium:bundleId":"com.bistudio.AppiumTest","appium:deviceName":"BIMG_Milan_Malek_iPad9.7","appium:platformVersion":"11.3","platformName":"iOS"}]},"desiredCapabilities":{"deviceName":"BIMG_Milan_Malek_iPad9.7","xcodeOrgId":"7DC7W55G5S","udid":"72b5479ee14fba814b3aaee20b1bfe9cea8bc2de","platformName":"iOS","showIOSLog":false,"updatedWDABundleId":"com.bistudio.wda","xcodeSigningId":"iPhone Developer","platformVersion":"11.3","showXcodeLog": |
This file has been truncated, but you can view the full file.
This file contains 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
Last login: Fri Nov 15 15:16:39 on console | |
Milan-MBP:~ mmalek$ appium & | |
[1] 604 | |
Milan-MBP:~ mmalek$ [Appium] Welcome to Appium v1.16.0-beta.1 | |
[Appium] Appium REST http interface listener started on 0.0.0.0:4723 | |
[HTTP] --> POST /wd/hub/session | |
[HTTP] {"capabilities":{"firstMatch":[{"appium:showIOSLog":false,"appium:udid":"72b5479ee14fba814b3aaee20b1bfe9cea8bc2de","appium:showXcodeLog":true,"appium:xcodeOrgId":"7DC7W55G5S","appium:automationName":"xcuitest","appium:xcodeSigningId":"iPhone Developer","appium:updatedWDABundleId":"com.bistudio.wda","appium:bundleId":"com.bistudio.AppiumTest","appium:deviceName":"BIMG_Milan_Malek_iPad9.7","appium:platformVersion":"11.3","platformName":"iOS"}]},"desiredCapabilities":{"deviceName":"BIMG_Milan_Malek_iPad9.7","xcodeOrgId":"7DC7W55G5S","udid":"72b5479ee14fba814b3aaee20b1bfe9cea8bc2de","platformName":"iOS","showIOSLog":false,"updatedWDABundleId":"com.bistudio.wda","xcodeSigningId":"iPhone Developer","platformVersion":"11.3","showXcodeLog":true,"automationName":"xcuitest" |
This file contains 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
#!/usr/bin/python | |
import os | |
from time import sleep | |
from appium import webdriver | |
PATH = lambda p: os.path.abspath( | |
os.path.join(os.path.dirname(__file__), p) | |
) |
This file contains 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
mmalek$ appium --version | |
1.15.1 | |
mmalek$ appium | |
[Appium] Welcome to Appium v1.15.1 | |
[Appium] Appium REST http interface listener started on 0.0.0.0:4723 | |
[HTTP] --> POST /wd/hub/session | |
[HTTP] {"capabilities":{"firstMatch":[{"appium:showIOSLog":false,"appium:udid":"72b5479ee14814b3aaee20b1bfe9cea8bc2de","appium:showXcodeLog":true,"appium:xcodeOrgId":"7DC7W55G5S","appium:automationName":"xcuitest","appium:xcodeSigningId":"iPhone Developer","appium:updatedWDABundleId":"com.bistudio.wda","appium:bundleId":"com.bistudio.AppiumTest","appium:deviceName":"BIMG_Milan_Malek_iPad9.7","appium:platformVersion":"11.3","platformName":"iOS"}]},"desiredCapabilities":{"deviceName":"BIMG_Milan_Malek_iPad9.7","xcodeOrgId":"7DC7W55G5S","udid":"72b5479ee14814b3aaee20b1bfe9cea8bc2de","platformName":"iOS","showIOSLog":false,"updatedWDABundleId":"com.bistudio.wda","xcodeSigningId":"iPhone Developer","platformVersion":"11.3","showXcodeLog":true,"automationName":"xcuitest","bundleId":"com.bistudio.AppiumTest"}} | |
[debug] [W3C] Calling Appi |
This file contains 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
#!/usr/bin/python | |
import os | |
from time import sleep | |
from appium import webdriver | |
from altunityrunner import AltrunUnityDriver | |
PATH = lambda p: os.path.abspath( | |
os.path.join(os.path.dirname(__file__), p) | |
) |
This file contains 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
[info] [35m[Appium][39m Welcome to Appium v1.11.1 | |
[info] [35m[HTTP][39m [90m{"capabilities":{"firstMatch":[{"appium:showIOSLog":true,"appium:udid":"72b5479ee14fba814b3aaee20b1bfe9cea8bc2de","appium:xcodeOrgId":"7DC7W55G5S","appium:automationName":"xcuitest","appium:xcodeSigningId":"iPhone Developer","appium:updatedWDABundleId":"com.bistudio.wda","appium:bundleId":"com.bistudio.AppiumTest","appium:deviceName":"BIMG_Milan_Malek_iPad9.7","appium:platformVersion":"11.3","platformName":"iOS"}]},"desiredCapabilities":{"deviceName":"BIMG_Milan_Malek_iPad9.7","xcodeOrgId":"7DC7W55G5S","udid":"72b5479ee14fba814b3aaee20b1bfe9cea8bc2de","showIOSLog":true,"updatedWDABundleId":"com.bistudio.wda","xcodeSigningId":"iPhone Developer","platformVersion":"11.3","platformName":"iOS","automationName":"xcuitest","bundleId":"com.bistudio.AppiumTest"}}[39m | |
[debug] [35m[W3C][39m Calling AppiumDriver.createSession() with args: [{"deviceName":"BIMG_Milan_Malek_iPad9.7","xcodeOrgId":"7DC7W55G5S","udid":"72b5479ee14fba814b3aaee20 |
This file has been truncated, but you can view the full file.
This file contains 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
[info] [35m[iOSLog][39m [IOS_SYSLOG_ROW] Mar 11 14:14:40 BIMG-Milan-Malek-iPad97 symptomsd(SymptomEvaluator)[122] <Notice>: L2 Metrics on ifname en0: rssi: -52 (txFrames/txReTx/txFail) 0/0/0 -> (was/is) 0/0 | |
[info] [35m[iOSLog][39m [IOS_SYSLOG_ROW] Mar 11 14:14:40 BIMG-Milan-Malek-iPad97 symptomsd(SymptomEvaluator)[122] <Notice>: L2 Metrics on ifname en0: rssi: -52 (txFrames/txReTx/txFail) 0/0/0 -> (was/is) 0/0 | |
[info] [35m[iOSLog][39m [IOS_SYSLOG_ROW] Mar 11 14:14:40 BIMG-Milan-Malek-iPad97 symptomsd(SymptomEvaluator)[122] <Notice>: L2 Metrics on ifname en0: rssi: -52 (txFrames/txReTx/txFail) 0/0/0 -> (was/is) 0/0 | |
[info] [35m[iOSLog][39m [IOS_SYSLOG_ROW] Mar 11 14:14:40 BIMG-Milan-Malek-iPad97 symptomsd(SymptomEvaluator)[122] <Notice>: L2 Metrics on ifname en0: rssi: -52 (txFrames/txReTx/txFail) 0/0/0 -> (was/is) 0/0 | |
[info] [35m[iOSLog][39m [IOS_SYSLOG_ROW] Mar 11 14:14:40 BIMG-Milan-Malek-iPad97 symptomsd(SymptomEvaluator)[122] <Notice>: L2 Metrics on ifname en0: rssi: -52 (txFrames/txReTx/txFail) 0 |
This file contains 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
[info] [35m[Appium][39m Welcome to Appium v1.11.1 | |
[info] [35m[Appium][39m Appium REST http interface listener started on 0.0.0.0:4723[info] [35m[HTTP][39m [37m-->[39m [37mPOST[39m [37m/wd/hub/session[39m | |
[info] [35m[HTTP][39m [90m{"capabilities":{"firstMatch":[{"appium:showXcodeLog":"true","appium:xcodeOrgId":"7DC7W55G5S","appium:wdaLaunchTimeout":600000,"appium:automationName":"xcuitest","appium:xcodeSigningId":"iPhone Developer","appium:udid":"auto","appium:bundleId":"com.bistudio.DebuggerTest","appium:deviceName":"BIMG_Milan_Malek_iPad9.7","appium:platformVersion":"11.3","platformName":"iOS"}]},"desiredCapabilities":{"deviceName":"BIMG_Milan_Malek_iPad9.7","xcodeOrgId":"7DC7W55G5S","udid":"auto","showXcodeLog":"true","automationName":"xcuitest","wdaLaunchTimeout":600000,"xcodeSigningId":"iPhone Developer","platformVersion":"11.3","platformName":"iOS","bundleId":"com.bistudio.DebuggerTest"}}[39m | |
[debug] [35m[W3C][39m Calling AppiumDriver.createSession() with args: [{"deviceName":"BIMG_Mila |
NewerOlder