Skip to content

Instantly share code, notes, and snippets.

@stbischof
Last active November 17, 2020 01:06
Show Gist options
  • Save stbischof/f0ac323dc3ffdf5eb8597a39e6059f47 to your computer and use it in GitHub Desktop.
Save stbischof/f0ac323dc3ffdf5eb8597a39e6059f47 to your computer and use it in GitHub Desktop.
[stbischof@toolbox test-root-context]$ ~/bin/mvn/apache-maven-3.6.3/bin/mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] ---------------< com.vaadin:flow-test-root-context-npm >----------------
[INFO] Building Flow root context tests in NPM dev mode 6.0-SNAPSHOT
[INFO] --------------------------------[ war ]---------------------------------
[WARNING] The POM for com.github.jknack:handlebars:jar:4.0.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO]
[INFO] --- directory-maven-plugin:0.1:highest-basedir (set-root-dir-for-clean-lifecycle) @ flow-test-root-context-npm ---
[INFO] Highest basedir set to: /var/home/stbischof/dev/git/flow
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ flow-test-root-context-npm ---
[INFO] Deleting /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target
[INFO] Deleting /var/home/stbischof/dev/git/flow/driver (includes = [package*.json, webpack*.js], excludes = [])
[INFO] Deleting /var/home/stbischof/dev/git/flow/driver_zips (includes = [], excludes = [])
[INFO] Deleting /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/error-screenshots (includes = [], excludes = [])
[INFO]
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ flow-test-root-context-npm ---
[INFO]
[INFO] --- directory-maven-plugin:0.1:highest-basedir (set-root-dir-for-common-lifecycle) @ flow-test-root-context-npm ---
[INFO] Highest basedir set to: /var/home/stbischof/dev/git/flow
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (auto-clean) @ flow-test-root-context-npm ---
[INFO] Deleting /var/home/stbischof/dev/git/flow/driver (includes = [package*.json, webpack*.js], excludes = [])
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ flow-test-root-context-npm ---
[INFO] Set 1 system property
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (check-logging-imports) @ flow-test-root-context-npm ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ flow-test-root-context-npm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ flow-test-root-context-npm ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 195 source files to /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target/classes
[INFO] /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/src/main/java/com/vaadin/flow/uitest/ui/template/PolymerModelPropertiesView.java: Some input files use or override a deprecated API.
[INFO] /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/src/main/java/com/vaadin/flow/uitest/ui/template/PolymerModelPropertiesView.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- flow-maven-plugin:6.0-SNAPSHOT:prepare-frontend (default) @ flow-test-root-context-npm ---
[WARNING]
======================================================================================================
Your installed 'node' version (8.11.1) is not supported but should still work. Supported versions are 10.0+
You can install a new one:
- by following the https://nodejs.org/en/download/ guide to install it globally
- or by running the frontend-maven-plugin goal to install it in this project:
$ mvn com.github.eirslett:frontend-maven-plugin:1.7.6:install-node-and-npm -DnodeVersion="v12.14.0"
You can disable the version check using -Dvaadin.ignoreVersionChecks=true
======================================================================================================
[INFO] Added 1 default dependencies to main package.json
[INFO] writing file /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/package.json.
[INFO] writing file /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target/flow-frontend/package.json.
[INFO] writing file /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target/flow-frontend/form/package.json.
[INFO] writing file '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target/index.html'
[INFO] writing file '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target/index.ts'
[INFO]
[INFO] --- flow-maven-plugin:6.0-SNAPSHOT:build-frontend (default) @ flow-test-root-context-npm ---
[INFO] Scanning classes to find frontend configurations and dependencies...
[INFO] Visited 3457 classes. Took 2532 ms.
[INFO] Visited 78 classes. Took 40 ms.
[INFO] writing file /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target/flow-frontend/package.json.
[INFO] writing file /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target/flow-frontend/form/package.json.
[INFO] writing file '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target/index.html'
[INFO] writing file '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target/index.ts'
[INFO] Parsing java files from [/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/src/main/java]
[INFO] There are no connect endpoints to generate.
[INFO] Added 1 dependencies to main package.json
[INFO] writing file /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/package.json.
[INFO] Running `pnpm install` to resolve and optionally download frontend dependencies. This may take a moment, please stand by...
[WARNING] Couldn't find vaadin_versions.json file to pin dependency versions. Transitive dependencies won't be pinned for pnpm.
[WARNING] Couldn't find dev dependencies file. Dev dependencies won't be locked
[INFO] installing pnpm version 4.4.0 locally
[INFO] using '/var/home/stbischof/.vaadin/node/node /var/home/stbischof/.vaadin/node_modules/pnpm/bin/pnpm.js' for frontend package installation
[INFO] Frontend dependencies resolved successfully.
[INFO] Copying frontend resources from jar files ...
[INFO] Visited 101 resources. Took 53 ms.
[INFO] Updated /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target/frontend/generated-flow-imports-fallback.js
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'AfterServerChanges.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'AttachExistingDomElementById.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'AttributeTemplate.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'BasicTypeList.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'BeanInListing.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'ChangeInjectedComponentTextView.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'ChildIdTemplate.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'ChildOrderTemplate.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'ChildTemplate.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'ClearList.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'ClearNodeChildren.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'ClientUpdateMode.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'ConvertToBean.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'DomListenerOnAttach.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'DomRepeatPolymerTemplate.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'ElementInitOrder.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'EmptyLists.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'EventHandler.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'ExceptionsDuringPropertyUpdates.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'HiddenTemplate.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'InjectScriptTagTemplate.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'InjectsJsTemplate.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'JsGrandParent.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'JsInjectedElement.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'JsInjectedGrandChild.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'JsSubTemplate.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'ListBinding.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'ListInsideListBinding.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'MixinInjectsElement.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'ModelList.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'MultiplePropsMutation.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'OneWayPolymerBinding.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'ParentIdTemplate.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'ParentTemplate.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'ParentTemplateInjectChild.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'PolymerDefaultPropertyValue.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'PolymerModelProperties.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'PolymerPropertyChange.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'PolymerPropertyMutationInObserver.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'PropertiesUpdatedBeforeChangeEvents.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'ServerModelNullList.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'ServerRequest.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'SetInitialText.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'SubPropertyModel.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'TemplateMappingDetector.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'TemplateMappingDetectorParent.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'TemplateProperties.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'TemplateWithConnectedCallbacks.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'TemplateWithInjectedId.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'TwoWayListBinding.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'TwoWayPolymerBinding.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'UpdatableModelProperties.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'UpgradeElement.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'com/vaadin/flow/uitest/ui/CustomCustomElement.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'divConnector.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'lit/AttributeLitTemplate.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'lit/SetInitialText.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'lit/simple-lit-template-no-shadow-root.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'lit/simple-lit-template-shadow-root.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: 'x-lazy-widget.js', please update your annotations.
[WARNING] Use the './' prefix for files in the '/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/frontend' folder: '/components/context-inline.js', please update your annotations.
[INFO] Updated /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target/frontend/generated-flow-imports.js
[INFO] Updated /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target/frontend/generated-flow-imports.d.ts
[INFO] Running webpack ...
ℹ 「atl」: Using typescript@4.0.3 from typescript
ℹ 「atl」: Using tsconfig.json from /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/tsconfig.json
ℹ 「atl」: Checking started in a separate process...
ℹ 「atl」: Time: 753ms
Emitted /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target/classes/META-INF/VAADIN/config/stats.json
Hash: ed2696487eb0593ee2ca
Version: webpack 4.42.0
Time: 4178ms
Built at: 2020-11-17 02:00:46
Asset Size Chunks Chunk Names
build/vaadin-1-e1abfdcd1f98ac57451a.cache.js 259 KiB 1 [emitted] [immutable]
build/vaadin-1-e1abfdcd1f98ac57451a.cache.js.gz 58.8 KiB [emitted]
build/vaadin-2-10135ff73f83ced24fd1.cache.js 33.2 KiB 2 [emitted] [immutable]
build/vaadin-2-10135ff73f83ced24fd1.cache.js.gz 7.2 KiB [emitted]
build/vaadin-3-3231b3c453d24a32fdec.cache.js 3.41 KiB 3 [emitted] [immutable]
build/vaadin-3-3231b3c453d24a32fdec.cache.js.gz 1.42 KiB [emitted]
build/vaadin-4-da4962b802c0578b53ed.cache.js 130 KiB 4 [emitted] [immutable]
build/vaadin-4-da4962b802c0578b53ed.cache.js.gz 43.7 KiB [emitted]
build/vaadin-5-a230f9345c4838b6cf1a.cache.js 309 bytes 5 [emitted] [immutable]
build/vaadin-5-a230f9345c4838b6cf1a.cache.js.gz 230 bytes [emitted]
build/vaadin-bundle-8cd74fa405c628f371ee.cache.js 30.1 KiB 0 [emitted] [immutable] bundle
build/vaadin-bundle-8cd74fa405c628f371ee.cache.js.gz 10.6 KiB [emitted]
index.html 986 bytes [emitted]
Entrypoint bundle = build/vaadin-bundle-8cd74fa405c628f371ee.cache.js
[0] ../target/index.ts + 2 modules 104 KiB {0} [built]
| ../target/index.ts 1.43 KiB [built]
| ../target/flow-frontend/Flow.ts 12.3 KiB [built]
| + 1 hidden module
[39] ../node_modules/.pnpm/registry.npmjs.org/@polymer/paper-input/3.0.2/node_modules/@polymer/paper-input/paper-input.js + 12 modules 86.7 KiB {1} [built]
| 13 modules
[44] ./dependencies/eager-module.js 81 bytes {2} [built]
[46] ./com/vaadin/flow/uitest/ui/CustomCustomElement.js 460 bytes {2} [built]
[47] ./divConnector.js 132 bytes {2} [built]
[48] ./dependencies/eager.js 533 bytes {2} [built]
[49] ./dependencies/inline.js 743 bytes {2} [built]
[50] ./dependencies/lazy.js 85 bytes {2} [built]
[51] ./in-memory-connector.js 291 bytes {2} [built]
[52] ./js-get-by-id.js 251 bytes {2} [built]
[54] ../node_modules/.pnpm/registry.npmjs.org/@polymer/paper-slider/3.0.1/node_modules/@polymer/paper-slider/paper-slider.js + 6 modules 65.8 KiB {1} [built]
| 7 modules
[55] ../target/flow-frontend/FlowBootstrap.js 7.87 KiB {3} [built]
[56] ../target/flow-frontend/FlowClient.js 143 KiB {4} [built]
[57] ../target/frontend/generated-flow-imports-fallback.js 232 bytes {5} [built]
[58] ../target/frontend/generated-flow-imports.js + 65 modules 50.1 KiB {2} [built]
| ../target/frontend/generated-flow-imports.js 4.27 KiB [built]
| ../target/flow-frontend/dndConnector-es6.js 29 bytes [built]
| ./InjectedChild.js 378 bytes [built]
| ./lit/lit-template-inner.js 233 bytes [built]
| ./lit/lit-template-outer.js 359 bytes [built]
| ./template-scalability-panel.js 542 bytes [built]
| ./template-scalability-view.js 560 bytes [built]
| ./template-without-shadow-root-view.js 651 bytes [built]
| ./AfterServerChanges.js 855 bytes [built]
| ./AttachExistingDomElementById.js 591 bytes [built]
| ./AttributeTemplate.js 649 bytes [built]
| ./BasicTypeList.js 521 bytes [built]
| ./BeanInListing.js 1.12 KiB [built]
| ./ChangeInjectedComponentTextView.js 545 bytes [built]
| ./ChildIdTemplate.js 478 bytes [built]
| + 51 hidden modules
+ 44 hidden modules
Child html-webpack-plugin for "index.html":
1 asset
Entrypoint undefined = index.html
[0] ../node_modules/.pnpm/registry.npmjs.org/html-webpack-plugin/3.2.0_webpack@4.42.0/node_modules/html-webpack-plugin/lib/loader.js!../target/index.html 1.13 KiB {0} [built]
+ 3 hidden modules
[INFO] update-frontend took 19036ms.
[INFO]
[INFO] --- bnd-maven-plugin:5.2.0:bnd-process (default) @ flow-test-root-context-npm ---
[INFO] WAB mode enabled. Bnd output will be expanded into the 'maven-war-plugin' <webappDirectory>:/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target/flow-test-root-context-npm-6.0-SNAPSHOT
[WARNING] /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/bnd.bnd [0:0]: Split package, multiple jars provide the same package:com/vaadin/flow/uitest/ui
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in [Jar:classes, Jar:flow-test-common-6.0-SNAPSHOT]
Class path [Jar:classes, Jar:flow-html-components-testbench-6.0-SNAPSHOT, Jar:vaadin-testbench-core-6.3.0, Jar:commons-codec-1.11, Jar:selenium-remote-driver-3.141.59, Jar:selenium-api-3.141.59, Jar:commons-exec-1.3, Jar:guava-25.0-jre, Jar:checker-compat-qual-2.0.0, Jar:error_prone_annotations-2.1.3, Jar:j2objc-annotations-1.1, Jar:animal-sniffer-annotations-1.14, Jar:okhttp-3.11.0, Jar:okio-1.14.0, Jar:selenium-java-3.141.59, Jar:selenium-chrome-driver-3.141.59, Jar:selenium-edge-driver-3.141.59, Jar:selenium-firefox-driver-3.141.59, Jar:selenium-ie-driver-3.141.59, Jar:selenium-opera-driver-3.141.59, Jar:selenium-safari-driver-3.141.59, Jar:selenium-support-3.141.59, Jar:javassist-3.18.1-GA, Jar:license-checker-1.0.5, Jar:gwt-elemental-2.8.2, Jar:flow-test-common-6.0-SNAPSHOT, Jar:flow-lit-template-6.0-SNAPSHOT, Jar:flow-server-6.0-SNAPSHOT, Jar:flow-push-6.0-SNAPSHOT, Jar:atmosphere-runtime-2.4.30.slf4jvaadin1, Jar:gwt-elemental-2.8.2.vaadin2, Jar:commons-fileupload-1.3.3, Jar:commons-io-2.5, Jar:ph-css-6.1.1, Jar:ph-commons-9.1.2, Jar:commons-compress-1.19, Jar:httpclient-4.5.13, Jar:httpcore-4.4.13, Jar:commons-logging-1.2, Jar:validation-api-2.0.1.Final, Jar:jackson-annotations-2.10.2, Jar:jackson-core-2.10.2, Jar:jackson-databind-2.10.2, Jar:jackson-datatype-jsr310-2.10.2, Jar:javax.annotation-api-1.3.2, Jar:javaparser-symbol-solver-core-3.15.1, Jar:javaparser-symbol-solver-logic-3.15.1, Jar:javaparser-symbol-solver-model-3.15.1, Jar:javaparser-core-3.15.1, Jar:swagger-codegen-3.0.2, Jar:swagger-models-2.0.4, Jar:swagger-parser-1.0.39, Jar:swagger-core-1.5.21, Jar:swagger-models-1.5.21, Jar:swagger-annotations-1.5.21, Jar:swagger-core-2.0.4, Jar:jaxb-api-2.3.0, Jar:jackson-dataformat-yaml-2.9.5, Jar:snakeyaml-1.18, Jar:swagger-annotations-2.0.4, Jar:swagger-parser-core-2.0.5, Jar:swagger-parser-v3-2.0.5, Jar:swagger-parser-2.0.5, Jar:swagger-parser-v2-converter-2.0.5, Jar:swagger-codegen-2.3.1, Jar:swagger-compat-spec-parser-1.0.33, Jar:json-schema-validator-2.2.8, Jar:json-schema-core-1.2.8, Jar:rhino-1.7R4, Jar:uri-template-0.9, Jar:mailapi-1.4.3, Jar:activation-1.1, Jar:joda-time-2.9.7, Jar:libphonenumber-8.0.0, Jar:jopt-simple-5.0.3, Jar:json-patch-1.6, Jar:jackson-coreutils-1.6, Jar:msg-simple-1.1, Jar:btf-1.2, Jar:jmustache-1.12, Jar:slf4j-ext-1.7.25, Jar:commons-cli-1.2, Jar:handlebars-4.0.6, Jar:commonmark-0.9.0, Jar:swagger-codegen-generators-1.0.2, Jar:slf4j-api-1.7.30, Jar:jsoup-1.12.1, Jar:flow-polymer-template-6.0-SNAPSHOT, Jar:byte-buddy-1.10.9, Jar:gentyref-1.2.0.vaadin1, Jar:commons-lang3-3.9, Jar:osgi.cmpn-7.0.0, Jar:osgi.core-7.0.0, Jar:jsr305-3.0.1, Jar:flow-html-components-6.0-SNAPSHOT, Jar:flow-data-6.0-SNAPSHOT, Jar:flow-client-6.0-SNAPSHOT, Jar:flow-dnd-6.0-SNAPSHOT, Jar:vaadin__vaadin-mobile-drag-drop-1.0.0, Jar:mobile-drag-drop-2.3.0-rc.1, Jar:slf4j-simple-1.7.30, Jar:javax.servlet-api-3.1.0]
[WARNING] /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/bnd.bnd [0:0]: Split package, multiple jars provide the same package:com/vaadin/flow/uitest/ui/dependencies
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in [Jar:classes, Jar:flow-test-common-6.0-SNAPSHOT]
Class path [Jar:classes, Jar:flow-html-components-testbench-6.0-SNAPSHOT, Jar:vaadin-testbench-core-6.3.0, Jar:commons-codec-1.11, Jar:selenium-remote-driver-3.141.59, Jar:selenium-api-3.141.59, Jar:commons-exec-1.3, Jar:guava-25.0-jre, Jar:checker-compat-qual-2.0.0, Jar:error_prone_annotations-2.1.3, Jar:j2objc-annotations-1.1, Jar:animal-sniffer-annotations-1.14, Jar:okhttp-3.11.0, Jar:okio-1.14.0, Jar:selenium-java-3.141.59, Jar:selenium-chrome-driver-3.141.59, Jar:selenium-edge-driver-3.141.59, Jar:selenium-firefox-driver-3.141.59, Jar:selenium-ie-driver-3.141.59, Jar:selenium-opera-driver-3.141.59, Jar:selenium-safari-driver-3.141.59, Jar:selenium-support-3.141.59, Jar:javassist-3.18.1-GA, Jar:license-checker-1.0.5, Jar:gwt-elemental-2.8.2, Jar:flow-test-common-6.0-SNAPSHOT, Jar:flow-lit-template-6.0-SNAPSHOT, Jar:flow-server-6.0-SNAPSHOT, Jar:flow-push-6.0-SNAPSHOT, Jar:atmosphere-runtime-2.4.30.slf4jvaadin1, Jar:gwt-elemental-2.8.2.vaadin2, Jar:commons-fileupload-1.3.3, Jar:commons-io-2.5, Jar:ph-css-6.1.1, Jar:ph-commons-9.1.2, Jar:commons-compress-1.19, Jar:httpclient-4.5.13, Jar:httpcore-4.4.13, Jar:commons-logging-1.2, Jar:validation-api-2.0.1.Final, Jar:jackson-annotations-2.10.2, Jar:jackson-core-2.10.2, Jar:jackson-databind-2.10.2, Jar:jackson-datatype-jsr310-2.10.2, Jar:javax.annotation-api-1.3.2, Jar:javaparser-symbol-solver-core-3.15.1, Jar:javaparser-symbol-solver-logic-3.15.1, Jar:javaparser-symbol-solver-model-3.15.1, Jar:javaparser-core-3.15.1, Jar:swagger-codegen-3.0.2, Jar:swagger-models-2.0.4, Jar:swagger-parser-1.0.39, Jar:swagger-core-1.5.21, Jar:swagger-models-1.5.21, Jar:swagger-annotations-1.5.21, Jar:swagger-core-2.0.4, Jar:jaxb-api-2.3.0, Jar:jackson-dataformat-yaml-2.9.5, Jar:snakeyaml-1.18, Jar:swagger-annotations-2.0.4, Jar:swagger-parser-core-2.0.5, Jar:swagger-parser-v3-2.0.5, Jar:swagger-parser-2.0.5, Jar:swagger-parser-v2-converter-2.0.5, Jar:swagger-codegen-2.3.1, Jar:swagger-compat-spec-parser-1.0.33, Jar:json-schema-validator-2.2.8, Jar:json-schema-core-1.2.8, Jar:rhino-1.7R4, Jar:uri-template-0.9, Jar:mailapi-1.4.3, Jar:activation-1.1, Jar:joda-time-2.9.7, Jar:libphonenumber-8.0.0, Jar:jopt-simple-5.0.3, Jar:json-patch-1.6, Jar:jackson-coreutils-1.6, Jar:msg-simple-1.1, Jar:btf-1.2, Jar:jmustache-1.12, Jar:slf4j-ext-1.7.25, Jar:commons-cli-1.2, Jar:handlebars-4.0.6, Jar:commonmark-0.9.0, Jar:swagger-codegen-generators-1.0.2, Jar:slf4j-api-1.7.30, Jar:jsoup-1.12.1, Jar:flow-polymer-template-6.0-SNAPSHOT, Jar:byte-buddy-1.10.9, Jar:gentyref-1.2.0.vaadin1, Jar:commons-lang3-3.9, Jar:osgi.cmpn-7.0.0, Jar:osgi.core-7.0.0, Jar:jsr305-3.0.1, Jar:flow-html-components-6.0-SNAPSHOT, Jar:flow-data-6.0-SNAPSHOT, Jar:flow-client-6.0-SNAPSHOT, Jar:flow-dnd-6.0-SNAPSHOT, Jar:vaadin__vaadin-mobile-drag-drop-1.0.0, Jar:mobile-drag-drop-2.3.0-rc.1, Jar:slf4j-simple-1.7.30, Jar:javax.servlet-api-3.1.0]
[WARNING] /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/bnd.bnd [0:0]: Unused Import-Package instructions: [com.vaadin.flow.uitest.servlet*]
[WARNING] /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/bnd.bnd [0:0]: Export com.vaadin.flow.uitest.servlet, has 4, private references [com.vaadin.flow.component, com.vaadin.flow.component.html, com.vaadin.flow.router, com.vaadin.flow.server]
[WARNING] /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/bnd.bnd [0:0]: Export com.vaadin.flow.uitest.ui, has 11, private references [com.vaadin.flow.component, com.vaadin.flow.component.dependency, com.vaadin.flow.component.dnd, com.vaadin.flow.component.html, com.vaadin.flow.component.page, com.vaadin.flow.dom, com.vaadin.flow.i18n, com.vaadin.flow.router, com.vaadin.flow.server, com.vaadin.flow.shared, com.vaadin.flow.shared.ui]
[WARNING] /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/bnd.bnd [0:0]: Export com.vaadin.flow.uitest.ui.dependencies, has 5, private references [com.vaadin.flow.component, com.vaadin.flow.component.dependency, com.vaadin.flow.component.html, com.vaadin.flow.router, com.vaadin.flow.shared.ui]
[WARNING] /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/bnd.bnd [0:0]: Export com.vaadin.flow.uitest.ui.frontend, has 4, private references [com.vaadin.flow.component, com.vaadin.flow.component.dependency, com.vaadin.flow.component.html, com.vaadin.flow.router]
[WARNING] /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/bnd.bnd [0:0]: Export com.vaadin.flow.uitest.ui.littemplate, has 6, private references [com.vaadin.flow.component, com.vaadin.flow.component.dependency, com.vaadin.flow.component.html, com.vaadin.flow.component.littemplate, com.vaadin.flow.component.template, com.vaadin.flow.router]
[WARNING] /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/bnd.bnd [0:0]: Export com.vaadin.flow.uitest.ui.routing, has 4, private references [com.vaadin.flow.component, com.vaadin.flow.component.html, com.vaadin.flow.component.page, com.vaadin.flow.router]
[WARNING] /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/bnd.bnd [0:0]: Export com.vaadin.flow.uitest.ui.scroll, has 5, private references [com.vaadin.flow.component, com.vaadin.flow.component.dependency, com.vaadin.flow.component.polymertemplate, com.vaadin.flow.router, com.vaadin.flow.templatemodel]
[WARNING] /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/bnd.bnd [0:0]: Export com.vaadin.flow.uitest.ui.template, has 6, private references [com.vaadin.flow.component, com.vaadin.flow.component.dependency, com.vaadin.flow.component.html, com.vaadin.flow.component.polymertemplate, com.vaadin.flow.router, com.vaadin.flow.templatemodel]
[WARNING] /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/bnd.bnd [0:0]: Export com.vaadin.flow.uitest.ui.template.collections, has 5, private references [com.vaadin.flow.component, com.vaadin.flow.component.dependency, com.vaadin.flow.component.polymertemplate, com.vaadin.flow.router, com.vaadin.flow.templatemodel]
[WARNING] /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/bnd.bnd [0:0]: Export com.vaadin.flow.uitest.ui.template.imports, has 5, private references [com.vaadin.flow.component, com.vaadin.flow.component.dependency, com.vaadin.flow.component.polymertemplate, com.vaadin.flow.router, com.vaadin.flow.templatemodel]
[WARNING] /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/bnd.bnd [0:0]: Export com.vaadin.flow.uitest.ui.webcomponent, has 5, private references [com.vaadin.flow.component, com.vaadin.flow.component.dependency, com.vaadin.flow.component.html, com.vaadin.flow.router, com.vaadin.flow.shared]
[WARNING] /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/bnd.bnd [0:0]: Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info}
[WARNING] /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/bnd.bnd [0:0]: Classes found in the wrong directory: {META-INF/versions/9/javax/xml/bind/ModuleUtil.class=javax.xml.bind.ModuleUtil}
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ flow-test-root-context-npm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ flow-test-root-context-npm ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 177 source files to /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target/test-classes
[INFO] /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/template/ClearNodeChildrenIT.java: Some input files use or override a deprecated API.
[INFO] /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/template/ClearNodeChildrenIT.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ flow-test-root-context-npm ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.vaadin.flow.StatsContentTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 s - in com.vaadin.flow.StatsContentTest
[INFO] Running com.vaadin.flow.ui.SerializationTest
[main] INFO com.vaadin.flow.uitest.servlet.ViewClassLocator - Found 0 views
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 s - in com.vaadin.flow.ui.SerializationTest
[INFO] Running com.vaadin.flow.ui.ToStringTest
[main] INFO com.vaadin.flow.uitest.servlet.ViewClassLocator - Found 0 views
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s - in com.vaadin.flow.ui.ToStringTest
[INFO] Running com.vaadin.flow.AssertionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in com.vaadin.flow.AssertionTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-war-plugin:3.1.0:war (default-war) @ flow-test-root-context-npm ---
[INFO] Packaging webapp
[INFO] Assembling webapp [flow-test-root-context-npm] in [/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target/flow-test-root-context-npm-6.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/var/home/stbischof/dev/git/flow/flow-tests/test-root-context/src/main/webapp]
[INFO] Webapp assembled in [146 msecs]
[INFO] Building war: /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target/flow-test-root-context-npm-6.0-SNAPSHOT.war
[INFO]
[INFO] --- maven-jar-plugin:3.1.2:test-jar (ui-tests) @ flow-test-root-context-npm ---
[INFO] Building jar: /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target/flow-test-root-context-npm-6.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-jar-plugin:3.1.2:jar (ui) @ flow-test-root-context-npm ---
[INFO] Building jar: /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target/flow-test-root-context-npm-6.0-SNAPSHOT-ui.jar
[INFO]
[INFO] --- maven-antrun-plugin:1.8:run (delete-lib-folder) @ flow-test-root-context-npm ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks
main:
[INFO] Executed tasks
[INFO]
[INFO] >>> jetty-maven-plugin:9.4.27.v20200227:start (start-jetty) > validate @ flow-test-root-context-npm >>>
[INFO]
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ flow-test-root-context-npm ---
[INFO]
[INFO] <<< jetty-maven-plugin:9.4.27.v20200227:start (start-jetty) < validate @ flow-test-root-context-npm <<<
[INFO]
[INFO]
[INFO] --- jetty-maven-plugin:9.4.27.v20200227:start (start-jetty) @ flow-test-root-context-npm ---
[INFO] Logging initialized @38918ms to org.eclipse.jetty.util.log.Slf4jLog
[INFO] webAppSourceDirectory not set. Trying src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] nonBlocking:true
[INFO] Classes = /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target/classes
[INFO] Configuring Jetty for project: Flow root context tests in NPM dev mode
[INFO] Context path = /
[INFO] Tmp directory = /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides = none
[INFO] web.xml file = null
[INFO] Webapp directory = /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/src/main/webapp
[INFO] jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.9+11
[WARNING] elemental.json.Json scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/Json.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/Json.class
[WARNING] elemental.json.JsonArray scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/JsonArray.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/JsonArray.class
[WARNING] elemental.json.JsonBoolean scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/JsonBoolean.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/JsonBoolean.class
[WARNING] elemental.json.JsonException scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/JsonException.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/JsonException.class
[WARNING] elemental.json.JsonFactory scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/JsonFactory.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/JsonFactory.class
[WARNING] elemental.json.JsonNull scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/JsonNull.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/JsonNull.class
[WARNING] elemental.json.JsonNumber scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/JsonNumber.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/JsonNumber.class
[WARNING] elemental.json.JsonObject scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/JsonObject.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/JsonObject.class
[WARNING] elemental.json.JsonString scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/JsonString.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/JsonString.class
[WARNING] elemental.json.JsonType scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/JsonType.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/JsonType.class
[WARNING] elemental.json.JsonValue scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/JsonValue.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/JsonValue.class
[WARNING] elemental.json.impl.JreJsonArray scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/impl/JreJsonArray.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/impl/JreJsonArray.class
[WARNING] elemental.json.impl.JreJsonBoolean scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/impl/JreJsonBoolean.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/impl/JreJsonBoolean.class
[WARNING] elemental.json.impl.JreJsonFactory scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/impl/JreJsonFactory.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/impl/JreJsonFactory.class
[WARNING] elemental.json.impl.JreJsonNull scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/impl/JreJsonNull.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/impl/JreJsonNull.class
[WARNING] elemental.json.impl.JreJsonNumber scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/impl/JreJsonNumber.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/impl/JreJsonNumber.class
[WARNING] elemental.json.impl.JreJsonObject scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/impl/JreJsonObject.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/impl/JreJsonObject.class
[WARNING] elemental.json.impl.JreJsonString scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/impl/JreJsonString.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/impl/JreJsonString.class
[WARNING] elemental.json.impl.JreJsonValue scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/impl/JreJsonValue.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/impl/JreJsonValue.class
[WARNING] elemental.json.impl.JsonArrayContext scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/impl/JsonArrayContext.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/impl/JsonArrayContext.class
[WARNING] elemental.json.impl.JsonContext scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/impl/JsonContext.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/impl/JsonContext.class
[WARNING] elemental.json.impl.JsonObjectContext scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/impl/JsonObjectContext.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/impl/JsonObjectContext.class
[WARNING] elemental.json.impl.JsonTokenizer scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/impl/JsonTokenizer.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/impl/JsonTokenizer.class
[WARNING] elemental.json.impl.JsonUtil$StringifyJsonVisitor scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/impl/JsonUtil$StringifyJsonVisitor.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/impl/JsonUtil$StringifyJsonVisitor.class
[WARNING] elemental.json.impl.JsonUtil scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/impl/JsonUtil.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/impl/JsonUtil.class
[WARNING] elemental.json.impl.JsonVisitor$ImmutableJsonContext scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/impl/JsonVisitor$ImmutableJsonContext.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/impl/JsonVisitor$ImmutableJsonContext.class
[WARNING] elemental.json.impl.JsonVisitor scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/json/impl/JsonVisitor.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/json/impl/JsonVisitor.class
[WARNING] elemental.util.ArrayOf scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/util/ArrayOf.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/util/ArrayOf.class
[WARNING] elemental.util.ArrayOfBoolean scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/util/ArrayOfBoolean.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/util/ArrayOfBoolean.class
[WARNING] elemental.util.ArrayOfInt scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/util/ArrayOfInt.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/util/ArrayOfInt.class
[WARNING] elemental.util.ArrayOfNumber scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/util/ArrayOfNumber.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/util/ArrayOfNumber.class
[WARNING] elemental.util.ArrayOfString scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/util/ArrayOfString.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/util/ArrayOfString.class
[WARNING] elemental.util.CanCompare scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/util/CanCompare.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/util/CanCompare.class
[WARNING] elemental.util.CanCompareInt scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/util/CanCompareInt.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/util/CanCompareInt.class
[WARNING] elemental.util.CanCompareNumber scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/util/CanCompareNumber.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/util/CanCompareNumber.class
[WARNING] elemental.util.CanCompareString scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/util/CanCompareString.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/util/CanCompareString.class
[WARNING] elemental.util.MapFromIntTo scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/util/MapFromIntTo.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/util/MapFromIntTo.class
[WARNING] elemental.util.MapFromIntToString scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/util/MapFromIntToString.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/util/MapFromIntToString.class
[WARNING] elemental.util.MapFromStringTo scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/util/MapFromStringTo.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/util/MapFromStringTo.class
[WARNING] elemental.util.MapFromStringToBoolean scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/util/MapFromStringToBoolean.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/util/MapFromStringToBoolean.class
[WARNING] elemental.util.MapFromStringToInt scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/util/MapFromStringToInt.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/util/MapFromStringToInt.class
[WARNING] elemental.util.MapFromStringToNumber scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/util/MapFromStringToNumber.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/util/MapFromStringToNumber.class
[WARNING] elemental.util.MapFromStringToString scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/util/MapFromStringToString.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/util/MapFromStringToString.class
[WARNING] elemental.util.Mappable scanned from multiple locations: jar:file:///var/home/stbischof/.m2/repository/com/vaadin/external/gwt/gwt-elemental/2.8.2.vaadin2/gwt-elemental-2.8.2.vaadin2.jar!/elemental/util/Mappable.class, jar:file:///var/home/stbischof/.m2/repository/com/google/gwt/gwt-elemental/2.8.2/gwt-elemental-2.8.2.jar!/elemental/util/Mappable.class
[INFO] Scanning elapsed time=532ms
[INFO] Initializing AtmosphereFramework
[main] ERROR com.vaadin.flow.server.startup.VaadinAppShellInitializer -
Found app shell configuration annotations in non `AppShellConfigurator` classes.
Please create a custom class implementing `AppShellConfigurator` and move the following annotations to it:
- @Push from com.vaadin.flow.uitest.ui.routing.PushRouteWildcardParameterView
- @Push from com.vaadin.flow.uitest.ui.routing.PushLayout
- @Push from com.vaadin.flow.uitest.ui.TrackMessageSizeView
- @Push from com.vaadin.flow.uitest.ui.PushWithPreserveOnRefreshView
- @Push from com.vaadin.flow.uitest.ui.LongPollingPushView
- @Push from com.vaadin.flow.uitest.ui.PushSettingsView
- @Push from com.vaadin.flow.uitest.ui.RefreshCloseConnectionView
- @Push from com.vaadin.flow.uitest.ui.SessionCloseLogoutView
- @Push from com.vaadin.flow.uitest.ui.PushLongPollingUpdateDivView
- @Push from com.vaadin.flow.uitest.ui.PushWSUpdateDivView
- @Push from com.vaadin.flow.uitest.ui.LongPollingMultipleThreadsView
[INFO] DefaultSessionIdManager workerName=node0
[INFO] No SessionScavenger set, using defaults
[INFO] node0 Scavenging every 600000ms
[main] INFO com.vaadin.flow.server.startup.ServletDeployer - Skipping automatic servlet registration because there is already a Vaadin servlet with the name com.vaadin.flow.uitest.servlet.ProductionModeViewTestServlet
Vaadin application has been deployed and started.
[INFO] Started o.e.j.m.p.JettyWebAppContext@21632526{/,[file:///var/home/stbischof/dev/git/flow/flow-tests/test-root-context/src/main/webapp/, jar:file:///var/home/stbischof/.m2/repository/com/vaadin/flow-client/6.0-SNAPSHOT/flow-client-6.0-SNAPSHOT.jar!/META-INF/resources, jar:file:///var/home/stbischof/.m2/repository/com/vaadin/flow-push/6.0-SNAPSHOT/flow-push-6.0-SNAPSHOT.jar!/META-INF/resources, jar:file:///var/home/stbischof/.m2/repository/com/vaadin/flow-dnd/6.0-SNAPSHOT/flow-dnd-6.0-SNAPSHOT.jar!/META-INF/resources, jar:file:///var/home/stbischof/.m2/repository/com/vaadin/flow-server/6.0-SNAPSHOT/flow-server-6.0-SNAPSHOT.jar!/META-INF/resources, jar:file:///var/home/stbischof/.m2/repository/com/vaadin/flow-data/6.0-SNAPSHOT/flow-data-6.0-SNAPSHOT.jar!/META-INF/resources, jar:file:///var/home/stbischof/.m2/repository/org/webjars/npm/mobile-drag-drop/2.3.0-rc.1/mobile-drag-drop-2.3.0-rc.1.jar!/META-INF/resources, jar:file:///var/home/stbischof/.m2/repository/org/webjars/npm/vaadin__vaadin-mobile-drag-drop/1.0.0/vaadin__vaadin-mobile-drag-drop-1.0.0.jar!/META-INF/resources],AVAILABLE}{file:///var/home/stbischof/dev/git/flow/flow-tests/test-root-context/src/main/webapp/}
[INFO] Started ServerConnector@7bdbc503{HTTP/1.1, (http/1.1)}{0.0.0.0:8888}
[INFO] Started @40501ms
[INFO] Started Jetty Server
[INFO]
[INFO] --- driver-binary-downloader-maven-plugin:1.0.17:selenium (default) @ flow-test-root-context-npm ---
[WARNING] The POM for com.sun.xml.bind:jaxb-core:jar:2.2.11 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for com.sun.xml.bind:jaxb-impl:jar:2.2.11 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO]
[INFO] --------------------------------------------------------
[INFO] DOWNLOADING SELENIUM STAND-ALONE EXECUTABLE BINARIES...
[INFO] --------------------------------------------------------
[INFO]
[INFO] Repository map 'file:/var/home/stbischof/dev/git/flow/drivers.xml' is valid
[INFO]
[INFO] Only get drivers for current Operating System: true
[INFO] Getting drivers for current operating system only.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector (file:/var/home/stbischof/.m2/repository/com/sun/xml/bind/jaxb-impl/2.2.11/jaxb-impl-2.2.11.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
WARNING: Please consider reporting this to the maintainers of com.sun.xml.bind.v2.runtime.reflect.opt.Injector
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Archives will be downloaded to '/var/home/stbischof/dev/git/flow/driver_zips'
[INFO] Standalone executable files will be extracted to '/var/home/stbischof/dev/git/flow/driver'
[INFO]
[INFO] Preparing to download Selenium Standalone Executable Binaries...
[INFO] Downloading 'chromedriver_linux64.zip'...
[INFO] Archive file 'chromedriver_linux64.zip' is valid : true
[INFO] Binary 'chromedriver' exists: true
[INFO] Using existing 'chromedriver 'binary.
[INFO] Setting maven property - ${webdriver.chrome.driver} = /var/home/stbischof/dev/git/flow/driver/linux/googlechrome/64bit/chromedriver
[INFO]
[INFO] --------------------------------------------------------
[INFO] SELENIUM STAND-ALONE EXECUTABLE DOWNLOADS COMPLETE
[INFO] --------------------------------------------------------
[INFO]
[INFO]
[INFO] --- maven-failsafe-plugin:2.22.0:integration-test (default) @ flow-test-root-context-npm ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[qtp1467347285-86] WARN com.vaadin.flow.server.DefaultDeploymentConfiguration - Following issues were discovered with deployment configuration:
WARNING: Vaadin is running in DEBUG MODE with debug features enabled, but with a prebuild frontend bundle (production ready).
When deploying application for production, disable debug features by enabling production mode!
See more from https://vaadin.com/docs/v14/flow/production/tutorial-production-mode-basic.html
Using Vaadin 15+ bootstrap mode.
'index.html' is not found from './frontend/index.html'.
Generating a default one in 'target/index.html'. Move it to the './frontend' folder if you want to customize it.
'index.ts' is not found from './frontend/index.ts'.
Generating a default one in 'target/index.ts'. Move it to the './frontend' folder if you want to customize it.
[qtp1467347285-86] INFO com.vaadin.flow.uitest.servlet.ViewClassLocator - Found 183 views
[INFO] Running com.vaadin.flow.uitest.ui.JavaScriptReturnValueIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 13870
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:10 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-14] ERROR com.vaadin.flow.uitest.ui.JavaScriptReturnValueIT -
>>> JavaScriptReturnValueIT has ignored tests for client-side mode, please investigate and fix them
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.207 s - in com.vaadin.flow.uitest.ui.JavaScriptReturnValueIT
[INFO] Running com.vaadin.flow.uitest.ui.LongPollingPushIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 16634
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:11 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.038 s - in com.vaadin.flow.uitest.ui.LongPollingPushIT
[qtp1467347285-86] ERROR com.vaadin.flow.server.DefaultErrorHandler -
java.lang.RuntimeException: java.lang.IllegalArgumentException: Unable to create an instance of 'com.vaadin.flow.uitest.ui.routing.ISETargetView'. The constructor threw an exception.
at com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandler.invokeMethod(PublishedServerEventHandlerRpcHandler.java:212)
at com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandler.invokeMethod(PublishedServerEventHandlerRpcHandler.java:182)
at com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandler.invokeMethod(PublishedServerEventHandlerRpcHandler.java:135)
at com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandler.handleNode(PublishedServerEventHandlerRpcHandler.java:123)
at com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandler.handle(AbstractRpcInvocationHandler.java:64)
at com.vaadin.flow.server.communication.ServerRpcHandler.handleInvocationData(ServerRpcHandler.java:409)
at com.vaadin.flow.server.communication.ServerRpcHandler.lambda$handleInvocations$1(ServerRpcHandler.java:390)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at com.vaadin.flow.server.communication.ServerRpcHandler.handleInvocations(ServerRpcHandler.java:390)
at com.vaadin.flow.server.communication.ServerRpcHandler.handleRpc(ServerRpcHandler.java:317)
at com.vaadin.flow.server.communication.UidlRequestHandler.synchronizedHandleRequest(UidlRequestHandler.java:114)
at com.vaadin.flow.server.SynchronizedRequestHandler.handleRequest(SynchronizedRequestHandler.java:40)
at com.vaadin.flow.server.VaadinService.handleRequest(VaadinService.java:1562)
at com.vaadin.flow.server.VaadinServlet.service(VaadinServlet.java:244)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:755)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1617)
at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:226)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:590)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:221)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.Server.handle(Server.java:500)
at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.IllegalArgumentException: Unable to create an instance of 'com.vaadin.flow.uitest.ui.routing.ISETargetView'. The constructor threw an exception.
at com.vaadin.flow.internal.ReflectTools.createProxyInstance(ReflectTools.java:514)
at com.vaadin.flow.internal.ReflectTools.createInstance(ReflectTools.java:451)
at com.vaadin.flow.di.DefaultInstantiator.create(DefaultInstantiator.java:139)
at com.vaadin.flow.di.DefaultInstantiator.getOrCreate(DefaultInstantiator.java:68)
at com.vaadin.flow.di.Instantiator.createRouteTarget(Instantiator.java:193)
at com.vaadin.flow.router.internal.AbstractNavigationStateRenderer.lambda$getRouteTarget$1(AbstractNavigationStateRenderer.java:133)
at java.base/java.util.Optional.orElseGet(Optional.java:369)
at com.vaadin.flow.router.internal.AbstractNavigationStateRenderer.getRouteTarget(AbstractNavigationStateRenderer.java:132)
at com.vaadin.flow.router.internal.AbstractNavigationStateRenderer.sendBeforeEnterEventAndPopulateChain(AbstractNavigationStateRenderer.java:485)
at com.vaadin.flow.router.internal.AbstractNavigationStateRenderer.createChainIfEmptyAndExecuteBeforeEnterNavigation(AbstractNavigationStateRenderer.java:466)
at com.vaadin.flow.router.internal.AbstractNavigationStateRenderer.handle(AbstractNavigationStateRenderer.java:204)
at com.vaadin.flow.router.internal.AbstractNavigationStateRenderer.forward(AbstractNavigationStateRenderer.java:697)
at com.vaadin.flow.router.internal.AbstractNavigationStateRenderer.handleTriggeredBeforeEvent(AbstractNavigationStateRenderer.java:666)
at com.vaadin.flow.router.internal.AbstractNavigationStateRenderer.sendBeforeEnterEvent(AbstractNavigationStateRenderer.java:608)
at com.vaadin.flow.router.internal.AbstractNavigationStateRenderer.sendBeforeEnterEvent(AbstractNavigationStateRenderer.java:583)
at com.vaadin.flow.router.internal.AbstractNavigationStateRenderer.sendBeforeEnterEventAndPopulateChain(AbstractNavigationStateRenderer.java:494)
at com.vaadin.flow.router.internal.AbstractNavigationStateRenderer.createChainIfEmptyAndExecuteBeforeEnterNavigation(AbstractNavigationStateRenderer.java:466)
at com.vaadin.flow.router.internal.AbstractNavigationStateRenderer.handle(AbstractNavigationStateRenderer.java:204)
at com.vaadin.flow.router.internal.ErrorStateRenderer.handle(ErrorStateRenderer.java:103)
at com.vaadin.flow.component.internal.JavaScriptBootstrapUI.handleExceptionNavigation(JavaScriptBootstrapUI.java:323)
at com.vaadin.flow.component.internal.JavaScriptBootstrapUI.handleNavigation(JavaScriptBootstrapUI.java:298)
at com.vaadin.flow.component.internal.JavaScriptBootstrapUI.renderViewForRoute(JavaScriptBootstrapUI.java:255)
at com.vaadin.flow.component.internal.JavaScriptBootstrapUI.connectClient(JavaScriptBootstrapUI.java:129)
at jdk.internal.reflect.GeneratedMethodAccessor43.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandler.invokeMethod(PublishedServerEventHandlerRpcHandler.java:205)
... 51 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
at com.vaadin.flow.internal.ReflectTools.createProxyInstance(ReflectTools.java:483)
... 77 more
Caused by: java.lang.IllegalStateException
at com.vaadin.flow.uitest.ui.routing.ISETargetView.<init>(ISETargetView.java:25)
... 82 more
[INFO] Running com.vaadin.flow.uitest.ui.PlainScriptViaJavaScriptIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 21556
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:11 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.996 s - in com.vaadin.flow.uitest.ui.PlainScriptViaJavaScriptIT
[INFO] Running com.vaadin.flow.uitest.ui.HistoryIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 6135
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:12 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-3] ERROR com.vaadin.flow.uitest.ui.HistoryIT -
>>> HistoryIT has ignored tests for client-side mode, please fix it. issue: https://github.com/vaadin/flow/issues/7572
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.957 s - in com.vaadin.flow.uitest.ui.HistoryIT
[INFO] Running com.vaadin.flow.uitest.ui.PushWithPreserveOnRefreshIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 11157
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:06 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.246 s - in com.vaadin.flow.uitest.ui.PushWithPreserveOnRefreshIT
[INFO] Running com.vaadin.flow.uitest.ui.routing.PushRouteNotFoundIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 2162
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:13 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-5] ERROR com.vaadin.flow.uitest.ui.routing.PushRouteNotFoundIT -
>>> PushRouteNotFoundIT has ignored tests for client-side mode, please fix it. issue: https://github.com/vaadin/flow/issues/7578
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 20213
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:13 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.083 s - in com.vaadin.flow.uitest.ui.routing.PushRouteNotFoundIT
[INFO] Running com.vaadin.flow.InitialExtendedClientDetailsIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 28772
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:06 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.165 s - in com.vaadin.flow.InitialExtendedClientDetailsIT
[INFO] Running com.vaadin.flow.uitest.ui.routing.PushRouteWildcardParameterIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 6559
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:12 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.634 s - in com.vaadin.flow.uitest.ui.routing.PushRouteWildcardParameterIT
[INFO] Running com.vaadin.flow.uitest.ui.ScriptInjectIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 17771
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:06 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.394 s - in com.vaadin.flow.uitest.ui.ScriptInjectIT
[INFO] Running com.vaadin.flow.uitest.ui.ElementStyleIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 31686
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:15 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.622 s - in com.vaadin.flow.uitest.ui.ElementStyleIT
[INFO] Running com.vaadin.flow.uitest.ui.PageIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 21848
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:15 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 2723
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:16 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 18939
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:16 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 18204
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:15 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 26162
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:16 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-7] ERROR com.vaadin.flow.uitest.ui.PageIT -
>>> PageIT has ignored tests for client-side mode, please fix it. issue: https://github.com/vaadin/flow/issues/7575
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 30654
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:16 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-1] ERROR com.vaadin.flow.uitest.ui.PageIT -
>>> PageIT has ignored tests for client-side mode, please fix it. issue: https://github.com/vaadin/flow/issues/7575
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 12450
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:15 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-10] ERROR com.vaadin.flow.uitest.ui.PageIT -
>>> PageIT has ignored tests for client-side mode, please fix it. issue: https://github.com/vaadin/flow/issues/7575
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.551 s - in com.vaadin.flow.uitest.ui.PageIT
[INFO] Running com.vaadin.flow.VerifyBrowserVersionIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 24241
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:06 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.999 s - in com.vaadin.flow.VerifyBrowserVersionIT
[INFO] Running com.vaadin.flow.uitest.ui.RefreshCloseConnectionIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 6560
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:14 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-16] ERROR com.vaadin.flow.uitest.ui.RefreshCloseConnectionIT -
>>> RefreshCloseConnectionIT has ignored tests for client-side mode, please fix it. issue: https://github.com/vaadin/flow/issues/7587
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.206 s - in com.vaadin.flow.uitest.ui.RefreshCloseConnectionIT
[INFO] Running com.vaadin.flow.uitest.ui.DevModeConfigIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 6391
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:21 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.323 s - in com.vaadin.flow.uitest.ui.DevModeConfigIT
[INFO] Running com.vaadin.flow.uitest.ui.SerializeUIIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 20365
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:21 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.414 s - in com.vaadin.flow.uitest.ui.SerializeUIIT
[INFO] Running com.vaadin.flow.uitest.ui.DebounceSynchronizePropertyIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 2982
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:18 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 27011
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:18 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 8834
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:18 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 6.599 s - in com.vaadin.flow.uitest.ui.DebounceSynchronizePropertyIT
[INFO] Running com.vaadin.flow.uitest.ui.NavigationTriggerIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 14956
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:21 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-6] ERROR com.vaadin.flow.uitest.ui.NavigationTriggerIT -
>>> NavigationTriggerIT has ignored tests for client-side mode, please fix it. issue: https://github.com/vaadin/flow/issues/7572
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.564 s - in com.vaadin.flow.uitest.ui.NavigationTriggerIT
[INFO] Running com.vaadin.flow.uitest.ui.RequestParametersIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 7487
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:24 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 21560
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:24 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.301 s - in com.vaadin.flow.uitest.ui.RequestParametersIT
[INFO] Running com.vaadin.flow.uitest.ui.DomListenerOnAttachIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 29870
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:19 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.985 s - in com.vaadin.flow.uitest.ui.DomListenerOnAttachIT
[INFO] Running com.vaadin.flow.uitest.ui.TimingInfoReportedIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 4535
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:16 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.241 s - in com.vaadin.flow.uitest.ui.TimingInfoReportedIT
[INFO] Running com.vaadin.flow.uitest.ui.webcomponent.PaperSliderIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 7002
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:26 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-15] ERROR com.vaadin.flow.uitest.ui.webcomponent.PaperSliderIT -
>>> PaperSliderIT has ignored tests for client-side mode, please investigate and fix them
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.211 s - in com.vaadin.flow.uitest.ui.webcomponent.PaperSliderIT
[INFO] Running com.vaadin.flow.uitest.ui.DirectionChangeIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 8729
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:26 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 23722
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:26 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.403 s - in com.vaadin.flow.uitest.ui.DirectionChangeIT
[INFO] Running com.vaadin.flow.uitest.ui.CallFunctionBeforeRemoveIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 11705
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:27 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.344 s - in com.vaadin.flow.uitest.ui.CallFunctionBeforeRemoveIT
[INFO] Running com.vaadin.flow.uitest.ui.BrowserWindowResizeIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 30150
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:24 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-14] ERROR com.vaadin.flow.uitest.ui.BrowserWindowResizeIT -
>>> BrowserWindowResizeIT has ignored tests for client-side mode, please investigate and fix them
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.098 s - in com.vaadin.flow.uitest.ui.BrowserWindowResizeIT
[INFO] Running com.vaadin.flow.uitest.ui.KeyboardEventIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 15395
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:26 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 16116
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:26 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.999 s - in com.vaadin.flow.uitest.ui.KeyboardEventIT
[INFO] Running com.vaadin.flow.uitest.ui.PushLongPollingUpdateDivIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 26502
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:09 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.675 s - in com.vaadin.flow.uitest.ui.PushLongPollingUpdateDivIT
[INFO] Running com.vaadin.flow.uitest.ui.WebComponentsIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 27318
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:28 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.385 s - in com.vaadin.flow.uitest.ui.WebComponentsIT
[INFO] Running com.vaadin.flow.uitest.ui.webcomponent.PaperInputIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 19142
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:24 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.369 s - in com.vaadin.flow.uitest.ui.webcomponent.PaperInputIT
[qtp1467347285-86] ERROR com.vaadin.flow.server.DefaultErrorHandler -
java.lang.IllegalStateException: Oops we cannot generate the stream
at com.vaadin.flow.uitest.ui.ExceptionInStreamResourceView.lambda$new$713e5d3a$1(ExceptionInStreamResourceView.java:29)
at com.vaadin.flow.server.StreamResource$Pipe.createInputStream(StreamResource.java:84)
at com.vaadin.flow.server.StreamResource$Pipe.accept(StreamResource.java:76)
at com.vaadin.flow.server.communication.StreamResourceHandler.handleRequest(StreamResourceHandler.java:87)
at com.vaadin.flow.server.communication.StreamRequestHandler.handleRequest(StreamRequestHandler.java:104)
at com.vaadin.flow.server.VaadinService.handleRequest(VaadinService.java:1562)
at com.vaadin.flow.server.VaadinServlet.service(VaadinServlet.java:244)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:755)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1617)
at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:226)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:590)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:221)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.Server.handle(Server.java:500)
at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
at java.base/java.lang.Thread.run(Thread.java:834)
[WARNING] /view/VAADIN/dynamic/resource/0/17343725-a0a9-4aed-96de-bc62b40af50e/you-should-not-see-this-download.pdf
javax.servlet.ServletException: javax.servlet.ServletException: com.vaadin.flow.server.ServiceException: java.lang.IllegalStateException: Oops we cannot generate the stream
at org.eclipse.jetty.server.handler.HandlerCollection.handle (HandlerCollection.java:162)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:127)
at org.eclipse.jetty.server.Server.handle (Server.java:500)
at org.eclipse.jetty.server.HttpChannel.lambda$handle$1 (HttpChannel.java:383)
at org.eclipse.jetty.server.HttpChannel.dispatch (HttpChannel.java:547)
at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:375)
at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:273)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:311)
at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:103)
at org.eclipse.jetty.io.ChannelEndPoint$2.run (ChannelEndPoint.java:117)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask (EatWhatYouKill.java:336)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce (EatWhatYouKill.java:313)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce (EatWhatYouKill.java:171)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run (EatWhatYouKill.java:129)
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run (ReservedThreadExecutor.java:375)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:806)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:938)
at java.lang.Thread.run (Thread.java:834)
Caused by: javax.servlet.ServletException: com.vaadin.flow.server.ServiceException: java.lang.IllegalStateException: Oops we cannot generate the stream
at com.vaadin.flow.server.VaadinServlet.service (VaadinServlet.java:246)
at javax.servlet.http.HttpServlet.service (HttpServlet.java:790)
at org.eclipse.jetty.servlet.ServletHolder.handle (ServletHolder.java:755)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter (ServletHandler.java:1617)
at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:226)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter (ServletHandler.java:1604)
at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:545)
at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:590)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:127)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:235)
at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:1610)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:233)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1300)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:188)
at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:485)
at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:1580)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:186)
at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1215)
at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:221)
at org.eclipse.jetty.server.handler.HandlerCollection.handle (HandlerCollection.java:146)
at org.eclips[INFO] Running com.vaadin.flow.uitest.ui.ExceptionInStreamResourceIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 26732
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:34 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.963 s - in com.vaadin.flow.uitest.ui.ExceptionInStreamResourceIT
e.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:127)
at org.eclipse.jetty.server.Server.handle (Server.java:500)
at org.eclipse.jetty.server.HttpChannel.lambda$handle$1 (HttpChannel.java:383)
at org.eclipse.jetty.server.HttpChannel.dispatch (HttpChannel.java:547)
at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:375)
at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:273)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:311)
at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:103)
at org.eclipse.jetty.io.ChannelEndPoint$2.run (ChannelEndPoint.java:117)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask (EatWhatYouKill.java:336)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce (EatWhatYouKill.java:313)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce (EatWhatYouKill.java:171)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run (EatWhatYouKill.java:129)
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run (ReservedThreadExecutor.java:375)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:806)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:938)
at java.lang.Thread.run (Thread.java:834)
Caused by: com.vaadin.flow.server.ServiceException: java.lang.IllegalStateException: Oops we cannot generate the stream
at com.vaadin.flow.server.VaadinService.handleExceptionDuringRequest (VaadinService.java:1611)
at com.vaadin.flow.server.VaadinService.handleRequest (VaadinService.java:1574)
at com.vaadin.flow.server.VaadinServlet.service (VaadinServlet.java:244)
at javax.servlet.http.HttpServlet.service (HttpServlet.java:790)
at org.eclipse.jetty.servlet.ServletHolder.handle (ServletHolder.java:755)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter (ServletHandler.java:1617)
at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:226)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter (ServletHandler.java:1604)
at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:545)
at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:590)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:127)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:235)
at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:1610)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:233)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1300)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:188)
at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:485)
at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:1580)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:186)
at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1215)
at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:221)
at org.eclipse.jetty.server.handler.HandlerCollection.handle (HandlerCollection.java:146)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:127)
at org.eclipse.jetty.server.Server.handle (Server.java:500)
at org.eclipse.jetty.server.HttpChannel.lambda$handle$1 (HttpChannel.java:383)
at org.eclipse.jetty.server.HttpChannel.dispatch (HttpChannel.java:547)
at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:375)
at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:273)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:311)
at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:103)
at org.eclipse.jetty.io.ChannelEndPoint$2.run (ChannelEndPoint.java:117)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask (EatWhatYouKill.java:336)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce (EatWhatYouKill.java:313)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce (EatWhatYouKill.java:171)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run (EatWhatYouKill.java:129)
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run (ReservedThreadExecutor.java:375)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:806)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:938)
at java.lang.Thread.run (Thread.java:834)
Caused by: java.lang.IllegalStateException: Oops we cannot generate the stream
at com.vaadin.flow.uitest.ui.ExceptionInStreamResourceView.lambda$new$713e5d3a$1 (ExceptionInStreamResourceView.java:29)
at com.vaadin.flow.server.StreamResource$Pipe.createInputStream (StreamResource.java:84)
at com.vaadin.flow.server.StreamResource$Pipe.accept (StreamResource.java:76)
at com.vaadin.flow.server.communication.StreamResourceHandler.handleRequest (StreamResourceHandler.java:87)
at com.vaadin.flow.server.communication.StreamRequestHandler.handleRequest (StreamRequestHandler.java:104)
at com.vaadin.flow.server.VaadinService.handleRequest (VaadinService.java:1562)
at com.vaadin.flow.server.VaadinServlet.service (VaadinServlet.java:244)
at javax.servlet.http.HttpServlet.service (HttpServlet.java:790)
at org.eclipse.jetty.servlet.ServletHolder.handle (ServletHolder.java:755)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter (ServletHandler.java:1617)
at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:226)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter (ServletHandler.java:1604)
at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:545)
at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:590)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:127)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:235)
at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:1610)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:233)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1300)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:188)
at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:485)
at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:1580)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:186)
at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1215)
at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:221)
at org.eclipse.jetty.server.handler.HandlerCollection.handle (HandlerCollection.java:146)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:127)
at org.eclipse.jetty.server.Server.handle (Server.java:500)
at org.eclipse.jetty.server.HttpChannel.lambda$handle$1 (HttpChannel.java:383)
at org.eclipse.jetty.server.HttpChannel.dispatch (HttpChannel.java:547)
at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:375)
at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:273)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:311)
at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:103)
at org.eclipse.jetty.io.ChannelEndPoint$2.run (ChannelEndPoint.java:117)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask (EatWhatYouKill.java:336)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce (EatWhatYouKill.java:313)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce (EatWhatYouKill.java:171)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run (EatWhatYouKill.java:129)
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run (ReservedThreadExecutor.java:375)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:806)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:938)
at java.lang.Thread.run (Thread.java:834)
[INFO] Running com.vaadin.flow.uitest.ui.SetParameterForwardToIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 11897
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:35 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.579 s - in com.vaadin.flow.uitest.ui.SetParameterForwardToIT
[INFO] Running com.vaadin.flow.uitest.ui.AttachListenerIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 8688
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:29 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 7878
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:29 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 7822
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:29 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 4965
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:29 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 4483
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:29 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 31779
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:29 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 7606
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:29 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 15793
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:30 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 4028
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:30 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 3564
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:30 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 24990
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:30 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 23059
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:32 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 8238
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:31 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 24309
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:34 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 5331
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:34 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 31633
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:34 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 18077
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:34 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 7738
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:34 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.965 s - in com.vaadin.flow.uitest.ui.AttachListenerIT
[INFO] Running com.vaadin.flow.uitest.ui.DnDAttachDetachIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 28990
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:35 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 28371
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:36 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.98 s - in com.vaadin.flow.uitest.ui.DnDAttachDetachIT
[INFO] Running com.vaadin.flow.uitest.ui.BasicComponentIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 28777
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:38 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 18377
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:38 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.143 s - in com.vaadin.flow.uitest.ui.BasicComponentIT
[INFO] Running com.vaadin.flow.uitest.ui.BackButtonServerRoundTripIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 31029
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:40 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.821 s - in com.vaadin.flow.uitest.ui.BackButtonServerRoundTripIT
[INFO] Running com.vaadin.flow.uitest.ui.ForwardToIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 17483
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:41 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.332 s - in com.vaadin.flow.uitest.ui.ForwardToIT
[INFO] Running com.vaadin.flow.uitest.ui.AttachExistingElementIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 1296
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:40 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.162 s - in com.vaadin.flow.uitest.ui.AttachExistingElementIT
[INFO] Running com.vaadin.flow.uitest.ui.ImageClickIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 6023
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:43 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.289 s - in com.vaadin.flow.uitest.ui.ImageClickIT
[INFO] Running com.vaadin.flow.uitest.ui.SessionCloseLogoutIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 1747
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:38 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-14] ERROR com.vaadin.flow.uitest.ui.SessionCloseLogoutIT -
>>> SessionCloseLogoutIT has ignored tests for client-side mode, please fix it. issue: https://github.com/vaadin/flow/issues/7600
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.309 s - in com.vaadin.flow.uitest.ui.SessionCloseLogoutIT
[INFO] Running com.vaadin.flow.uitest.ui.ReturnChannelIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 16196
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:43 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.263 s - in com.vaadin.flow.uitest.ui.ReturnChannelIT
[qtp1467347285-76] WARN com.vaadin.flow.server.communication.ServerRpcHandler - Resynchronizing UI by client's request. Under normal operations this should not happen and may indicate a bug in Vaadin platform. If you see this message regularly please open a bug report at https://github.com/vaadin/flow/issues
[qtp1467347285-115] WARN com.vaadin.flow.server.communication.ServerRpcHandler - Resynchronizing UI by client's request. Under normal operations this should not happen and may indicate a bug in Vaadin platform. If you see this message regularly please open a bug report at https://github.com/vaadin/flow/issues
[INFO] Running com.vaadin.flow.uitest.ui.CountUIsIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 5694
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:43 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-2] ERROR com.vaadin.flow.uitest.ui.CountUIsIT -
>>> CountUIsIT has ignored tests for client-side mode, please investigate and fix them
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.266 s - in com.vaadin.flow.uitest.ui.CountUIsIT
[INFO] Running com.vaadin.flow.uitest.ui.BaseHrefIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 22609
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:23 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.5 s - in com.vaadin.flow.uitest.ui.BaseHrefIT
[qtp1467347285-76] WARN com.vaadin.flow.server.communication.ServerRpcHandler - Resynchronizing UI by client's request. Under normal operations this should not happen and may indicate a bug in Vaadin platform. If you see this message regularly please open a bug report at https://github.com/vaadin/flow/issues
[INFO] Running com.vaadin.flow.uitest.ui.ResynchronizationIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 14399
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:38 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 9522
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:38 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.563 s - in com.vaadin.flow.uitest.ui.ResynchronizationIT
[INFO] Running com.vaadin.flow.uitest.ui.RouterIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 8892
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:46 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 15635
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:46 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 12166
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:46 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 12771
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:46 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 4851
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:46 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 26834
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:46 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 16541
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:46 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 18550
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:46 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 19992
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:47 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.751 s - in com.vaadin.flow.uitest.ui.RouterIT
[INFO] Running com.vaadin.flow.uitest.ui.PostponeProceedIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 6023
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:52 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 1646
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:52 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 31934
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:52 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.514 s - in com.vaadin.flow.uitest.ui.PostponeProceedIT
[INFO] Running com.vaadin.flow.uitest.ui.RequestParametersHistoryIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 7966
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:49 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 30319
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:50 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 15018
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:50 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.282 s - in com.vaadin.flow.uitest.ui.RequestParametersHistoryIT
[INFO] Running com.vaadin.flow.uitest.ui.ErrorHandlingIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 22837
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:45 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.94 s - in com.vaadin.flow.uitest.ui.ErrorHandlingIT
[INFO] Running com.vaadin.flow.uitest.ui.ElementInitOrderIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 15101
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:37 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.013 s - in com.vaadin.flow.uitest.ui.ElementInitOrderIT
[INFO] Running com.vaadin.flow.uitest.ui.RerouteIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 13563
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:54 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 23068
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:54 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.34 s - in com.vaadin.flow.uitest.ui.RerouteIT
[INFO] Running com.vaadin.flow.uitest.ui.ValueChangeModeIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 25489
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:49 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 30894
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:49 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 2969
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:49 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 10630
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:49 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 6.175 s - in com.vaadin.flow.uitest.ui.ValueChangeModeIT
[INFO] Running com.vaadin.flow.uitest.ui.StreamResourceIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 27588
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:55 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 2175
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:55 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 27031
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:55 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.561 s - in com.vaadin.flow.uitest.ui.StreamResourceIT
[INFO] Running com.vaadin.flow.uitest.ui.DynamicallyRegisteredRouteIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 22716
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:57 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.42 s - in com.vaadin.flow.uitest.ui.DynamicallyRegisteredRouteIT
[qtp1467347285-86] ERROR com.vaadin.flow.router.InternalServerError - There was an exception while trying to navigate to 'ViewWhichCausesInternalException'
java.lang.RuntimeException: Intentionally caused by ViewWhichCausesInternalException
at com.vaadin.flow.uitest.servlet.RouterTestServlet$ViewWhichCausesInternalException.beforeEnter(RouterTestServlet.java:179)
at com.vaadin.flow.router.internal.AbstractNavigationStateRenderer.sendBeforeEnterEvent(AbstractNavigationStateRenderer.java:606)
at com.vaadin.flow.router.internal.AbstractNavigationStateRenderer.sendBeforeEnterEvent(AbstractNavigationStateRenderer.java:583)
at com.vaadin.flow.router.internal.AbstractNavigationStateRenderer.sendBeforeEnterEventAndPopulateChain(AbstractNavigationStateRenderer.java:494)
at com.vaadin.flow.router.internal.AbstractNavigationStateRenderer.createChainIfEmptyAndExecuteBeforeEnterNavigation(AbstractNavigationStateRenderer.java:466)
at com.vaadin.flow.router.internal.AbstractNavigationStateRenderer.handle(AbstractNavigationStateRenderer.java:204)
at com.vaadin.flow.component.internal.JavaScriptNavigationStateRenderer.handle(JavaScriptNavigationStateRenderer.java:75)
at com.vaadin.flow.component.internal.JavaScriptBootstrapUI.handleNavigation(JavaScriptBootstrapUI.java:291)
at com.vaadin.flow.component.internal.JavaScriptBootstrapUI.renderViewForRoute(JavaScriptBootstrapUI.java:255)
at com.vaadin.flow.component.internal.JavaScriptBootstrapUI.connectClient(JavaScriptBootstrapUI.java:129)
at jdk.internal.reflect.GeneratedMethodAccessor43.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandler.invokeMethod(PublishedServerEventHandlerRpcHandler.java:205)
at com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandler.invokeMethod(PublishedServerEventHandlerRpcHandler.java:182)
at com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandler.invokeMethod(PublishedServerEventHandlerRpcHandler.java:135)
at com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandler.handleNode(PublishedServerEventHandlerRpcHandler.java:123)
at com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandler.handle(AbstractRpcInvocationHandler.java:64)
at com.vaadin.flow.server.communication.ServerRpcHandler.handleInvocationData(ServerRpcHandler.java:409)
at com.vaadin.flow.server.communication.ServerRpcHandler.lambda$handleInvocations$1(ServerRpcHandler.java:390)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at com.vaadin.flow.server.communication.ServerRpcHandler.handleInvocations(ServerRpcHandler.java:390)
at com.vaadin.flow.server.communication.ServerRpcHandler.handleRpc(ServerRpcHandler.java:317)
at com.vaadin.flow.server.communication.UidlRequestHandler.synchronizedHandleRequest(UidlRequestHandler.java:114)
at com.vaadin.flow.server.SynchronizedRequestHandler.handleRequest(SynchronizedRequestHandler.java:40)
at com.vaadin.flow.server.VaadinService.handleRequest(VaadinService.java:1562)
at com.vaadin.flow.server.VaadinServlet.service(VaadinServlet.java:244)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:755)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1617)
at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:226)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:590)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:221)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.Server.handle(Server.java:500)
at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
at java.base/java.lang.Thread.run(Thread.java:834)
[INFO] Running com.vaadin.flow.uitest.ui.DnDIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 5932
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:56 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 13199
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:56 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 25370
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:56 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 17980
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:56 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.712 s - in com.vaadin.flow.uitest.ui.DnDIT
[INFO] Running com.vaadin.flow.uitest.ui.VisibilityIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 11014
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:59 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 4580
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:59 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.737 s - in com.vaadin.flow.uitest.ui.VisibilityIT
[INFO] Running com.vaadin.flow.uitest.ui.RouterSessionExpirationIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 29195
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:59 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 10113
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:58 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 23944
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:59 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-11] ERROR com.vaadin.flow.uitest.ui.RouterSessionExpirationIT -
>>> RouterSessionExpirationIT has ignored tests for client-side mode, please fix it. issue: https://github.com/vaadin/flow/issues/7581
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.446 s - in com.vaadin.flow.uitest.ui.RouterSessionExpirationIT
[INFO] Running com.vaadin.flow.uitest.ui.CompositeIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 1128
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:53 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 16770
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:53 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.347 s - in com.vaadin.flow.uitest.ui.CompositeIT
[INFO] Running com.vaadin.flow.uitest.ui.ElementRemoveItselfIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 14519
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:04 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.381 s - in com.vaadin.flow.uitest.ui.ElementRemoveItselfIT
[INFO] Running com.vaadin.flow.uitest.ui.LongPollingMultipleThreadsIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 19822
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:03 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.623 s - in com.vaadin.flow.uitest.ui.LongPollingMultipleThreadsIT
[INFO] Running com.vaadin.flow.uitest.ui.WaitForVaadinIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 6737
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:00 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.115 s - in com.vaadin.flow.uitest.ui.WaitForVaadinIT
[INFO] Running com.vaadin.flow.uitest.ui.SynchronizedPropertyIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 2992
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:06 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 23661
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:06 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 17765
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:06 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 25915
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:06 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.041 s - in com.vaadin.flow.uitest.ui.SynchronizedPropertyIT
[INFO] Running com.vaadin.flow.uitest.ui.TrackMessageSizeIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 6689
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:02 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.93 s - in com.vaadin.flow.uitest.ui.TrackMessageSizeIT
[INFO] Running com.vaadin.flow.uitest.ui.PushWSUpdateDivIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 14160
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:02 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.457 s - in com.vaadin.flow.uitest.ui.PushWSUpdateDivIT
[INFO] Running com.vaadin.flow.uitest.ui.FragmentLinkIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 18896
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:09 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-8] ERROR com.vaadin.flow.uitest.ui.FragmentLinkIT -
>>> FragmentLinkIT has ignored tests for client-side mode, please fix it. issue: https://github.com/vaadin/flow/issues/7575
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 30589
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:09 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-13] ERROR com.vaadin.flow.uitest.ui.FragmentLinkIT -
>>> FragmentLinkIT has ignored tests for client-side mode, please fix it. issue: https://github.com/vaadin/flow/issues/7575
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 31618
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:09 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-7] ERROR com.vaadin.flow.uitest.ui.FragmentLinkIT -
>>> FragmentLinkIT has ignored tests for client-side mode, please fix it. issue: https://github.com/vaadin/flow/issues/8236
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 s - in com.vaadin.flow.uitest.ui.FragmentLinkIT
[qtp1467347285-79] WARN com.vaadin.flow.component.littemplate.BundleLitParser - No lit template data found in lit/simple-lit-template-no-shadow-root.js sources.
[qtp1467347285-79] INFO com.vaadin.flow.component.littemplate.internal.LitTemplateParserImpl - Couldn't find the definition of the element with tag 'simple-lit-template-no-shadow-root' in any lit template file declared using '@JsModule' annotations. Check the availability of the template files in your WAR file or provide alternative implementation of the method LitTemplateParser.getTemplateContent() which should return an element representing the content of the template file
[qtp1467347285-79] INFO com.vaadin.flow.component.littemplate.LitTemplateDataAnalyzer - Couldn't parse template for class com.vaadin.flow.uitest.ui.littemplate.SimpleLitTemplateNoShadowRootView class. Only specific Lit template format is supported. Please check that your template definition directly contains 'render' method which returns html`_template_content_`.
[qtp1467347285-114] WARN com.vaadin.flow.component.littemplate.BundleLitParser - No lit template data found in lit/simple-lit-template-no-shadow-root.js sources.
[qtp1467347285-114] INFO com.vaadin.flow.component.littemplate.internal.LitTemplateParserImpl - Couldn't find the definition of the element with tag 'simple-lit-template-no-shadow-root' in any lit template file declared using '@JsModule' annotations. Check the availability of the template files in your WAR file or provide alternative implementation of the method LitTemplateParser.getTemplateContent() which should return an element representing the content of the template file
[qtp1467347285-114] INFO com.vaadin.flow.component.littemplate.LitTemplateDataAnalyzer - Couldn't parse template for class com.vaadin.flow.uitest.ui.littemplate.SimpleLitTemplateNoShadowRootView class. Only specific Lit template format is supported. Please check that your template definition directly contains 'render' method which returns html`_template_content_`.
[INFO] Running com.vaadin.flow.uitest.ui.RemoveAddVisibilityIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 25701
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:06 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.133 s - in com.vaadin.flow.uitest.ui.RemoveAddVisibilityIT
[INFO] Running com.vaadin.flow.uitest.ui.EnabledIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port[qtp1467347285-78] WARN com.vaadin.flow.component.littemplate.BundleLitParser - No lit template data found in lit/simple-lit-template-no-shadow-root.js sources.
2[qtp1467347285-78] INFO com.vaadin.flow.component.littemplate.internal.LitTemplatePars7erImpl - Couldn't find the definition of the element with tag 'simple-lit-template-no-shadow-root' in any lit template file declared using '@JsModule' annotations. Check the availability of the template files in your WAR file or provide alternative implementation of the method LitTemplateParser.getTemplateContent() which should return an element representing the content of the template file
[qtp1467347285-78] INFO com.vaadin.flow.component.littemplate.LitTemplateDataAnalyzer - Couldn't parse template for class com.vaadin.flow.uitest.ui.littemplate.SimpleLitTemplateNoShadowRootView class. Only specific Lit template format is supported. Please check that your template definition directly contains 'render' method which returns html`_template_content_`.
187
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:08 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.55 s - in com.vaadin.flow.uitest.ui.EnabledIT
[INFO] Running com.vaadin.flow.uitest.ui.littemplate.SimpleLitTemplateShadowRootIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 15889
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:13 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 2779
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:12 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 8422
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:13 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.923 s - in com.vaadin.flow.uitest.ui.littemplate.SimpleLitTemplateShadowRootIT
[INFO] Running com.vaadin.flow.uitest.ui.RouteNotFoundDevModeIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 18790
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:14 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.937 s - in com.vaadin.flow.uitest.ui.RouteNotFoundDevModeIT
[INFO] Running com.vaadin.flow.uitest.ui.littemplate.InnerTemplateVisibilityIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 25672
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:13 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 17513
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:13 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 25659
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:13 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.906 s - in com.vaadin.flow.uitest.ui.littemplate.InnerTemplateVisibilityIT
[INFO] Running com.vaadin.flow.uitest.ui.ExecJavaScriptIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 9338
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:14 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.184 s - in com.vaadin.flow.uitest.ui.ExecJavaScriptIT
[INFO] Running com.vaadin.flow.uitest.ui.ViewTitleIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 26226
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:17 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 28570
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:17 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 3024
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:17 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.273 s - in com.vaadin.flow.uitest.ui.ViewTitleIT
[INFO] Running com.vaadin.flow.uitest.ui.PopStateHandlerIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 17317
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:16 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-16] ERROR com.vaadin.flow.uitest.ui.PopStateHandlerIT -
>>> PopStateHandlerIT has ignored tests for client-side mode, please fix it. issue: https://github.com/vaadin/flow/issues/7572
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 4696
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:16 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-5] ERROR com.vaadin.flow.uitest.ui.PopStateHandlerIT -
>>> PopStateHandlerIT has ignored tests for client-side mode, please fix it. issue: https://github.com/vaadin/flow/issues/7572
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 23340
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:16 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-15] ERROR com.vaadin.flow.uitest.ui.PopStateHandlerIT -
>>> PopStateHandlerIT has ignored tests for client-side mode, please fix it. issue: https://github.com/vaadin/flow/issues/7572
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.766 s - in com.vaadin.flow.uitest.ui.PopStateHandlerIT
[INFO] Running com.vaadin.flow.uitest.ui.ExtendedClientDetailsIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 7084
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:17 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 12575
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:17 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.09 s - in com.vaadin.flow.uitest.ui.ExtendedClientDetailsIT
[INFO] Running com.vaadin.flow.uitest.ui.littemplate.SimpleLitTemplateNoShadowRootIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 18297
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:10 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 20159
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:10 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 1637
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:10 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.392 s - in com.vaadin.flow.uitest.ui.littemplate.SimpleLitTemplateNoShadowRootIT
[INFO] Running com.vaadin.flow.uitest.ui.LoadingIndicatorIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 25334
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:04 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 28146
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:04 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 11563
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:04 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.323 s - in com.vaadin.flow.uitest.ui.LoadingIndicatorIT
[INFO] Running com.vaadin.flow.uitest.ui.littemplate.SetInitialTextLitIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 1814
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:10 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.066 s - in com.vaadin.flow.uitest.ui.littemplate.SetInitialTextLitIT
[INFO] Running com.vaadin.flow.uitest.ui.RouterParallelIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 21686
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:20 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 17438
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:20 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 21003
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:20 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 4964
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:20 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 17493
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:20 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.853 s - in com.vaadin.flow.uitest.ui.RouterParallelIT
[INFO] Running com.vaadin.flow.uitest.ui.PushSettingsIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 32288
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:21 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.804 s - in com.vaadin.flow.uitest.ui.PushSettingsIT
[INFO] Running com.vaadin.flow.uitest.ui.InMemoryChildrenIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 14810
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:18 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.427 s - in com.vaadin.flow.uitest.ui.InMemoryChildrenIT
[INFO] Running com.vaadin.flow.uitest.ui.CustomCustomElementIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 29483
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:22 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.295 s - in com.vaadin.flow.uitest.ui.CustomCustomElementIT
[INFO] Running com.vaadin.flow.uitest.ui.StaticHtmlIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 7595
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:23 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.13 s - in com.vaadin.flow.uitest.ui.StaticHtmlIT
[INFO] Running com.vaadin.flow.uitest.ui.RedirectToPushIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 18761
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:20 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.741 s - in com.vaadin.flow.uitest.ui.RedirectToPushIT
[INFO] Running com.vaadin.flow.uitest.ui.LogoutIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 17660
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:21 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.129 s - in com.vaadin.flow.uitest.ui.LogoutIT
[INFO] Running com.vaadin.flow.uitest.ui.littemplate.LitTemplateAttributeIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 31012
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:10 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.059 s - in com.vaadin.flow.uitest.ui.littemplate.LitTemplateAttributeIT
[INFO] Running com.vaadin.flow.uitest.ui.ShadowRootIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 2340
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:23 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.97 s - in com.vaadin.flow.uitest.ui.ShadowRootIT
[INFO] Running com.vaadin.flow.uitest.ui.ShortcutsIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 16234
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:25 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 29473
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:25 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 22959
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:25 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 4765
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:26 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 17931
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:25 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 1360
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:25 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 26796
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:25 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 26657
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:26 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 28348
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:26 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 7628
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:26 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 14711
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:26 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 2901
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:27 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.06 s - in com.vaadin.flow.uitest.ui.ShortcutsIT
[INFO] Running com.vaadin.flow.uitest.ui.BodyScrollIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 27343
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:30 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.087 s - in com.vaadin.flow.uitest.ui.BodyScrollIT
[INFO] Running com.vaadin.flow.uitest.ui.ExceptionDuringMapSyncIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 30613
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:30 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.323 s - in com.vaadin.flow.uitest.ui.ExceptionDuringMapSyncIT
[INFO] Running com.vaadin.flow.uitest.ui.routing.InfiniteRerouteLoopIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 20715
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:13 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 80.636 s - in com.vaadin.flow.uitest.ui.routing.InfiniteRerouteLoopIT
[INFO] Running com.vaadin.flow.uitest.ui.ServiceInitListenersIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 20479
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:32 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.109 s - in com.vaadin.flow.uitest.ui.ServiceInitListenersIT
[INFO] Running com.vaadin.flow.uitest.ui.CompositeNestedIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 25751
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:33 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.091 s - in com.vaadin.flow.uitest.ui.CompositeNestedIT
[INFO] Running com.vaadin.flow.uitest.ui.JsApiGetByIdIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 23985
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:33 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.757 s - in com.vaadin.flow.uitest.ui.JsApiGetByIdIT
[qtp1467347285-77] ERROR com.vaadin.flow.server.DefaultErrorHandler -
org.eclipse.jetty.io.EofException: Closed
at org.eclipse.jetty.server.HttpOutput.checkWritable(HttpOutput.java:725)
at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:749)
at java.base/java.io.OutputStream.write(OutputStream.java:122)
at com.vaadin.flow.server.communication.UidlRequestHandler.commitJsonResponse(UidlRequestHandler.java:218)
at com.vaadin.flow.server.communication.UidlRequestHandler.synchronizedHandleRequest(UidlRequestHandler.java:134)
at com.vaadin.flow.server.SynchronizedRequestHandler.handleRequest(SynchronizedRequestHandler.java:40)
at com.vaadin.flow.server.VaadinService.handleRequest(VaadinService.java:1562)
at com.vaadin.flow.server.VaadinServlet.service(VaadinServlet.java:244)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:755)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1617)
at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:226)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:590)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:221)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.Server.handle(Server.java:500)
at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
at java.base/java.lang.Thread.run(Thread.java:834)
[qtp1467347285-76] ERROR com.vaadin.flow.server.DefaultErrorHandler -
org.eclipse.jetty.io.EofException: Closed
at org.eclipse.jetty.server.HttpOutput.checkWritable(HttpOutput.java:725)
at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:749)
at java.base/java.io.OutputStream.write(OutputStream.java:122)
at com.vaadin.flow.server.communication.UidlRequestHandler.commitJsonResponse(UidlRequestHandler.java:218)
at com.vaadin.flow.server.communication.UidlRequestHandler.synchronizedHandleRequest(UidlRequestHandler.java:134)
at com.vaadin.flow.server.SynchronizedRequestHandler.handleRequest(SynchronizedRequestHandler.java:40)
at com.vaadin.flow.server.VaadinService.handleRequest(VaadinService.java:1562)
at com.vaadin.flow.server.VaadinServlet.service(VaadinServlet.java:244)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:755)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1617)
at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:226)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:590)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:221)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.Server.handle(Server.java:500)
at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
at java.base/java.lang.Thread.run(Thread.java:834)
[INFO] Running com.vaadin.flow.uitest.ui.InternalErrorIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 25696
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:34 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 4670
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:34 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 20406
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:33 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 23188
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:34 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.777 s - in com.vaadin.flow.uitest.ui.InternalErrorIT
[INFO] Running com.vaadin.flow.uitest.ui.HasUrlParameterErrorIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 26761
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:36 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.414 s - in com.vaadin.flow.uitest.ui.HasUrlParameterErrorIT
[INFO] Running com.vaadin.flow.uitest.ui.PreserveOnRefreshReAddIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 5031
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:06 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.523 s - in com.vaadin.flow.uitest.ui.PreserveOnRefreshReAddIT
[INFO] Running com.vaadin.flow.uitest.ui.UIElementIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 9735
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:37 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.793 s - in com.vaadin.flow.uitest.ui.UIElementIT
[INFO] Running com.vaadin.flow.uitest.ui.scroll.MultipleAnchorsIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 9004
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:40 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-9] ERROR com.vaadin.flow.uitest.ui.scroll.MultipleAnchorsIT -
>>> MultipleAnchorsIT has ignored tests for client-side mode, please fix it. issue: https://github.com/vaadin/flow/issues/8236
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 10400
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:39 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-3] ERROR com.vaadin.flow.uitest.ui.scroll.MultipleAnchorsIT -
>>> MultipleAnchorsIT has ignored tests for client-side mode, please fix it. issue: https://github.com/vaadin/flow/issues/8236
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.213 s - in com.vaadin.flow.uitest.ui.scroll.MultipleAnchorsIT
[INFO] Running com.vaadin.flow.uitest.ui.RouterLinkIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 23093
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:35 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 1483
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:35 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 29077
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:35 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-7] ERROR com.vaadin.flow.uitest.ui.RouterLinkIT -
>>> RouterLinkIT has ignored tests for client-side mode, please fix it. issue: https://github.com/vaadin/flow/issues/7575
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 22048
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:36 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-11] ERROR com.vaadin.flow.uitest.ui.RouterLinkIT -
>>> RouterLinkIT has ignored tests for client-side mode, please fix it. issue: https://github.com/vaadin/flow/issues/7575
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.581 s - in com.vaadin.flow.uitest.ui.RouterLinkIT
[INFO] Running com.vaadin.flow.uitest.ui.DomEventFilterIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 2181
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:30 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 32119
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:30 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 29647
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:31 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 25413
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:31 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.825 s - in com.vaadin.flow.uitest.ui.DomEventFilterIT
[INFO] Running com.vaadin.flow.uitest.ui.scroll.ServerRequestScrollIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 25653
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:37 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.89 s - in com.vaadin.flow.uitest.ui.scroll.ServerRequestScrollIT
[INFO] Running com.vaadin.flow.uitest.ui.scroll.ScrollIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 27385
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:39 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-6] ERROR com.vaadin.flow.uitest.ui.scroll.ScrollIT -
>>> ScrollIT has ignored tests for client-side mode, please fix it. issue: https://github.com/vaadin/flow/issues/8236
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 17589
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:39 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-16] ERROR com.vaadin.flow.uitest.ui.scroll.ScrollIT -
>>> ScrollIT has ignored tests for client-side mode, please fix it. issue: https://github.com/vaadin/flow/issues/7584
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 15300
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:39 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-14] ERROR com.vaadin.flow.uitest.ui.scroll.ScrollIT -
>>> ScrollIT has ignored tests for client-side mode, please fix it. issue: https://github.com/vaadin/flow/issues/7584
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 13556
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:39 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-2] ERROR com.vaadin.flow.uitest.ui.scroll.ScrollIT -
>>> ScrollIT has ignored tests for client-side mode, please fix it. issue: https://github.com/vaadin/flow/issues/7584
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.021 s - in com.vaadin.flow.uitest.ui.scroll.ScrollIT
[INFO] Running com.vaadin.flow.uitest.ui.scroll.CustomScrollCallbacksIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 4303
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:38 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-13] ERROR com.vaadin.flow.uitest.ui.scroll.CustomScrollCallbacksIT -
>>> CustomScrollCallbacksIT has ignored tests for client-side mode, please fix it. issue: https://github.com/vaadin/flow/issues/7584
[pool-1-thread-13] ERROR com.vaadin.flow.uitest.ui.scroll.CustomScrollCallbacksIT -
>>> CustomScrollCallbacksIT has ignored tests for client-side mode, please fix it. issue: https://github.com/vaadin/flow/issues/7584
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.698 s - in com.vaadin.flow.uitest.ui.scroll.CustomScrollCallbacksIT
[INFO] Running com.vaadin.flow.uitest.ui.dependencies.DynamicDependencyIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 1666
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:41 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-11] ERROR com.vaadin.flow.uitest.ui.dependencies.DynamicDependencyIT -
>>> DynamicDependencyIT has ignored tests for client-side mode, please investigate and fix them
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 9105
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:41 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-10] ERROR com.vaadin.flow.uitest.ui.dependencies.DynamicDependencyIT -
>>> DynamicDependencyIT has ignored tests for client-side mode, please investigate and fix them
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 14941
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:41 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-12] ERROR com.vaadin.flow.uitest.ui.dependencies.DynamicDependencyIT -
>>> DynamicDependencyIT has ignored tests for client-side mode, please investigate and fix them
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 21477
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:41 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-5] ERROR com.vaadin.flow.uitest.ui.dependencies.DynamicDependencyIT -
>>> DynamicDependencyIT has ignored tests for client-side mode, please investigate and fix them
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.996 s - in com.vaadin.flow.uitest.ui.dependencies.DynamicDependencyIT
[INFO] Running com.vaadin.flow.uitest.ui.dependencies.ExternalJavaScriptIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 2018
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:42 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 20632
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:42 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.777 s - in com.vaadin.flow.uitest.ui.dependencies.ExternalJavaScriptIT
[INFO] Running com.vaadin.flow.uitest.ui.scroll.PushStateScrollIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 4666
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:38 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 7154
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:38 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.754 s - in com.vaadin.flow.uitest.ui.scroll.PushStateScrollIT
[INFO] Running com.vaadin.flow.uitest.ui.BasicElementIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 9952
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:42 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 22130
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:42 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.11 s - in com.vaadin.flow.uitest.ui.BasicElementIT
[INFO] Running com.vaadin.flow.uitest.ui.EventListenersIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 27334
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:44 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.256 s - in com.vaadin.flow.uitest.ui.EventListenersIT
[INFO] Running com.vaadin.flow.uitest.ui.PreserveOnRefreshShortcutIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 24116
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:41 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.696 s - in com.vaadin.flow.uitest.ui.PreserveOnRefreshShortcutIT
[INFO] Running com.vaadin.flow.uitest.ui.template.HiddenTemplateIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 14915
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:45 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 7195
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:45 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.152 s - in com.vaadin.flow.uitest.ui.template.HiddenTemplateIT
[INFO] Running com.vaadin.flow.uitest.ui.PreserveOnRefreshIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 8011
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:42 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 30568
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:43 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 3659
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:44 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.462 s - in com.vaadin.flow.uitest.ui.PreserveOnRefreshIT
[INFO] Running com.vaadin.flow.uitest.ui.template.ClearNodeChildrenIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 31052
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:46 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 6169
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:46 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 18286
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:46 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 14197
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:46 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 16194
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:47 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 8835
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:48 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 3871
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:48 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 13106
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:48 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 20197
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:48 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 14996
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:49 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 2269
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:49 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 8633
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:49 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 11398
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:49 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 16347
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:50 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 5529
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:50 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 17181
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:50 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.814 s - in com.vaadin.flow.uitest.ui.template.ClearNodeChildrenIT
[INFO] Running com.vaadin.flow.uitest.ui.template.TwoWayPolymerBindingIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 27743
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:52 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.643 s - in com.vaadin.flow.uitest.ui.template.TwoWayPolymerBindingIT
[INFO] Running com.vaadin.flow.uitest.ui.template.PolymerDefaultPropertyValueIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 9343
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:54 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.108 s - in com.vaadin.flow.uitest.ui.template.PolymerDefaultPropertyValueIT
[INFO] Running com.vaadin.flow.uitest.ui.template.ChildOrderIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 6262
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:52 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 4440
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:52 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 14377
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:53 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 29941
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:53 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 18777
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:53 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.154 s - in com.vaadin.flow.uitest.ui.template.ChildOrderIT
[INFO] Running com.vaadin.flow.uitest.ui.template.TemplateWithConnectedCallbacksIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 4516
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:56 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.743 s - in com.vaadin.flow.uitest.ui.template.TemplateWithConnectedCallbacksIT
[INFO] Running com.vaadin.flow.uitest.ui.template.RestoreViewWithAttachedByIdIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 22067
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:57 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.039 s - in com.vaadin.flow.uitest.ui.template.RestoreViewWithAttachedByIdIT
[INFO] Running com.vaadin.flow.uitest.ui.template.TemplateMappingDetectorIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 17482
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:57 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 7110
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:57 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 24283
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:57 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.453 s - in com.vaadin.flow.uitest.ui.template.TemplateMappingDetectorIT
[INFO] Running com.vaadin.flow.uitest.ui.template.PolymerModelPropertiesIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 16870
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:59 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.577 s - in com.vaadin.flow.uitest.ui.template.PolymerModelPropertiesIT
[qtp1467347285-77] ERROR com.vaadin.flow.server.DefaultErrorHandler -
java.lang.RuntimeException: java.lang.RuntimeException: Method is not enabled
at com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandler.invokeMethod(PublishedServerEventHandlerRpcHandler.java:212)
at com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandler.invokeMethod(PublishedServerEventHandlerRpcHandler.java:182)
at com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandler.invokeMethod(PublishedServerEventHandlerRpcHandler.java:135)
at com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandler.handleNode(PublishedServerEventHandlerRpcHandler.java:123)
at com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandler.handle(AbstractRpcInvocationHandler.java:64)
at com.vaadin.flow.server.communication.ServerRpcHandler.handleInvocationData(ServerRpcHandler.java:409)
at com.vaadin.flow.server.communication.ServerRpcHandler.lambda$handleInvocations$1(ServerRpcHandler.java:390)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at com.vaadin.flow.server.communication.ServerRpcHandler.handleInvocations(ServerRpcHandler.java:390)
at com.vaadin.flow.server.communication.ServerRpcHandler.handleRpc(ServerRpcHandler.java:317)
at com.vaadin.flow.server.communication.UidlRequestHandler.synchronizedHandleRequest(UidlRequestHandler.java:114)
at com.vaadin.flow.server.SynchronizedRequestHandler.handleRequest(SynchronizedRequestHandler.java:40)
at com.vaadin.flow.server.VaadinService.handleRequest(VaadinService.java:1562)
at com.vaadin.flow.server.VaadinServlet.service(VaadinServlet.java:244)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:755)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1617)
at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:226)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:590)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:221)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.Server.handle(Server.java:500)
at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.RuntimeException: Method is not enabled
at com.vaadin.flow.uitest.ui.template.EventHandlerView.handleClientCall(EventHandlerView.java:73)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandler.invokeMethod(PublishedServerEventHandlerRpcHandler.java:205)
... 51 more
[INFO] Running com.vaadin.flow.uitest.ui.template.InjectedElementInsideMixinBehaviorIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 11094
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:00 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.569 s - in com.vaadin.flow.uitest.ui.template.InjectedElementInsideMixinBehaviorIT
[INFO] Running com.vaadin.flow.uitest.ui.template.EventHandlerIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 29597
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:59 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.679 s - in com.vaadin.flow.uitest.ui.template.EventHandlerIT
[INFO] Running com.vaadin.flow.uitest.ui.template.SetInitialTextIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 16095
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:00 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.325 s - in com.vaadin.flow.uitest.ui.template.SetInitialTextIT
[INFO] Running com.vaadin.flow.uitest.ui.template.TemplatesVisibilityIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 9996
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:00 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 15340
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:00 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 15172
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:00 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 26570
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:00 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.444 s - in com.vaadin.flow.uitest.ui.template.TemplatesVisibilityIT
[INFO] Running com.vaadin.flow.uitest.ui.template.AfterServerChangesIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 30721
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:55 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.249 s - in com.vaadin.flow.uitest.ui.template.AfterServerChangesIT
[INFO] Running com.vaadin.flow.uitest.ui.template.TemplateInTemplateIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 14840
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:57 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.225 s - in com.vaadin.flow.uitest.ui.template.TemplateInTemplateIT
[INFO] Running com.vaadin.flow.uitest.ui.template.ChangeInjectedComponentTextIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 16910
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:07 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.325 s - in com.vaadin.flow.uitest.ui.template.ChangeInjectedComponentTextIT
[INFO] Running com.vaadin.flow.uitest.ui.template.InjectScriptTagIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 23032
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:08 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.445 s - in com.vaadin.flow.uitest.ui.template.InjectScriptTagIT
[INFO] Running com.vaadin.flow.uitest.ui.template.collections.ListBindingIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 23477
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:03 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.003 s - in com.vaadin.flow.uitest.ui.template.collections.ListBindingIT
[INFO] Running com.vaadin.flow.uitest.ui.template.collections.ToggleNullListIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 13758
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:04 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.308 s - in com.vaadin.flow.uitest.ui.template.collections.ToggleNullListIT
[INFO] Running com.vaadin.flow.uitest.ui.template.ConvertToBeanIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 22983
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:09 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.573 s - in com.vaadin.flow.uitest.ui.template.ConvertToBeanIT
[INFO] Running com.vaadin.flow.uitest.ui.template.collections.ModelListIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 24422
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:05 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 13824
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:05 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 19502
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:06 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.605 s - in com.vaadin.flow.uitest.ui.template.collections.ModelListIT
[INFO] Running com.vaadin.flow.uitest.ui.template.collections.TwoWayListBindingIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 30385
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:05 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.199 s - in com.vaadin.flow.uitest.ui.template.collections.TwoWayListBindingIT
[INFO] Running com.vaadin.flow.uitest.ui.template.TemplateInTemplateWithIdIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 25922
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:02 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.647 s - in com.vaadin.flow.uitest.ui.template.TemplateInTemplateWithIdIT
[INFO] Running com.vaadin.flow.uitest.ui.template.AttachExistingDomElementByIdIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 1899
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:12 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.659 s - in com.vaadin.flow.uitest.ui.template.AttachExistingDomElementByIdIT
[INFO] Running com.vaadin.flow.uitest.ui.template.PropertiesUpdatedBeforeChangeEventsIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 20187
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:13 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.58 s - in com.vaadin.flow.uitest.ui.template.PropertiesUpdatedBeforeChangeEventsIT
[INFO] Running com.vaadin.flow.uitest.ui.template.InjectsJsTemplateIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 31164
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:12 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.131 s - in com.vaadin.flow.uitest.ui.template.InjectsJsTemplateIT
[INFO] Running com.vaadin.flow.uitest.ui.template.imports.LazyWidgetIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 7497
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:02:54 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.291 s - in com.vaadin.flow.uitest.ui.template.imports.LazyWidgetIT
[INFO] Running com.vaadin.flow.uitest.ui.template.DomRepeatIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 14753
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:13 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.717 s - in com.vaadin.flow.uitest.ui.template.DomRepeatIT
[INFO] Running com.vaadin.flow.uitest.ui.template.TemplateHasInjectedSubTemplateIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 1266
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:14 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.215 s - in com.vaadin.flow.uitest.ui.template.TemplateHasInjectedSubTemplateIT
[INFO] Running com.vaadin.flow.uitest.ui.template.JsGrandParentIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 13823
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:15 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.871 s - in com.vaadin.flow.uitest.ui.template.JsGrandParentIT
[INFO] Running com.vaadin.flow.uitest.ui.template.BasicTypeInListIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 13575
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:15 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.998 s - in com.vaadin.flow.uitest.ui.template.BasicTypeInListIT
[INFO] Running com.vaadin.flow.uitest.ui.template.UpdatableModelPropertiesIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 12304
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:16 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 21391
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:16 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 9237
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:16 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 8028
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:16 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.453 s - in com.vaadin.flow.uitest.ui.template.UpdatableModelPropertiesIT
[INFO] Running com.vaadin.flow.uitest.ui.template.OneWayPolymerBindingIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 20036
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:11 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.462 s - in com.vaadin.flow.uitest.ui.template.OneWayPolymerBindingIT
[INFO] Running com.vaadin.flow.uitest.ui.template.collections.ClearListIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 1619
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:03 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.936 s - in com.vaadin.flow.uitest.ui.template.collections.ClearListIT
[INFO] Running com.vaadin.flow.uitest.ui.template.PolymerPropertiesIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 12938
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:10 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.205 s - in com.vaadin.flow.uitest.ui.template.PolymerPropertiesIT
[INFO] Running com.vaadin.flow.uitest.ui.template.BeanInListingIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 28249
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:18 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.342 s - in com.vaadin.flow.uitest.ui.template.BeanInListingIT
[INFO] Running com.vaadin.flow.uitest.ui.template.PolymerTemplateWithoutShadowRootIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 6216
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:19 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.098 s - in com.vaadin.flow.uitest.ui.template.PolymerTemplateWithoutShadowRootIT
[INFO] Running com.vaadin.flow.uitest.ui.template.SubPropertyModelIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 5990
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:19 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.986 s - in com.vaadin.flow.uitest.ui.template.SubPropertyModelIT
[INFO] Running com.vaadin.flow.uitest.ui.template.TemplateAttributeIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 5088
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:11 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.194 s - in com.vaadin.flow.uitest.ui.template.TemplateAttributeIT
[qtp1467347285-83] WARN com.vaadin.flow.router.Router - Exception when parsing location path ?faulty
java.lang.IllegalArgumentException: Location string can not contain query parameters in this constructor
at com.vaadin.flow.router.Location.<init>(Location.java:77)
at com.vaadin.flow.router.Router.getLocationForRequest(Router.java:125)
at com.vaadin.flow.router.Router.resolveNavigationTarget(Router.java:163)
at com.vaadin.flow.server.BootstrapUtils.resolvePageConfigurationHolder(BootstrapUtils.java:299)
at com.vaadin.flow.server.BootstrapHandler$BootstrapContext.<init>(BootstrapHandler.java:194)
at com.vaadin.flow.server.communication.JavaScriptBootstrapHandler$JavaScriptBootstrapContext.<init>(JavaScriptBootstrapHandler.java:68)
at com.vaadin.flow.server.communication.JavaScriptBootstrapHandler$JavaScriptBootstrapContext.<init>(JavaScriptBootstrapHandler.java:64)
at com.vaadin.flow.server.communication.JavaScriptBootstrapHandler.createBootstrapContext(JavaScriptBootstrapHandler.java:143)
at com.vaadin.flow.server.BootstrapHandler.createAndInitUI(BootstrapHandler.java:1214)
at com.vaadin.flow.server.communication.JavaScriptBootstrapHandler.createAndInitUI(JavaScriptBootstrapHandler.java:94)
at com.vaadin.flow.server.communication.JavaScriptBootstrapHandler.getInitialJson(JavaScriptBootstrapHandler.java:219)
at com.vaadin.flow.server.communication.JavaScriptBootstrapHandler.synchronizedHandleRequest(JavaScriptBootstrapHandler.java:153)
at com.vaadin.flow.server.SynchronizedRequestHandler.handleRequest(SynchronizedRequestHandler.java:40)
at com.vaadin.flow.server.VaadinService.handleRequest(VaadinService.java:1562)
at com.vaadin.flow.server.VaadinServlet.service(VaadinServlet.java:244)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:755)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1617)
at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:226)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:590)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:221)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.Server.handle(Server.java:500)
at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
at java.base/java.lang.Thread.run(Thread.java:834)
[INFO] Running com.vaadin.flow.uitest.ui.dependencies.AnnotatedContextInlineIT
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in com.vaadin.flow.uitest.ui.dependencies.AnnotatedContextInlineIT
[INFO] Running com.vaadin.flow.uitest.ui.template.PolymerPropertyChangeEventIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 27382
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:16 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.276 s - in com.vaadin.flow.uitest.ui.template.PolymerPropertyChangeEventIT
[INFO] Running com.vaadin.flow.uitest.ui.template.PolymerPropertyMutationInObserverIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 11856
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:20 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.477 s - in com.vaadin.flow.uitest.ui.template.PolymerPropertyMutationInObserverIT
[INFO] Running com.vaadin.flow.uitest.ui.dependencies.DependenciesLoadingAnnotationsIT
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in com.vaadin.flow.uitest.ui.dependencies.DependenciesLoadingAnnotationsIT
[INFO] Running com.vaadin.flow.uitest.ui.IFrameIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 2716
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:01:06 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.78 s - in com.vaadin.flow.uitest.ui.IFrameIT
[INFO] Running com.vaadin.flow.uitest.ui.template.InvisibleDefaultPropertyValueIT
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in com.vaadin.flow.uitest.ui.template.InvisibleDefaultPropertyValueIT
[INFO] Running com.vaadin.flow.uitest.ui.template.MutationSeveralSyncedPropsIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 30218
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:19 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.347 s - in com.vaadin.flow.uitest.ui.template.MutationSeveralSyncedPropsIT
[INFO] Running com.vaadin.flow.uitest.ui.template.TemplateScalabilityIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 24931
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:21 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[pool-1-thread-13] WARN com.vaadin.flow.testutil.TestBenchHelpers - This message in browser log console may be a potential error: '[2020-11-17T02:03:25+0100] [WARNING] http://localhost:8888/view/VAADIN/build/vaadin-1-e1abfdcd1f98ac57451a.cache.js 1208:18319 "Could not find style data in module named" "shared-styles"'
[pool-1-thread-13] WARN com.vaadin.flow.testutil.TestBenchHelpers - This message in browser log console may be a potential error: '[2020-11-17T02:03:25+0100] [WARNING] http://localhost:8888/view/VAADIN/build/vaadin-1-e1abfdcd1f98ac57451a.cache.js 1208:18319 "Could not find style data in module named" "shared-styles"'
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.304 s - in com.vaadin.flow.uitest.ui.template.TemplateScalabilityIT
[INFO] Running com.vaadin.flow.uitest.ui.dependencies.DependenciesLoadingPageApiIT
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in com.vaadin.flow.uitest.ui.dependencies.DependenciesLoadingPageApiIT
[INFO] Running com.vaadin.flow.uitest.ui.ElementInnerHtmlIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 12104
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:23 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 6082
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:23 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.152 s - in com.vaadin.flow.uitest.ui.ElementInnerHtmlIT
[INFO] Running com.vaadin.flow.uitest.ui.template.EmptyListsIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 30118
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:18 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.457 s - in com.vaadin.flow.uitest.ui.template.EmptyListsIT
[INFO] Running com.vaadin.flow.uitest.ui.BrokenRouterLinkIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 12121
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:21 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 8766
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:22 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.188 s - in com.vaadin.flow.uitest.ui.BrokenRouterLinkIT
[INFO] Running com.vaadin.flow.uitest.ui.template.UpgradeElementIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 4213
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:21 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.869 s - in com.vaadin.flow.uitest.ui.template.UpgradeElementIT
[INFO] Running com.vaadin.flow.uitest.ui.template.collections.ListInsideListBindingIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 13733
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:03 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.901 s - in com.vaadin.flow.uitest.ui.template.collections.ListInsideListBindingIT
[INFO] Running com.vaadin.flow.uitest.ui.RouteNotFoundProdModeIT
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in com.vaadin.flow.uitest.ui.RouteNotFoundProdModeIT
[INFO] Running com.vaadin.flow.uitest.ui.ErrorPageIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 4022
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:22 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.765 s - in com.vaadin.flow.uitest.ui.ErrorPageIT
[INFO] Running com.vaadin.flow.uitest.ui.dependencies.ContextInlineApiIT
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in com.vaadin.flow.uitest.ui.dependencies.ContextInlineApiIT
[INFO] Running com.vaadin.flow.FaultyLocationIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 6325
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:24 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.367 s - in com.vaadin.flow.FaultyLocationIT
[INFO] Running com.vaadin.flow.uitest.ui.template.ExceptionsDuringPropertyUpdatesIT
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 20289
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 17, 2020 2:03:15 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.934 s - in com.vaadin.flow.uitest.ui.template.ExceptionsDuringPropertyUpdatesIT
[INFO]
[INFO] Results:
[INFO]
[WARNING] Tests run: 310, Failures: 0, Errors: 0, Skipped: 10
[INFO]
[INFO]
[INFO] --- jetty-maven-plugin:9.4.27.v20200227:stop (stop-jetty) @ flow-test-root-context-npm ---
[INFO] Waiting 5 seconds for jetty to stop
[INFO] Stopped ServerConnector@7bdbc503{HTTP/1.1, (http/1.1)}{0.0.0.0:8888}
[INFO] node0 Stopped scavenging
[INFO] Stopped o.e.j.m.p.JettyWebAppContext@21632526{/,file:///var/home/stbischof/dev/git/flow/flow-tests/test-root-context/src/main/webapp/,UNAVAILABLE}{file:///var/home/stbischof/dev/git/flow/flow-tests/test-root-context/src/main/webapp/}
[INFO] Server reports itself as stopped
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ flow-test-root-context-npm ---
[INFO] Building jar: /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target/flow-test-root-context-npm-6.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ flow-test-root-context-npm ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-failsafe-plugin:2.22.0:verify (default) @ flow-test-root-context-npm ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ flow-test-root-context-npm ---
[INFO] Installing /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target/flow-test-root-context-npm-6.0-SNAPSHOT.war to /var/home/stbischof/.m2/repository/com/vaadin/flow-test-root-context-npm/6.0-SNAPSHOT/flow-test-root-context-npm-6.0-SNAPSHOT.war
[INFO] Installing /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/pom.xml to /var/home/stbischof/.m2/repository/com/vaadin/flow-test-root-context-npm/6.0-SNAPSHOT/flow-test-root-context-npm-6.0-SNAPSHOT.pom
[INFO] Installing /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target/flow-test-root-context-npm-6.0-SNAPSHOT-tests.jar to /var/home/stbischof/.m2/repository/com/vaadin/flow-test-root-context-npm/6.0-SNAPSHOT/flow-test-root-context-npm-6.0-SNAPSHOT-tests.jar
[INFO] Installing /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target/flow-test-root-context-npm-6.0-SNAPSHOT-ui.jar to /var/home/stbischof/.m2/repository/com/vaadin/flow-test-root-context-npm/6.0-SNAPSHOT/flow-test-root-context-npm-6.0-SNAPSHOT-ui.jar
[INFO] Installing /var/home/stbischof/dev/git/flow/flow-tests/test-root-context/target/flow-test-root-context-npm-6.0-SNAPSHOT-sources.jar to /var/home/stbischof/.m2/repository/com/vaadin/flow-test-root-context-npm/6.0-SNAPSHOT/flow-test-root-context-npm-6.0-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:06 min
[INFO] Finished at: 2020-11-17T02:03:27+01:00
[INFO] ------------------------------------------------------------------------
⬢[stbischof@toolbox test-root-context]$ A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment