Console Output
Push event to branch trunk
16:49:27 Connecting to https://api.github.com using toor/****** (GitHub Access Token)
Obtained Jenkinsfile from ee17cd7f3f5f922b9bc160c5bcc186017b06538d
Running in Durability level: MAX_SURVIVABILITY
Loading library common-pipe@2.3.3
Attempting to resolve 2.3.3 from remote references...
> /usr/bin/git --version # timeout=10
> git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials Kyberorg GitLab
> /usr/bin/git ls-remote -h -- https://gitlab.com/yasys/common-pipe.git # timeout=10
Could not find 2.3.3 in remote references. Pulling heads to local for deep search...
> /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Setting origin to https://gitlab.com/yasys/common-pipe.git
> /usr/bin/git config remote.origin.url https://gitlab.com/yasys/common-pipe.git # timeout=10
Fetching origin...
Fetching upstream changes from origin
> /usr/bin/git --version # timeout=10
> git --version # 'git version 2.20.1'
> /usr/bin/git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials Kyberorg GitLab
> /usr/bin/git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10
> /usr/bin/git rev-parse 2.3.3^{commit} # timeout=10
> /usr/bin/git branch -a -v --no-abbrev --contains 78e505581bfc1d87a0194b7a0531760b3985472d # timeout=10
Selected match: master revision 78e505581bfc1d87a0194b7a0531760b3985472d
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential kyberorg_gl
> /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> /usr/bin/git config remote.origin.url https://gitlab.com/yasys/common-pipe.git # timeout=10
Fetching without tags
Fetching upstream changes from https://gitlab.com/yasys/common-pipe.git
> /usr/bin/git --version # timeout=10
> git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials Kyberorg GitLab
> /usr/bin/git fetch --no-tags --force --progress -- https://gitlab.com/yasys/common-pipe.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 78e505581bfc1d87a0194b7a0531760b3985472d (master)
> /usr/bin/git config core.sparsecheckout # timeout=10
> /usr/bin/git checkout -f 78e505581bfc1d87a0194b7a0531760b3985472d # timeout=10
Commit message: "Merge branch 'steps-fix' into 'master'"
> /usr/bin/git rev-list --no-walk 78e505581bfc1d87a0194b7a0531760b3985472d # timeout=10
Loading library common-lib@1.8
Attempting to resolve 1.8 from remote references...
> /usr/bin/git --version # timeout=10
> git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials YaBot gitlab
> /usr/bin/git ls-remote -h -- https://gitlab.com/yasys/jenkins/common-lib.git # timeout=10
Could not find 1.8 in remote references. Pulling heads to local for deep search...
> /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Setting origin to https://gitlab.com/yasys/jenkins/common-lib.git
> /usr/bin/git config remote.origin.url https://gitlab.com/yasys/jenkins/common-lib.git # timeout=10
Fetching origin...
Fetching upstream changes from origin
> /usr/bin/git --version # timeout=10
> git --version # 'git version 2.20.1'
> /usr/bin/git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials YaBot gitlab
> /usr/bin/git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10
> /usr/bin/git rev-parse 1.8^{commit} # timeout=10
> /usr/bin/git branch -a -v --no-abbrev --contains b84c7e9999dbe0ce637e457a7a0629b9552f9bee # timeout=10
Selected match: master revision b84c7e9999dbe0ce637e457a7a0629b9552f9bee
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential yabot-gitlab
> /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> /usr/bin/git config remote.origin.url https://gitlab.com/yasys/jenkins/common-lib.git # timeout=10
Fetching without tags
Fetching upstream changes from https://gitlab.com/yasys/jenkins/common-lib.git
> /usr/bin/git --version # timeout=10
> git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials YaBot gitlab
> /usr/bin/git fetch --no-tags --force --progress -- https://gitlab.com/yasys/jenkins/common-lib.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision b84c7e9999dbe0ce637e457a7a0629b9552f9bee (master)
> /usr/bin/git config core.sparsecheckout # timeout=10
> /usr/bin/git checkout -f b84c7e9999dbe0ce637e457a7a0629b9552f9bee # timeout=10
Commit message: "Vaadin without rewriting files"
> /usr/bin/git rev-list --no-walk 0dbc0c46c784d86e1bcb06ecf3f84a8bf721d957 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/yals_trunk
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential github
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/yadevee/yals.git
> /usr/bin/git init /var/lib/jenkins/workspace/yals_trunk # timeout=10
Fetching upstream changes from https://github.com/yadevee/yals.git
> /usr/bin/git --version # timeout=10
> git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub Access Token
> /usr/bin/git fetch --no-tags --force --progress -- https://github.com/yadevee/yals.git +refs/heads/trunk:refs/remotes/origin/trunk # timeout=10
> /usr/bin/git config remote.origin.url https://github.com/yadevee/yals.git # timeout=10
> /usr/bin/git config --add remote.origin.fetch +refs/heads/trunk:refs/remotes/origin/trunk # timeout=10
Avoid second fetch
Checking out Revision ee17cd7f3f5f922b9bc160c5bcc186017b06538d (trunk)
> /usr/bin/git config core.sparsecheckout # timeout=10
> /usr/bin/git checkout -f ee17cd7f3f5f922b9bc160c5bcc186017b06538d # timeout=10
> /usr/bin/git branch -a -v --no-abbrev # timeout=10
> /usr/bin/git checkout -b trunk ee17cd7f3f5f922b9bc160c5bcc186017b06538d # timeout=10
Commit message: "Merge pull request #245 from yadevee/236-prod-mode"
> /usr/bin/git rev-list --no-walk b67b9df788ab3cf502bdd9f3e44fa35e85def7e1 # timeout=10
Cleaning workspace
> /usr/bin/git rev-parse --verify HEAD # timeout=10
Resetting working tree
> /usr/bin/git reset --hard # timeout=10
> /usr/bin/git clean -fdx # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Vaadin)
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ set +x
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------------< eu.yals:yals >----------------------------
[INFO] Building yals 2.7.4-dev
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from repo: https://repo.yadev.eu/artifactory/jcenter/org/webjars/npm/mobile-drag-drop/maven-metadata.xml
Downloading from vaadin-addons: https://maven.vaadin.com/vaadin-addons/org/webjars/npm/mobile-drag-drop/maven-metadata.xml
Progress (1): 457 B
Downloaded from repo: https://repo.yadev.eu/artifactory/jcenter/org/webjars/npm/mobile-drag-drop/maven-metadata.xml (457 B at 632 B/s)
Downloading from Vaadin Directory: https://maven.vaadin.com/vaadin-addons/org/webjars/npm/mobile-drag-drop/maven-metadata.xml
Downloading from webjars: https://dl.bintray.com/webjars/maven/org/webjars/npm/mobile-drag-drop/maven-metadata.xml
Downloading from Vaadin prereleases: http://maven.vaadin.com/vaadin-prereleases/org/webjars/npm/mobile-drag-drop/maven-metadata.xml
Progress (1): 457 B
Downloaded from webjars: https://dl.bintray.com/webjars/maven/org/webjars/npm/mobile-drag-drop/maven-metadata.xml (457 B at 6.9 kB/s)
Downloading from vaadin-snapshots: https://oss.sonatype.org/content/repositories/vaadin-snapshots/org/webjars/npm/mobile-drag-drop/maven-metadata.xml
Downloading from vaadin-addons: https://maven.vaadin.com/vaadin-addons/com/bugsnag/bugsnag-spring/maven-metadata.xml
Downloading from repo: https://repo.yadev.eu/artifactory/jcenter/com/bugsnag/bugsnag-spring/maven-metadata.xml
Progress (1): 700 B
Downloaded from repo: https://repo.yadev.eu/artifactory/jcenter/com/bugsnag/bugsnag-spring/maven-metadata.xml (700 B at 13 kB/s)
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ yals ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.2:revision (default) @ yals ---
[INFO] dotGitDirectory /var/lib/jenkins/workspace/yals_trunk/.git
[INFO] Collected git.build.user.name with value
[INFO] Collected git.build.user.email with value
[INFO] Using environment variable based branch name. GIT_LOCAL_BRANCH = trunk
[INFO] Collected git.branch with value trunk
[INFO] --always = true
[INFO] --dirty = -dirty
[INFO] --abbrev = 7
[INFO] Tag refs [[]]
[INFO] Created map: [{}]
[INFO] evalCommit is [ee17cd7f3f5f922b9bc160c5bcc186017b06538d]
[INFO] Collected git.commit.id.describe with value ee17cd7
[INFO] Collected git.commit.id.describe-short with value ee17cd7
[INFO] Collected git.commit.id with value ee17cd7f3f5f922b9bc160c5bcc186017b06538d
[INFO] Collected git.commit.id.abbrev with value ee17cd7
[INFO] Collected git.dirty with value false
[INFO] Collected git.commit.user.name with value Alex Muravya
[INFO] Collected git.commit.user.email with value kyberorg@yadev.eu
[INFO] Collected git.commit.message.full with value Merge pull request #245 from yadevee/236-prod-mode
Vaadin prod mode without rewritting prop files (#236)
[INFO] Collected git.commit.message.short with value Merge pull request #245 from yadevee/236-prod-mode
[INFO] Collected git.commit.time with value 2020-11-15T16:49:09+0200
[INFO] Collected git.remote.origin.url with value https://github.com/yadevee/yals.git
[INFO] Collected git.tags with value
[INFO] evalCommit is [ee17cd7f3f5f922b9bc160c5bcc186017b06538d]
[INFO] Tag refs [[]]
[INFO] Created map: [{}]
[INFO] Collected git.closest.tag.name with value
[INFO] evalCommit is [ee17cd7f3f5f922b9bc160c5bcc186017b06538d]
[INFO] Tag refs [[]]
[INFO] Created map: [{}]
[INFO] Collected git.closest.tag.commit.count with value
[INFO] Collected git.total.commit.count with value 289
[INFO] Collected git.local.branch.ahead with value NO_REMOTE
[INFO] Collected git.local.branch.behind with value NO_REMOTE
[INFO] Collected git.build.time with value 2020-11-15T16:49:45+0200
[INFO] Collected git.build.version with value 2.7.4-dev
[INFO] Collected git.build.host with value CI
[INFO] Collected git.build.number with value 3
[INFO] including property git.tags in results
[INFO] including property git.build.version in results
[INFO] including property git.closest.tag.commit.count in results
[INFO] including property git.commit.user.name in results
[INFO] including property git.commit.id.abbrev in results
[INFO] including property git.branch in results
[INFO] including property git.build.host in results
[INFO] including property git.commit.id.describe-short in results
[INFO] including property git.build.number in results
[INFO] including property git.total.commit.count in results
[INFO] including property git.commit.id.describe in results
[INFO] including property git.commit.id in results
[INFO] including property git.build.user.email in results
[INFO] including property git.commit.message.short in results
[INFO] including property git.commit.user.email in results
[INFO] including property git.closest.tag.name in results
[INFO] including property git.local.branch.ahead in results
[INFO] including property git.local.branch.behind in results
[INFO] including property git.commit.time in results
[INFO] including property git.build.time in results
[INFO] including property git.build.user.name in results
[INFO] including property git.dirty in results
[INFO] including property git.commit.message.full in results
[INFO] including property git.remote.origin.url in results
[INFO] Writing properties file to [/var/lib/jenkins/workspace/yals_trunk/target/classes/git.properties] (for module yals)...
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by nu.studer.java.util.OrderedProperties (file:/var/lib/jenkins/.m2/repository/nu/studer/java-ordered-properties/1.0.4/java-ordered-properties-1.0.4.jar) to method java.util.Properties.store0(java.io.BufferedWriter,java.lang.String,boolean)
WARNING: Please consider reporting this to the maintainers of nu.studer.java.util.OrderedProperties
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]
[INFO] --- properties-maven-plugin:1.0.0:write-project-properties (default) @ yals ---
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ yals ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] Copying 51 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ yals ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 79 source files to /var/lib/jenkins/workspace/yals_trunk/target/classes
[INFO] /var/lib/jenkins/workspace/yals_trunk/src/main/java/eu/yals/utils/AppUtils.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/workspace/yals_trunk/src/main/java/eu/yals/utils/AppUtils.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- vaadin-maven-plugin:14.4.1:prepare-frontend (default) @ yals ---
[INFO] Added 12 default dependencies to main package.json
[INFO] Updated npm /var/lib/jenkins/workspace/yals_trunk/package.json.
[INFO] Copying frontend resources from jar files ...
[INFO] Visited 262 resources. Took 191 ms.
[INFO] Created webpack configuration file: /var/lib/jenkins/workspace/yals_trunk/webpack.config.js
[INFO]
[INFO] --- vaadin-maven-plugin:14.4.1:build-frontend (default) @ yals ---
[INFO] Scanning classes to find frontend configurations and dependencies...
[INFO] Visited 1233 classes. Took 2368 ms.
[INFO] Visited 172 classes. Took 146 ms.
[INFO] Added 47 dependencies to main package.json
[INFO] Updated npm /var/lib/jenkins/workspace/yals_trunk/package.json.
[INFO] Running `npm install` to resolve and optionally download frontend dependencies. This may take a moment, please stand by...
npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/watchpack-chokidar2/node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/@nicolo-ribaudo/chokidar-2/node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/webpack-dev-server/node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN no-name@ No repository field.
[INFO] Frontend dependencies resolved successfully.
[INFO] Copying frontend resources from jar files ...
[INFO] Visited 262 resources. Took 113 ms.
[INFO] Updated /var/lib/jenkins/workspace/yals_trunk/target/frontend/generated-flow-imports-fallback.js
[INFO] Updated /var/lib/jenkins/workspace/yals_trunk/target/frontend/generated-flow-imports.js
[INFO] Running webpack ...
The `corejs` option only has an effect when the `useBuiltIns` option is not `false`
The `corejs` option only has an effect when the `useBuiltIns` option is not `false`
Emitted /var/lib/jenkins/workspace/yals_trunk/target/classes/META-INF/VAADIN/config/stats.json
Hash: 5b915447b2009f87fec5
Version: webpack 4.42.0
Time: 62029ms
Built at: 11/15/2020 4:52:44 PM
Asset Size Chunks Chunk Names
build/vaadin-0-587cdd617a2fc763218b.cache.js 22 KiB 0 [emitted] [immutable]
build/vaadin-0-587cdd617a2fc763218b.cache.js.gz 6.83 KiB [emitted]
build/vaadin-3-dfd17b768ab90413f01e.cache.js 2.14 MiB 3 [emitted] [immutable] [big]
build/vaadin-3-dfd17b768ab90413f01e.cache.js.gz 505 KiB [emitted]
build/vaadin-4-e9efa0f5b6fb2ce22fba.cache.js 1.83 MiB 4 [emitted] [immutable]
build/vaadin-4-e9efa0f5b6fb2ce22fba.cache.js.gz 481 KiB [emitted]
build/vaadin-5-dbbb485e0f564a087cd1.cache.js 850 bytes 5 [emitted] [immutable]
build/vaadin-5-dbbb485e0f564a087cd1.cache.js.gz 345 bytes [emitted]
build/vaadin-6-5a7291b7773ef6a356c8.cache.js 850 bytes 6 [emitted] [immutable]
build/vaadin-6-5a7291b7773ef6a356c8.cache.js.gz 341 bytes [emitted]
build/vaadin-bundle-5e1de71f6108ec7dc702.cache.js 167 KiB 1 [emitted] [immutable] bundle
build/vaadin-bundle-5e1de71f6108ec7dc702.cache.js.gz 43.9 KiB [emitted]
build/vaadin-bundle.es5-15cdd8d61a59a51c6318.cache.js 202 KiB 2 [emitted] [immutable] bundle.es5
build/vaadin-bundle.es5-15cdd8d61a59a51c6318.cache.js.gz 48.2 KiB [emitted]
build/webcomponentsjs/CHANGELOG.md 2.04 KiB [emitted]
build/webcomponentsjs/LICENSE.md 1.52 KiB [emitted]
build/webcomponentsjs/README.md 10.9 KiB [emitted]
build/webcomponentsjs/bundles/webcomponents-ce.js 20 KiB [emitted]
build/webcomponentsjs/bundles/webcomponents-ce.js.map 121 KiB [emitted]
build/webcomponentsjs/bundles/webcomponents-pf_dom.js 9.1 KiB [emitted]
build/webcomponentsjs/bundles/webcomponents-pf_dom.js.map 33.4 KiB [emitted]
build/webcomponentsjs/bundles/webcomponents-pf_js.js 13.7 KiB [emitted]
build/webcomponentsjs/bundles/webcomponents-pf_js.js.map 48.9 KiB [emitted]
build/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js 124 KiB [emitted]
build/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map 709 KiB [emitted]
build/webcomponentsjs/bundles/webcomponents-sd-ce.js 89 KiB [emitted]
build/webcomponentsjs/bundles/webcomponents-sd-ce.js.map 555 KiB [emitted]
build/webcomponentsjs/bundles/webcomponents-sd.js 69.9 KiB [emitted]
build/webcomponentsjs/bundles/webcomponents-sd.js.map 434 KiB [emitted]
build/webcomponentsjs/custom-elements-es5-adapter.js 954 bytes [emitted]
build/webcomponentsjs/package.json 2.71 KiB [emitted]
build/webcomponentsjs/src/entrypoints/custom-elements-es5-adapter-index.js 659 bytes [emitted]
build/webcomponentsjs/src/entrypoints/webcomponents-bundle-index.js 1.66 KiB [emitted]
build/webcomponentsjs/src/entrypoints/webcomponents-ce-index.js 675 bytes [emitted]
build/webcomponentsjs/src/entrypoints/webcomponents-pf_dom-index.js 794 bytes [emitted]
build/webcomponentsjs/src/entrypoints/webcomponents-pf_js-index.js 611 bytes [emitted]
build/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-index.js 860 bytes [emitted]
build/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-pf-index.js 1.12 KiB [emitted]
build/webcomponentsjs/src/entrypoints/webcomponents-sd-index.js 767 bytes [emitted]
build/webcomponentsjs/src/flag-parser.js 2.35 KiB [emitted]
build/webcomponentsjs/src/platform/baseuri.js 1.13 KiB [emitted]
build/webcomponentsjs/src/platform/child-node/after.js 1.96 KiB [emitted]
build/webcomponentsjs/src/platform/child-node/before.js 1.59 KiB [emitted]
build/webcomponentsjs/src/platform/child-node/index.js 637 bytes [emitted]
build/webcomponentsjs/src/platform/child-node/remove.js 1.43 KiB [emitted]
build/webcomponentsjs/src/platform/child-node/replace-with.js 1.73 KiB [emitted]
build/webcomponentsjs/src/platform/custom-event.js 3.34 KiB [emitted]
build/webcomponentsjs/src/platform/es6-misc.js 1.2 KiB [emitted]
build/webcomponentsjs/src/platform/get-attribute-names.js 1.45 KiB [emitted]
build/webcomponentsjs/src/platform/matches.js 802 bytes [emitted]
build/webcomponentsjs/src/platform/parent-node/append.js 1.16 KiB [emitted]
build/webcomponentsjs/src/platform/parent-node/index.js 621 bytes [emitted]
build/webcomponentsjs/src/platform/parent-node/prepend.js 1.7 KiB [emitted]
build/webcomponentsjs/src/platform/parent-node/replace-children.js 1.86 KiB [emitted]
build/webcomponentsjs/src/platform/promise.js 2.07 KiB [emitted]
build/webcomponentsjs/src/platform/svg-element-class-list.js 1.48 KiB [emitted]
build/webcomponentsjs/src/platform/symbol.js 2.16 KiB [emitted]
build/webcomponentsjs/src/unresolved.js 1.37 KiB [emitted]
build/webcomponentsjs/webcomponents-bundle.js 125 KiB [emitted]
build/webcomponentsjs/webcomponents-bundle.js.map 711 KiB [emitted]
build/webcomponentsjs/webcomponents-loader.js 6.13 KiB [emitted]
Entrypoint bundle = build/vaadin-bundle-5e1de71f6108ec7dc702.cache.js
Entrypoint bundle.es5 = build/vaadin-bundle.es5-15cdd8d61a59a51c6318.cache.js
[60] ../node_modules/@polymer/polymer/lib/elements/custom-style.js?babel-target=es5 + 1 modules 8.24 KiB {2} [built]
| 2 modules
[61] ../node_modules/@polymer/polymer/lib/elements/custom-style.js?babel-target=es6 + 1 modules 6.32 KiB {1} [built]
| 2 modules
[70] ./css/home_view.css 2.25 KiB {1} {2} [built]
[128] ../target/frontend/generated-flow-imports.js?babel-target=es6 + 2 modules 16 KiB {1} [built]
| ../target/frontend/generated-flow-imports.js?babel-target=es6 1.62 KiB [built]
| + 2 hidden modules
[129] ../target/frontend/generated-flow-imports.js?babel-target=es5 + 2 modules 16.2 KiB {2} [built]
| ../target/frontend/generated-flow-imports.js?babel-target=es5 1.63 KiB [built]
| + 2 hidden modules
[162] ../node_modules/@vaadin/vaadin-icons/vaadin-icons.js?babel-target=es5 + 1 modules 238 KiB {3} [built]
| 2 modules
[163] ../node_modules/@vaadin/vaadin-icons/vaadin-icons.js?babel-target=es6 + 1 modules 233 KiB {4} [built]
| 2 modules
[166] ../node_modules/@vaadin/vaadin-text-field/theme/lumo/vaadin-text-field.js?babel-target=es6 + 1 modules 12.4 KiB {4} [built]
| 2 modules
[167] ../node_modules/@vaadin/vaadin-text-field/theme/lumo/vaadin-text-field.js?babel-target=es5 + 1 modules 25.7 KiB {3} [built]
| 2 modules
[200] ../node_modules/@vaadin/vaadin-item/theme/lumo/vaadin-item.js?babel-target=es6 + 1 modules 2.22 KiB {4} [built]
| 2 modules
[201] ../node_modules/@vaadin/vaadin-item/theme/lumo/vaadin-item.js?babel-target=es5 + 1 modules 2.55 KiB {3} [built]
| 2 modules
[222] ../node_modules/@vaadin/vaadin-list-box/theme/lumo/vaadin-list-box.js?babel-target=es6 + 1 modules 2.84 KiB {4} [built]
| 2 modules
[223] ../node_modules/@vaadin/vaadin-list-box/theme/lumo/vaadin-list-box.js?babel-target=es5 + 1 modules 3.21 KiB {3} [built]
| 2 modules
[584] ../target/frontend/generated-flow-imports-fallback.js 6.97 KiB {6} [built]
[585] ../target/frontend/generated-flow-imports-fallback.js 6.97 KiB {5} [built]
+ 571 hidden modules
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (2 MiB).
This can impact web performance.
Assets:
build/vaadin-3-dfd17b768ab90413f01e.cache.js (2.14 MiB)
[INFO] update-frontend took 166994ms.
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ yals ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ yals ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ yals ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ yals ---
[INFO] Building jar: /var/lib/jenkins/workspace/yals_trunk/target/yals.jar
[INFO]
[INFO] --- spring-boot-maven-plugin:2.3.4.RELEASE:repackage (repackage) @ yals ---
[INFO] Replacing main artifact with repackaged archive
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:08 min
[INFO] Finished at: 2020-11-15T16:52:47+02:00
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Dev Build)
Stage "Dev Build" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Demo Build)
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Tag Build)
Stage "Tag Build" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker)
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ set +x
Sending build context to Docker daemon 304.5MB
Step 1/10 : FROM openjdk:11-jdk
---> fcfdce4526df
Step 2/10 : VOLUME /tmp
---> Running in 64d4f9cd87a7
Removing intermediate container 64d4f9cd87a7
---> 2736d1f3956e
Step 3/10 : COPY ./target/yals.jar /app/
---> 73bd87e1c7e6
Step 4/10 : COPY ./docker-entrypoint.sh /
---> 0d158f442994
Step 5/10 : ADD https://search.maven.org/remotecontent?filepath=co/elastic/apm/elastic-apm-agent/1.19.0/elastic-apm-agent-1.19.0.jar /apm-agent.jar
---> 9b7c20b54924
Step 6/10 : RUN sh -c 'chmod +x /docker-entrypoint.sh'
---> Running in 186d0a1dfac1
Removing intermediate container 186d0a1dfac1
---> afc607f1ceac
Step 7/10 : RUN sh -c 'apt-get update && apt-get upgrade -y && apt-get install -y netcat curl jq && apt -y autoremove && rm -rf /var/lib/apt/lists/*'
---> Running in af9054e2d4e8
Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [248 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
Fetched 8401 kB in 2s (3818 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
base-files libfreetype6 libgnutls30 libldap-2.4-2 libldap-common libperl5.28
perl perl-base perl-modules-5.28 tzdata
10 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 10.6 MB of archives.
After this operation, 28.7 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 base-files amd64 10.3+deb10u6 [69.8 kB]
Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u3 [89.7 kB]
Get:3 http://deb.debian.org/debian buster/main amd64 libperl5.28 amd64 5.28.1-6+deb10u1 [3894 kB]
Get:4 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u3 [225 kB]
Get:5 http://security.debian.org/debian-security buster/updates/main amd64 libfreetype6 amd64 2.9.1-3+deb10u2 [380 kB]
Get:6 http://deb.debian.org/debian buster/main amd64 perl amd64 5.28.1-6+deb10u1 [204 kB]
Get:7 http://deb.debian.org/debian buster/main amd64 perl-base amd64 5.28.1-6+deb10u1 [1514 kB]
Get:8 http://deb.debian.org/debian buster/main amd64 perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB]
Get:9 http://deb.debian.org/debian buster/main amd64 libgnutls30 amd64 3.6.7-4+deb10u5 [1124 kB]
Get:10 http://deb.debian.org/debian buster-updates/main amd64 tzdata all 2020d-0+deb10u1 [264 kB]
[91mdebconf: delaying package configuration, since apt-utils is not installed
[0mFetched 10.6 MB in 0s (44.5 MB/s)
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12561 files and directories currently installed.)
Preparing to unpack .../base-files_10.3+deb10u6_amd64.deb ...
Unpacking base-files (10.3+deb10u6) over (10.3+deb10u4) ...
Setting up base-files (10.3+deb10u6) ...
Installing new version of config file /etc/debian_version ...
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12561 files and directories currently installed.)
Preparing to unpack .../libperl5.28_5.28.1-6+deb10u1_amd64.deb ...
Unpacking libperl5.28:amd64 (5.28.1-6+deb10u1) over (5.28.1-6) ...
Preparing to unpack .../perl_5.28.1-6+deb10u1_amd64.deb ...
Unpacking perl (5.28.1-6+deb10u1) over (5.28.1-6) ...
Preparing to unpack .../perl-base_5.28.1-6+deb10u1_amd64.deb ...
Unpacking perl-base (5.28.1-6+deb10u1) over (5.28.1-6) ...
Setting up perl-base (5.28.1-6+deb10u1) ...
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12561 files and directories currently installed.)
Preparing to unpack .../perl-modules-5.28_5.28.1-6+deb10u1_all.deb ...
Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) over (5.28.1-6) ...
Preparing to unpack .../libgnutls30_3.6.7-4+deb10u5_amd64.deb ...
Unpacking libgnutls30:amd64 (3.6.7-4+deb10u5) over (3.6.7-4+deb10u4) ...
Setting up libgnutls30:amd64 (3.6.7-4+deb10u5) ...
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12561 files and directories currently installed.)
Preparing to unpack .../tzdata_2020d-0+deb10u1_all.deb ...
Unpacking tzdata (2020d-0+deb10u1) over (2020a-0+deb10u1) ...
Preparing to unpack .../libldap-common_2.4.47+dfsg-3+deb10u3_all.deb ...
Unpacking libldap-common (2.4.47+dfsg-3+deb10u3) over (2.4.47+dfsg-3+deb10u2) ...
Preparing to unpack .../libldap-2.4-2_2.4.47+dfsg-3+deb10u3_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u3) over (2.4.47+dfsg-3+deb10u2) ...
Preparing to unpack .../libfreetype6_2.9.1-3+deb10u2_amd64.deb ...
Unpacking libfreetype6:amd64 (2.9.1-3+deb10u2) over (2.9.1-3+deb10u1) ...
Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ...
Setting up libldap-common (2.4.47+dfsg-3+deb10u3) ...
Setting up tzdata (2020d-0+deb10u1) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Current default time zone: 'Etc/UTC'
Local time is now: Sun Nov 15 14:53:28 UTC 2020.
Universal Time is now: Sun Nov 15 14:53:28 UTC 2020.
Run 'dpkg-reconfigure tzdata' if you wish to change it.
Setting up libfreetype6:amd64 (2.9.1-3+deb10u2) ...
Setting up libperl5.28:amd64 (5.28.1-6+deb10u1) ...
Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u3) ...
Setting up perl (5.28.1-6+deb10u1) ...
Processing triggers for libc-bin (2.28-10) ...
Reading package lists...
Building dependency tree...
Reading state information...
curl is already the newest version (7.64.0-4+deb10u1).
The following additional packages will be installed:
libjq1 libonig5 netcat-traditional
The following NEW packages will be installed:
jq libjq1 libonig5 netcat netcat-traditional
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 431 kB of archives.
After this operation, 1228 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 netcat-traditional amd64 1.10-41.1 [66.9 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
Get:3 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
Get:4 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 netcat all 1.10-41.1 [9034 B]
[91mdebconf: delaying package configuration, since apt-utils is not installed
[0mFetched 431 kB in 0s (11.4 MB/s)
Selecting previously unselected package netcat-traditional.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12561 files and directories currently installed.)
Preparing to unpack .../netcat-traditional_1.10-41.1_amd64.deb ...
Unpacking netcat-traditional (1.10-41.1) ...
Selecting previously unselected package libonig5:amd64.
Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ...
Unpacking libonig5:amd64 (6.9.1-1) ...
Selecting previously unselected package libjq1:amd64.
Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ...
Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
Selecting previously unselected package jq.
Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ...
Unpacking jq (1.5+dfsg-2+b1) ...
Selecting previously unselected package netcat.
Preparing to unpack .../netcat_1.10-41.1_all.deb ...
Unpacking netcat (1.10-41.1) ...
Setting up netcat-traditional (1.10-41.1) ...
update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode
Setting up netcat (1.10-41.1) ...
Setting up libonig5:amd64 (6.9.1-1) ...
Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
Setting up jq (1.5+dfsg-2+b1) ...
Processing triggers for libc-bin (2.28-10) ...
[91m
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
[0mReading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Removing intermediate container af9054e2d4e8
---> 6b681806125a
Step 8/10 : ENTRYPOINT ./docker-entrypoint.sh
---> Running in fd8944a21b26
Removing intermediate container fd8944a21b26
---> df3ad0f52eab
Step 9/10 : EXPOSE 8080
---> Running in 92fd39fef1c9
Removing intermediate container 92fd39fef1c9
---> cb03dfcd654c
Step 10/10 : HEALTHCHECK --start-period=60s --interval=5s --timeout=20s --retries=3 CMD curl --silent --request GET http://127.0.0.1:8080/actuator/health | jq --exit-status '.status == "UP"' || exit 1
---> Running in c8af8e67e1e3
Removing intermediate container c8af8e67e1e3
---> 7fe2ec0bdefd
Successfully built 7fe2ec0bdefd
Successfully tagged yadev/yals:trunk
[Pipeline] withCredentials
Masking supported pattern matches of $USR or $PASS
[Pipeline] {
[Pipeline] sh
+ set +x
WARNING! Your password will be stored unencrypted in /var/lib/jenkins/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
Login Succeeded
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] sh
+ set +x
The push refers to repository [docker.io/yadev/yals]
89b16c7cb824: Preparing
b8b3f452b5b1: Preparing
04f8023eec7a: Preparing
5119705d315d: Preparing
3764d68793f1: Preparing
4f866e977815: Preparing
f73b2345c404: Preparing
f5181c7ef902: Preparing
2e5b4ca91984: Preparing
527ade4639e0: Preparing
c2c789d2d3c5: Preparing
8803ef42039d: Preparing
f73b2345c404: Waiting
527ade4639e0: Waiting
f5181c7ef902: Waiting
c2c789d2d3c5: Waiting
8803ef42039d: Waiting
4f866e977815: Waiting
04f8023eec7a: Layer already exists
4f866e977815: Layer already exists
f73b2345c404: Layer already exists
f5181c7ef902: Layer already exists
2e5b4ca91984: Layer already exists
527ade4639e0: Layer already exists
c2c789d2d3c5: Layer already exists
8803ef42039d: Layer already exists
b8b3f452b5b1: Pushed
5119705d315d: Pushed
89b16c7cb824: Pushed
3764d68793f1: Pushed
trunk: digest: sha256:80c7e6329122463a36d94a18bf0810214620999854b6f6c1354bf69155510619 size: 2843
Pausing (Preparing for shutdown)
Resuming (Shutdown was canceled)
[Pipeline] sh
+ set +x
Removing login credentials for https://index.docker.io/v1/
[Pipeline] sh
+ set +x
Untagged: yadev/yals:trunk
Untagged: yadev/yals@sha256:80c7e6329122463a36d94a18bf0810214620999854b6f6c1354bf69155510619
Deleted: sha256:7fe2ec0bdefd2a9d9237b0fc333626f093fcb050dc94887f8ad3fcf3f8962468
Deleted: sha256:cb03dfcd654c0f196ba31221fc60e03c67a47e2ee832977cd330a058ddf0637d
Deleted: sha256:df3ad0f52eab9fdc609f7f1fe0374d208cac26b44e97fb7b99726990d12faef7
Deleted: sha256:6b681806125a0c5c898bbd11f8ce2228ae2bea342cddd2a0bb0557047f389ea8
Deleted: sha256:a07162dc1ec9afefc24367379a88f99d8987ad0c1be1d8eab120f0fff3a57836
Deleted: sha256:afc607f1ceac2163fc0756bcc89534339a719db5ccea20651dc8bffe86556121
Deleted: sha256:1da7ae0fbab86e11f861811eca68df1261dd47c25fe7aef31c4d32dc5d2b188b
Deleted: sha256:9b7c20b54924f5404d9db7515fb3b9b55a1b918303c056a0eaf505f89528a6b6
Deleted: sha256:65427ae93711774ff62930cc0b58ab5bc24f9047bbb7d4efa8ae751076f2c08c
Deleted: sha256:0d158f442994f67397481a34d00a9e5dcd19334060a417675fbb1f7e9383c30f
Deleted: sha256:95d00d3aea62c759906fa1084c97ae1adf62461ff7187469bd15fb4c44ee5e65
Deleted: sha256:73bd87e1c7e6ab56b3e14316564c34ae2a6bcecd669d22215079ed75208da4be
Deleted: sha256:7a20990c50b924a182a08b93377f2c550a7ec6c1e2a1b9062955d68b31628a40
Deleted: sha256:2736d1f3956e8b4777fc95d21a5b022898af2c4b5539f6ad1877ea5c4e7f4388
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
Deploying to Demo
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] echo
Namespace:qa-yals
[Pipeline] sh
+ kubectl -n qa-yals set image deployment/yals-app app=yadev/yals:trunk --record
deployment.apps/yals-app image updated
[Pipeline] sh
+ kubectl -n qa-yals rollout restart deployment/yals-app
deployment.apps/yals-app restarted
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Wait For Deploy prior Testing)
[Pipeline] echo
Waiting for deployment to complete prior starting smoke testing
[Pipeline] script
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 min 0 sec
[Pipeline] {
[Pipeline] input
Shall we proceed?
Yes or Abort
Cancelling nested steps due to timeout
[Pipeline] }
[Pipeline] // timeout
[Pipeline] echo
Timeout reached, continue to next stage
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (App and UI Tests)
[Pipeline] script
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $USR or $PASS
[Pipeline] {
[Pipeline] sh
+ wget -q --spider http://localhost:6328
[Pipeline] sh
Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
Affected argument(s) used the following variable(s): [PASS, USR]
See https://jenkins.io/redirect/groovy-string-interpolation for details.
+ mvn -Dport=6328 -Dtest.url=https://demo.yals.eu -Dgrid.hostname=****:****@grid.yatech.eu -Dselenide.browser=chrome -Dtest.buildName=trunk-3 -Dtest=!eu.yals.test.ui.pages.** clean test
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------------< eu.yals:yals >----------------------------
[INFO] Building yals 2.7.4-dev
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ yals ---
[INFO] Deleting /var/lib/jenkins/workspace/yals_trunk/target
[INFO]
[INFO] --- git-commit-id-plugin:4.0.2:revision (default) @ yals ---
[INFO] dotGitDirectory /var/lib/jenkins/workspace/yals_trunk/.git
[INFO] Collected git.build.user.name with value
[INFO] Collected git.build.user.email with value
[INFO] Using environment variable based branch name. GIT_LOCAL_BRANCH = trunk
[INFO] Collected git.branch with value trunk
[INFO] --always = true
[INFO] --dirty = -dirty
[INFO] --abbrev = 7
[INFO] Tag refs [[Ref[refs/tags/0.1=3f6ed518d98cf12d97634946fe89b0bec88816c6(-1)], Ref[refs/tags/2.5=078e0f3603d18dd62cb1382620c90c3073018c4d(-1)], Ref[refs/tags/TAG_TRUNK=91733c74bd49b486d3ed76dc1aefca9e1c946e28(-1)], Ref[refs/tags/v2.0=058298f03945c960ab30be889e9ffe54596cf3e9(-1)], Ref[refs/tags/v2.0.1=cc0a00d584107220a7795e521740d49096dd5fd2(-1)], Ref[refs/tags/v2.1=94f0e5e0ccd2b258924c819dddc26475acb29fb4(-1)], Ref[refs/tags/v2.2=5871685e1066a7a34961c550d63023d8c5e038d0(-1)], Ref[refs/tags/v2.3=5083fdbb4287734c8d112e3d7fe56b3090fd94b0(-1)], Ref[refs/tags/v2.3.1=3e902a7ce41b4d0b1b78d0ae1c4b62ef69b3124d(-1)], Ref[refs/tags/v2.4=69cd3c7900f46cc3ee312f64bcdb647979c37efd(-1)], Ref[refs/tags/v2.6=8a4f1898804b5667b4e6888f12e223d505d85fc5(-1)], Ref[refs/tags/v2.7=6bd33eec4c668d47d615a802d01fb9ab99760f05(-1)], Ref[refs/tags/v2.7.1=71b6218b81197e739c9e6fbb0ea85631af81309b(-1)], Ref[refs/tags/v2.7.1-ops=f10d73cd4d8e4da83ea14b3cb4d3314b927c7d27(-1)], Ref[refs/tags/v2.7.2=7e0323d7ad8181410e787de6d28c447fbf29aff1(-1)], Ref[refs/tags/v2.7.3=cabcedf9fd0fb15aeef504993c25b86af4dad953(-1)]]]
[INFO] Created map: [{}]
[INFO] evalCommit is [ee17cd7f3f5f922b9bc160c5bcc186017b06538d]
[INFO] Collected git.commit.id.describe with value ee17cd7
[INFO] Collected git.commit.id.describe-short with value ee17cd7
[INFO] Collected git.commit.id with value ee17cd7f3f5f922b9bc160c5bcc186017b06538d
[INFO] Collected git.commit.id.abbrev with value ee17cd7
[INFO] Collected git.dirty with value false
[INFO] Collected git.commit.user.name with value Alex Muravya
[INFO] Collected git.commit.user.email with value kyberorg@yadev.eu
[INFO] Collected git.commit.message.full with value Merge pull request #245 from yadevee/236-prod-mode
Vaadin prod mode without rewritting prop files (#236)
[INFO] Collected git.commit.message.short with value Merge pull request #245 from yadevee/236-prod-mode
[INFO] Collected git.commit.time with value 2020-11-15T16:49:09+0200
[INFO] Collected git.remote.origin.url with value https://github.com/yadevee/yals.git
[INFO] Collected git.tags with value
[INFO] evalCommit is [ee17cd7f3f5f922b9bc160c5bcc186017b06538d]
[INFO] Tag refs [[Ref[refs/tags/0.1=3f6ed518d98cf12d97634946fe89b0bec88816c6(-1)], Ref[refs/tags/2.5=078e0f3603d18dd62cb1382620c90c3073018c4d(-1)], Ref[refs/tags/TAG_TRUNK=91733c74bd49b486d3ed76dc1aefca9e1c946e28(-1)], Ref[refs/tags/v2.0=058298f03945c960ab30be889e9ffe54596cf3e9(-1)], Ref[refs/tags/v2.0.1=cc0a00d584107220a7795e521740d49096dd5fd2(-1)], Ref[refs/tags/v2.1=94f0e5e0ccd2b258924c819dddc26475acb29fb4(-1)], Ref[refs/tags/v2.2=5871685e1066a7a34961c550d63023d8c5e038d0(-1)], Ref[refs/tags/v2.3=5083fdbb4287734c8d112e3d7fe56b3090fd94b0(-1)], Ref[refs/tags/v2.3.1=3e902a7ce41b4d0b1b78d0ae1c4b62ef69b3124d(-1)], Ref[refs/tags/v2.4=69cd3c7900f46cc3ee312f64bcdb647979c37efd(-1)], Ref[refs/tags/v2.6=8a4f1898804b5667b4e6888f12e223d505d85fc5(-1)], Ref[refs/tags/v2.7=6bd33eec4c668d47d615a802d01fb9ab99760f05(-1)], Ref[refs/tags/v2.7.1=71b6218b81197e739c9e6fbb0ea85631af81309b(-1)], Ref[refs/tags/v2.7.1-ops=f10d73cd4d8e4da83ea14b3cb4d3314b927c7d27(-1)], Ref[refs/tags/v2.7.2=7e0323d7ad8181410e787de6d28c447fbf29aff1(-1)], Ref[refs/tags/v2.7.3=cabcedf9fd0fb15aeef504993c25b86af4dad953(-1)]]]
[INFO] Created map: [{}]
[INFO] Collected git.closest.tag.name with value
[INFO] evalCommit is [ee17cd7f3f5f922b9bc160c5bcc186017b06538d]
[INFO] Tag refs [[Ref[refs/tags/0.1=3f6ed518d98cf12d97634946fe89b0bec88816c6(-1)], Ref[refs/tags/2.5=078e0f3603d18dd62cb1382620c90c3073018c4d(-1)], Ref[refs/tags/TAG_TRUNK=91733c74bd49b486d3ed76dc1aefca9e1c946e28(-1)], Ref[refs/tags/v2.0=058298f03945c960ab30be889e9ffe54596cf3e9(-1)], Ref[refs/tags/v2.0.1=cc0a00d584107220a7795e521740d49096dd5fd2(-1)], Ref[refs/tags/v2.1=94f0e5e0ccd2b258924c819dddc26475acb29fb4(-1)], Ref[refs/tags/v2.2=5871685e1066a7a34961c550d63023d8c5e038d0(-1)], Ref[refs/tags/v2.3=5083fdbb4287734c8d112e3d7fe56b3090fd94b0(-1)], Ref[refs/tags/v2.3.1=3e902a7ce41b4d0b1b78d0ae1c4b62ef69b3124d(-1)], Ref[refs/tags/v2.4=69cd3c7900f46cc3ee312f64bcdb647979c37efd(-1)], Ref[refs/tags/v2.6=8a4f1898804b5667b4e6888f12e223d505d85fc5(-1)], Ref[refs/tags/v2.7=6bd33eec4c668d47d615a802d01fb9ab99760f05(-1)], Ref[refs/tags/v2.7.1=71b6218b81197e739c9e6fbb0ea85631af81309b(-1)], Ref[refs/tags/v2.7.1-ops=f10d73cd4d8e4da83ea14b3cb4d3314b927c7d27(-1)], Ref[refs/tags/v2.7.2=7e0323d7ad8181410e787de6d28c447fbf29aff1(-1)], Ref[refs/tags/v2.7.3=cabcedf9fd0fb15aeef504993c25b86af4dad953(-1)]]]
[INFO] Created map: [{}]
[INFO] Collected git.closest.tag.commit.count with value
[INFO] Collected git.total.commit.count with value 289
[INFO] Collected git.local.branch.ahead with value NO_REMOTE
[INFO] Collected git.local.branch.behind with value NO_REMOTE
[INFO] Collected git.build.time with value 2020-11-15T16:56:29+0200
[INFO] Collected git.build.version with value 2.7.4-dev
[INFO] Collected git.build.host with value CI
[INFO] Collected git.build.number with value 3
[INFO] including property git.tags in results
[INFO] including property git.build.version in results
[INFO] including property git.closest.tag.commit.count in results
[INFO] including property git.commit.user.name in results
[INFO] including property git.commit.id.abbrev in results
[INFO] including property git.branch in results
[INFO] including property git.build.host in results
[INFO] including property git.commit.id.describe-short in results
[INFO] including property git.build.number in results
[INFO] including property git.total.commit.count in results
[INFO] including property git.commit.id.describe in results
[INFO] including property git.commit.id in results
[INFO] including property git.build.user.email in results
[INFO] including property git.commit.message.short in results
[INFO] including property git.commit.user.email in results
[INFO] including property git.closest.tag.name in results
[INFO] including property git.local.branch.ahead in results
[INFO] including property git.local.branch.behind in results
[INFO] including property git.commit.time in results
[INFO] including property git.build.time in results
[INFO] including property git.build.user.name in results
[INFO] including property git.dirty in results
[INFO] including property git.commit.message.full in results
[INFO] including property git.remote.origin.url in results
[INFO] Writing properties file to [/var/lib/jenkins/workspace/yals_trunk/target/classes/git.properties] (for module yals)...
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by nu.studer.java.util.OrderedProperties (file:/var/lib/jenkins/.m2/repository/nu/studer/java-ordered-properties/1.0.4/java-ordered-properties-1.0.4.jar) to method java.util.Properties.store0(java.io.BufferedWriter,java.lang.String,boolean)
WARNING: Please consider reporting this to the maintainers of nu.studer.java.util.OrderedProperties
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]
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ yals ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/var/lib/jenkins/workspace/yals_trunk/target/jacoco.exec,excludes=**com.steadystate*
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:write-project-properties (default) @ yals ---
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ yals ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] Copying 51 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ yals ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 79 source files to /var/lib/jenkins/workspace/yals_trunk/target/classes
[INFO] /var/lib/jenkins/workspace/yals_trunk/src/main/java/eu/yals/utils/AppUtils.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/workspace/yals_trunk/src/main/java/eu/yals/utils/AppUtils.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- vaadin-maven-plugin:14.4.1:prepare-frontend (default) @ yals ---
[INFO] Copying frontend resources from jar files ...
[INFO] Visited 262 resources. Took 144 ms.
[INFO]
[INFO] --- vaadin-maven-plugin:14.4.1:build-frontend (default) @ yals ---
[INFO] Scanning classes to find frontend configurations and dependencies...
[INFO] Visited 1233 classes. Took 1726 ms.
[INFO] Visited 172 classes. Took 118 ms.
[INFO] Skipping `npm install` because the frontend packages are already installed in the folder '/var/lib/jenkins/workspace/yals_trunk/node_modules' and the hash in the file '/var/lib/jenkins/workspace/yals_trunk/node_modules/.vaadin/vaadin.json' is the same as in 'package.json'
[INFO] Copying frontend resources from jar files ...
[INFO] Visited 262 resources. Took 146 ms.
[INFO] Updated /var/lib/jenkins/workspace/yals_trunk/target/frontend/generated-flow-imports-fallback.js
[INFO] Updated /var/lib/jenkins/workspace/yals_trunk/target/frontend/generated-flow-imports.js
[INFO] Running webpack ...
Emitted /var/lib/jenkins/workspace/yals_trunk/target/classes/META-INF/VAADIN/config/stats.json
Hash: 5b915447b2009f87fec5
Version: webpack 4.42.0
Time: 10904ms
Built at: 11/15/2020 4:56:59 PM
Asset Size Chunks Chunk Names
build/vaadin-0-587cdd617a2fc763218b.cache.js 22 KiB 0 [emitted] [immutable]
build/vaadin-0-587cdd617a2fc763218b.cache.js.gz 6.83 KiB [emitted]
build/vaadin-3-dfd17b768ab90413f01e.cache.js 2.14 MiB 3 [emitted] [immutable] [big]
build/vaadin-3-dfd17b768ab90413f01e.cache.js.gz 505 KiB [emitted]
build/vaadin-4-e9efa0f5b6fb2ce22fba.cache.js 1.83 MiB 4 [emitted] [immutable]
build/vaadin-4-e9efa0f5b6fb2ce22fba.cache.js.gz 481 KiB [emitted]
build/vaadin-5-dbbb485e0f564a087cd1.cache.js 850 bytes 5 [emitted] [immutable]
build/vaadin-5-dbbb485e0f564a087cd1.cache.js.gz 345 bytes [emitted]
build/vaadin-6-5a7291b7773ef6a356c8.cache.js 850 bytes 6 [emitted] [immutable]
build/vaadin-6-5a7291b7773ef6a356c8.cache.js.gz 341 bytes [emitted]
build/vaadin-bundle-5e1de71f6108ec7dc702.cache.js 167 KiB 1 [emitted] [immutable] bundle
build/vaadin-bundle-5e1de71f6108ec7dc702.cache.js.gz 43.9 KiB [emitted]
build/vaadin-bundle.es5-15cdd8d61a59a51c6318.cache.js 202 KiB 2 [emitted] [immutable] bundle.es5
build/vaadin-bundle.es5-15cdd8d61a59a51c6318.cache.js.gz 48.2 KiB [emitted]
build/webcomponentsjs/CHANGELOG.md 2.04 KiB [emitted]
build/webcomponentsjs/LICENSE.md 1.52 KiB [emitted]
build/webcomponentsjs/README.md 10.9 KiB [emitted]
build/webcomponentsjs/bundles/webcomponents-ce.js 20 KiB [emitted]
build/webcomponentsjs/bundles/webcomponents-ce.js.map 121 KiB [emitted]
build/webcomponentsjs/bundles/webcomponents-pf_dom.js 9.1 KiB [emitted]
build/webcomponentsjs/bundles/webcomponents-pf_dom.js.map 33.4 KiB [emitted]
build/webcomponentsjs/bundles/webcomponents-pf_js.js 13.7 KiB [emitted]
build/webcomponentsjs/bundles/webcomponents-pf_js.js.map 48.9 KiB [emitted]
build/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js 124 KiB [emitted]
build/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map 709 KiB [emitted]
build/webcomponentsjs/bundles/webcomponents-sd-ce.js 89 KiB [emitted]
build/webcomponentsjs/bundles/webcomponents-sd-ce.js.map 555 KiB [emitted]
build/webcomponentsjs/bundles/webcomponents-sd.js 69.9 KiB [emitted]
build/webcomponentsjs/bundles/webcomponents-sd.js.map 434 KiB [emitted]
build/webcomponentsjs/custom-elements-es5-adapter.js 954 bytes [emitted]
build/webcomponentsjs/package.json 2.71 KiB [emitted]
build/webcomponentsjs/src/entrypoints/custom-elements-es5-adapter-index.js 659 bytes [emitted]
build/webcomponentsjs/src/entrypoints/webcomponents-bundle-index.js 1.66 KiB [emitted]
build/webcomponentsjs/src/entrypoints/webcomponents-ce-index.js 675 bytes [emitted]
build/webcomponentsjs/src/entrypoints/webcomponents-pf_dom-index.js 794 bytes [emitted]
build/webcomponentsjs/src/entrypoints/webcomponents-pf_js-index.js 611 bytes [emitted]
build/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-index.js 860 bytes [emitted]
build/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-pf-index.js 1.12 KiB [emitted]
build/webcomponentsjs/src/entrypoints/webcomponents-sd-index.js 767 bytes [emitted]
build/webcomponentsjs/src/flag-parser.js 2.35 KiB [emitted]
build/webcomponentsjs/src/platform/baseuri.js 1.13 KiB [emitted]
build/webcomponentsjs/src/platform/child-node/after.js 1.96 KiB [emitted]
build/webcomponentsjs/src/platform/child-node/before.js 1.59 KiB [emitted]
build/webcomponentsjs/src/platform/child-node/index.js 637 bytes [emitted]
build/webcomponentsjs/src/platform/child-node/remove.js 1.43 KiB [emitted]
build/webcomponentsjs/src/platform/child-node/replace-with.js 1.73 KiB [emitted]
build/webcomponentsjs/src/platform/custom-event.js 3.34 KiB [emitted]
build/webcomponentsjs/src/platform/es6-misc.js 1.2 KiB [emitted]
build/webcomponentsjs/src/platform/get-attribute-names.js 1.45 KiB [emitted]
build/webcomponentsjs/src/platform/matches.js 802 bytes [emitted]
build/webcomponentsjs/src/platform/parent-node/append.js 1.16 KiB [emitted]
build/webcomponentsjs/src/platform/parent-node/index.js 621 bytes [emitted]
build/webcomponentsjs/src/platform/parent-node/prepend.js 1.7 KiB [emitted]
build/webcomponentsjs/src/platform/parent-node/replace-children.js 1.86 KiB [emitted]
build/webcomponentsjs/src/platform/promise.js 2.07 KiB [emitted]
build/webcomponentsjs/src/platform/svg-element-class-list.js 1.48 KiB [emitted]
build/webcomponentsjs/src/platform/symbol.js 2.16 KiB [emitted]
build/webcomponentsjs/src/unresolved.js 1.37 KiB [emitted]
build/webcomponentsjs/webcomponents-bundle.js 125 KiB [emitted]
build/webcomponentsjs/webcomponents-bundle.js.map 711 KiB [emitted]
build/webcomponentsjs/webcomponents-loader.js 6.13 KiB [emitted]
Entrypoint bundle = build/vaadin-bundle-5e1de71f6108ec7dc702.cache.js
Entrypoint bundle.es5 = build/vaadin-bundle.es5-15cdd8d61a59a51c6318.cache.js
[60] ../node_modules/@polymer/polymer/lib/elements/custom-style.js?babel-target=es5 + 1 modules 8.24 KiB {2} [built]
| 2 modules
[61] ../node_modules/@polymer/polymer/lib/elements/custom-style.js?babel-target=es6 + 1 modules 6.32 KiB {1} [built]
| 2 modules
[70] ./css/home_view.css 2.25 KiB {1} {2} [built]
[128] ../target/frontend/generated-flow-imports.js?babel-target=es6 + 2 modules 16 KiB {1} [built]
| ../target/frontend/generated-flow-imports.js?babel-target=es6 1.62 KiB [built]
| + 2 hidden modules
[129] ../target/frontend/generated-flow-imports.js?babel-target=es5 + 2 modules 16.2 KiB {2} [built]
| ../target/frontend/generated-flow-imports.js?babel-target=es5 1.63 KiB [built]
| + 2 hidden modules
[162] ../node_modules/@vaadin/vaadin-icons/vaadin-icons.js?babel-target=es5 + 1 modules 238 KiB {3} [built]
| 2 modules
[163] ../node_modules/@vaadin/vaadin-icons/vaadin-icons.js?babel-target=es6 + 1 modules 233 KiB {4} [built]
| 2 modules
[166] ../node_modules/@vaadin/vaadin-text-field/theme/lumo/vaadin-text-field.js?babel-target=es6 + 1 modules 12.4 KiB {4} [built]
| 2 modules
[167] ../node_modules/@vaadin/vaadin-text-field/theme/lumo/vaadin-text-field.js?babel-target=es5 + 1 modules 25.7 KiB {3} [built]
| 2 modules
[200] ../node_modules/@vaadin/vaadin-item/theme/lumo/vaadin-item.js?babel-target=es6 + 1 modules 2.22 KiB {4} [built]
| 2 modules
[201] ../node_modules/@vaadin/vaadin-item/theme/lumo/vaadin-item.js?babel-target=es5 + 1 modules 2.55 KiB {3} [built]
| 2 modules
[222] ../node_modules/@vaadin/vaadin-list-box/theme/lumo/vaadin-list-box.js?babel-target=es6 + 1 modules 2.84 KiB {4} [built]
| 2 modules
[223] ../node_modules/@vaadin/vaadin-list-box/theme/lumo/vaadin-list-box.js?babel-target=es5 + 1 modules 3.21 KiB {3} [built]
| 2 modules
[584] ../target/frontend/generated-flow-imports-fallback.js 6.97 KiB {6} [built]
[585] ../target/frontend/generated-flow-imports-fallback.js 6.97 KiB {5} [built]
+ 571 hidden modules
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (2 MiB).
This can impact web performance.
Assets:
build/vaadin-3-dfd17b768ab90413f01e.cache.js (2.14 MiB)
[INFO] update-frontend took 17496ms.
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ yals ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ yals ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 40 source files to /var/lib/jenkins/workspace/yals_trunk/target/test-classes
[INFO] /var/lib/jenkins/workspace/yals_trunk/src/test/java/eu/yals/test/ui/SelenideTest.java: /var/lib/jenkins/workspace/yals_trunk/src/test/java/eu/yals/test/ui/SelenideTest.java uses unchecked or unsafe operations.
[INFO] /var/lib/jenkins/workspace/yals_trunk/src/test/java/eu/yals/test/ui/SelenideTest.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ yals ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running eu.yals.test.app.SlashEndpointTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.907 s - in eu.yals.test.app.SlashEndpointTest
[INFO] Running eu.yals.test.app.TechPartsTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.691 s - in eu.yals.test.app.TechPartsTest
[INFO] Running eu.yals.test.app.GetApiTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.402 s - in eu.yals.test.app.GetApiTest
[INFO] Running eu.yals.test.app.MattermostApiTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.618 s - in eu.yals.test.app.MattermostApiTest
[INFO] Running eu.yals.test.app.QRCodeApiTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.243 s - in eu.yals.test.app.QRCodeApiTest
[INFO] Running eu.yals.test.app.TelegramAutoConfigTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 s - in eu.yals.test.app.TelegramAutoConfigTest
[INFO] Running eu.yals.test.app.StoreApiTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.885 s - in eu.yals.test.app.StoreApiTest
[INFO] Running eu.yals.test.unit.AppUtilsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in eu.yals.test.unit.AppUtilsTest
[INFO] Running eu.yals.test.unit.MattermostResponseJsonTests
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in eu.yals.test.unit.MattermostResponseJsonTests
[INFO] Running eu.yals.test.unit.MattermostTests
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in eu.yals.test.unit.MattermostTests
[INFO] Running eu.yals.test.ui.home.VisibleStateTest
=== UI Tests Common Info ===
BuildName: trunk-3
Will test BASE_URL: https://demo.yals.eu
Will test at : Grid
Application will start at 6328
Videos and screenshots directory: target/reports
Live Sessions: https://grid.yatech.eu/grid/admin/live?build=trunk-3
==================
Starting build 'trunk-3'. Test: 'VisibleStateTest.inputFieldHasLabel
Nov 15, 2020 4:57:22 PM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Finished build 'trunk-3'. Test: 'VisibleStateTest.inputFieldHasLabel
Starting build 'trunk-3'. Test: 'VisibleStateTest.publicAccessBannerIsPresentAndHasNeededText
Finished build 'trunk-3'. Test: 'VisibleStateTest.publicAccessBannerIsPresentAndHasNeededText
Starting build 'trunk-3'. Test: 'VisibleStateTest.overallLinksNumberExistsAndNumber
Finished build 'trunk-3'. Test: 'VisibleStateTest.overallLinksNumberExistsAndNumber
Starting build 'trunk-3'. Test: 'VisibleStateTest.qrCodeAreaIsHidden
Finished build 'trunk-3'. Test: 'VisibleStateTest.qrCodeAreaIsHidden
Starting build 'trunk-3'. Test: 'VisibleStateTest.shouldHaveCorrectTitle
Finished build 'trunk-3'. Test: 'VisibleStateTest.shouldHaveCorrectTitle
Starting build 'trunk-3'. Test: 'VisibleStateTest.mainAreaHasFieldAndButton
Finished build 'trunk-3'. Test: 'VisibleStateTest.mainAreaHasFieldAndButton
Starting build 'trunk-3'. Test: 'VisibleStateTest.resultAreaIsHidden
Finished build 'trunk-3'. Test: 'VisibleStateTest.resultAreaIsHidden
Starting build 'trunk-3'. Test: 'VisibleStateTest.overallLinksTextExistsAndDisplayed
Finished build 'trunk-3'. Test: 'VisibleStateTest.overallLinksTextExistsAndDisplayed
Starting build 'trunk-3'. Test: 'VisibleStateTest.buttonIsPrimaryAndHasText
Finished build 'trunk-3'. Test: 'VisibleStateTest.buttonIsPrimaryAndHasText
Starting build 'trunk-3'. Test: 'VisibleStateTest.overallAreaIsVisible
Finished build 'trunk-3'. Test: 'VisibleStateTest.overallAreaIsVisible
Starting build 'trunk-3'. Test: 'VisibleStateTest.mainDivShouldHaveH2
Finished build 'trunk-3'. Test: 'VisibleStateTest.mainDivShouldHaveH2
Starting build 'trunk-3'. Test: 'VisibleStateTest.formHasOnlyOneButton
Finished build 'trunk-3'. Test: 'VisibleStateTest.formHasOnlyOneButton
Starting build 'trunk-3'. Test: 'VisibleStateTest.inputAndButtonAreNotDisabled
Finished build 'trunk-3'. Test: 'VisibleStateTest.inputAndButtonAreNotDisabled
Starting build 'trunk-3'. Test: 'VisibleStateTest.inputShouldHavePlaceholder
Finished build 'trunk-3'. Test: 'VisibleStateTest.inputShouldHavePlaceholder
Starting build 'trunk-3'. Test: 'VisibleStateTest.mainAreaIsVisible
Finished build 'trunk-3'. Test: 'VisibleStateTest.mainAreaIsVisible
Starting build 'trunk-3'. Test: 'VisibleStateTest.errorModalNotExistByDefault
Finished build 'trunk-3'. Test: 'VisibleStateTest.errorModalNotExistByDefault
Testing is Done
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 92.93 s - in eu.yals.test.ui.home.VisibleStateTest
[INFO] Running eu.yals.test.ui.home.HomePageTest
Starting build 'trunk-3'. Test: 'HomePageTest.urlWithJustSlashWillOpenFrontPage
Finished build 'trunk-3'. Test: 'HomePageTest.urlWithJustSlashWillOpenFrontPage
Starting build 'trunk-3'. Test: 'HomePageTest.saveLinkAndCopyValueAndOpenIt
Finished build 'trunk-3'. Test: 'HomePageTest.saveLinkAndCopyValueAndOpenIt
Starting build 'trunk-3'. Test: 'HomePageTest.openSomethingNonExistingDeeperThanSingleLevel
Finished build 'trunk-3'. Test: 'HomePageTest.openSomethingNonExistingDeeperThanSingleLevel
Starting build 'trunk-3'. Test: 'HomePageTest.saveLinkAndClickOnResult
Finished build 'trunk-3'. Test: 'HomePageTest.saveLinkAndClickOnResult
Starting build 'trunk-3'. Test: 'HomePageTest.openSomethingNonExisting
Finished build 'trunk-3'. Test: 'HomePageTest.openSomethingNonExisting
Testing is Done
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.323 s - in eu.yals.test.ui.home.HomePageTest
[INFO] Running eu.yals.test.ui.appinfo.PublicInfoTest
Starting build 'trunk-3'. Test: 'PublicInfoTest.publicAreaHasAllRequiredElements
Finished build 'trunk-3'. Test: 'PublicInfoTest.publicAreaHasAllRequiredElements
Starting build 'trunk-3'. Test: 'PublicInfoTest.publicAreaIsVisible
Finished build 'trunk-3'. Test: 'PublicInfoTest.publicAreaIsVisible
Testing is Done
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.06 s - in eu.yals.test.ui.appinfo.PublicInfoTest
[INFO] Running eu.yals.test.ui.usage.IdnTest
Starting build 'trunk-3'. Test: 'IdnTest.russianUrl
Finished build 'trunk-3'. Test: 'IdnTest.russianUrl
Starting build 'trunk-3'. Test: 'IdnTest.multiLanguageUrl
Finished build 'trunk-3'. Test: 'IdnTest.multiLanguageUrl
Starting build 'trunk-3'. Test: 'IdnTest.taiwaneseUrl
Finished build 'trunk-3'. Test: 'IdnTest.taiwaneseUrl
Starting build 'trunk-3'. Test: 'IdnTest.germanUrl
Finished build 'trunk-3'. Test: 'IdnTest.germanUrl
Starting build 'trunk-3'. Test: 'IdnTest.estonianUrl
Finished build 'trunk-3'. Test: 'IdnTest.estonianUrl
Starting build 'trunk-3'. Test: 'IdnTest.arabicUrl
Finished build 'trunk-3'. Test: 'IdnTest.arabicUrl
Starting build 'trunk-3'. Test: 'IdnTest.finnishUrl
Finished build 'trunk-3'. Test: 'IdnTest.finnishUrl
Testing is Done
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 57.207 s - in eu.yals.test.ui.usage.IdnTest
[INFO] Running eu.yals.test.ui.usage.CorrectInputTest
Starting build 'trunk-3'. Test: 'CorrectInputTest.linkFromRussianWikipedia
Finished build 'trunk-3'. Test: 'CorrectInputTest.linkFromRussianWikipedia
Starting build 'trunk-3'. Test: 'CorrectInputTest.cyrillicLink
Finished build 'trunk-3'. Test: 'CorrectInputTest.cyrillicLink
Starting build 'trunk-3'. Test: 'CorrectInputTest.ftpLink
Finished build 'trunk-3'. Test: 'CorrectInputTest.ftpLink
Starting build 'trunk-3'. Test: 'CorrectInputTest.linkWithoutProtocol
Finished build 'trunk-3'. Test: 'CorrectInputTest.linkWithoutProtocol
Starting build 'trunk-3'. Test: 'CorrectInputTest.httpLink
Finished build 'trunk-3'. Test: 'CorrectInputTest.httpLink
Starting build 'trunk-3'. Test: 'CorrectInputTest.httpsLink
Finished build 'trunk-3'. Test: 'CorrectInputTest.httpsLink
Starting build 'trunk-3'. Test: 'CorrectInputTest.veryLongLinkFromFacebook
Finished build 'trunk-3'. Test: 'CorrectInputTest.veryLongLinkFromFacebook
Testing is Done
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.172 s - in eu.yals.test.ui.usage.CorrectInputTest
[INFO] Running eu.yals.test.ui.usage.AbnormalUsageTest
Starting build 'trunk-3'. Test: 'AbnormalUsageTest.extraArgumentsShouldBeIgnored
Finished build 'trunk-3'. Test: 'AbnormalUsageTest.extraArgumentsShouldBeIgnored
Testing is Done
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.345 s - in eu.yals.test.ui.usage.AbnormalUsageTest
[INFO] Running eu.yals.test.ui.usage.IncorrectInputTest
Starting build 'trunk-3'. Test: 'IncorrectInputTest.singleSpace
Finished build 'trunk-3'. Test: 'IncorrectInputTest.singleSpace
Starting build 'trunk-3'. Test: 'IncorrectInputTest.urlWithSpacesShallNotPass
Finished build 'trunk-3'. Test: 'IncorrectInputTest.urlWithSpacesShallNotPass
Starting build 'trunk-3'. Test: 'IncorrectInputTest.emptyInput
Finished build 'trunk-3'. Test: 'IncorrectInputTest.emptyInput
Starting build 'trunk-3'. Test: 'IncorrectInputTest.twoSpaces
Finished build 'trunk-3'. Test: 'IncorrectInputTest.twoSpaces
Starting build 'trunk-3'. Test: 'IncorrectInputTest.longVariantOfNotUrlInput
Finished build 'trunk-3'. Test: 'IncorrectInputTest.longVariantOfNotUrlInput
Starting build 'trunk-3'. Test: 'IncorrectInputTest.urlSingleDomainLinksAreNotAllowed
Finished build 'trunk-3'. Test: 'IncorrectInputTest.urlSingleDomainLinksAreNotAllowed
Starting build 'trunk-3'. Test: 'IncorrectInputTest.shortVariantOfNotUrlInput
Finished build 'trunk-3'. Test: 'IncorrectInputTest.shortVariantOfNotUrlInput
Starting build 'trunk-3'. Test: 'IncorrectInputTest.urlSingleLayerDomainLinksAreNotAllowed
Finished build 'trunk-3'. Test: 'IncorrectInputTest.urlSingleLayerDomainLinksAreNotAllowed
Starting build 'trunk-3'. Test: 'IncorrectInputTest.urlWithSpecialCharsShallNotPass
Finished build 'trunk-3'. Test: 'IncorrectInputTest.urlWithSpecialCharsShallNotPass
Starting build 'trunk-3'. Test: 'IncorrectInputTest.urlWithBadProtocolShallNotPass
Finished build 'trunk-3'. Test: 'IncorrectInputTest.urlWithBadProtocolShallNotPass
Testing is Done
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 55.448 s - in eu.yals.test.ui.usage.IncorrectInputTest
[INFO] Running eu.yals.test.ui.usage.MultiStepTest
Starting build 'trunk-3'. Test: 'MultiStepTest.copyLinkButtonShouldCopyShortLink
Finished build 'trunk-3'. Test: 'MultiStepTest.copyLinkButtonShouldCopyShortLink
Starting build 'trunk-3'. Test: 'MultiStepTest.saveAndRetrieveLinkFromRussianWikipedia
Finished build 'trunk-3'. Test: 'MultiStepTest.saveAndRetrieveLinkFromRussianWikipedia
Starting build 'trunk-3'. Test: 'MultiStepTest.closeButtonReallyClosesErrorNotification
Finished build 'trunk-3'. Test: 'MultiStepTest.closeButtonReallyClosesErrorNotification
Starting build 'trunk-3'. Test: 'MultiStepTest.linkWithEstonianLettersMustBeSavedAndReused
Finished build 'trunk-3'. Test: 'MultiStepTest.linkWithEstonianLettersMustBeSavedAndReused
Starting build 'trunk-3'. Test: 'MultiStepTest.linksCounterIncreasedValueAfterSave
Finished build 'trunk-3'. Test: 'MultiStepTest.linksCounterIncreasedValueAfterSave
Testing is Done
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 70.504 s - in eu.yals.test.ui.usage.MultiStepTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.6:report (report) @ yals ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/yals_trunk/target/jacoco.exec
[INFO] Analyzed bundle 'yals' with 107 classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:55 min
[INFO] Finished at: 2020-11-15T17:03:20+02:00
[INFO] ------------------------------------------------------------------------
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
‘target/reports/**/*.png’ doesn’t match anything, but ‘**/*.png’ does. Perhaps that’s what you mean?
No artifacts found that match the file pattern "target/reports/**/*.png". Configuration error?
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] chuckNorris
Submitting to Chuck's will
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
GitHub has been notified of this commit’s build result
Finished: SUCCESS