Skip to content

Console Output

22:56:13 Started by timer
22:56:13 Running as SYSTEM
22:56:13 Agent centos-8-lgvc2 is provisioned from template centos-8
22:56:13 ---
22:56:13 apiVersion: "v1"
22:56:13 kind: "Pod"
22:56:13 metadata:
22:56:13   labels:
22:56:13     jenkins: "slave"
22:56:13     jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6"
22:56:13     jenkins/label: "centos-latest_centos-8"
22:56:13   name: "centos-8-lgvc2"
22:56:13   namespace: "papyrus"
22:56:13 spec:
22:56:13   containers:
22:56:13   - env:
22:56:13     - name: "JENKINS_SECRET"
22:56:13       value: "********"
22:56:13     - name: "JENKINS_TUNNEL"
22:56:13       value: "jenkins-discovery.papyrus.svc.cluster.local:50000"
22:56:13     - name: "JENKINS_AGENT_NAME"
22:56:13       value: "centos-8-lgvc2"
22:56:13     - name: "JENKINS_REMOTING_JAVA_OPTS"
22:56:13       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
22:56:13         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
22:56:13     - name: "JAVA_TOOL_OPTIONS"
22:56:13       value: ""
22:56:13     - name: "_JAVA_OPTIONS"
22:56:13       value: ""
22:56:13     - name: "OPENJ9_JAVA_OPTIONS"
22:56:13       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
22:56:13     - name: "JENKINS_NAME"
22:56:13       value: "centos-8-lgvc2"
22:56:13     - name: "JENKINS_AGENT_WORKDIR"
22:56:13       value: "/home/jenkins/agent"
22:56:13     - name: "JENKINS_URL"
22:56:13       value: "http://jenkins-ui.papyrus.svc.cluster.local/papyrus/"
22:56:13     image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3160.vd76b_9ddd10cc"
22:56:13     imagePullPolicy: "Always"
22:56:13     name: "jnlp"
22:56:13     resources:
22:56:13       limits:
22:56:13         cpu: "2000m"
22:56:13         memory: "4096Mi"
22:56:13       requests:
22:56:13         cpu: "1000m"
22:56:13         memory: "4096Mi"
22:56:13     tty: true
22:56:13     volumeMounts:
22:56:13     - mountPath: "/home/jenkins/.m2/toolchains.xml"
22:56:13       name: "m2-dir"
22:56:13       readOnly: true
22:56:13       subPath: "toolchains.xml"
22:56:13     - mountPath: "/home/jenkins/.mavenrc"
22:56:13       name: "m2-dir"
22:56:13       readOnly: true
22:56:13       subPath: ".mavenrc"
22:56:13     - mountPath: "/opt/tools"
22:56:13       name: "volume-0"
22:56:13       readOnly: false
22:56:13     - mountPath: "/home/jenkins"
22:56:13       name: "volume-2"
22:56:13       readOnly: false
22:56:13     - mountPath: "/home/jenkins/.m2/repository"
22:56:13       name: "volume-3"
22:56:13       readOnly: false
22:56:13     - mountPath: "/home/jenkins/.m2/settings-security.xml"
22:56:13       name: "m2-secret-dir"
22:56:13       readOnly: true
22:56:13       subPath: "settings-security.xml"
22:56:13     - mountPath: "/home/jenkins/.m2/wrapper"
22:56:13       name: "volume-4"
22:56:13       readOnly: false
22:56:13     - mountPath: "/home/jenkins/.m2/settings.xml"
22:56:13       name: "m2-secret-dir"
22:56:13       readOnly: true
22:56:13       subPath: "settings.xml"
22:56:13     - mountPath: "/home/jenkins/.ssh"
22:56:13       name: "volume-1"
22:56:13       readOnly: false
22:56:13       subPath: ""
22:56:13     - mountPath: "/home/jenkins/agent"
22:56:13       name: "workspace-volume"
22:56:13       readOnly: false
22:56:13     workingDir: "/home/jenkins/agent"
22:56:13   nodeSelector:
22:56:13     kubernetes.io/os: "linux"
22:56:13   restartPolicy: "Never"
22:56:13   volumes:
22:56:13   - name: "volume-0"
22:56:13     persistentVolumeClaim:
22:56:13       claimName: "tools-claim-jiro-papyrus"
22:56:13       readOnly: true
22:56:13   - name: "m2-secret-dir"
22:56:13     secret:
22:56:13       secretName: "m2-secret-dir"
22:56:13   - emptyDir:
22:56:13       medium: ""
22:56:13     name: "volume-2"
22:56:13   - configMap:
22:56:13       name: "m2-dir"
22:56:13     name: "m2-dir"
22:56:13   - configMap:
22:56:13       name: "known-hosts"
22:56:13     name: "volume-1"
22:56:13   - emptyDir:
22:56:13       medium: ""
22:56:13     name: "workspace-volume"
22:56:13   - emptyDir:
22:56:13       medium: ""
22:56:13     name: "volume-4"
22:56:13   - emptyDir:
22:56:13       medium: ""
22:56:13     name: "volume-3"
22:56:13 
22:56:13 Building remotely on centos-8-lgvc2 (centos-8 centos-latest) in workspace /home/jenkins/agent/workspace/Papyrus-Web-Master
22:56:13 The recommended git tool is: NONE
22:56:15 using credential github-bot-ssh
22:56:15 Cloning the remote Git repository
22:56:15 Cloning repository https://gitlab.eclipse.org/eclipse/papyrus/org.eclipse.papyrus-web.git
22:56:15  > git init /home/jenkins/agent/workspace/Papyrus-Web-Master/source # timeout=10
22:56:15 Fetching upstream changes from https://gitlab.eclipse.org/eclipse/papyrus/org.eclipse.papyrus-web.git
22:56:15  > git --version # timeout=10
22:56:15  > git --version # 'git version 2.41.0'
22:56:15 using GIT_SSH to set credentials GitHub bot (SSH)
22:56:15 [INFO] Currently running in a labeled security context
22:56:15  > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/Papyrus-Web-Master/source@tmp/jenkins-gitclient-ssh10151246218730309911.key
22:56:15 Verifying host key using manually-configured host key entries
22:56:15  > git fetch --tags --force --progress -- https://gitlab.eclipse.org/eclipse/papyrus/org.eclipse.papyrus-web.git +refs/heads/*:refs/remotes/origin/* # timeout=10
22:56:18  > git config remote.origin.url https://gitlab.eclipse.org/eclipse/papyrus/org.eclipse.papyrus-web.git # timeout=10
22:56:18  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
22:56:18 Avoid second fetch
22:56:18  > git rev-parse origin/master^{commit} # timeout=10
22:56:18 Checking out Revision dbe3487e4fa5d978efef02dc8258598f58043535 (origin/master)
22:56:18  > git config core.sparsecheckout # timeout=10
22:56:18  > git checkout -f dbe3487e4fa5d978efef02dc8258598f58043535 # timeout=10
22:56:18 Commit message: "[Releng] - Update domainservice groupid and mvn repo - add a PapyrusDesigner dependency"
22:56:18  > git rev-list --no-walk dbe3487e4fa5d978efef02dc8258598f58043535 # timeout=10
22:56:18 Cleaning workspace
22:56:18  > git rev-parse --verify HEAD # timeout=10
22:56:18 Resetting working tree
22:56:18  > git reset --hard # timeout=10
22:56:18  > git clean -fdx # timeout=10
22:56:19 Installing NodeJS from /var/jenkins/caches/nodejs/LINUX/amd64/20.11.1.tar.gz to /home/jenkins/agent/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node_20.x on centos-8-lgvc2
22:56:22 [Papyrus-Web-Master] $ /home/jenkins/agent/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node_20.x/bin/node /tmp/jenkins13538051866139674523.js
22:56:22 [Papyrus-Web-Master] $ /bin/sh -xe /tmp/jenkins16575347657603348177.sh
22:56:22 + cd source
22:56:22 + cd frontend
22:56:22 + echo //npm.pkg.github.com/:_authToken=****
22:56:22 + npm ci
22:56:23 npm WARN EBADENGINE Unsupported engine {
22:56:23 npm WARN EBADENGINE   package: '@papyrus-web/papyrus-web-parent@2024.2.1',
22:56:23 npm WARN EBADENGINE   required: { node: '18.7.0', npm: '8.15.0' },
22:56:23 npm WARN EBADENGINE   current: { node: 'v20.11.1', npm: '10.2.4' }
22:56:23 npm WARN EBADENGINE }
22:56:27 npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated
22:56:27 npm WARN deprecated mini-create-react-context@0.4.1: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
22:56:27 npm WARN deprecated @vitejs/plugin-react-refresh@1.3.6: This package has been deprecated in favor of @vitejs/plugin-react
22:56:28 npm WARN deprecated subscriptions-transport-ws@0.9.19: The `subscriptions-transport-ws` package is no longer maintained. We recommend you use `graphql-ws` instead. For help migrating Apollo software to `graphql-ws`, see https://www.apollographql.com/docs/apollo-server/data/subscriptions/#switching-from-subscriptions-transport-ws    For general help using `graphql-ws`, see https://github.com/enisdenjo/graphql-ws/blob/master/README.md
22:56:29 npm WARN deprecated @material-ui/styles@4.11.5: Material UI v4 doesn't receive active development since September 2021. See the guide https://mui.com/material-ui/migration/migration-v4/ to upgrade to v5.
22:56:30 npm WARN deprecated @material-ui/lab@4.0.0-alpha.61: Material UI v4 doesn't receive active development since September 2021. See the guide https://mui.com/material-ui/migration/migration-v4/ to upgrade to v5.
22:56:30 npm WARN deprecated fontsource-roboto@4.0.0: Package relocated. Please install and migrate to @fontsource/roboto.
22:56:31 npm WARN deprecated @material-ui/core@4.12.4: Material UI v4 doesn't receive active development since September 2021. See the guide https://mui.com/material-ui/migration/migration-v4/ to upgrade to v5.
22:56:33 
22:56:33 added 446 packages, and audited 449 packages in 11s
22:56:33 
22:56:33 72 packages are looking for funding
22:56:33   run `npm fund` for details
22:56:33 
22:56:33 11 vulnerabilities (10 moderate, 1 high)
22:56:33 
22:56:33 To address all issues possible (including breaking changes), run:
22:56:33   npm audit fix --force
22:56:33 
22:56:33 Some issues need review, and may require choosing
22:56:33 a different dependency.
22:56:33 
22:56:33 Run `npm audit` for details.
22:56:33 + npm run build
22:56:33 
22:56:33 > @papyrus-web/papyrus-web-parent@2024.2.1 build
22:56:33 > turbo run build
22:56:33 
22:56:34 • Packages in scope: @eclipse-sirius/papyrus-web, @papyrus-web/sirius-web-application
22:56:34 • Running build in 2 packages
22:56:34 @papyrus-web/sirius-web-application:format-lint: cache miss, executing 59a7200ce0e7124d
22:56:34 @eclipse-sirius/papyrus-web:format-lint: cache miss, executing bf5a501cd665a153
22:56:34 @papyrus-web/sirius-web-application:format-lint: npm WARN ignoring workspace config at /home/jenkins/agent/workspace/Papyrus-Web-Master/source/frontend/sirius-web-application/.npmrc 
22:56:34 @eclipse-sirius/papyrus-web:format-lint: npm WARN ignoring workspace config at /home/jenkins/agent/workspace/Papyrus-Web-Master/source/frontend/papyrus-web/.npmrc 
22:56:34 @papyrus-web/sirius-web-application:format-lint: 
22:56:34 @papyrus-web/sirius-web-application:format-lint: > @papyrus-web/sirius-web-application@2024.2.1 format-lint
22:56:34 @papyrus-web/sirius-web-application:format-lint: > prettier --list-different "src/**/*.{js,ts,tsx,css}"
22:56:34 @papyrus-web/sirius-web-application:format-lint: 
22:56:34 @eclipse-sirius/papyrus-web:format-lint: 
22:56:34 @eclipse-sirius/papyrus-web:format-lint: > @eclipse-sirius/papyrus-web@2024.2.1 format-lint
22:56:34 @eclipse-sirius/papyrus-web:format-lint: > prettier --list-different "src/**/*.{js,ts,tsx,css}"
22:56:34 @eclipse-sirius/papyrus-web:format-lint: 
22:56:38 @papyrus-web/sirius-web-application:build: cache miss, executing 3503ef87b75bacbd
22:56:38 @papyrus-web/sirius-web-application:build: npm WARN ignoring workspace config at /home/jenkins/agent/workspace/Papyrus-Web-Master/source/frontend/sirius-web-application/.npmrc 
22:56:38 @papyrus-web/sirius-web-application:build: 
22:56:38 @papyrus-web/sirius-web-application:build: > @papyrus-web/sirius-web-application@2024.2.1 build
22:56:38 @papyrus-web/sirius-web-application:build: > vite build && tsc
22:56:38 @papyrus-web/sirius-web-application:build: 
22:56:39 @papyrus-web/sirius-web-application:build: vite v4.4.9 building for production...
22:56:39 @papyrus-web/sirius-web-application:build: transforming...
22:56:40 @papyrus-web/sirius-web-application:build: ✓ 87 modules transformed.
22:56:40 @papyrus-web/sirius-web-application:build: rendering chunks...
22:56:40 @papyrus-web/sirius-web-application:build: computing gzip size...
22:56:40 @papyrus-web/sirius-web-application:build: dist/sirius-web-application.es.js  241.94 kB │ gzip: 38.34 kB
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "react/jsx-runtime" in "output.globals" – guessing "jsxRuntime".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@eclipse-sirius/sirius-components-core" in "output.globals" – guessing "siriusComponentsCore".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@eclipse-sirius/sirius-components-diagrams" in "output.globals" – guessing "siriusComponentsDiagrams".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@eclipse-sirius/sirius-components-forms" in "output.globals" – guessing "siriusComponentsForms".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@eclipse-sirius/sirius-components-trees" in "output.globals" – guessing "siriusComponentsTrees".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@eclipse-sirius/sirius-components-validation" in "output.globals" – guessing "siriusComponentsValidation".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/CssBaseline" in "output.globals" – guessing "CssBaseline".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/styles" in "output.globals" – guessing "styles".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/icons/AccountTree" in "output.globals" – guessing "AccountTreeIcon".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/icons/Filter" in "output.globals" – guessing "Filter".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/icons/Link" in "output.globals" – guessing "LinkIcon".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/icons/Menu" in "output.globals" – guessing "MenuIcon".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/icons/Warning" in "output.globals" – guessing "WarningIcon".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "react" in "output.globals" – guessing "React".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "react-router-dom" in "output.globals" – guessing "reactRouterDom".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/IconButton" in "output.globals" – guessing "IconButton".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/icons/Close" in "output.globals" – guessing "CloseIcon".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "notistack" in "output.globals" – guessing "notistack".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@apollo/client" in "output.globals" – guessing "client".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@apollo/client/cache" in "output.globals" – guessing "cache".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@apollo/client/link/ws" in "output.globals" – guessing "ws".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@apollo/client/utilities" in "output.globals" – guessing "utilities".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/Card" in "output.globals" – guessing "Card".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/CardContent" in "output.globals" – guessing "CardContent".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/List/List" in "output.globals" – guessing "List".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/ListItem" in "output.globals" – guessing "ListItem".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/ListItemIcon" in "output.globals" – guessing "ListItemIcon".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/ListItemText" in "output.globals" – guessing "ListItemText".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/Typography" in "output.globals" – guessing "Typography".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/icons" in "output.globals" – guessing "icons".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/List" in "output.globals" – guessing "List$1".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@eclipse-sirius/sirius-components-formdescriptioneditors" in "output.globals" – guessing "siriusComponentsFormdescriptioneditors".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@eclipse-sirius/sirius-components-portals" in "output.globals" – guessing "siriusComponentsPortals".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/Grid" in "output.globals" – guessing "Grid".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@xstate/react" in "output.globals" – guessing "react".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "reactflow" in "output.globals" – guessing "reactflow".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/AppBar" in "output.globals" – guessing "AppBar".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/Link" in "output.globals" – guessing "Link".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/Toolbar" in "output.globals" – guessing "Toolbar".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/Tooltip" in "output.globals" – guessing "Tooltip".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/SvgIcon" in "output.globals" – guessing "SvgIcon".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/icons/Help" in "output.globals" – guessing "HelpIcon".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/MenuItem" in "output.globals" – guessing "MenuItem".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/icons/Add" in "output.globals" – guessing "AddIcon".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/Button" in "output.globals" – guessing "Button".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/Dialog" in "output.globals" – guessing "Dialog".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/DialogActions" in "output.globals" – guessing "DialogActions".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/DialogContent" in "output.globals" – guessing "DialogContent".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/DialogTitle" in "output.globals" – guessing "DialogTitle".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/InputLabel" in "output.globals" – guessing "InputLabel".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/Select" in "output.globals" – guessing "Select".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/Snackbar" in "output.globals" – guessing "Snackbar".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "xstate" in "output.globals" – guessing "xstate".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/icons/GetApp" in "output.globals" – guessing "GetAppIcon".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/Checkbox" in "output.globals" – guessing "Checkbox".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/FormControlLabel" in "output.globals" – guessing "FormControlLabel".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/Menu" in "output.globals" – guessing "Menu".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/icons/Delete" in "output.globals" – guessing "DeleteIcon".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/icons/Edit" in "output.globals" – guessing "EditIcon".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/icons/MoreVert" in "output.globals" – guessing "MoreVertIcon".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/icons/Settings" in "output.globals" – guessing "SettingsIcon".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/DialogContentText" in "output.globals" – guessing "DialogContentText".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/TextField" in "output.globals" – guessing "TextField".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/icons/ChevronLeft" in "output.globals" – guessing "ChevronLeftIcon".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/icons/ChevronRight" in "output.globals" – guessing "ChevronRightIcon".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core" in "output.globals" – guessing "core".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/InputAdornment" in "output.globals" – guessing "InputAdornment".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/icons/Clear" in "output.globals" – guessing "ClearIcon".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/icons/Search" in "output.globals" – guessing "SearchIcon".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/FormGroup" in "output.globals" – guessing "FormGroup".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/Container" in "output.globals" – guessing "Container".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/Paper" in "output.globals" – guessing "Paper".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/CardActions" in "output.globals" – guessing "CardActions".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/CircularProgress" in "output.globals" – guessing "CircularProgress".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/icons/CloudUploadOutlined" in "output.globals" – guessing "CloudUploadOutlinedIcon".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/icons/MoreHoriz" in "output.globals" – guessing "MoreHorizIcon".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/lab/Pagination" in "output.globals" – guessing "Pagination".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "graphql" in "output.globals" – guessing "graphql".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/Table" in "output.globals" – guessing "Table".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/TableBody" in "output.globals" – guessing "TableBody".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/TableCell" in "output.globals" – guessing "TableCell".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/TableContainer" in "output.globals" – guessing "TableContainer".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/TableHead" in "output.globals" – guessing "TableHead".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/TablePagination" in "output.globals" – guessing "TablePagination".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/TableRow" in "output.globals" – guessing "TableRow".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/core/Box" in "output.globals" – guessing "Box".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/icons/EditOutlined" in "output.globals" – guessing "EditOutlinedIcon".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/icons/FileCopyOutlined" in "output.globals" – guessing "FileCopyOutlinedIcon".
22:56:40 @papyrus-web/sirius-web-application:build: No name was provided for external module "@material-ui/icons/ImageOutlined" in "output.globals" – guessing "ImageOutlinedIcon".
22:56:40 @papyrus-web/sirius-web-application:build: dist/sirius-web-application.umd.js  270.58 kB │ gzip: 40.51 kB
22:56:40 @papyrus-web/sirius-web-application:build: ✓ built in 1.11s
22:56:47 @eclipse-sirius/papyrus-web:build: cache miss, executing 823c371625259376
22:56:48 @eclipse-sirius/papyrus-web:build: npm WARN ignoring workspace config at /home/jenkins/agent/workspace/Papyrus-Web-Master/source/frontend/papyrus-web/.npmrc 
22:56:48 @eclipse-sirius/papyrus-web:build: 
22:56:48 @eclipse-sirius/papyrus-web:build: > @eclipse-sirius/papyrus-web@2024.2.1 build
22:56:48 @eclipse-sirius/papyrus-web:build: > vite build && tsc
22:56:48 @eclipse-sirius/papyrus-web:build: 
22:56:48 @eclipse-sirius/papyrus-web:build: vite v4.4.9 building for production...
22:56:48 @eclipse-sirius/papyrus-web:build: transforming...
22:57:11 @eclipse-sirius/papyrus-web:build: ✓ 7611 modules transformed.
22:57:13 @eclipse-sirius/papyrus-web:build: rendering chunks...
22:57:13 @eclipse-sirius/papyrus-web:build: computing gzip size...
22:57:13 @eclipse-sirius/papyrus-web:build: dist/index.html                                1.81 kB │ gzip:     0.89 kB
22:57:13 @eclipse-sirius/papyrus-web:build: dist/assets/papyrus-icon-4e4e78d6.png         13.68 kB
22:57:13 @eclipse-sirius/papyrus-web:build: dist/assets/Lato-ThinItalic-24197760.ttf      48.85 kB
22:57:13 @eclipse-sirius/papyrus-web:build: dist/assets/Lato-LightItalic-d5c5d732.ttf     49.06 kB
22:57:13 @eclipse-sirius/papyrus-web:build: dist/assets/Lato-Black-8944da5a.ttf           69.48 kB
22:57:13 @eclipse-sirius/papyrus-web:build: dist/assets/Lato-Thin-286925bc.ttf            69.97 kB
22:57:13 @eclipse-sirius/papyrus-web:build: dist/assets/Lato-BlackItalic-1bb6ac34.ttf     71.95 kB
22:57:13 @eclipse-sirius/papyrus-web:build: dist/assets/Lato-Bold-7b720599.ttf            73.32 kB
22:57:13 @eclipse-sirius/papyrus-web:build: dist/assets/Lato-Regular-ea8979c2.ttf         75.14 kB
22:57:13 @eclipse-sirius/papyrus-web:build: dist/assets/Lato-Italic-118c8f4f.ttf          75.74 kB
22:57:13 @eclipse-sirius/papyrus-web:build: dist/assets/Lato-Light-8f186e57.ttf           77.19 kB
22:57:13 @eclipse-sirius/papyrus-web:build: dist/assets/Lato-BoldItalic-61004683.ttf      77.68 kB
22:57:13 @eclipse-sirius/papyrus-web:build: dist/assets/index-71fda873.css                14.51 kB │ gzip:     3.44 kB
22:57:13 @eclipse-sirius/papyrus-web:build: dist/assets/index-ceb1b4de.js              3,362.33 kB │ gzip: 1,001.09 kB
22:57:13 @eclipse-sirius/papyrus-web:build: 
22:57:13 @eclipse-sirius/papyrus-web:build: (!) Some chunks are larger than 500 kBs after minification. Consider:
22:57:13 @eclipse-sirius/papyrus-web:build: - Using dynamic import() to code-split the application
22:57:13 @eclipse-sirius/papyrus-web:build: - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
22:57:13 @eclipse-sirius/papyrus-web:build: - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
22:57:13 @eclipse-sirius/papyrus-web:build: ✓ built in 25.41s
22:57:19 
22:57:19  Tasks:    4 successful, 4 total
22:57:19 Cached:    0 cached, 4 total
22:57:19   Time:    45.729s 
22:57:19 
22:57:19 + cd ..
22:57:19 + mkdir -p backend/papyrus-web-frontend/src/main/resources/static
22:57:19 + cp -R frontend/papyrus-web/dist/assets frontend/papyrus-web/dist/favicon.ico frontend/papyrus-web/dist/index.html frontend/papyrus-web/dist/manifest.json backend/papyrus-web-frontend/src/main/resources/static
22:57:19 [Papyrus-Web-Master] $ /opt/tools/apache-maven/latest/bin/mvn -f source/backend/pom.xml -DskipTests=true -Dmaven.repo.local=/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository -U -B clean verify --settings source/settings.xml
22:57:19 Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
22:57:19 Maven home: /opt/tools/apache-maven/latest
22:57:19 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
22:57:19 Default locale: en_US, platform encoding: UTF-8
22:57:19 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
22:57:21 [INFO] Scanning for projects...
22:57:23 [INFO] ------------------------------------------------------------------------
22:57:23 [INFO] Reactor Build Order:
22:57:23 [INFO] 
22:57:23 [INFO] papyrus-web-parent                                                 [pom]
22:57:23 [INFO] Papyrus Web Frontend                                               [jar]
22:57:23 [INFO] papyrus-web-persistence                                            [jar]
22:57:23 [INFO] papyrus-web-services-api                                           [jar]
22:57:23 [INFO] papyrus-web-sirius-contributions                                   [jar]
22:57:23 [INFO] papyrus-web-tests                                                  [jar]
22:57:23 [INFO] papyrus-web-customnodes                                            [jar]
22:57:23 [INFO] papyrus-web-customnodes-edit                                       [jar]
22:57:23 [INFO] papyrus-web-representation-builder                                 [jar]
22:57:23 [INFO] papyrus-web-services                                               [jar]
22:57:23 [INFO] papyrus-web-graphql                                                [jar]
22:57:23 [INFO] papyrus-web-custom-widgets-view                                    [jar]
22:57:23 [INFO] papyrus-web-custom-widgets-view-edit                               [jar]
22:57:23 [INFO] papyrus-web-custom-widgets                                         [jar]
22:57:23 [INFO] papyrus-web-properties-builder                                     [jar]
22:57:23 [INFO] papyrus-web-cpp-profile                                            [jar]
22:57:23 [INFO] papyrus-web-java-profile                                           [jar]
22:57:23 [INFO] papyrus-web-transformation-profile                                 [jar]
22:57:23 [INFO] papyrus-web-codegen-profile                                        [jar]
22:57:23 [INFO] papyrus-web-graphics                                               [jar]
22:57:23 [INFO] papyrus-web-application                                            [jar]
22:57:23 [INFO] papyrus-web-test-coverage                                          [jar]
22:57:23 [INFO] Papyrus Web                                                        [pom]
22:57:23 [INFO] 
22:57:23 [INFO] -------------------< papyrus-web:papyrus-web-parent >-------------------
22:57:23 [INFO] Building papyrus-web-parent 2024.2.1                              [1/23]
22:57:23 [INFO]   from papyrus-web-parent/pom.xml
22:57:23 [INFO] --------------------------------[ pom ]---------------------------------
22:57:23 [INFO] 
22:57:23 [INFO] --- clean:3.2.0:clean (default-clean) @ papyrus-web-parent ---
22:57:23 [INFO] 
22:57:23 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-parent ---
22:57:26 [INFO] Starting audit...
22:57:26 Audit done.
22:57:26 [INFO] You have 0 Checkstyle violations.
22:57:26 [INFO] 
22:57:26 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-parent ---
22:57:27 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-parent/target/jacoco.exec
22:57:27 [INFO] 
22:57:27 [INFO] --- jacoco:0.8.7:report (report) @ papyrus-web-parent ---
22:57:27 [INFO] Skipping JaCoCo execution due to missing execution data file.
22:57:27 [INFO] 
22:57:27 [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ papyrus-web-parent >>>
22:57:27 [INFO] 
22:57:27 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-parent ---
22:57:27 [INFO] Starting audit...
22:57:27 Audit done.
22:57:27 [INFO] You have 0 Checkstyle violations.
22:57:27 [INFO] 
22:57:27 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-parent ---
22:57:27 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-parent/target/jacoco.exec
22:57:27 [INFO] 
22:57:27 [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ papyrus-web-parent <<<
22:57:27 [INFO] 
22:57:27 [INFO] 
22:57:27 [INFO] --- source:3.2.1:jar (attach-sources) @ papyrus-web-parent ---
22:57:28 [INFO] 
22:57:28 [INFO] ------------------< papyrus-web:papyrus-web-frontend >------------------
22:57:28 [INFO] Building Papyrus Web Frontend 2024.2.1                            [2/23]
22:57:28 [INFO]   from papyrus-web-frontend/pom.xml
22:57:28 [INFO] --------------------------------[ jar ]---------------------------------
22:58:21 [INFO] 
22:58:21 [INFO] --- clean:3.2.0:clean (default-clean) @ papyrus-web-frontend ---
22:58:21 [INFO] 
22:58:21 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-frontend ---
22:58:21 [INFO] Starting audit...
22:58:21 Audit done.
22:58:21 [INFO] You have 0 Checkstyle violations.
22:58:21 [INFO] 
22:58:21 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-frontend ---
22:58:21 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/target/jacoco.exec
22:58:21 [INFO] 
22:58:21 [INFO] --- git-commit-id:5.0.1:revision (default) @ papyrus-web-frontend ---
22:58:21 [INFO] dotGitDirectory /home/jenkins/agent/workspace/Papyrus-Web-Master/source/.git
22:58:24 [INFO] Collected git.commit.id.full with value dbe3487e4fa5d978efef02dc8258598f58043535
22:58:24 [INFO] Collected git.commit.id.abbrev with value dbe3487
22:58:24 [INFO] Added properties to 23 projects
22:58:24 [INFO] including property git.commit.id.full in results
22:58:24 [INFO] including property git.commit.id.abbrev in results
22:58:24 [INFO] Added properties to 23 projects
22:58:24 [INFO] 
22:58:24 [INFO] --- git-commit-id:5.0.1:revision (get-the-git-infos) @ papyrus-web-frontend ---
22:58:24 [INFO] dotGitDirectory /home/jenkins/agent/workspace/Papyrus-Web-Master/source/.git
22:58:24 [INFO] injectAllReactorProjects is enabled - attempting to use the already computed values
22:58:24 [INFO] Using cached git.commit.id.full with value dbe3487e4fa5d978efef02dc8258598f58043535
22:58:24 [INFO] Using cached git.commit.id.abbrev with value dbe3487
22:58:24 [INFO] Added properties to 23 projects
22:58:24 [INFO] including property git.commit.id.full in results
22:58:24 [INFO] including property git.commit.id.abbrev in results
22:58:24 [INFO] Added properties to 23 projects
22:58:24 [INFO] 
22:58:24 [INFO] --- asciidoctor:2.2.4:process-asciidoc (convert-to-html) @ papyrus-web-frontend ---
22:58:27 2024-05-07T02:58:27.202Z [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem
22:58:27 Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable.
22:58:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
22:58:29 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
22:58:29 [INFO] Copying 30 resources to user/imgs
22:58:29 [INFO] Copying 2 resources to dev/imgs
22:58:30 [INFO] Converted /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/../../doc/dev/detailsViewSpecifier.adoc
22:58:30 [INFO] Converted /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/../../doc/dev/dev-doc-index.adoc
22:58:30 [INFO] Converted /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/../../doc/dev/dev-process.adoc
22:58:30 [INFO] asciidoctor: WARN: dev/diagramSpecifier.adoc: line 55: section title out of sequence: expected level 3, got level 4
22:58:30 [INFO] asciidoctor: WARN: dev/diagramSpecifier.adoc: line 65: section title out of sequence: expected level 3, got level 4
22:58:30 [INFO] asciidoctor: WARN: dev/diagramSpecifier.adoc: line 81: section title out of sequence: expected level 3, got level 4
22:58:30 [INFO] asciidoctor: WARN: dev/diagramSpecifier.adoc: line 95: section title out of sequence: expected level 3, got level 4
22:58:30 [INFO] asciidoctor: WARN: dev/diagramSpecifier.adoc: line 103: section title out of sequence: expected level 3, got level 4
22:58:30 [INFO] asciidoctor: WARN: dev/diagramSpecifier.adoc: line 111: section title out of sequence: expected level 3, got level 4
22:58:30 [INFO] asciidoctor: INFO: possible invalid reference: _how_to_create_tools
22:58:30 [INFO] asciidoctor: INFO: possible invalid reference: _how_to_use_shared_descriptions
22:58:31 [INFO] asciidoctor: INFO: possible invalid reference: _how_can_i_test_my_diagrams
22:58:31 [INFO] Converted /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/../../doc/dev/diagramSpecifier.adoc
22:58:31 [INFO] Converted /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/../../doc/dev/howTo.adoc
22:58:31 [INFO] Converted /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/../../doc/dev/testConfiguration.adoc
22:58:31 [INFO] Converted /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/../../doc/index.adoc
22:58:31 [INFO] Converted /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/../../doc/test-campaign/AD-ActivityDiagram.adoc
22:58:31 [INFO] Converted /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/../../doc/test-campaign/All.adoc
22:58:31 [INFO] asciidoctor: DEBUG: test-campaign/CD-ClassDiagram.adoc: line 5: unknown style for example block: WARN
22:58:31 [INFO] asciidoctor: DEBUG: test-campaign/CD-ClassDiagram.adoc: line 35: unknown style for example block: INFO
22:58:31 [INFO] Converted /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/../../doc/test-campaign/CD-ClassDiagram.adoc
22:58:32 [INFO] Converted /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/../../doc/test-campaign/COD-CommunicationDiagram.adoc
22:58:32 [INFO] Converted /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/../../doc/test-campaign/CPD-ComponentDiagram.adoc
22:58:32 [INFO] asciidoctor: DEBUG: test-campaign/CSD-Composite-Structure-Diagram.adoc: line 5: unknown style for example block: WARN
22:58:32 [INFO] Converted /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/../../doc/test-campaign/CSD-Composite-Structure-Diagram.adoc
22:58:32 [INFO] Converted /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/../../doc/test-campaign/DD-DeploymentDiagram.adoc
22:58:32 [INFO] Converted /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/../../doc/test-campaign/Documentation.adoc
22:58:32 [INFO] asciidoctor: DEBUG: test-campaign/PD-Package-Diagram.adoc: line 4: unknown style for example block: WARN
22:58:32 [INFO] Converted /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/../../doc/test-campaign/PD-Package-Diagram.adoc
22:58:32 [INFO] Converted /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/../../doc/test-campaign/PRD-ProfileDiagram.adoc
22:58:32 [INFO] asciidoctor: DEBUG: test-campaign/Profile.adoc: line 5: unknown style for example block: WARN
22:58:32 [INFO] Converted /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/../../doc/test-campaign/Profile.adoc
22:58:32 [INFO] asciidoctor: DEBUG: test-campaign/SMD-State-Machine-Diagram.adoc: line 5: unknown style for example block: WARN
22:58:32 [INFO] Converted /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/../../doc/test-campaign/SMD-State-Machine-Diagram.adoc
22:58:32 [INFO] Converted /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/../../doc/test-campaign/Templates.adoc
22:58:32 [INFO] Converted /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/../../doc/test-campaign/UCD-UseCaseDiagram.adoc
22:58:32 [INFO] Converted /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/../../doc/user/userdoc.adoc
22:58:32 [INFO] 
22:58:32 [INFO] --- resources:3.3.1:resources (default-resources) @ papyrus-web-frontend ---
22:58:32 [INFO] Copying 0 resource from src/main/resources to target/classes
22:58:32 [INFO] Copying 70 resources from src/main/resources to target/classes
22:58:32 [INFO] 
22:58:32 [INFO] --- compiler:3.11.0:compile (default-compile) @ papyrus-web-frontend ---
22:58:32 [INFO] Nothing to compile - all classes are up to date
22:58:32 [INFO] 
22:58:32 [INFO] --- resources:3.3.1:testResources (default-testResources) @ papyrus-web-frontend ---
22:58:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/src/test/resources
22:58:32 [INFO] 
22:58:32 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ papyrus-web-frontend ---
22:58:32 [INFO] No sources to compile
22:58:32 [INFO] 
22:58:32 [INFO] --- surefire:3.0.0:test (default-test) @ papyrus-web-frontend ---
22:58:33 [INFO] Tests are skipped.
22:58:33 [INFO] 
22:58:33 [INFO] --- jacoco:0.8.7:report (report) @ papyrus-web-frontend ---
22:58:33 [INFO] Skipping JaCoCo execution due to missing execution data file.
22:58:33 [INFO] 
22:58:33 [INFO] --- jar:3.3.0:jar (default-jar) @ papyrus-web-frontend ---
22:58:33 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/target/papyrus-web-frontend-2024.2.1.jar
22:58:33 [INFO] 
22:58:33 [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ papyrus-web-frontend >>>
22:58:33 [INFO] 
22:58:33 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-frontend ---
22:58:34 [INFO] Starting audit...
22:58:34 Audit done.
22:58:34 [INFO] You have 0 Checkstyle violations.
22:58:34 [INFO] 
22:58:34 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-frontend ---
22:58:34 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/target/jacoco.exec
22:58:34 [INFO] 
22:58:34 [INFO] --- git-commit-id:5.0.1:revision (default) @ papyrus-web-frontend ---
22:58:34 [INFO] dotGitDirectory /home/jenkins/agent/workspace/Papyrus-Web-Master/source/.git
22:58:34 [INFO] injectAllReactorProjects is enabled - attempting to use the already computed values
22:58:34 [INFO] Using cached git.commit.id.full with value dbe3487e4fa5d978efef02dc8258598f58043535
22:58:34 [INFO] Using cached git.commit.id.abbrev with value dbe3487
22:58:34 [INFO] Added properties to 23 projects
22:58:34 [INFO] including property git.commit.id.full in results
22:58:34 [INFO] including property git.commit.id.abbrev in results
22:58:34 [INFO] Added properties to 23 projects
22:58:34 [INFO] 
22:58:34 [INFO] --- git-commit-id:5.0.1:revision (get-the-git-infos) @ papyrus-web-frontend ---
22:58:34 [INFO] dotGitDirectory /home/jenkins/agent/workspace/Papyrus-Web-Master/source/.git
22:58:34 [INFO] injectAllReactorProjects is enabled - attempting to use the already computed values
22:58:34 [INFO] Using cached git.commit.id.full with value dbe3487e4fa5d978efef02dc8258598f58043535
22:58:34 [INFO] Using cached git.commit.id.abbrev with value dbe3487
22:58:34 [INFO] Added properties to 23 projects
22:58:34 [INFO] including property git.commit.id.full in results
22:58:34 [INFO] including property git.commit.id.abbrev in results
22:58:34 [INFO] Added properties to 23 projects
22:58:34 [INFO] 
22:58:34 [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ papyrus-web-frontend <<<
22:58:34 [INFO] 
22:58:34 [INFO] 
22:58:34 [INFO] --- source:3.2.1:jar (attach-sources) @ papyrus-web-frontend ---
22:58:34 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-frontend/target/papyrus-web-frontend-2024.2.1-sources.jar
22:58:34 [INFO] 
22:58:34 [INFO] ----------------< papyrus-web:papyrus-web-persistence >-----------------
22:58:34 [INFO] Building papyrus-web-persistence 2024.2.1                         [3/23]
22:58:34 [INFO]   from papyrus-web-persistence/pom.xml
22:58:34 [INFO] --------------------------------[ jar ]---------------------------------
22:58:37 [INFO] 
22:58:37 [INFO] --- clean:3.2.0:clean (default-clean) @ papyrus-web-persistence ---
22:58:37 [INFO] 
22:58:37 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-persistence ---
22:58:38 [INFO] Starting audit...
22:58:38 Audit done.
22:58:38 [INFO] You have 0 Checkstyle violations.
22:58:38 [INFO] 
22:58:38 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-persistence ---
22:58:38 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-persistence/target/jacoco.exec
22:58:38 [INFO] 
22:58:38 [INFO] --- resources:3.3.1:resources (default-resources) @ papyrus-web-persistence ---
22:58:38 [INFO] Copying 0 resource from src/main/resources to target/classes
22:58:38 [INFO] Copying 2 resources from src/main/resources to target/classes
22:58:38 [INFO] 
22:58:38 [INFO] --- compiler:3.11.0:compile (default-compile) @ papyrus-web-persistence ---
22:58:38 [INFO] Changes detected - recompiling the module! :source
22:58:38 [INFO] Compiling 2 source files with javac [debug release 17] to target/classes
22:58:39 [INFO] 
22:58:39 [INFO] --- resources:3.3.1:testResources (default-testResources) @ papyrus-web-persistence ---
22:58:39 [INFO] Copying 2 resources from src/test/resources to target/test-classes
22:58:39 [INFO] 
22:58:39 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ papyrus-web-persistence ---
22:58:39 [INFO] Changes detected - recompiling the module! :dependency
22:58:39 [INFO] Compiling 8 source files with javac [debug release 17] to target/test-classes
22:58:39 [INFO] 
22:58:39 [INFO] --- surefire:3.0.0:test (default-test) @ papyrus-web-persistence ---
22:58:39 [INFO] Tests are skipped.
22:58:39 [INFO] 
22:58:39 [INFO] --- jacoco:0.8.7:report (report) @ papyrus-web-persistence ---
22:58:39 [INFO] Skipping JaCoCo execution due to missing execution data file.
22:58:39 [INFO] 
22:58:39 [INFO] --- jar:3.3.0:jar (default-jar) @ papyrus-web-persistence ---
22:58:39 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-persistence/target/papyrus-web-persistence-2024.2.1.jar
22:58:39 [INFO] 
22:58:39 [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ papyrus-web-persistence >>>
22:58:39 [INFO] 
22:58:39 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-persistence ---
22:58:39 [INFO] Starting audit...
22:58:39 Audit done.
22:58:39 [INFO] You have 0 Checkstyle violations.
22:58:39 [INFO] 
22:58:39 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-persistence ---
22:58:39 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-persistence/target/jacoco.exec
22:58:39 [INFO] 
22:58:39 [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ papyrus-web-persistence <<<
22:58:39 [INFO] 
22:58:39 [INFO] 
22:58:39 [INFO] --- source:3.2.1:jar (attach-sources) @ papyrus-web-persistence ---
22:58:39 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-persistence/target/papyrus-web-persistence-2024.2.1-sources.jar
22:58:39 [INFO] 
22:58:39 [INFO] ----------------< papyrus-web:papyrus-web-services-api >----------------
22:58:39 [INFO] Building papyrus-web-services-api 2024.2.1                        [4/23]
22:58:39 [INFO]   from papyrus-web-services-api/pom.xml
22:58:39 [INFO] --------------------------------[ jar ]---------------------------------
22:58:41 [INFO] 
22:58:41 [INFO] --- clean:3.2.0:clean (default-clean) @ papyrus-web-services-api ---
22:58:41 [INFO] 
22:58:41 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-services-api ---
22:58:41 [INFO] Starting audit...
22:58:41 Audit done.
22:58:41 [INFO] You have 0 Checkstyle violations.
22:58:41 [INFO] 
22:58:41 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-services-api ---
22:58:41 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services-api/target/jacoco.exec
22:58:41 [INFO] 
22:58:41 [INFO] --- resources:3.3.1:resources (default-resources) @ papyrus-web-services-api ---
22:58:41 [INFO] Copying 0 resource from src/main/resources to target/classes
22:58:41 [INFO] Copying 1 resource from src/main/resources to target/classes
22:58:41 [INFO] 
22:58:41 [INFO] --- compiler:3.11.0:compile (default-compile) @ papyrus-web-services-api ---
22:58:41 [INFO] Changes detected - recompiling the module! :source
22:58:41 [INFO] Compiling 28 source files with javac [debug release 17] to target/classes
22:58:41 [INFO] 
22:58:41 [INFO] --- resources:3.3.1:testResources (default-testResources) @ papyrus-web-services-api ---
22:58:41 [INFO] Copying 1 resource from src/test/resources to target/test-classes
22:58:41 [INFO] 
22:58:41 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ papyrus-web-services-api ---
22:58:41 [INFO] Changes detected - recompiling the module! :dependency
22:58:41 [INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
22:58:41 [INFO] 
22:58:41 [INFO] --- surefire:3.0.0:test (default-test) @ papyrus-web-services-api ---
22:58:41 [INFO] Tests are skipped.
22:58:41 [INFO] 
22:58:41 [INFO] --- jacoco:0.8.7:report (report) @ papyrus-web-services-api ---
22:58:41 [INFO] Skipping JaCoCo execution due to missing execution data file.
22:58:41 [INFO] 
22:58:41 [INFO] --- jar:3.3.0:jar (default-jar) @ papyrus-web-services-api ---
22:58:41 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services-api/target/papyrus-web-services-api-2024.2.1.jar
22:58:41 [INFO] 
22:58:41 [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ papyrus-web-services-api >>>
22:58:41 [INFO] 
22:58:41 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-services-api ---
22:58:42 [INFO] Starting audit...
22:58:42 Audit done.
22:58:42 [INFO] You have 0 Checkstyle violations.
22:58:42 [INFO] 
22:58:42 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-services-api ---
22:58:42 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services-api/target/jacoco.exec
22:58:42 [INFO] 
22:58:42 [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ papyrus-web-services-api <<<
22:58:42 [INFO] 
22:58:42 [INFO] 
22:58:42 [INFO] --- source:3.2.1:jar (attach-sources) @ papyrus-web-services-api ---
22:58:42 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services-api/target/papyrus-web-services-api-2024.2.1-sources.jar
22:58:42 [INFO] 
22:58:42 [INFO] ------------< papyrus-web:papyrus-web-sirius-contributions >------------
22:58:42 [INFO] Building papyrus-web-sirius-contributions 2024.2.1                [5/23]
22:58:42 [INFO]   from papyrus-web-sirius-contributions/pom.xml
22:58:42 [INFO] --------------------------------[ jar ]---------------------------------
22:58:45 [INFO] 
22:58:45 [INFO] --- clean:3.2.0:clean (default-clean) @ papyrus-web-sirius-contributions ---
22:58:45 [INFO] 
22:58:45 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-sirius-contributions ---
22:58:46 [INFO] Starting audit...
22:58:46 Audit done.
22:58:46 [INFO] You have 0 Checkstyle violations.
22:58:46 [INFO] 
22:58:46 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-sirius-contributions ---
22:58:46 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-sirius-contributions/target/jacoco.exec
22:58:46 [INFO] 
22:58:46 [INFO] --- resources:3.3.1:resources (default-resources) @ papyrus-web-sirius-contributions ---
22:58:46 [INFO] Copying 0 resource from src/main/resources to target/classes
22:58:46 [INFO] Copying 1 resource from src/main/resources to target/classes
22:58:46 [INFO] 
22:58:46 [INFO] --- compiler:3.11.0:compile (default-compile) @ papyrus-web-sirius-contributions ---
22:58:46 [INFO] Changes detected - recompiling the module! :source
22:58:46 [INFO] Compiling 20 source files with javac [debug release 17] to target/classes
22:58:46 [INFO] 
22:58:46 [INFO] --- resources:3.3.1:testResources (default-testResources) @ papyrus-web-sirius-contributions ---
22:58:46 [INFO] Copying 1 resource from src/test/resources to target/test-classes
22:58:46 [INFO] 
22:58:46 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ papyrus-web-sirius-contributions ---
22:58:46 [INFO] Changes detected - recompiling the module! :dependency
22:58:46 [INFO] 
22:58:46 [INFO] --- surefire:3.0.0:test (default-test) @ papyrus-web-sirius-contributions ---
22:58:46 [INFO] Tests are skipped.
22:58:46 [INFO] 
22:58:46 [INFO] --- jacoco:0.8.7:report (report) @ papyrus-web-sirius-contributions ---
22:58:46 [INFO] Skipping JaCoCo execution due to missing execution data file.
22:58:46 [INFO] 
22:58:46 [INFO] --- jar:3.3.0:jar (default-jar) @ papyrus-web-sirius-contributions ---
22:58:46 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-sirius-contributions/target/papyrus-web-sirius-contributions-2024.2.1.jar
22:58:46 [INFO] 
22:58:46 [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ papyrus-web-sirius-contributions >>>
22:58:46 [INFO] 
22:58:46 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-sirius-contributions ---
22:58:47 [INFO] Starting audit...
22:58:47 Audit done.
22:58:47 [INFO] You have 0 Checkstyle violations.
22:58:47 [INFO] 
22:58:47 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-sirius-contributions ---
22:58:47 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-sirius-contributions/target/jacoco.exec
22:58:47 [INFO] 
22:58:47 [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ papyrus-web-sirius-contributions <<<
22:58:47 [INFO] 
22:58:47 [INFO] 
22:58:47 [INFO] --- source:3.2.1:jar (attach-sources) @ papyrus-web-sirius-contributions ---
22:58:47 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-sirius-contributions/target/papyrus-web-sirius-contributions-2024.2.1-sources.jar
22:58:47 [INFO] 
22:58:47 [INFO] -------------------< papyrus-web:papyrus-web-tests >--------------------
22:58:47 [INFO] Building papyrus-web-tests 2024.2.1                               [6/23]
22:58:47 [INFO]   from papyrus-web-tests/pom.xml
22:58:47 [INFO] --------------------------------[ jar ]---------------------------------
22:58:48 [INFO] 
22:58:48 [INFO] --- clean:3.2.0:clean (default-clean) @ papyrus-web-tests ---
22:58:48 [INFO] 
22:58:48 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-tests ---
22:58:48 [INFO] Starting audit...
22:58:48 Audit done.
22:58:48 [INFO] You have 0 Checkstyle violations.
22:58:48 [INFO] 
22:58:48 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-tests ---
22:58:48 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-tests/target/jacoco.exec
22:58:48 [INFO] 
22:58:48 [INFO] --- resources:3.3.1:resources (default-resources) @ papyrus-web-tests ---
22:58:48 [INFO] Copying 0 resource from src/main/resources to target/classes
22:58:48 [INFO] Copying 1 resource from src/main/resources to target/classes
22:58:48 [INFO] 
22:58:48 [INFO] --- compiler:3.11.0:compile (default-compile) @ papyrus-web-tests ---
22:58:48 [INFO] Changes detected - recompiling the module! :source
22:58:48 [INFO] Compiling 5 source files with javac [debug release 17] to target/classes
22:58:49 [INFO] 
22:58:49 [INFO] --- resources:3.3.1:testResources (default-testResources) @ papyrus-web-tests ---
22:58:49 [INFO] Copying 1 resource from src/test/resources to target/test-classes
22:58:49 [INFO] 
22:58:49 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ papyrus-web-tests ---
22:58:49 [INFO] Changes detected - recompiling the module! :dependency
22:58:49 [INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
22:58:49 [INFO] 
22:58:49 [INFO] --- surefire:3.0.0:test (default-test) @ papyrus-web-tests ---
22:58:49 [INFO] Tests are skipped.
22:58:49 [INFO] 
22:58:49 [INFO] --- jacoco:0.8.7:report (report) @ papyrus-web-tests ---
22:58:49 [INFO] Skipping JaCoCo execution due to missing execution data file.
22:58:49 [INFO] 
22:58:49 [INFO] --- jar:3.3.0:jar (default-jar) @ papyrus-web-tests ---
22:58:49 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-tests/target/papyrus-web-tests-2024.2.1.jar
22:58:49 [INFO] 
22:58:49 [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ papyrus-web-tests >>>
22:58:49 [INFO] 
22:58:49 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-tests ---
22:58:49 [INFO] Starting audit...
22:58:49 Audit done.
22:58:49 [INFO] You have 0 Checkstyle violations.
22:58:49 [INFO] 
22:58:49 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-tests ---
22:58:49 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-tests/target/jacoco.exec
22:58:49 [INFO] 
22:58:49 [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ papyrus-web-tests <<<
22:58:49 [INFO] 
22:58:49 [INFO] 
22:58:49 [INFO] --- source:3.2.1:jar (attach-sources) @ papyrus-web-tests ---
22:58:49 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-tests/target/papyrus-web-tests-2024.2.1-sources.jar
22:58:49 [INFO] 
22:58:49 [INFO] ----------------< papyrus-web:papyrus-web-customnodes >-----------------
22:58:49 [INFO] Building papyrus-web-customnodes 2024.2.1                         [7/23]
22:58:49 [INFO]   from papyrus-web-customnodes/pom.xml
22:58:49 [INFO] --------------------------------[ jar ]---------------------------------
22:58:49 [INFO] 
22:58:49 [INFO] --- clean:3.2.0:clean (default-clean) @ papyrus-web-customnodes ---
22:58:49 [INFO] 
22:58:49 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-customnodes ---
22:58:49 [INFO] Starting audit...
22:58:49 Audit done.
22:58:49 [INFO] You have 0 Checkstyle violations.
22:58:49 [INFO] 
22:58:49 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-customnodes ---
22:58:49 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-customnodes/target/jacoco.exec
22:58:49 [INFO] 
22:58:49 [INFO] --- build-helper:3.3.0:add-source (add-source) @ papyrus-web-customnodes ---
22:58:49 [INFO] Source directory: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-customnodes/src/main/java added.
22:58:49 [INFO] Source directory: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-customnodes/src-gen/main/java added.
22:58:49 [INFO] 
22:58:49 [INFO] --- resources:3.3.1:resources (default-resources) @ papyrus-web-customnodes ---
22:58:49 [INFO] Copying 0 resource from src/main/resources to target/classes
22:58:49 [INFO] Copying 2 resources from src/main/resources to target/classes
22:58:49 [INFO] 
22:58:49 [INFO] --- compiler:3.11.0:compile (default-compile) @ papyrus-web-customnodes ---
22:58:49 [INFO] Changes detected - recompiling the module! :source
22:58:49 [INFO] Compiling 20 source files with javac [debug release 17] to target/classes
22:58:50 [INFO] 
22:58:50 [INFO] --- resources:3.3.1:testResources (default-testResources) @ papyrus-web-customnodes ---
22:58:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-customnodes/src/test/resources
22:58:50 [INFO] 
22:58:50 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ papyrus-web-customnodes ---
22:58:50 [INFO] No sources to compile
22:58:50 [INFO] 
22:58:50 [INFO] --- surefire:3.0.0:test (default-test) @ papyrus-web-customnodes ---
22:58:50 [INFO] Tests are skipped.
22:58:50 [INFO] 
22:58:50 [INFO] --- jacoco:0.8.7:report (report) @ papyrus-web-customnodes ---
22:58:50 [INFO] Skipping JaCoCo execution due to missing execution data file.
22:58:50 [INFO] 
22:58:50 [INFO] --- jar:3.3.0:jar (default-jar) @ papyrus-web-customnodes ---
22:58:50 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-customnodes/target/papyrus-web-customnodes-2024.2.1.jar
22:58:50 [INFO] 
22:58:50 [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ papyrus-web-customnodes >>>
22:58:50 [INFO] 
22:58:50 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-customnodes ---
22:58:50 [INFO] Starting audit...
22:58:50 Audit done.
22:58:50 [INFO] You have 0 Checkstyle violations.
22:58:50 [INFO] 
22:58:50 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-customnodes ---
22:58:50 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-customnodes/target/jacoco.exec
22:58:50 [INFO] 
22:58:50 [INFO] --- build-helper:3.3.0:add-source (add-source) @ papyrus-web-customnodes ---
22:58:50 [INFO] Source directory: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-customnodes/src/main/java added.
22:58:50 [INFO] Source directory: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-customnodes/src-gen/main/java added.
22:58:50 [INFO] 
22:58:50 [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ papyrus-web-customnodes <<<
22:58:50 [INFO] 
22:58:50 [INFO] 
22:58:50 [INFO] --- source:3.2.1:jar (attach-sources) @ papyrus-web-customnodes ---
22:58:50 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-customnodes/target/papyrus-web-customnodes-2024.2.1-sources.jar
22:58:50 [INFO] 
22:58:50 [INFO] --------------< papyrus-web:papyrus-web-customnodes-edit >--------------
22:58:50 [INFO] Building papyrus-web-customnodes-edit 2024.2.1                    [8/23]
22:58:50 [INFO]   from papyrus-web-customnodes-edit/pom.xml
22:58:50 [INFO] --------------------------------[ jar ]---------------------------------
22:58:50 [INFO] 
22:58:50 [INFO] --- clean:3.2.0:clean (default-clean) @ papyrus-web-customnodes-edit ---
22:58:50 [INFO] 
22:58:50 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-customnodes-edit ---
22:58:50 [INFO] Starting audit...
22:58:50 Audit done.
22:58:50 [INFO] You have 0 Checkstyle violations.
22:58:50 [INFO] 
22:58:50 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-customnodes-edit ---
22:58:50 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-customnodes-edit/target/jacoco.exec
22:58:50 [INFO] 
22:58:50 [INFO] --- build-helper:3.3.0:add-source (add-source) @ papyrus-web-customnodes-edit ---
22:58:50 [INFO] Source directory: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-customnodes-edit/src/main/java added.
22:58:50 [INFO] Source directory: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-customnodes-edit/src-gen/main/java added.
22:58:50 [INFO] 
22:58:50 [INFO] --- resources:3.3.1:resources (default-resources) @ papyrus-web-customnodes-edit ---
22:58:50 [INFO] Copying 0 resource from src/main/resources to target/classes
22:58:50 [INFO] Copying 8 resources from src/main/resources to target/classes
22:58:50 [INFO] 
22:58:50 [INFO] --- compiler:3.11.0:compile (default-compile) @ papyrus-web-customnodes-edit ---
22:58:50 [INFO] Changes detected - recompiling the module! :dependency
22:58:50 [INFO] Compiling 17 source files with javac [debug release 17] to target/classes
22:58:51 [INFO] 
22:58:51 [INFO] --- resources:3.3.1:testResources (default-testResources) @ papyrus-web-customnodes-edit ---
22:58:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-customnodes-edit/src/test/resources
22:58:51 [INFO] 
22:58:51 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ papyrus-web-customnodes-edit ---
22:58:51 [INFO] No sources to compile
22:58:51 [INFO] 
22:58:51 [INFO] --- surefire:3.0.0:test (default-test) @ papyrus-web-customnodes-edit ---
22:58:51 [INFO] Tests are skipped.
22:58:51 [INFO] 
22:58:51 [INFO] --- jacoco:0.8.7:report (report) @ papyrus-web-customnodes-edit ---
22:58:51 [INFO] Skipping JaCoCo execution due to missing execution data file.
22:58:51 [INFO] 
22:58:51 [INFO] --- jar:3.3.0:jar (default-jar) @ papyrus-web-customnodes-edit ---
22:58:51 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-customnodes-edit/target/papyrus-web-customnodes-edit-2024.2.1.jar
22:58:51 [INFO] 
22:58:51 [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ papyrus-web-customnodes-edit >>>
22:58:51 [INFO] 
22:58:51 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-customnodes-edit ---
22:58:51 [INFO] Starting audit...
22:58:51 Audit done.
22:58:51 [INFO] You have 0 Checkstyle violations.
22:58:51 [INFO] 
22:58:51 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-customnodes-edit ---
22:58:51 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-customnodes-edit/target/jacoco.exec
22:58:51 [INFO] 
22:58:51 [INFO] --- build-helper:3.3.0:add-source (add-source) @ papyrus-web-customnodes-edit ---
22:58:51 [INFO] Source directory: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-customnodes-edit/src/main/java added.
22:58:51 [INFO] Source directory: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-customnodes-edit/src-gen/main/java added.
22:58:51 [INFO] 
22:58:51 [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ papyrus-web-customnodes-edit <<<
22:58:51 [INFO] 
22:58:51 [INFO] 
22:58:51 [INFO] --- source:3.2.1:jar (attach-sources) @ papyrus-web-customnodes-edit ---
22:58:51 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-customnodes-edit/target/papyrus-web-customnodes-edit-2024.2.1-sources.jar
22:58:51 [INFO] 
22:58:51 [INFO] -----------< papyrus-web:papyrus-web-representation-builder >-----------
22:58:51 [INFO] Building papyrus-web-representation-builder 2024.2.1              [9/23]
22:58:51 [INFO]   from papyrus-web-representation-builder/pom.xml
22:58:51 [INFO] --------------------------------[ jar ]---------------------------------
22:58:52 [INFO] 
22:58:52 [INFO] --- clean:3.2.0:clean (default-clean) @ papyrus-web-representation-builder ---
22:58:52 [INFO] 
22:58:52 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-representation-builder ---
22:58:54 [INFO] Starting audit...
22:58:54 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-representation-builder/src/main/java/org/eclipse/papyrus/web/application/representations/uml/ADDiagramDescriptionBuilder.java:1848:5: Cyclomatic Complexity is 13 (max allowed is 10). [CyclomaticComplexity]
22:58:54 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-representation-builder/src/main/java/org/eclipse/papyrus/web/application/representations/uml/AbstractRepresentationDescriptionBuilder.java:79:1: Class Data Abstraction Coupling is 13 (max allowed is 12) classes [CallQuery, CallbackAdapter, IdBuilder, LabelConditionalStyleBuilder, ListCompartmentBuilder, NodeDescriptionBuilder, NodeSemanticCandidateExpressionTransformer, NoteStyleDescriptionBuilder, QueryHelper, StyleProvider, ToolComparator, UMLMetamodelHelper, ViewBuilder]. [ClassDataAbstractionCoupling]
22:58:54 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-representation-builder/src/main/java/org/eclipse/papyrus/web/application/representations/uml/AbstractRepresentationDescriptionBuilder.java:79:1: Class Fan-Out Complexity is 35 (max allowed is 30). [ClassFanOutComplexity]
22:58:54 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-representation-builder/src/main/java/org/eclipse/papyrus/web/application/representations/view/builders/ViewBuilder.java:73:1: Class Fan-Out Complexity is 35 (max allowed is 30). [ClassFanOutComplexity]
22:58:54 Audit done.
22:58:54 [INFO] You have 0 Checkstyle violations.
22:58:54 [INFO] 
22:58:54 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-representation-builder ---
22:58:54 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-representation-builder/target/jacoco.exec
22:58:54 [INFO] 
22:58:54 [INFO] --- resources:3.3.1:resources (default-resources) @ papyrus-web-representation-builder ---
22:58:54 [INFO] Copying 0 resource from src/main/resources to target/classes
22:58:54 [INFO] Copying 22 resources from src/main/resources to target/classes
22:58:54 [INFO] 
22:58:54 [INFO] --- compiler:3.11.0:compile (default-compile) @ papyrus-web-representation-builder ---
22:58:54 [INFO] Changes detected - recompiling the module! :dependency
22:58:54 [INFO] Compiling 41 source files with javac [debug release 17] to target/classes
22:58:56 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-representation-builder/src/main/java/org/eclipse/papyrus/web/application/representations/view/builders/ViewBuilder.java: Some input files use or override a deprecated API.
22:58:56 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-representation-builder/src/main/java/org/eclipse/papyrus/web/application/representations/view/builders/ViewBuilder.java: Recompile with -Xlint:deprecation for details.
22:58:56 [INFO] 
22:58:56 [INFO] --- resources:3.3.1:testResources (default-testResources) @ papyrus-web-representation-builder ---
22:58:56 [INFO] Copying 1 resource from src/test/resources to target/test-classes
22:58:56 [INFO] 
22:58:56 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ papyrus-web-representation-builder ---
22:58:56 [INFO] Changes detected - recompiling the module! :dependency
22:58:56 [INFO] Compiling 3 source files with javac [debug release 17] to target/test-classes
22:58:56 [INFO] 
22:58:56 [INFO] --- surefire:3.0.0:test (default-test) @ papyrus-web-representation-builder ---
22:58:56 [INFO] Tests are skipped.
22:58:56 [INFO] 
22:58:56 [INFO] --- jacoco:0.8.7:report (report) @ papyrus-web-representation-builder ---
22:58:56 [INFO] Skipping JaCoCo execution due to missing execution data file.
22:58:56 [INFO] 
22:58:56 [INFO] --- jar:3.3.0:jar (default-jar) @ papyrus-web-representation-builder ---
22:58:56 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-representation-builder/target/papyrus-web-representation-builder-2024.2.1.jar
22:58:56 [INFO] 
22:58:56 [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ papyrus-web-representation-builder >>>
22:58:56 [INFO] 
22:58:56 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-representation-builder ---
22:58:58 [INFO] Starting audit...
22:58:58 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-representation-builder/src/main/java/org/eclipse/papyrus/web/application/representations/uml/ADDiagramDescriptionBuilder.java:1848:5: Cyclomatic Complexity is 13 (max allowed is 10). [CyclomaticComplexity]
22:58:58 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-representation-builder/src/main/java/org/eclipse/papyrus/web/application/representations/uml/AbstractRepresentationDescriptionBuilder.java:79:1: Class Data Abstraction Coupling is 13 (max allowed is 12) classes [CallQuery, CallbackAdapter, IdBuilder, LabelConditionalStyleBuilder, ListCompartmentBuilder, NodeDescriptionBuilder, NodeSemanticCandidateExpressionTransformer, NoteStyleDescriptionBuilder, QueryHelper, StyleProvider, ToolComparator, UMLMetamodelHelper, ViewBuilder]. [ClassDataAbstractionCoupling]
22:58:58 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-representation-builder/src/main/java/org/eclipse/papyrus/web/application/representations/uml/AbstractRepresentationDescriptionBuilder.java:79:1: Class Fan-Out Complexity is 35 (max allowed is 30). [ClassFanOutComplexity]
22:58:58 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-representation-builder/src/main/java/org/eclipse/papyrus/web/application/representations/view/builders/ViewBuilder.java:73:1: Class Fan-Out Complexity is 35 (max allowed is 30). [ClassFanOutComplexity]
22:58:58 Audit done.
22:58:58 [INFO] You have 0 Checkstyle violations.
22:58:58 [INFO] 
22:58:58 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-representation-builder ---
22:58:58 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-representation-builder/target/jacoco.exec
22:58:58 [INFO] 
22:58:58 [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ papyrus-web-representation-builder <<<
22:58:58 [INFO] 
22:58:58 [INFO] 
22:58:58 [INFO] --- source:3.2.1:jar (attach-sources) @ papyrus-web-representation-builder ---
22:58:58 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-representation-builder/target/papyrus-web-representation-builder-2024.2.1-sources.jar
22:58:58 [INFO] 
22:58:58 [INFO] ------------------< papyrus-web:papyrus-web-services >------------------
22:58:58 [INFO] Building papyrus-web-services 2024.2.1                           [10/23]
22:58:58 [INFO]   from papyrus-web-services/pom.xml
22:58:58 [INFO] --------------------------------[ jar ]---------------------------------
22:59:02 [INFO] 
22:59:02 [INFO] --- clean:3.2.0:clean (default-clean) @ papyrus-web-services ---
22:59:02 [INFO] 
22:59:02 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-services ---
22:59:05 [INFO] Starting audit...
22:59:05 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/main/java/org/eclipse/papyrus/web/services/aqlservices/AbstractDiagramService.java:114:1: Class Data Abstraction Coupling is 25 (max allowed is 12) classes [DefaultNamedElementNameProvider, DiagramElementHelper, DiagramNavigator, ElementBasedEdgeCreator, ElementConfigurer, ElementCreationChecker, ElementCreator, ElementDirectEditInputValueProvider, ElementDirectEditValueConsumer, ElementDomainBasedEdgeContainerProvider, ElementDomainBasedEdgeCreationChecker, ElementDomainBasedEdgeInitializer, ElementDomainBasedEdgeReconnectSourceBehaviorProvider, ElementDomainBasedEdgeReconnectTargetBehaviorProvider, ElementDomainBasedEdgeReconnectionSourceChecker, ElementDomainBasedEdgeReconnectionTargetChecker, ElementDomainBasedEdgeSourceProvider, ElementDomainBasedEdgeTargetsProvider, ElementFeatureModifier, GenericWebExternalDropBehaviorProvider, GenericWebInternalDropBehaviorProvider, KeywordLabelProvider, StereotypeLabelPrefixProvider, WebDiagramElementCreator, WebRepresentationQuerier]. [ClassDataAbstractionCoupling]
22:59:05 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/main/java/org/eclipse/papyrus/web/services/aqlservices/AbstractDiagramService.java:114:1: Class Fan-Out Complexity is 70 (max allowed is 30). [ClassFanOutComplexity]
22:59:05 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/main/java/org/eclipse/papyrus/web/services/aqlservices/activity/ActivityDiagramService.java:86:1: Class Fan-Out Complexity is 42 (max allowed is 30). [ClassFanOutComplexity]
22:59:05 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/main/java/org/eclipse/papyrus/web/services/aqlservices/activity/ActivityFeatureProvider.java:89:5: Class Fan-Out Complexity is 35 (max allowed is 30). [ClassFanOutComplexity]
22:59:05 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/main/java/org/eclipse/papyrus/web/services/aqlservices/component/ComponentDiagramService.java:60:1: Class Fan-Out Complexity is 33 (max allowed is 30). [ClassFanOutComplexity]
22:59:05 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/main/java/org/eclipse/papyrus/web/services/aqlservices/properties/PropertiesCrudServicesWrapper.java:326:5: Cyclomatic Complexity is 12 (max allowed is 10). [CyclomaticComplexity]
22:59:05 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/main/java/org/eclipse/papyrus/web/services/aqlservices/utils/SemanticDropSwitch.java:361:5: Cyclomatic Complexity is 12 (max allowed is 10). [CyclomaticComplexity]
22:59:05 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/main/java/org/eclipse/papyrus/web/services/documents/UploadDocumentEventHandlerCustomImpl.java:78:1: Class Data Abstraction Coupling is 14 (max allowed is 12) classes [BufferedInputStream, BufferedReader, ByteArrayInputStream, ByteArrayOutputStream, ChangeDescription, ClassPathResource, EObjectRandomIDManager, ErrorPayload, InputStreamReader, JSONResourceFactory, ResourceMetadataAdapter, UMLResourceImpl, UploadDocumentSuccessPayload, XMIResourceImpl]. [ClassDataAbstractionCoupling]
22:59:05 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/main/java/org/eclipse/papyrus/web/services/documents/UploadDocumentEventHandlerCustomImpl.java:78:1: Class Fan-Out Complexity is 41 (max allowed is 30). [ClassFanOutComplexity]
22:59:05 [WARN] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/main/java/org/eclipse/papyrus/web/services/representations/ViewRepresentationDescriptionSearchServiceCustomImpl.java:33:3: Comment matches to-do format 'TODO'. [TodoComment]
22:59:05 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/main/java/org/eclipse/papyrus/web/services/uml/profile/UMLProfileService.java:71:1: Class Data Abstraction Coupling is 13 (max allowed is 12) classes [ApplyProfileSuccessPayload, ByteArrayInputStream, ByteArrayOutputStream, Copier, DeleteProfileSuccessPayload, DynamicProfileConverter, ErrorPayload, ProfileDefinition, ProfileResourceEntity, ProfileVersion, PublishProfileSuccessPayload, UMLProfileMetadata, UMLProfileVersion]. [ClassDataAbstractionCoupling]
22:59:05 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/main/java/org/eclipse/papyrus/web/services/uml/profile/UMLProfileService.java:71:1: Class Fan-Out Complexity is 41 (max allowed is 30). [ClassFanOutComplexity]
22:59:05 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/test/java/org/eclipse/papyrus/web/services/editingcontext/EditingContextSearchServiceCustomImplTests.java:51:1: Class Data Abstraction Coupling is 14 (max allowed is 12) classes [ComposedAdapterFactory, DocumentEntity, EPackageRegistryImpl, EditingContextMetadata, EditingContextSearchServiceCustomImpl, EditingDomainFactoryServiceCustomImpl, IEditingContextProcessor.NoOp, IStaticPathmapResourceRegistry.NoOp, JSONResourceFactory, NoOpDocumentRepository, NoOpProfileRepository, NoOpProjectRepository, ProjectEntity, SimpleMeterRegistry]. [ClassDataAbstractionCoupling]
22:59:05 Audit done.
22:59:05 [INFO] You have 0 Checkstyle violations.
22:59:05 [INFO] 
22:59:05 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-services ---
22:59:05 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/target/jacoco.exec
22:59:05 [INFO] 
22:59:05 [INFO] --- resources:3.3.1:resources (default-resources) @ papyrus-web-services ---
22:59:05 [INFO] Copying 0 resource from src/main/resources to target/classes
22:59:05 [INFO] Copying 6 resources from src/main/resources to target/classes
22:59:05 [INFO] 
22:59:05 [INFO] --- compiler:3.11.0:compile (default-compile) @ papyrus-web-services ---
22:59:05 [INFO] Changes detected - recompiling the module! :dependency
22:59:05 [INFO] Compiling 86 source files with javac [debug release 17] to target/classes
22:59:06 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/main/java/org/eclipse/papyrus/web/services/aqlservices/deployment/DeploymentDiagramService.java: Some input files use unchecked or unsafe operations.
22:59:06 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/main/java/org/eclipse/papyrus/web/services/aqlservices/deployment/DeploymentDiagramService.java: Recompile with -Xlint:unchecked for details.
22:59:06 [INFO] 
22:59:06 [INFO] --- resources:3.3.1:testResources (default-testResources) @ papyrus-web-services ---
22:59:06 [INFO] Copying 8 resources from src/test/resources to target/test-classes
22:59:06 [INFO] 
22:59:06 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ papyrus-web-services ---
22:59:06 [INFO] Changes detected - recompiling the module! :dependency
22:59:06 [INFO] Compiling 12 source files with javac [debug release 17] to target/test-classes
22:59:07 [INFO] 
22:59:07 [INFO] --- surefire:3.0.0:test (default-test) @ papyrus-web-services ---
22:59:07 [INFO] Tests are skipped.
22:59:07 [INFO] 
22:59:07 [INFO] --- jacoco:0.8.7:report (report) @ papyrus-web-services ---
22:59:07 [INFO] Skipping JaCoCo execution due to missing execution data file.
22:59:07 [INFO] 
22:59:07 [INFO] --- jar:3.3.0:jar (default-jar) @ papyrus-web-services ---
22:59:07 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/target/papyrus-web-services-2024.2.1.jar
22:59:07 [INFO] 
22:59:07 [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ papyrus-web-services >>>
22:59:07 [INFO] 
22:59:07 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-services ---
22:59:08 [INFO] Starting audit...
22:59:08 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/main/java/org/eclipse/papyrus/web/services/aqlservices/AbstractDiagramService.java:114:1: Class Data Abstraction Coupling is 25 (max allowed is 12) classes [DefaultNamedElementNameProvider, DiagramElementHelper, DiagramNavigator, ElementBasedEdgeCreator, ElementConfigurer, ElementCreationChecker, ElementCreator, ElementDirectEditInputValueProvider, ElementDirectEditValueConsumer, ElementDomainBasedEdgeContainerProvider, ElementDomainBasedEdgeCreationChecker, ElementDomainBasedEdgeInitializer, ElementDomainBasedEdgeReconnectSourceBehaviorProvider, ElementDomainBasedEdgeReconnectTargetBehaviorProvider, ElementDomainBasedEdgeReconnectionSourceChecker, ElementDomainBasedEdgeReconnectionTargetChecker, ElementDomainBasedEdgeSourceProvider, ElementDomainBasedEdgeTargetsProvider, ElementFeatureModifier, GenericWebExternalDropBehaviorProvider, GenericWebInternalDropBehaviorProvider, KeywordLabelProvider, StereotypeLabelPrefixProvider, WebDiagramElementCreator, WebRepresentationQuerier]. [ClassDataAbstractionCoupling]
22:59:08 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/main/java/org/eclipse/papyrus/web/services/aqlservices/AbstractDiagramService.java:114:1: Class Fan-Out Complexity is 70 (max allowed is 30). [ClassFanOutComplexity]
22:59:08 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/main/java/org/eclipse/papyrus/web/services/aqlservices/activity/ActivityDiagramService.java:86:1: Class Fan-Out Complexity is 42 (max allowed is 30). [ClassFanOutComplexity]
22:59:08 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/main/java/org/eclipse/papyrus/web/services/aqlservices/activity/ActivityFeatureProvider.java:89:5: Class Fan-Out Complexity is 35 (max allowed is 30). [ClassFanOutComplexity]
22:59:08 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/main/java/org/eclipse/papyrus/web/services/aqlservices/component/ComponentDiagramService.java:60:1: Class Fan-Out Complexity is 33 (max allowed is 30). [ClassFanOutComplexity]
22:59:08 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/main/java/org/eclipse/papyrus/web/services/aqlservices/properties/PropertiesCrudServicesWrapper.java:326:5: Cyclomatic Complexity is 12 (max allowed is 10). [CyclomaticComplexity]
22:59:08 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/main/java/org/eclipse/papyrus/web/services/aqlservices/utils/SemanticDropSwitch.java:361:5: Cyclomatic Complexity is 12 (max allowed is 10). [CyclomaticComplexity]
22:59:08 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/main/java/org/eclipse/papyrus/web/services/documents/UploadDocumentEventHandlerCustomImpl.java:78:1: Class Data Abstraction Coupling is 14 (max allowed is 12) classes [BufferedInputStream, BufferedReader, ByteArrayInputStream, ByteArrayOutputStream, ChangeDescription, ClassPathResource, EObjectRandomIDManager, ErrorPayload, InputStreamReader, JSONResourceFactory, ResourceMetadataAdapter, UMLResourceImpl, UploadDocumentSuccessPayload, XMIResourceImpl]. [ClassDataAbstractionCoupling]
22:59:08 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/main/java/org/eclipse/papyrus/web/services/documents/UploadDocumentEventHandlerCustomImpl.java:78:1: Class Fan-Out Complexity is 41 (max allowed is 30). [ClassFanOutComplexity]
22:59:08 [WARN] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/main/java/org/eclipse/papyrus/web/services/representations/ViewRepresentationDescriptionSearchServiceCustomImpl.java:33:3: Comment matches to-do format 'TODO'. [TodoComment]
22:59:08 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/main/java/org/eclipse/papyrus/web/services/uml/profile/UMLProfileService.java:71:1: Class Data Abstraction Coupling is 13 (max allowed is 12) classes [ApplyProfileSuccessPayload, ByteArrayInputStream, ByteArrayOutputStream, Copier, DeleteProfileSuccessPayload, DynamicProfileConverter, ErrorPayload, ProfileDefinition, ProfileResourceEntity, ProfileVersion, PublishProfileSuccessPayload, UMLProfileMetadata, UMLProfileVersion]. [ClassDataAbstractionCoupling]
22:59:08 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/main/java/org/eclipse/papyrus/web/services/uml/profile/UMLProfileService.java:71:1: Class Fan-Out Complexity is 41 (max allowed is 30). [ClassFanOutComplexity]
22:59:08 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/src/test/java/org/eclipse/papyrus/web/services/editingcontext/EditingContextSearchServiceCustomImplTests.java:51:1: Class Data Abstraction Coupling is 14 (max allowed is 12) classes [ComposedAdapterFactory, DocumentEntity, EPackageRegistryImpl, EditingContextMetadata, EditingContextSearchServiceCustomImpl, EditingDomainFactoryServiceCustomImpl, IEditingContextProcessor.NoOp, IStaticPathmapResourceRegistry.NoOp, JSONResourceFactory, NoOpDocumentRepository, NoOpProfileRepository, NoOpProjectRepository, ProjectEntity, SimpleMeterRegistry]. [ClassDataAbstractionCoupling]
22:59:08 Audit done.
22:59:08 [INFO] You have 0 Checkstyle violations.
22:59:08 [INFO] 
22:59:08 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-services ---
22:59:08 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/target/jacoco.exec
22:59:08 [INFO] 
22:59:08 [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ papyrus-web-services <<<
22:59:08 [INFO] 
22:59:08 [INFO] 
22:59:08 [INFO] --- source:3.2.1:jar (attach-sources) @ papyrus-web-services ---
22:59:08 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-services/target/papyrus-web-services-2024.2.1-sources.jar
22:59:08 [INFO] 
22:59:08 [INFO] ------------------< papyrus-web:papyrus-web-graphql >-------------------
22:59:08 [INFO] Building papyrus-web-graphql 2024.2.1                            [11/23]
22:59:08 [INFO]   from papyrus-web-graphql/pom.xml
22:59:08 [INFO] --------------------------------[ jar ]---------------------------------
22:59:09 [INFO] 
22:59:09 [INFO] --- clean:3.2.0:clean (default-clean) @ papyrus-web-graphql ---
22:59:09 [INFO] 
22:59:09 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-graphql ---
22:59:10 [INFO] Starting audit...
22:59:10 Audit done.
22:59:10 [INFO] You have 0 Checkstyle violations.
22:59:10 [INFO] 
22:59:10 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-graphql ---
22:59:10 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-graphql/target/jacoco.exec
22:59:10 [INFO] 
22:59:10 [INFO] --- resources:3.3.1:resources (default-resources) @ papyrus-web-graphql ---
22:59:10 [INFO] Copying 0 resource from src/main/resources to target/classes
22:59:10 [INFO] Copying 2 resources from src/main/resources to target/classes
22:59:10 [INFO] 
22:59:10 [INFO] --- compiler:3.11.0:compile (default-compile) @ papyrus-web-graphql ---
22:59:10 [INFO] Changes detected - recompiling the module! :dependency
22:59:10 [INFO] Compiling 10 source files with javac [debug release 17] to target/classes
22:59:10 [INFO] 
22:59:10 [INFO] --- resources:3.3.1:testResources (default-testResources) @ papyrus-web-graphql ---
22:59:10 [INFO] Copying 1 resource from src/test/resources to target/test-classes
22:59:10 [INFO] 
22:59:10 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ papyrus-web-graphql ---
22:59:10 [INFO] Changes detected - recompiling the module! :dependency
22:59:10 [INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
22:59:10 [INFO] 
22:59:10 [INFO] --- surefire:3.0.0:test (default-test) @ papyrus-web-graphql ---
22:59:10 [INFO] Tests are skipped.
22:59:10 [INFO] 
22:59:10 [INFO] --- jacoco:0.8.7:report (report) @ papyrus-web-graphql ---
22:59:10 [INFO] Skipping JaCoCo execution due to missing execution data file.
22:59:10 [INFO] 
22:59:10 [INFO] --- jar:3.3.0:jar (default-jar) @ papyrus-web-graphql ---
22:59:10 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-graphql/target/papyrus-web-graphql-2024.2.1.jar
22:59:10 [INFO] 
22:59:10 [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ papyrus-web-graphql >>>
22:59:10 [INFO] 
22:59:10 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-graphql ---
22:59:10 [INFO] Starting audit...
22:59:10 Audit done.
22:59:10 [INFO] You have 0 Checkstyle violations.
22:59:10 [INFO] 
22:59:10 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-graphql ---
22:59:10 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-graphql/target/jacoco.exec
22:59:10 [INFO] 
22:59:10 [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ papyrus-web-graphql <<<
22:59:10 [INFO] 
22:59:10 [INFO] 
22:59:10 [INFO] --- source:3.2.1:jar (attach-sources) @ papyrus-web-graphql ---
22:59:10 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-graphql/target/papyrus-web-graphql-2024.2.1-sources.jar
22:59:10 [INFO] 
22:59:10 [INFO] ------------< papyrus-web:papyrus-web-custom-widgets-view >-------------
22:59:10 [INFO] Building papyrus-web-custom-widgets-view 2024.2.1                [12/23]
22:59:10 [INFO]   from papyrus-web-custom-widgets-view/pom.xml
22:59:10 [INFO] --------------------------------[ jar ]---------------------------------
22:59:10 [INFO] 
22:59:10 [INFO] --- clean:3.2.0:clean (default-clean) @ papyrus-web-custom-widgets-view ---
22:59:10 [INFO] 
22:59:10 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-custom-widgets-view ---
22:59:10 [INFO] Starting audit...
22:59:10 Audit done.
22:59:10 [INFO] You have 0 Checkstyle violations.
22:59:10 [INFO] 
22:59:10 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-custom-widgets-view ---
22:59:10 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets-view/target/jacoco.exec
22:59:10 [INFO] 
22:59:10 [INFO] --- build-helper:3.3.0:add-source (add-source) @ papyrus-web-custom-widgets-view ---
22:59:10 [INFO] Source directory: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets-view/src/main/java added.
22:59:10 [INFO] Source directory: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets-view/src-gen/main/java added.
22:59:10 [INFO] 
22:59:10 [INFO] --- resources:3.3.1:resources (default-resources) @ papyrus-web-custom-widgets-view ---
22:59:10 [INFO] Copying 0 resource from src/main/resources to target/classes
22:59:10 [INFO] Copying 2 resources from src/main/resources to target/classes
22:59:10 [INFO] 
22:59:10 [INFO] --- compiler:3.11.0:compile (default-compile) @ papyrus-web-custom-widgets-view ---
22:59:10 [INFO] Changes detected - recompiling the module! :source
22:59:10 [INFO] Compiling 42 source files with javac [debug release 17] to target/classes
22:59:11 [INFO] 
22:59:11 [INFO] --- resources:3.3.1:testResources (default-testResources) @ papyrus-web-custom-widgets-view ---
22:59:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets-view/src/test/resources
22:59:11 [INFO] 
22:59:11 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ papyrus-web-custom-widgets-view ---
22:59:11 [INFO] No sources to compile
22:59:11 [INFO] 
22:59:11 [INFO] --- surefire:3.0.0:test (default-test) @ papyrus-web-custom-widgets-view ---
22:59:11 [INFO] Tests are skipped.
22:59:11 [INFO] 
22:59:11 [INFO] --- jacoco:0.8.7:report (report) @ papyrus-web-custom-widgets-view ---
22:59:11 [INFO] Skipping JaCoCo execution due to missing execution data file.
22:59:11 [INFO] 
22:59:11 [INFO] --- jar:3.3.0:jar (default-jar) @ papyrus-web-custom-widgets-view ---
22:59:11 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets-view/target/papyrus-web-custom-widgets-view-2024.2.1.jar
22:59:11 [INFO] 
22:59:11 [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ papyrus-web-custom-widgets-view >>>
22:59:11 [INFO] 
22:59:11 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-custom-widgets-view ---
22:59:11 [INFO] Starting audit...
22:59:11 Audit done.
22:59:11 [INFO] You have 0 Checkstyle violations.
22:59:11 [INFO] 
22:59:11 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-custom-widgets-view ---
22:59:11 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets-view/target/jacoco.exec
22:59:11 [INFO] 
22:59:11 [INFO] --- build-helper:3.3.0:add-source (add-source) @ papyrus-web-custom-widgets-view ---
22:59:11 [INFO] Source directory: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets-view/src/main/java added.
22:59:11 [INFO] Source directory: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets-view/src-gen/main/java added.
22:59:11 [INFO] 
22:59:11 [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ papyrus-web-custom-widgets-view <<<
22:59:11 [INFO] 
22:59:11 [INFO] 
22:59:11 [INFO] --- source:3.2.1:jar (attach-sources) @ papyrus-web-custom-widgets-view ---
22:59:11 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets-view/target/papyrus-web-custom-widgets-view-2024.2.1-sources.jar
22:59:11 [INFO] 
22:59:11 [INFO] ----------< papyrus-web:papyrus-web-custom-widgets-view-edit >----------
22:59:11 [INFO] Building papyrus-web-custom-widgets-view-edit 2024.2.1           [13/23]
22:59:11 [INFO]   from papyrus-web-custom-widgets-view-edit/pom.xml
22:59:11 [INFO] --------------------------------[ jar ]---------------------------------
22:59:11 [INFO] 
22:59:11 [INFO] --- clean:3.2.0:clean (default-clean) @ papyrus-web-custom-widgets-view-edit ---
22:59:11 [INFO] 
22:59:11 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-custom-widgets-view-edit ---
22:59:11 [INFO] Starting audit...
22:59:11 Audit done.
22:59:11 [INFO] You have 0 Checkstyle violations.
22:59:11 [INFO] 
22:59:11 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-custom-widgets-view-edit ---
22:59:11 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets-view-edit/target/jacoco.exec
22:59:11 [INFO] 
22:59:11 [INFO] --- build-helper:3.3.0:add-source (add-source) @ papyrus-web-custom-widgets-view-edit ---
22:59:11 [INFO] Source directory: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets-view-edit/src/main/java added.
22:59:11 [INFO] Source directory: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets-view-edit/src-gen/main/java added.
22:59:11 [INFO] 
22:59:11 [INFO] --- resources:3.3.1:resources (default-resources) @ papyrus-web-custom-widgets-view-edit ---
22:59:11 [INFO] Copying 0 resource from src/main/resources to target/classes
22:59:11 [INFO] Copying 11 resources from src/main/resources to target/classes
22:59:11 [INFO] 
22:59:11 [INFO] --- compiler:3.11.0:compile (default-compile) @ papyrus-web-custom-widgets-view-edit ---
22:59:11 [INFO] Changes detected - recompiling the module! :dependency
22:59:11 [INFO] Compiling 37 source files with javac [debug release 17] to target/classes
22:59:11 [INFO] 
22:59:11 [INFO] --- resources:3.3.1:testResources (default-testResources) @ papyrus-web-custom-widgets-view-edit ---
22:59:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets-view-edit/src/test/resources
22:59:11 [INFO] 
22:59:11 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ papyrus-web-custom-widgets-view-edit ---
22:59:11 [INFO] No sources to compile
22:59:11 [INFO] 
22:59:11 [INFO] --- surefire:3.0.0:test (default-test) @ papyrus-web-custom-widgets-view-edit ---
22:59:11 [INFO] Tests are skipped.
22:59:11 [INFO] 
22:59:11 [INFO] --- jacoco:0.8.7:report (report) @ papyrus-web-custom-widgets-view-edit ---
22:59:11 [INFO] Skipping JaCoCo execution due to missing execution data file.
22:59:11 [INFO] 
22:59:11 [INFO] --- jar:3.3.0:jar (default-jar) @ papyrus-web-custom-widgets-view-edit ---
22:59:11 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets-view-edit/target/papyrus-web-custom-widgets-view-edit-2024.2.1.jar
22:59:11 [INFO] 
22:59:11 [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ papyrus-web-custom-widgets-view-edit >>>
22:59:11 [INFO] 
22:59:11 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-custom-widgets-view-edit ---
22:59:11 [INFO] Starting audit...
22:59:11 Audit done.
22:59:11 [INFO] You have 0 Checkstyle violations.
22:59:11 [INFO] 
22:59:11 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-custom-widgets-view-edit ---
22:59:11 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets-view-edit/target/jacoco.exec
22:59:11 [INFO] 
22:59:11 [INFO] --- build-helper:3.3.0:add-source (add-source) @ papyrus-web-custom-widgets-view-edit ---
22:59:11 [INFO] Source directory: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets-view-edit/src/main/java added.
22:59:11 [INFO] Source directory: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets-view-edit/src-gen/main/java added.
22:59:11 [INFO] 
22:59:11 [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ papyrus-web-custom-widgets-view-edit <<<
22:59:11 [INFO] 
22:59:11 [INFO] 
22:59:11 [INFO] --- source:3.2.1:jar (attach-sources) @ papyrus-web-custom-widgets-view-edit ---
22:59:11 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets-view-edit/target/papyrus-web-custom-widgets-view-edit-2024.2.1-sources.jar
22:59:11 [INFO] 
22:59:11 [INFO] ---------------< papyrus-web:papyrus-web-custom-widgets >---------------
22:59:11 [INFO] Building papyrus-web-custom-widgets 2024.2.1                     [14/23]
22:59:11 [INFO]   from papyrus-web-custom-widgets/pom.xml
22:59:11 [INFO] --------------------------------[ jar ]---------------------------------
22:59:11 [INFO] 
22:59:11 [INFO] --- clean:3.2.0:clean (default-clean) @ papyrus-web-custom-widgets ---
22:59:11 [INFO] 
22:59:11 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-custom-widgets ---
22:59:13 [INFO] Starting audit...
22:59:13 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets/src/main/java/org/eclipse/papyrus/web/custom/widgets/PapyrusWidgetsConverterSwitch.java:91:1: Class Fan-Out Complexity is 36 (max allowed is 30). [ClassFanOutComplexity]
22:59:13 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets/src/main/java/org/eclipse/papyrus/web/custom/widgets/primitivelist/PrimitiveListWidgetComponent.java:58:5: Cyclomatic Complexity is 12 (max allowed is 10). [CyclomaticComplexity]
22:59:13 [WARN] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets/src/main/java/org/eclipse/papyrus/web/custom/widgets/primitivelist/PrimitiveListWidgetComponent.java:58:5: NCSS for this method is 57 (max allowed is 50). [JavaNCSS]
22:59:13 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets/src/main/java/org/eclipse/papyrus/web/custom/widgets/primitivelist/PrimitiveListWidgetComponent.java:58:5: NPath Complexity is 1,152 (max allowed is 200). [NPathComplexity]
22:59:13 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets/src/test/java/org/eclipse/papyrus/web/custom/widgets/languageexpression/LanguageExpressionTests.java:58:1: Class Data Abstraction Coupling is 14 (max allowed is 12) classes [AddLanguageHandler, AddLanguageInput, AtomicBoolean, DeleteLanguageHandler, DeleteLanguageInput, EditLanguageBodyHandler, EditLanguageBodyInput, ICollaborativeFormMessageService.NoOp, IEditingContext.NoOp, IFormQueryService.NoOp, MoveLanguageHandler, MoveLanguageInput, SimpleMeterRegistry, Success]. [ClassDataAbstractionCoupling]
22:59:13 Audit done.
22:59:13 [INFO] You have 0 Checkstyle violations.
22:59:13 [INFO] 
22:59:13 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-custom-widgets ---
22:59:13 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets/target/jacoco.exec
22:59:13 [INFO] 
22:59:13 [INFO] --- resources:3.3.1:resources (default-resources) @ papyrus-web-custom-widgets ---
22:59:13 [INFO] Copying 0 resource from src/main/resources to target/classes
22:59:13 [INFO] Copying 4 resources from src/main/resources to target/classes
22:59:13 [INFO] 
22:59:13 [INFO] --- compiler:3.11.0:compile (default-compile) @ papyrus-web-custom-widgets ---
22:59:13 [INFO] Changes detected - recompiling the module! :dependency
22:59:13 [INFO] Compiling 88 source files with javac [debug release 17] to target/classes
22:59:14 [INFO] 
22:59:14 [INFO] --- resources:3.3.1:testResources (default-testResources) @ papyrus-web-custom-widgets ---
22:59:14 [INFO] Copying 1 resource from src/test/resources to target/test-classes
22:59:14 [INFO] 
22:59:14 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ papyrus-web-custom-widgets ---
22:59:14 [INFO] Changes detected - recompiling the module! :dependency
22:59:14 [INFO] Compiling 11 source files with javac [debug release 17] to target/test-classes
22:59:14 [INFO] 
22:59:14 [INFO] --- surefire:3.0.0:test (default-test) @ papyrus-web-custom-widgets ---
22:59:14 [INFO] Tests are skipped.
22:59:14 [INFO] 
22:59:14 [INFO] --- jacoco:0.8.7:report (report) @ papyrus-web-custom-widgets ---
22:59:14 [INFO] Skipping JaCoCo execution due to missing execution data file.
22:59:14 [INFO] 
22:59:14 [INFO] --- jar:3.3.0:jar (default-jar) @ papyrus-web-custom-widgets ---
22:59:14 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets/target/papyrus-web-custom-widgets-2024.2.1.jar
22:59:14 [INFO] 
22:59:14 [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ papyrus-web-custom-widgets >>>
22:59:14 [INFO] 
22:59:14 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-custom-widgets ---
22:59:16 [INFO] Starting audit...
22:59:16 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets/src/main/java/org/eclipse/papyrus/web/custom/widgets/PapyrusWidgetsConverterSwitch.java:91:1: Class Fan-Out Complexity is 36 (max allowed is 30). [ClassFanOutComplexity]
22:59:16 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets/src/main/java/org/eclipse/papyrus/web/custom/widgets/primitivelist/PrimitiveListWidgetComponent.java:58:5: Cyclomatic Complexity is 12 (max allowed is 10). [CyclomaticComplexity]
22:59:16 [WARN] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets/src/main/java/org/eclipse/papyrus/web/custom/widgets/primitivelist/PrimitiveListWidgetComponent.java:58:5: NCSS for this method is 57 (max allowed is 50). [JavaNCSS]
22:59:16 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets/src/main/java/org/eclipse/papyrus/web/custom/widgets/primitivelist/PrimitiveListWidgetComponent.java:58:5: NPath Complexity is 1,152 (max allowed is 200). [NPathComplexity]
22:59:16 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets/src/test/java/org/eclipse/papyrus/web/custom/widgets/languageexpression/LanguageExpressionTests.java:58:1: Class Data Abstraction Coupling is 14 (max allowed is 12) classes [AddLanguageHandler, AddLanguageInput, AtomicBoolean, DeleteLanguageHandler, DeleteLanguageInput, EditLanguageBodyHandler, EditLanguageBodyInput, ICollaborativeFormMessageService.NoOp, IEditingContext.NoOp, IFormQueryService.NoOp, MoveLanguageHandler, MoveLanguageInput, SimpleMeterRegistry, Success]. [ClassDataAbstractionCoupling]
22:59:16 Audit done.
22:59:16 [INFO] You have 0 Checkstyle violations.
22:59:16 [INFO] 
22:59:16 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-custom-widgets ---
22:59:16 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets/target/jacoco.exec
22:59:16 [INFO] 
22:59:16 [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ papyrus-web-custom-widgets <<<
22:59:16 [INFO] 
22:59:16 [INFO] 
22:59:16 [INFO] --- source:3.2.1:jar (attach-sources) @ papyrus-web-custom-widgets ---
22:59:16 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-custom-widgets/target/papyrus-web-custom-widgets-2024.2.1-sources.jar
22:59:16 [INFO] 
22:59:16 [INFO] -------------< papyrus-web:papyrus-web-properties-builder >-------------
22:59:16 [INFO] Building papyrus-web-properties-builder 2024.2.1                 [15/23]
22:59:16 [INFO]   from papyrus-web-properties-builder/pom.xml
22:59:16 [INFO] --------------------------------[ jar ]---------------------------------
22:59:16 [INFO] 
22:59:16 [INFO] --- clean:3.2.0:clean (default-clean) @ papyrus-web-properties-builder ---
22:59:16 [INFO] 
22:59:16 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-properties-builder ---
22:59:16 [INFO] Starting audit...
22:59:16 Audit done.
22:59:16 [INFO] You have 0 Checkstyle violations.
22:59:16 [INFO] 
22:59:16 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-properties-builder ---
22:59:16 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-properties-builder/target/jacoco.exec
22:59:16 [INFO] 
22:59:16 [INFO] --- build-helper:3.3.0:add-source (default) @ papyrus-web-properties-builder ---
22:59:16 [INFO] Source directory: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-properties-builder/src/gen/java added.
22:59:16 [INFO] Source directory: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-properties-builder/src/man/java added.
22:59:16 [INFO] 
22:59:16 [INFO] --- resources:3.3.1:resources (default-resources) @ papyrus-web-properties-builder ---
22:59:16 [INFO] Copying 0 resource from src/main/resources to target/classes
22:59:16 [INFO] Copying 2 resources from src/main/resources to target/classes
22:59:16 [INFO] 
22:59:16 [INFO] --- compiler:3.11.0:compile (default-compile) @ papyrus-web-properties-builder ---
22:59:16 [INFO] Changes detected - recompiling the module! :dependency
22:59:16 [INFO] Compiling 234 source files with javac [debug release 17] to target/classes
22:59:17 [INFO] 
22:59:17 [INFO] --- resources:3.3.1:testResources (default-testResources) @ papyrus-web-properties-builder ---
22:59:17 [INFO] Copying 1 resource from src/test/resources to target/test-classes
22:59:17 [INFO] 
22:59:17 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ papyrus-web-properties-builder ---
22:59:17 [INFO] Changes detected - recompiling the module! :dependency
22:59:17 [INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
22:59:18 [INFO] 
22:59:18 [INFO] --- surefire:3.0.0:test (default-test) @ papyrus-web-properties-builder ---
22:59:18 [INFO] Tests are skipped.
22:59:18 [INFO] 
22:59:18 [INFO] --- jacoco:0.8.7:report (report) @ papyrus-web-properties-builder ---
22:59:18 [INFO] Skipping JaCoCo execution due to missing execution data file.
22:59:18 [INFO] 
22:59:18 [INFO] --- jar:3.3.0:jar (default-jar) @ papyrus-web-properties-builder ---
22:59:18 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-properties-builder/target/papyrus-web-properties-builder-2024.2.1.jar
22:59:18 [INFO] 
22:59:18 [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ papyrus-web-properties-builder >>>
22:59:18 [INFO] 
22:59:18 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-properties-builder ---
22:59:18 [INFO] Starting audit...
22:59:18 Audit done.
22:59:18 [INFO] You have 0 Checkstyle violations.
22:59:18 [INFO] 
22:59:18 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-properties-builder ---
22:59:18 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-properties-builder/target/jacoco.exec
22:59:18 [INFO] 
22:59:18 [INFO] --- build-helper:3.3.0:add-source (default) @ papyrus-web-properties-builder ---
22:59:18 [INFO] Source directory: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-properties-builder/src/gen/java added.
22:59:18 [INFO] Source directory: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-properties-builder/src/man/java added.
22:59:18 [INFO] 
22:59:18 [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ papyrus-web-properties-builder <<<
22:59:18 [INFO] 
22:59:18 [INFO] 
22:59:18 [INFO] --- source:3.2.1:jar (attach-sources) @ papyrus-web-properties-builder ---
22:59:18 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-properties-builder/target/papyrus-web-properties-builder-2024.2.1-sources.jar
22:59:18 [INFO] 
22:59:18 [INFO] ----------------< papyrus-web:papyrus-web-cpp-profile >-----------------
22:59:18 [INFO] Building papyrus-web-cpp-profile 2024.2.1                        [16/23]
22:59:18 [INFO]   from papyrus-web-cpp-profile/pom.xml
22:59:18 [INFO] --------------------------------[ jar ]---------------------------------
22:59:23 [INFO] 
22:59:23 [INFO] --- clean:3.2.0:clean (default-clean) @ papyrus-web-cpp-profile ---
22:59:23 [INFO] 
22:59:23 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-cpp-profile ---
22:59:24 [INFO] Starting audit...
22:59:24 Audit done.
22:59:24 [INFO] You have 0 Checkstyle violations.
22:59:24 [INFO] 
22:59:24 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-cpp-profile ---
22:59:24 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-cpp-profile/target/jacoco.exec
22:59:24 [INFO] 
22:59:24 [INFO] --- resources:3.3.1:resources (default-resources) @ papyrus-web-cpp-profile ---
22:59:24 [INFO] Copying 0 resource from src/main/resources to target/classes
22:59:24 [INFO] Copying 4 resources from src/main/resources to target/classes
22:59:24 [INFO] 
22:59:24 [INFO] --- compiler:3.11.0:compile (default-compile) @ papyrus-web-cpp-profile ---
22:59:24 [INFO] Changes detected - recompiling the module! :dependency
22:59:24 [INFO] Compiling 5 source files with javac [debug release 17] to target/classes
22:59:24 [INFO] 
22:59:24 [INFO] --- resources:3.3.1:testResources (default-testResources) @ papyrus-web-cpp-profile ---
22:59:24 [INFO] Copying 1 resource from src/test/resources to target/test-classes
22:59:24 [INFO] 
22:59:24 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ papyrus-web-cpp-profile ---
22:59:24 [INFO] Changes detected - recompiling the module! :dependency
22:59:24 [INFO] 
22:59:24 [INFO] --- surefire:3.0.0:test (default-test) @ papyrus-web-cpp-profile ---
22:59:24 [INFO] Tests are skipped.
22:59:24 [INFO] 
22:59:24 [INFO] --- jacoco:0.8.7:report (report) @ papyrus-web-cpp-profile ---
22:59:24 [INFO] Skipping JaCoCo execution due to missing execution data file.
22:59:24 [INFO] 
22:59:24 [INFO] --- jar:3.3.0:jar (default-jar) @ papyrus-web-cpp-profile ---
22:59:24 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-cpp-profile/target/papyrus-web-cpp-profile-2024.2.1.jar
22:59:24 [INFO] 
22:59:24 [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ papyrus-web-cpp-profile >>>
22:59:24 [INFO] 
22:59:24 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-cpp-profile ---
22:59:24 [INFO] Starting audit...
22:59:24 Audit done.
22:59:24 [INFO] You have 0 Checkstyle violations.
22:59:24 [INFO] 
22:59:24 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-cpp-profile ---
22:59:24 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-cpp-profile/target/jacoco.exec
22:59:24 [INFO] 
22:59:24 [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ papyrus-web-cpp-profile <<<
22:59:24 [INFO] 
22:59:24 [INFO] 
22:59:24 [INFO] --- source:3.2.1:jar (attach-sources) @ papyrus-web-cpp-profile ---
22:59:24 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-cpp-profile/target/papyrus-web-cpp-profile-2024.2.1-sources.jar
22:59:24 [INFO] 
22:59:24 [INFO] ----------------< papyrus-web:papyrus-web-java-profile >----------------
22:59:24 [INFO] Building papyrus-web-java-profile 2024.2.1                       [17/23]
22:59:24 [INFO]   from papyrus-web-java-profile/pom.xml
22:59:24 [INFO] --------------------------------[ jar ]---------------------------------
22:59:28 [INFO] 
22:59:28 [INFO] --- clean:3.2.0:clean (default-clean) @ papyrus-web-java-profile ---
22:59:28 [INFO] 
22:59:28 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-java-profile ---
22:59:28 [INFO] Starting audit...
22:59:28 Audit done.
22:59:28 [INFO] You have 0 Checkstyle violations.
22:59:28 [INFO] 
22:59:28 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-java-profile ---
22:59:28 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-java-profile/target/jacoco.exec
22:59:28 [INFO] 
22:59:28 [INFO] --- resources:3.3.1:resources (default-resources) @ papyrus-web-java-profile ---
22:59:28 [INFO] Copying 0 resource from src/main/resources to target/classes
22:59:28 [INFO] Copying 2 resources from src/main/resources to target/classes
22:59:28 [INFO] 
22:59:28 [INFO] --- compiler:3.11.0:compile (default-compile) @ papyrus-web-java-profile ---
22:59:28 [INFO] Changes detected - recompiling the module! :dependency
22:59:28 [INFO] Compiling 5 source files with javac [debug release 17] to target/classes
22:59:28 [INFO] 
22:59:28 [INFO] --- resources:3.3.1:testResources (default-testResources) @ papyrus-web-java-profile ---
22:59:28 [INFO] Copying 1 resource from src/test/resources to target/test-classes
22:59:28 [INFO] 
22:59:28 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ papyrus-web-java-profile ---
22:59:28 [INFO] Changes detected - recompiling the module! :dependency
22:59:28 [INFO] 
22:59:28 [INFO] --- surefire:3.0.0:test (default-test) @ papyrus-web-java-profile ---
22:59:28 [INFO] Tests are skipped.
22:59:28 [INFO] 
22:59:28 [INFO] --- jacoco:0.8.7:report (report) @ papyrus-web-java-profile ---
22:59:28 [INFO] Skipping JaCoCo execution due to missing execution data file.
22:59:28 [INFO] 
22:59:28 [INFO] --- jar:3.3.0:jar (default-jar) @ papyrus-web-java-profile ---
22:59:28 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-java-profile/target/papyrus-web-java-profile-2024.2.1.jar
22:59:28 [INFO] 
22:59:28 [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ papyrus-web-java-profile >>>
22:59:28 [INFO] 
22:59:28 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-java-profile ---
22:59:28 [INFO] Starting audit...
22:59:28 Audit done.
22:59:28 [INFO] You have 0 Checkstyle violations.
22:59:28 [INFO] 
22:59:28 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-java-profile ---
22:59:28 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-java-profile/target/jacoco.exec
22:59:28 [INFO] 
22:59:28 [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ papyrus-web-java-profile <<<
22:59:28 [INFO] 
22:59:28 [INFO] 
22:59:28 [INFO] --- source:3.2.1:jar (attach-sources) @ papyrus-web-java-profile ---
22:59:28 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-java-profile/target/papyrus-web-java-profile-2024.2.1-sources.jar
22:59:28 [INFO] 
22:59:28 [INFO] -----------< papyrus-web:papyrus-web-transformation-profile >-----------
22:59:28 [INFO] Building papyrus-web-transformation-profile 2024.2.1             [18/23]
22:59:28 [INFO]   from papyrus-web-transformation-profile/pom.xml
22:59:28 [INFO] --------------------------------[ jar ]---------------------------------
22:59:29 [INFO] 
22:59:29 [INFO] --- clean:3.2.0:clean (default-clean) @ papyrus-web-transformation-profile ---
22:59:29 [INFO] 
22:59:29 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-transformation-profile ---
22:59:29 [INFO] Starting audit...
22:59:29 [WARN] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-transformation-profile/src/main/java/org/eclipse/papyrus/web/profile/java/TransformationPathMapProvider.java:33:11: Comment matches to-do format 'TODO'. [TodoComment]
22:59:29 Audit done.
22:59:29 [INFO] You have 0 Checkstyle violations.
22:59:29 [INFO] 
22:59:29 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-transformation-profile ---
22:59:29 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-transformation-profile/target/jacoco.exec
22:59:29 [INFO] 
22:59:29 [INFO] --- resources:3.3.1:resources (default-resources) @ papyrus-web-transformation-profile ---
22:59:29 [INFO] Copying 0 resource from src/main/resources to target/classes
22:59:29 [INFO] Copying 1 resource from src/main/resources to target/classes
22:59:29 [INFO] 
22:59:29 [INFO] --- compiler:3.11.0:compile (default-compile) @ papyrus-web-transformation-profile ---
22:59:29 [INFO] Changes detected - recompiling the module! :dependency
22:59:29 [INFO] Compiling 3 source files with javac [debug release 17] to target/classes
22:59:29 [INFO] 
22:59:29 [INFO] --- resources:3.3.1:testResources (default-testResources) @ papyrus-web-transformation-profile ---
22:59:29 [INFO] Copying 1 resource from src/test/resources to target/test-classes
22:59:29 [INFO] 
22:59:29 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ papyrus-web-transformation-profile ---
22:59:29 [INFO] Changes detected - recompiling the module! :dependency
22:59:29 [INFO] 
22:59:29 [INFO] --- surefire:3.0.0:test (default-test) @ papyrus-web-transformation-profile ---
22:59:29 [INFO] Tests are skipped.
22:59:29 [INFO] 
22:59:29 [INFO] --- jacoco:0.8.7:report (report) @ papyrus-web-transformation-profile ---
22:59:29 [INFO] Skipping JaCoCo execution due to missing execution data file.
22:59:29 [INFO] 
22:59:29 [INFO] --- jar:3.3.0:jar (default-jar) @ papyrus-web-transformation-profile ---
22:59:29 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-transformation-profile/target/papyrus-web-transformation-profile-2024.2.1.jar
22:59:29 [INFO] 
22:59:29 [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ papyrus-web-transformation-profile >>>
22:59:29 [INFO] 
22:59:29 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-transformation-profile ---
22:59:30 [INFO] Starting audit...
22:59:30 [WARN] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-transformation-profile/src/main/java/org/eclipse/papyrus/web/profile/java/TransformationPathMapProvider.java:33:11: Comment matches to-do format 'TODO'. [TodoComment]
22:59:30 Audit done.
22:59:30 [INFO] You have 0 Checkstyle violations.
22:59:30 [INFO] 
22:59:30 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-transformation-profile ---
22:59:30 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-transformation-profile/target/jacoco.exec
22:59:30 [INFO] 
22:59:30 [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ papyrus-web-transformation-profile <<<
22:59:30 [INFO] 
22:59:30 [INFO] 
22:59:30 [INFO] --- source:3.2.1:jar (attach-sources) @ papyrus-web-transformation-profile ---
22:59:30 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-transformation-profile/target/papyrus-web-transformation-profile-2024.2.1-sources.jar
22:59:30 [INFO] 
22:59:30 [INFO] --------------< papyrus-web:papyrus-web-codegen-profile >---------------
22:59:30 [INFO] Building papyrus-web-codegen-profile 2024.2.1                    [19/23]
22:59:30 [INFO]   from papyrus-web-codegen-profile/pom.xml
22:59:30 [INFO] --------------------------------[ jar ]---------------------------------
22:59:34 [INFO] 
22:59:34 [INFO] --- clean:3.2.0:clean (default-clean) @ papyrus-web-codegen-profile ---
22:59:34 [INFO] 
22:59:34 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-codegen-profile ---
22:59:34 [INFO] Starting audit...
22:59:34 Audit done.
22:59:34 [INFO] You have 0 Checkstyle violations.
22:59:34 [INFO] 
22:59:34 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-codegen-profile ---
22:59:34 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-codegen-profile/target/jacoco.exec
22:59:34 [INFO] 
22:59:34 [INFO] --- resources:3.3.1:resources (default-resources) @ papyrus-web-codegen-profile ---
22:59:34 [INFO] Copying 0 resource from src/main/resources to target/classes
22:59:34 [INFO] Copying 1 resource from src/main/resources to target/classes
22:59:34 [INFO] 
22:59:34 [INFO] --- compiler:3.11.0:compile (default-compile) @ papyrus-web-codegen-profile ---
22:59:34 [INFO] Changes detected - recompiling the module! :dependency
22:59:34 [INFO] Compiling 3 source files with javac [debug release 17] to target/classes
22:59:35 [INFO] 
22:59:35 [INFO] --- resources:3.3.1:testResources (default-testResources) @ papyrus-web-codegen-profile ---
22:59:35 [INFO] Copying 1 resource from src/test/resources to target/test-classes
22:59:35 [INFO] 
22:59:35 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ papyrus-web-codegen-profile ---
22:59:35 [INFO] Changes detected - recompiling the module! :dependency
22:59:35 [INFO] 
22:59:35 [INFO] --- surefire:3.0.0:test (default-test) @ papyrus-web-codegen-profile ---
22:59:35 [INFO] Tests are skipped.
22:59:35 [INFO] 
22:59:35 [INFO] --- jacoco:0.8.7:report (report) @ papyrus-web-codegen-profile ---
22:59:35 [INFO] Skipping JaCoCo execution due to missing execution data file.
22:59:35 [INFO] 
22:59:35 [INFO] --- jar:3.3.0:jar (default-jar) @ papyrus-web-codegen-profile ---
22:59:35 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-codegen-profile/target/papyrus-web-codegen-profile-2024.2.1.jar
22:59:35 [INFO] 
22:59:35 [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ papyrus-web-codegen-profile >>>
22:59:35 [INFO] 
22:59:35 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-codegen-profile ---
22:59:35 [INFO] Starting audit...
22:59:35 Audit done.
22:59:35 [INFO] You have 0 Checkstyle violations.
22:59:35 [INFO] 
22:59:35 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-codegen-profile ---
22:59:35 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-codegen-profile/target/jacoco.exec
22:59:35 [INFO] 
22:59:35 [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ papyrus-web-codegen-profile <<<
22:59:35 [INFO] 
22:59:35 [INFO] 
22:59:35 [INFO] --- source:3.2.1:jar (attach-sources) @ papyrus-web-codegen-profile ---
22:59:35 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-codegen-profile/target/papyrus-web-codegen-profile-2024.2.1-sources.jar
22:59:35 [INFO] 
22:59:35 [INFO] ------------------< papyrus-web:papyrus-web-graphics >------------------
22:59:35 [INFO] Building papyrus-web-graphics 2024.2.1                           [20/23]
22:59:35 [INFO]   from papyrus-web-graphics/pom.xml
22:59:35 [INFO] --------------------------------[ jar ]---------------------------------
22:59:36 [INFO] 
22:59:36 [INFO] --- clean:3.2.0:clean (default-clean) @ papyrus-web-graphics ---
22:59:36 [INFO] 
22:59:36 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-graphics ---
22:59:36 [INFO] Starting audit...
22:59:36 Audit done.
22:59:36 [INFO] You have 0 Checkstyle violations.
22:59:36 [INFO] 
22:59:36 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-graphics ---
22:59:36 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-graphics/target/jacoco.exec
22:59:36 [INFO] 
22:59:36 [INFO] --- resources:3.3.1:resources (default-resources) @ papyrus-web-graphics ---
22:59:36 [INFO] Copying 0 resource from src/main/resources to target/classes
22:59:36 [INFO] Copying 227 resources from src/main/resources to target/classes
22:59:36 [INFO] 
22:59:36 [INFO] --- compiler:3.11.0:compile (default-compile) @ papyrus-web-graphics ---
22:59:36 [INFO] Changes detected - recompiling the module! :dependency
22:59:36 [INFO] Compiling 2 source files with javac [debug release 17] to target/classes
22:59:36 [INFO] 
22:59:36 [INFO] --- resources:3.3.1:testResources (default-testResources) @ papyrus-web-graphics ---
22:59:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-graphics/src/test/resources
22:59:36 [INFO] 
22:59:36 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ papyrus-web-graphics ---
22:59:36 [INFO] No sources to compile
22:59:36 [INFO] 
22:59:36 [INFO] --- surefire:3.0.0:test (default-test) @ papyrus-web-graphics ---
22:59:36 [INFO] Tests are skipped.
22:59:36 [INFO] 
22:59:36 [INFO] --- jacoco:0.8.7:report (report) @ papyrus-web-graphics ---
22:59:36 [INFO] Skipping JaCoCo execution due to missing execution data file.
22:59:36 [INFO] 
22:59:36 [INFO] --- jar:3.3.0:jar (default-jar) @ papyrus-web-graphics ---
22:59:37 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-graphics/target/papyrus-web-graphics-2024.2.1.jar
22:59:37 [INFO] 
22:59:37 [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ papyrus-web-graphics >>>
22:59:37 [INFO] 
22:59:37 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-graphics ---
22:59:37 [INFO] Starting audit...
22:59:37 Audit done.
22:59:37 [INFO] You have 0 Checkstyle violations.
22:59:37 [INFO] 
22:59:37 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-graphics ---
22:59:37 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-graphics/target/jacoco.exec
22:59:37 [INFO] 
22:59:37 [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ papyrus-web-graphics <<<
22:59:37 [INFO] 
22:59:37 [INFO] 
22:59:37 [INFO] --- source:3.2.1:jar (attach-sources) @ papyrus-web-graphics ---
22:59:37 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-graphics/target/papyrus-web-graphics-2024.2.1-sources.jar
22:59:37 [INFO] 
22:59:37 [INFO] ----------------< papyrus-web:papyrus-web-application >-----------------
22:59:37 [INFO] Building papyrus-web-application 2024.2.1                        [21/23]
22:59:37 [INFO]   from papyrus-web-application/pom.xml
22:59:37 [INFO] --------------------------------[ jar ]---------------------------------
22:59:46 [INFO] 
22:59:46 [INFO] --- clean:3.2.0:clean (default-clean) @ papyrus-web-application ---
22:59:46 [INFO] 
22:59:46 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-application ---
22:59:50 [INFO] Starting audit...
22:59:50 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/main/java/org/eclipse/papyrus/web/application/configuration/PapyrusConnectorToolsProvider.java:76:5: Cyclomatic Complexity is 13 (max allowed is 10). [CyclomaticComplexity]
22:59:50 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/main/java/org/eclipse/papyrus/web/application/configuration/PapyrusRepresentationDescriptionProvider.java:57:1: Class Data Abstraction Coupling is 13 (max allowed is 12) classes [ADDiagramDescriptionBuilder, CDDiagramDescriptionBuilder, CODDiagramDescriptionBuilder, CPDDiagramDescriptionBuilder, CSDDiagramDescriptionBuilder, DDDiagramDescriptionBuilder, ECrossReferenceAdapter, JsonResourceImpl, PADDiagramDescriptionBuilder, PRDDiagramDescriptionBuilder, ResourceSetImpl, SMDDiagramDescriptionBuilder, UCDDiagramDescriptionBuilder]. [ClassDataAbstractionCoupling]
22:59:50 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/main/java/org/eclipse/papyrus/web/application/configuration/RepresentationServicesProvider.java:85:5: Cyclomatic Complexity is 13 (max allowed is 10). [CyclomaticComplexity]
22:59:50 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/main/java/org/eclipse/papyrus/web/application/configuration/StudioProjectTemplatesInitializer.java:81:1: Class Fan-Out Complexity is 48 (max allowed is 30). [ClassFanOutComplexity]
22:59:50 [WARN] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/main/java/org/eclipse/papyrus/web/application/configuration/StudioProjectTemplatesInitializer.java:330:5: NCSS for this method is 55 (max allowed is 50). [JavaNCSS]
22:59:50 [WARN] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/main/java/org/eclipse/papyrus/web/application/services/VariableDocumentationGenerator.java:74: Character could cause encoding issue. [illegal.regex.encoding]
22:59:50 [WARN] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/test/java/org/eclipse/papyrus/web/application/integration/view/ViewFormIdFormatTests.java:78: These are for debug/batch applications launches only. Remove them from production build. [illegal.regex.badpractices]
22:59:50 [WARN] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/test/java/org/eclipse/papyrus/web/application/integration/view/ViewFormIdFormatTests.java:129:15: Comment matches to-do format 'TODO'. [TodoComment]
22:59:50 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/test/java/org/eclipse/papyrus/web/application/services/activity/ActivityDiagramServiceTests.java:71:1: Class Fan-Out Complexity is 34 (max allowed is 30). [ClassFanOutComplexity]
22:59:50 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/test/java/org/eclipse/papyrus/web/application/services/clazz/ClassDiagramTests.java:81:1: Class Fan-Out Complexity is 39 (max allowed is 30). [ClassFanOutComplexity]
22:59:50 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/test/java/org/eclipse/papyrus/web/application/services/clazz/ClassDiagramTests.java:1465:5: Cyclomatic Complexity is 14 (max allowed is 10). [CyclomaticComplexity]
22:59:50 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/test/java/org/eclipse/papyrus/web/application/tools/test/AbstractPapyrusWebTest.java:79:1: Class Fan-Out Complexity is 39 (max allowed is 30). [ClassFanOutComplexity]
22:59:50 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/test/java/org/eclipse/papyrus/web/application/utils/AssociationTestCaseBuilder.java:113:5: Cyclomatic Complexity is 13 (max allowed is 10). [CyclomaticComplexity]
22:59:50 Audit done.
22:59:50 [INFO] You have 0 Checkstyle violations.
22:59:50 [INFO] 
22:59:50 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-application ---
22:59:50 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/target/jacoco.exec
22:59:50 [INFO] 
22:59:50 [INFO] --- spring-boot:3.1.2:build-info (default) @ papyrus-web-application ---
22:59:51 [INFO] 
22:59:51 [INFO] --- resources:3.3.1:resources (default-resources) @ papyrus-web-application ---
22:59:51 [INFO] Copying 2 resources from src/main/resources to target/classes
22:59:51 [INFO] Copying 10 resources from src/main/resources to target/classes
22:59:51 [INFO] 
22:59:51 [INFO] --- compiler:3.11.0:compile (default-compile) @ papyrus-web-application ---
22:59:51 [INFO] Changes detected - recompiling the module! :dependency
22:59:51 [INFO] Compiling 62 source files with javac [debug release 17] to target/classes
22:59:52 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/main/java/org/eclipse/papyrus/web/application/properties/NonDerivedNonContainmentReferenceIfDescriptionProvider.java: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/main/java/org/eclipse/papyrus/web/application/properties/NonDerivedNonContainmentReferenceIfDescriptionProvider.java uses unchecked or unsafe operations.
22:59:52 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/main/java/org/eclipse/papyrus/web/application/properties/NonDerivedNonContainmentReferenceIfDescriptionProvider.java: Recompile with -Xlint:unchecked for details.
22:59:52 [INFO] 
22:59:52 [INFO] --- resources:3.3.1:testResources (default-testResources) @ papyrus-web-application ---
22:59:52 [INFO] Copying 9 resources from src/test/resources to target/test-classes
22:59:52 [INFO] 
22:59:52 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ papyrus-web-application ---
22:59:52 [INFO] Changes detected - recompiling the module! :dependency
22:59:52 [INFO] Compiling 175 source files with javac [debug release 17] to target/test-classes
22:59:56 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/test/java/org/eclipse/papyrus/web/application/utils/DiagramServiceTestHelper.java: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/test/java/org/eclipse/papyrus/web/application/utils/DiagramServiceTestHelper.java uses or overrides a deprecated API.
22:59:56 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/test/java/org/eclipse/papyrus/web/application/utils/DiagramServiceTestHelper.java: Recompile with -Xlint:deprecation for details.
22:59:56 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/test/java/org/eclipse/papyrus/web/application/utils/mutations/GetPaletteToolQueryRunner.java: Some input files use unchecked or unsafe operations.
22:59:56 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/test/java/org/eclipse/papyrus/web/application/utils/mutations/GetPaletteToolQueryRunner.java: Recompile with -Xlint:unchecked for details.
22:59:56 [INFO] 
22:59:56 [INFO] --- surefire:3.0.0:test (default-test) @ papyrus-web-application ---
22:59:56 [INFO] Tests are skipped.
22:59:56 [INFO] 
22:59:56 [INFO] --- jacoco:0.8.7:report (report) @ papyrus-web-application ---
22:59:56 [INFO] Skipping JaCoCo execution due to missing execution data file.
22:59:56 [INFO] 
22:59:56 [INFO] --- jar:3.3.0:jar (default-jar) @ papyrus-web-application ---
22:59:56 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/target/papyrus-web-application-2024.2.1.jar
22:59:56 [INFO] 
22:59:56 [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ papyrus-web-application >>>
22:59:56 [INFO] 
22:59:56 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-application ---
23:00:01 [INFO] Starting audit...
23:00:01 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/main/java/org/eclipse/papyrus/web/application/configuration/PapyrusConnectorToolsProvider.java:76:5: Cyclomatic Complexity is 13 (max allowed is 10). [CyclomaticComplexity]
23:00:01 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/main/java/org/eclipse/papyrus/web/application/configuration/PapyrusRepresentationDescriptionProvider.java:57:1: Class Data Abstraction Coupling is 13 (max allowed is 12) classes [ADDiagramDescriptionBuilder, CDDiagramDescriptionBuilder, CODDiagramDescriptionBuilder, CPDDiagramDescriptionBuilder, CSDDiagramDescriptionBuilder, DDDiagramDescriptionBuilder, ECrossReferenceAdapter, JsonResourceImpl, PADDiagramDescriptionBuilder, PRDDiagramDescriptionBuilder, ResourceSetImpl, SMDDiagramDescriptionBuilder, UCDDiagramDescriptionBuilder]. [ClassDataAbstractionCoupling]
23:00:01 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/main/java/org/eclipse/papyrus/web/application/configuration/RepresentationServicesProvider.java:85:5: Cyclomatic Complexity is 13 (max allowed is 10). [CyclomaticComplexity]
23:00:01 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/main/java/org/eclipse/papyrus/web/application/configuration/StudioProjectTemplatesInitializer.java:81:1: Class Fan-Out Complexity is 48 (max allowed is 30). [ClassFanOutComplexity]
23:00:01 [WARN] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/main/java/org/eclipse/papyrus/web/application/configuration/StudioProjectTemplatesInitializer.java:330:5: NCSS for this method is 55 (max allowed is 50). [JavaNCSS]
23:00:01 [WARN] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/main/java/org/eclipse/papyrus/web/application/services/VariableDocumentationGenerator.java:74: Character could cause encoding issue. [illegal.regex.encoding]
23:00:01 [WARN] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/test/java/org/eclipse/papyrus/web/application/integration/view/ViewFormIdFormatTests.java:78: These are for debug/batch applications launches only. Remove them from production build. [illegal.regex.badpractices]
23:00:01 [WARN] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/test/java/org/eclipse/papyrus/web/application/integration/view/ViewFormIdFormatTests.java:129:15: Comment matches to-do format 'TODO'. [TodoComment]
23:00:01 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/test/java/org/eclipse/papyrus/web/application/services/activity/ActivityDiagramServiceTests.java:71:1: Class Fan-Out Complexity is 34 (max allowed is 30). [ClassFanOutComplexity]
23:00:01 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/test/java/org/eclipse/papyrus/web/application/services/clazz/ClassDiagramTests.java:81:1: Class Fan-Out Complexity is 39 (max allowed is 30). [ClassFanOutComplexity]
23:00:01 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/test/java/org/eclipse/papyrus/web/application/services/clazz/ClassDiagramTests.java:1465:5: Cyclomatic Complexity is 14 (max allowed is 10). [CyclomaticComplexity]
23:00:01 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/test/java/org/eclipse/papyrus/web/application/tools/test/AbstractPapyrusWebTest.java:79:1: Class Fan-Out Complexity is 39 (max allowed is 30). [ClassFanOutComplexity]
23:00:01 [INFO] /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/src/test/java/org/eclipse/papyrus/web/application/utils/AssociationTestCaseBuilder.java:113:5: Cyclomatic Complexity is 13 (max allowed is 10). [CyclomaticComplexity]
23:00:01 Audit done.
23:00:01 [INFO] You have 0 Checkstyle violations.
23:00:01 [INFO] 
23:00:01 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-application ---
23:00:01 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/target/jacoco.exec
23:00:01 [INFO] 
23:00:01 [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ papyrus-web-application <<<
23:00:01 [INFO] 
23:00:01 [INFO] 
23:00:01 [INFO] --- source:3.2.1:jar (attach-sources) @ papyrus-web-application ---
23:00:01 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/target/papyrus-web-application-2024.2.1-sources.jar
23:00:01 [INFO] 
23:00:01 [INFO] --- spring-boot:3.1.2:repackage (repackage) @ papyrus-web-application ---
23:00:01 [INFO] Replacing main artifact /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/target/papyrus-web-application-2024.2.1.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
23:00:01 [INFO] The original artifact has been renamed to /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-application/target/papyrus-web-application-2024.2.1.jar.original
23:00:01 [INFO] 
23:00:01 [INFO] ---------------< papyrus-web:papyrus-web-test-coverage >----------------
23:00:01 [INFO] Building papyrus-web-test-coverage 2024.2.1                      [22/23]
23:00:01 [INFO]   from papyrus-web-test-coverage/pom.xml
23:00:01 [INFO] --------------------------------[ jar ]---------------------------------
23:00:01 [INFO] 
23:00:01 [INFO] --- clean:3.2.0:clean (default-clean) @ papyrus-web-test-coverage ---
23:00:01 [INFO] 
23:00:01 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-test-coverage ---
23:00:01 [INFO] Starting audit...
23:00:01 Audit done.
23:00:01 [INFO] You have 0 Checkstyle violations.
23:00:01 [INFO] 
23:00:01 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-test-coverage ---
23:00:01 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-test-coverage/target/jacoco.exec
23:00:01 [INFO] 
23:00:01 [INFO] --- resources:3.3.1:resources (default-resources) @ papyrus-web-test-coverage ---
23:00:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-test-coverage/src/main/resources
23:00:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-test-coverage/src/main/resources
23:00:01 [INFO] 
23:00:01 [INFO] --- compiler:3.11.0:compile (default-compile) @ papyrus-web-test-coverage ---
23:00:01 [INFO] No sources to compile
23:00:01 [INFO] 
23:00:01 [INFO] --- resources:3.3.1:testResources (default-testResources) @ papyrus-web-test-coverage ---
23:00:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-test-coverage/src/test/resources
23:00:01 [INFO] 
23:00:01 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ papyrus-web-test-coverage ---
23:00:01 [INFO] No sources to compile
23:00:01 [INFO] 
23:00:01 [INFO] --- surefire:3.0.0:test (default-test) @ papyrus-web-test-coverage ---
23:00:01 [INFO] Tests are skipped.
23:00:01 [INFO] 
23:00:01 [INFO] --- jacoco:0.8.7:report (report) @ papyrus-web-test-coverage ---
23:00:01 [INFO] Skipping JaCoCo execution due to missing execution data file.
23:00:01 [INFO] 
23:00:01 [INFO] --- jar:3.3.0:jar (default-jar) @ papyrus-web-test-coverage ---
23:00:01 [WARNING] JAR will be empty - no content was marked for inclusion!
23:00:01 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-test-coverage/target/papyrus-web-test-coverage-2024.2.1.jar
23:00:01 [INFO] 
23:00:01 [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ papyrus-web-test-coverage >>>
23:00:01 [INFO] 
23:00:01 [INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-test-coverage ---
23:00:01 [INFO] Starting audit...
23:00:01 Audit done.
23:00:01 [INFO] You have 0 Checkstyle violations.
23:00:01 [INFO] 
23:00:01 [INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-test-coverage ---
23:00:01 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Web-Master/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/source/backend/papyrus-web-test-coverage/target/jacoco.exec
23:00:01 [INFO] 
23:00:01 [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ papyrus-web-test-coverage <<<
23:00:01 [INFO] 
23:00:01 [INFO] 
23:00:01 [INFO] --- source:3.2.1:jar (attach-sources) @ papyrus-web-test-coverage ---
23:00:01 [INFO] No sources in project. Archive not created.
23:00:01 [INFO] 
23:00:01 [INFO] --- jacoco:0.8.7:report-aggregate (test-report) @ papyrus-web-test-coverage ---
23:00:01 [INFO] Analyzed bundle 'papyrus-web-application' with 74 classes
23:00:02 [INFO] Analyzed bundle 'papyrus-web-representation-builder' with 41 classes
23:00:02 [INFO] Analyzed bundle 'papyrus-web-services' with 86 classes
23:00:02 [INFO] Analyzed bundle 'papyrus-web-properties-builder' with 234 classes
23:00:03 [INFO] Analyzed bundle 'papyrus-web-custom-widgets' with 103 classes
23:00:03 [INFO] 
23:00:03 [INFO] ----------------------< papyrus-web:papyrus-web >-----------------------
23:00:03 [INFO] Building Papyrus Web 2024.2.1                                    [23/23]
23:00:03 [INFO]   from pom.xml
23:00:03 [INFO] --------------------------------[ pom ]---------------------------------
23:00:03 [INFO] 
23:00:03 [INFO] --- clean:3.2.0:clean (default-clean) @ papyrus-web ---
23:00:03 [INFO] ------------------------------------------------------------------------
23:00:03 [INFO] Reactor Summary for Papyrus Web 2024.2.1:
23:00:03 [INFO] 
23:00:03 [INFO] papyrus-web-parent ................................. SUCCESS [  4.831 s]
23:00:03 [INFO] Papyrus Web Frontend ............................... SUCCESS [01:06 min]
23:00:03 [INFO] papyrus-web-persistence ............................ SUCCESS [  5.410 s]
23:00:03 [INFO] papyrus-web-services-api ........................... SUCCESS [  2.362 s]
23:00:03 [INFO] papyrus-web-sirius-contributions ................... SUCCESS [  5.193 s]
23:00:03 [INFO] papyrus-web-tests .................................. SUCCESS [  2.167 s]
23:00:03 [INFO] papyrus-web-customnodes ............................ SUCCESS [  1.191 s]
23:00:03 [INFO] papyrus-web-customnodes-edit ....................... SUCCESS [  0.625 s]
23:00:03 [INFO] papyrus-web-representation-builder ................. SUCCESS [  7.393 s]
23:00:03 [INFO] papyrus-web-services ............................... SUCCESS [ 10.030 s]
23:00:03 [INFO] papyrus-web-graphql ................................ SUCCESS [  1.926 s]
23:00:03 [INFO] papyrus-web-custom-widgets-view .................... SUCCESS [  0.672 s]
23:00:03 [INFO] papyrus-web-custom-widgets-view-edit ............... SUCCESS [  0.471 s]
23:00:03 [INFO] papyrus-web-custom-widgets ......................... SUCCESS [  4.683 s]
23:00:03 [INFO] papyrus-web-properties-builder ..................... SUCCESS [  1.946 s]
23:00:03 [INFO] papyrus-web-cpp-profile ............................ SUCCESS [  6.322 s]
23:00:03 [INFO] papyrus-web-java-profile ........................... SUCCESS [  3.849 s]
23:00:03 [INFO] papyrus-web-transformation-profile ................. SUCCESS [  1.507 s]
23:00:03 [INFO] papyrus-web-codegen-profile ........................ SUCCESS [  5.073 s]
23:00:03 [INFO] papyrus-web-graphics ............................... SUCCESS [  2.039 s]
23:00:03 [INFO] papyrus-web-application ............................ SUCCESS [ 24.401 s]
23:00:03 [INFO] papyrus-web-test-coverage .......................... SUCCESS [  1.552 s]
23:00:03 [INFO] Papyrus Web ........................................ SUCCESS [  0.075 s]
23:00:03 [INFO] ------------------------------------------------------------------------
23:00:03 [INFO] BUILD SUCCESS
23:00:03 [INFO] ------------------------------------------------------------------------
23:00:03 [INFO] Total time:  02:41 min
23:00:03 [INFO] Finished at: 2024-05-07T03:00:03Z
23:00:03 [INFO] ------------------------------------------------------------------------
23:00:03 [Papyrus-Web-Master] $ /bin/sh -xe /tmp/jenkins936943070417981905.sh
23:00:03 + echo 'AVANT ARCHIVAGE'
23:00:03 AVANT ARCHIVAGE
23:00:03 Archiving artifacts
23:00:09 Finished: SUCCESS