Started by user Alexander Kurtakov Running as Alexander Kurtakov Obtained flatpak-dev-shim/Jenkinsfile from git https://github.com/eclipse-linuxtools/org.eclipse.linuxtools.eclipse-build.git [Pipeline] Start of Pipeline [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Agent centos-8-mtl62 is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6" jenkins/label: "centos-latest_centos-8" name: "centos-8-mtl62" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.linuxtools.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-8-mtl62" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-8-mtl62" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.linuxtools.svc.cluster.local/linuxtools/" image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-4.10.1" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-linuxtools" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on centos-8-mtl62 in /home/jenkins/agent/workspace/flatpak-dev-shim [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-linuxtools/org.eclipse.linuxtools.eclipse-build.git > git init /home/jenkins/agent/workspace/flatpak-dev-shim # timeout=10 Fetching upstream changes from https://github.com/eclipse-linuxtools/org.eclipse.linuxtools.eclipse-build.git > git --version # timeout=10 > git --version # 'git version 2.27.0' > git fetch --tags --force --progress -- https://github.com/eclipse-linuxtools/org.eclipse.linuxtools.eclipse-build.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision c4b9f77460a0bb55f0831f87a9dc614a4bfc564e (refs/remotes/origin/master) > git config remote.origin.url https://github.com/eclipse-linuxtools/org.eclipse.linuxtools.eclipse-build.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c4b9f77460a0bb55f0831f87a9dc614a4bfc564e # timeout=10 Commit message: "Update flatpak nightly products to 4.23 I-builds" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/flatpak-dev-shim/flatpak-dev-shim [Pipeline] { [Pipeline] sh + mvn clean verify -B -Dmaven.test.skip=true Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739) Maven home: /opt/tools/apache-maven/latest Java version: 15.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-15/15.0.2+7 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] ----------< org.eclipse.linuxtools.flatpak:flatpak-dev-shim >----------- [INFO] Building Flatpak Development Shim 1.0.1-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ flatpak-dev-shim --- [INFO] [INFO] --- exec-maven-plugin:3.0.0:exec (clean-natives) @ flatpak-dev-shim --- rm -f FlatpakProcessImpl.o java_lang_FlatpakProcessImpl.h [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ flatpak-dev-shim --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/flatpak-dev-shim/flatpak-dev-shim/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ flatpak-dev-shim --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/flatpak-dev-shim/flatpak-dev-shim/target/classes [WARNING] /home/jenkins/agent/workspace/flatpak-dev-shim/flatpak-dev-shim/src/main/java/java/lang/ProcessBuilder.java:[39,27] sun.security.action.GetPropertyAction is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/flatpak-dev-shim/flatpak-dev-shim/src/main/java/java/lang/ProcessBuilder.java:[476,18] sun.security.action.GetPropertyAction is internal proprietary API and may be removed in a future release [INFO] [INFO] --- exec-maven-plugin:3.0.0:exec (build-natives) @ flatpak-dev-shim --- gcc -c -fPIC -D_REENTRANT -I/opt/tools/java/openjdk/jdk-15/latest/include -I/opt/tools/java/openjdk/jdk-15/latest/include/linux -std=c99 -o FlatpakProcessImpl.o FlatpakProcessImpl.c gcc -shared -o ../target/libflatpakdevshim.so FlatpakProcessImpl.o [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ flatpak-dev-shim --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ flatpak-dev-shim --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ flatpak-dev-shim --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ flatpak-dev-shim --- [INFO] Building jar: /home/jenkins/agent/workspace/flatpak-dev-shim/flatpak-dev-shim/target/flatpak-dev-shim-1.0.1-SNAPSHOT.jar [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:attach-artifact (attach-natives) @ flatpak-dev-shim --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8.524 s [INFO] Finished at: 2021-12-16T04:02:14Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir Post stage [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/flatpak-dev-shim/flatpak-dev-shim [Pipeline] { [Pipeline] sh + mvn deploy -B -Dmaven.test.skip=true Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739) Maven home: /opt/tools/apache-maven/latest Java version: 15.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-15/15.0.2+7 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] ----------< org.eclipse.linuxtools.flatpak:flatpak-dev-shim >----------- [INFO] Building Flatpak Development Shim 1.0.1-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ flatpak-dev-shim --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/flatpak-dev-shim/flatpak-dev-shim/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ flatpak-dev-shim --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- exec-maven-plugin:3.0.0:exec (build-natives) @ flatpak-dev-shim --- make: Nothing to be done for 'all'. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ flatpak-dev-shim --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ flatpak-dev-shim --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ flatpak-dev-shim --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ flatpak-dev-shim --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:attach-artifact (attach-natives) @ flatpak-dev-shim --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ flatpak-dev-shim --- [INFO] Installing /home/jenkins/agent/workspace/flatpak-dev-shim/flatpak-dev-shim/target/flatpak-dev-shim-1.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/linuxtools/flatpak/flatpak-dev-shim/1.0.1-SNAPSHOT/flatpak-dev-shim-1.0.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/flatpak-dev-shim/flatpak-dev-shim/pom.xml to /home/jenkins/.m2/repository/org/eclipse/linuxtools/flatpak/flatpak-dev-shim/1.0.1-SNAPSHOT/flatpak-dev-shim-1.0.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/flatpak-dev-shim/flatpak-dev-shim/target/libflatpakdevshim.so to /home/jenkins/.m2/repository/org/eclipse/linuxtools/flatpak/flatpak-dev-shim/1.0.1-SNAPSHOT/flatpak-dev-shim-1.0.1-SNAPSHOT.so [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-deploy) @ flatpak-dev-shim --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.611 s [INFO] Finished at: 2021-12-16T04:02:39Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS