From issues-return-103634-archive-asf-public=cust-asf.ponee.io@cordova.apache.org Tue Sep 1 15:11:31 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 6482A180660 for ; Tue, 1 Sep 2020 17:11:31 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id D448D63584 for ; Tue, 1 Sep 2020 15:11:30 +0000 (UTC) Received: (qmail 62862 invoked by uid 500); 1 Sep 2020 15:11:30 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 62850 invoked by uid 99); 1 Sep 2020 15:11:30 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Sep 2020 15:11:30 +0000 From: =?utf-8?q?GitBox?= To: issues@cordova.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bcordova-plugin-screen-orientation=5D_SunboX_commen?= =?utf-8?q?ted_on_pull_request_=2374=3A_fix=28R7-9625=29=3A_fix_plugin_for_u?= =?utf-8?q?se_with_webpack_-_fixes_=2373?= Message-ID: <159897309001.32230.6771347332334214335.asfpy@gitbox.apache.org> Date: Tue, 01 Sep 2020 15:11:30 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit In-Reply-To: References: SunboX commented on pull request #74: URL: https://github.com/apache/cordova-plugin-screen-orientation/pull/74#issuecomment-684926567 there seems to be an issue in cordova-parametic: ``` --------------------------------------------------------- 4. Run (Jasmine) tests... ... locally --------------------------------------------------------- cordova-paramedic: running tests locally cordova-paramedic: Choosing Target for iOS running: cordova run --list --emulator --no-telemetry --no-update-notifier Error: Cannot read property 'trim' of undefined TypeError: Cannot read property 'trim' of undefined at Object.getSimulatorModelId (/Users/travis/.nvm/versions/node/v12.18.3/lib/node_modules/cordova-paramedic/lib/utils/utilities.js:92:9) at ParamedicTargetChooser.chooseTargetForIOS (/Users/travis/.nvm/versions/node/v12.18.3/lib/node_modules/cordova-paramedic/lib/ParamedicTargetChooser.js:136:44) at ParamedicTargetChooser.chooseTarget (/Users/travis/.nvm/versions/node/v12.18.3/lib/node_modules/cordova-paramedic/lib/ParamedicTargetChooser.js:43:30) at ParamedicRunner.getCommandForStartingTests (/Users/travis/.nvm/versions/node/v12.18.3/lib/node_modules/cordova-paramedic/lib/paramedic.js:427:80) at /Users/travis/.nvm/versions/node/v12.18.3/lib/node_modules/cordova-paramedic/lib/paramedic.js:239:30 From previous event: at ParamedicRunner.runLocalTests (/Users/travis/.nvm/versions/node/v12.18.3/lib/node_modules/cordova-paramedic/lib/paramedic.js:280:14) at ParamedicRunner.runTests (/Users/travis/.nvm/versions/node/v12.18.3/lib/node_modules/cordova-paramedic/lib/paramedic.js:376:25) at /Users/travis/.nvm/versions/node/v12.18.3/lib/node_modules/cordova-paramedic/lib/paramedic.js:93:29 From previous event: at ParamedicRunner.run (/Users/travis/.nvm/versions/node/v12.18.3/lib/node_modules/cordova-paramedic/lib/paramedic.js:79:14) at Object.exports.run (/Users/travis/.nvm/versions/node/v12.18.3/lib/node_modules/cordova-paramedic/lib/paramedic.js:502:19) at Object. (/Users/travis/.nvm/versions/node/v12.18.3/lib/node_modules/cordova-paramedic/main.js:184:15) at Module._compile (internal/modules/cjs/loader.js:1137:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10) at Module.load (internal/modules/cjs/loader.js:985:32) at Function.Module._load (internal/modules/cjs/loader.js:878:14) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) --------------------------------------------------------- 6. Collect data and clean up --------------------------------------------------------- Completed tests at 2:57:36 PM Collecting logs for the devices. It looks like there is no target to get logs from. Uninstalling the app. cordova-paramedic: Killing the emulator process. Running the following command: killall -9 "Simulator" "iOS Simulator" $ killall -9 "Simulator" "iOS Simulator" No matching processes belonging to you were found WARNING: kill command returned 1 local-server: killing local file transfer server if it's up... cordova-paramedic: Deleting the application: /var/folders/17/5mc7816d3mndxjqgplq6057w0000gn/T/tmp-3781kPQL4fLQ7gi7 /Users/travis/build/apache/cordova-plugin-screen-orientation Error: TypeError: Cannot read property 'trim' of undefined at /Users/travis/.nvm/versions/node/v12.18.3/lib/node_modules/cordova-paramedic/lib/paramedic.js:99:23 at processTicksAndRejections (internal/process/task_queues.js:79:11) From previous event: at ParamedicRunner.run (/Users/travis/.nvm/versions/node/v12.18.3/lib/node_modules/cordova-paramedic/lib/paramedic.js:96:19) at Object.exports.run (/Users/travis/.nvm/versions/node/v12.18.3/lib/node_modules/cordova-paramedic/lib/paramedic.js:502:19) at Object. (/Users/travis/.nvm/versions/node/v12.18.3/lib/node_modules/cordova-paramedic/main.js:184:15) at Module._compile (internal/modules/cjs/loader.js:1137:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10) at Module.load (internal/modules/cjs/loader.js:985:32) at Function.Module._load (internal/modules/cjs/loader.js:878:14) The command "if [[ "$ADDITIONAL_TESTS_DIR" != "" ]]; then cd $ADDITIONAL_TESTS_DIR && npm install && npm test; else $PARAMEDIC_COMMAND --config ./pr/$PLATFORM --plugin $PARAMEDIC_PLUGIN_TO_TEST --buildName $PARAMEDIC_BUILDNAME; fi" exited with 1. cache.2 store build cache ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org