Skip to content

Console Output

Started by GitHub push by bshannon
Started by GitHub push by bshannon
Started by GitHub push by bshannon
Started by user Dmitry Kornilov
Rebuilds build #22
Running as Dmitry Kornilov
Agent default-agent-n6jj1 is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-n6jj1"
spec:
  containers:
  - env:
    - name: "MAVEN_OPTS"
      value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jakartaee-platform.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-n6jj1"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-n6jj1"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jakartaee-platform.svc.cluster.local/jakartaee-platform/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - 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: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-jakartaee-platform"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on default-agent-n6jj1 in workspace /home/jenkins/agent/workspace/tutorial-publish
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-TqBFDCo1Svkh/agent.62
SSH_AGENT_PID=64
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/tutorial-publish@tmp/private_key_6142548346363710299.key (/home/jenkins/agent/workspace/tutorial-publish@tmp/private_key_6142548346363710299.key)
[ssh-agent] Using credentials eclipse-jakartaee-platform-bot (GitHub bot SSH)
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/jakartaee-tutorial.git
 > git init /home/jenkins/agent/workspace/tutorial-publish # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jakartaee-tutorial.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jakartaee-tutorial.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git@github.com:eclipse-ee4j/jakartaee-tutorial.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/jakartaee-tutorial.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jakartaee-tutorial.git
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jakartaee-tutorial.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision ee1230f2977f781802e033552e97c97c21e02593 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ee1230f2977f781802e033552e97c97c21e02593
Commit message: "Replaced javaeetutorial package name (#182)"
 > git rev-list --no-walk ee1230f2977f781802e033552e97c97c21e02593 # timeout=10
[tutorial-publish] $ /bin/sh -xe /tmp/jenkins6429621408623954982.sh
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key 049FE94F2D5DAD9D: public key "Eclipse Jakarta EE Platform <jakarta-platform-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key 049FE94F2D5DAD9D: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
+ gpg --list-keys --with-colons
+ awk -F: '/fpr:/ {print $10}'
+ sort -u
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key 2B34821418CF19CF1F2A8352953E02E4F573B46F trust
Secret subkeys are available.

pub  rsa4096/049FE94F2D5DAD9D
     created: 2019-02-14  expires: 2024-02-13  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/953E02E4F573B46F
     created: 2019-02-14  expires: 2024-02-13  usage: S   
[ unknown] (1). Eclipse Jakarta EE Platform <jakarta-platform-dev@eclipse.org>

pub  rsa4096/049FE94F2D5DAD9D
     created: 2019-02-14  expires: 2024-02-13  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/953E02E4F573B46F
     created: 2019-02-14  expires: 2024-02-13  usage: S   
[ unknown] (1). Eclipse Jakarta EE Platform <jakarta-platform-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/049FE94F2D5DAD9D
     created: 2019-02-14  expires: 2024-02-13  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/953E02E4F573B46F
     created: 2019-02-14  expires: 2024-02-13  usage: S   
[ unknown] (1). Eclipse Jakarta EE Platform <jakarta-platform-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key 71C524683EEC78CCAD6D5554049FE94F2D5DAD9D trust
Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2024-02-13
pub  rsa4096/049FE94F2D5DAD9D
     created: 2019-02-14  expires: 2024-02-13  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/953E02E4F573B46F
     created: 2019-02-14  expires: 2024-02-13  usage: S   
[ultimate] (1). Eclipse Jakarta EE Platform <jakarta-platform-dev@eclipse.org>

pub  rsa4096/049FE94F2D5DAD9D
     created: 2019-02-14  expires: 2024-02-13  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/953E02E4F573B46F
     created: 2019-02-14  expires: 2024-02-13  usage: S   
[ultimate] (1). Eclipse Jakarta EE Platform <jakarta-platform-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/049FE94F2D5DAD9D
     created: 2019-02-14  expires: 2024-02-13  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/953E02E4F573B46F
     created: 2019-02-14  expires: 2024-02-13  usage: S   
[ultimate] (1). Eclipse Jakarta EE Platform <jakarta-platform-dev@eclipse.org>

+ git config --global user.email eclipse-jakartaee-platform-bot@eclipse.org
+ git config --global user.name 'Eclipse Jakarta EE Platform Bot'
Parsing POMs
Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom
Established TCP socket on 37176
Copied maven33-agent.jar
Copied maven33-interceptor.jar
Copied maven3-interceptor-commons.jar
[tutorial-publish] $ /opt/tools/java/oracle/jdk-8/latest/bin/java -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -cp /home/jenkins/agent/maven33-agent.jar:/opt/tools/apache-maven/3.3.9/boot/plexus-classworlds-2.5.2.jar:/opt/tools/apache-maven/3.3.9/conf/logging jenkins.maven3.agent.Maven33Main /opt/tools/apache-maven/3.3.9 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven33-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 37176
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /home/jenkins/agent/workspace/tutorial-publish/pom.xml -Ppublish-site deploy
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Jakarta EE Tutorial 8.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-versions) @ tutorial ---
[INFO] 
[INFO] --- glassfish-doc-maven-plugin:1.2:toc (generate-toc) @ tutorial ---
[WARNING] overview008.adoc:216: header line length mismatch:
[WARNING] Jakarta RESTful Web Services
[WARNING] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[WARNING] jsf-develop.adoc:13: header line length mismatch:
[WARNING] 12 Developing with Jakarta Server Faces Technology
[WARNING] ----------------------------------------------
[WARNING] jsonp008.adoc:12: header line length mismatch:
[WARNING] Further Information about the Jakarta JSON Processing
[WARNING] ----------------------------------------------------------
[WARNING] bean-validation002.adoc:13: header line length mismatch:
[WARNING] Using Jakarta Bean Validation Constraints
[WARNING] ------------------------------------------
[WARNING] security-webtier004.adoc:280: header line length mismatch:
[WARNING] The hello1-formauth Example: Form-Based Authentication with a Jakarta Server Faces Application
[WARNING] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[WARNING] MISSED: usingexamples008.adoc
[INFO] 
[INFO] --- glassfish-doc-maven-plugin:1.2:book (generate-book) @ tutorial ---
[INFO] 
[INFO] --- jbake-maven-plugin:1.0.0:build (build-site) @ tutorial ---
[WARNING] Current implementation of storage does not support sbtree collections
[WARNING] Current implementation of storage does not support sbtree collections
[WARNING] Unable to load a suitable rendering engine for extensions [md]
[INFO] register new extractors for document type: masterindex
[INFO] register new extractors for document type: tag
[INFO] register new extractors for document type: sitemap
[INFO] Baking has started...
[INFO] Initializing Asciidoctor engine...
[INFO] Asciidoctor engine initialized.
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/batch-processing.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/batch-processing001.adoc]...  : new 
asciidoctor: WARNING: <stdin>: line 54: list item index: expected 2, got 1
asciidoctor: WARNING: <stdin>: line 56: list item index: expected 3, got 2
asciidoctor: WARNING: <stdin>: line 59: list item index: expected 4, got 3
asciidoctor: WARNING: <stdin>: line 61: list item index: expected 5, got 4
asciidoctor: WARNING: <stdin>: line 63: list item index: expected 6, got 2
asciidoctor: WARNING: <stdin>: line 69: list item index: expected 7, got 3
asciidoctor: WARNING: <stdin>: line 74: list item index: expected 8, got 4
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/batch-processing002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/batch-processing003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/batch-processing004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/batch-processing005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/batch-processing006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/batch-processing007.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/batch-processing008.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/batch-processing009.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/batch-processing010.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/bean-validation-advanced.adoc]...  : new 
asciidoctor: WARNING: <stdin>: line 296: list item index: expected d, got i
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/bean-validation-advanced001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/bean-validation-advanced002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/bean-validation-advanced003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/bean-validation-advanced004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/bean-validation.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/bean-validation001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/bean-validation002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/bean-validation003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/bean-validation004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/bean-validation005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-adv-examples.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-adv-examples001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-adv-examples002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-adv-examples003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-adv-examples004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-adv-examples005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-adv-examples006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-adv.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-adv001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-adv002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-adv003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-adv004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-adv005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-adv006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-adv007.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-adv008.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-adv009.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-adv010.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-basic.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-basic001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-basic002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-basic003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-basic004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-basic005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-basic006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-basic007.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-basic008.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-basic009.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-basic010.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-basic011.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-basic012.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-basic013.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-basic014.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-basic015.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-basicexamples.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-basicexamples001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-basicexamples002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-basicexamples003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-bootstrap-se8.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-bootstrap-se8001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/cdi-bootstrap-se8002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/concurrency-utilities.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/concurrency-utilities001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/concurrency-utilities002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/concurrency-utilities003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/concurrency-utilities004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/concurrency-utilities005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/concurrency-utilities006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/concurrency-utilities007.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/connectorexample.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/connectorexample001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/connectorexample002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/connectorexample003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/dukes-bookstore.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/dukes-bookstore001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/dukes-bookstore002.adoc]...  : new 
asciidoctor: WARNING: <stdin>: line 18: section title out of sequence: expected level 1, got level 2
asciidoctor: WARNING: <stdin>: line 41: section title out of sequence: expected level 1, got level 2
asciidoctor: WARNING: <stdin>: line 67: section title out of sequence: expected level 1, got level 2
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/dukes-bookstore003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/dukes-forest.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/dukes-forest001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/dukes-forest002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/dukes-forest003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/dukes-forest004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/dukes-tutoring.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/dukes-tutoring001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/dukes-tutoring002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/dukes-tutoring003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/dukes-tutoring004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-async.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-async001.adoc]...  : new 
asciidoctor: WARNING: <stdin>: line 160: list item index: expected 11, got 1
asciidoctor: WARNING: <stdin>: line 162: list item index: expected 12, got 2
asciidoctor: WARNING: <stdin>: line 163: list item index: expected 13, got 3
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-async002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-basicexamples.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-basicexamples001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-basicexamples002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-basicexamples003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-basicexamples004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-basicexamples005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-basicexamples006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-embedded.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-embedded001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-embedded002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-embedded003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-gettingstarted.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-gettingstarted001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-gettingstarted002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-gettingstarted003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-intro.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-intro001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-intro002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-intro003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-intro004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-intro005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-intro006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-intro007.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/ejb-intro008.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/injection.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/injection001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/injection002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/injection003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/interceptors.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/interceptors001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/interceptors002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/interceptors003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jaxrs-advanced.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jaxrs-advanced001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jaxrs-advanced002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jaxrs-advanced003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jaxrs-advanced004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jaxrs-advanced005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jaxrs-advanced006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jaxrs-advanced007.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jaxrs-advanced008.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jaxrs-client.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jaxrs-client001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jaxrs-client002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jaxrs-client003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jaxrs.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jaxrs001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jaxrs002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jaxrs003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jaxrs004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jaxws.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jaxws001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jaxws002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jaxws003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jaxws004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jaxws005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jms-concepts.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jms-concepts001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jms-concepts002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jms-concepts003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jms-concepts004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jms-concepts005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jms-concepts006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jms-examples.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jms-examples001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jms-examples002.adoc]...  : new 
asciidoctor: WARNING: <stdin>: line 606: list item index: expected 2, got 1
asciidoctor: WARNING: <stdin>: line 607: list item index: expected 3, got 2
asciidoctor: WARNING: <stdin>: line 609: list item index: expected 4, got 3
asciidoctor: WARNING: <stdin>: line 610: list item index: expected 5, got 4
asciidoctor: WARNING: <stdin>: line 611: list item index: expected 6, got 5
asciidoctor: WARNING: <stdin>: line 619: list item index: expected 7, got 6
asciidoctor: WARNING: <stdin>: line 622: list item index: expected 8, got 7
asciidoctor: WARNING: <stdin>: line 625: list item index: expected 9, got 2
asciidoctor: WARNING: <stdin>: line 626: list item index: expected 10, got 1
asciidoctor: WARNING: <stdin>: line 628: list item index: expected 11, got 2
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jms-examples003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jms-examples004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jms-examples005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jms-examples006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jms-examples007.adoc]...  : new 
asciidoctor: WARNING: <stdin>: line 243: list item index: expected 7, got 17
asciidoctor: WARNING: <stdin>: line 245: list item index: expected 8, got 7
asciidoctor: WARNING: <stdin>: line 295: list item index: expected 4, got 17
asciidoctor: WARNING: <stdin>: line 297: list item index: expected 5, got 4
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jms-examples008.adoc]...  : new 
asciidoctor: WARNING: <stdin>: line 166: list item index: expected 5, got 1
asciidoctor: WARNING: <stdin>: line 168: list item index: expected 6, got 2
asciidoctor: WARNING: <stdin>: line 171: list item index: expected 7, got 3
asciidoctor: WARNING: <stdin>: line 175: list item index: expected 8, got 4
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jms-examples009.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jms-examples010.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-advanced-cc.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-advanced-cc001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-advanced-cc002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-advanced-cc003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-advanced-cc004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-ajax.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-ajax001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-ajax002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-ajax003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-ajax004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-ajax005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-ajax006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-ajax007.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-ajax008.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-ajax009.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-ajax010.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-ajax011.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-ajax012.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-configure.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-configure001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-configure002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-configure003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-configure004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-configure005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-configure006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-configure007.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-configure008.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-configure009.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-configure010.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-configure011.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-configure012.adoc]...  : new 
asciidoctor: WARNING: <stdin>: line 195: list item index: expected 8, got 1
asciidoctor: WARNING: <stdin>: line 196: list item index: expected 9, got 2
asciidoctor: WARNING: <stdin>: line 198: list item index: expected 10, got 3
asciidoctor: WARNING: <stdin>: line 199: list item index: expected 11, got 8
asciidoctor: WARNING: <stdin>: line 224: list item index: expected 8, got 1
asciidoctor: WARNING: <stdin>: line 225: list item index: expected 9, got 2
asciidoctor: WARNING: <stdin>: line 226: list item index: expected 10, got 3
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-configure013.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-custom.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-custom001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-custom002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-custom003.adoc]...  : new 
asciidoctor: WARNING: <stdin>: line 13: list item index: expected 2, got 1
asciidoctor: WARNING: <stdin>: line 15: list item index: expected 3, got 2
asciidoctor: WARNING: <stdin>: line 17: list item index: expected 4, got 3
asciidoctor: WARNING: <stdin>: line 18: list item index: expected 5, got 4
asciidoctor: WARNING: <stdin>: line 19: list item index: expected 6, got 5
asciidoctor: WARNING: <stdin>: line 20: list item index: expected 7, got 2
asciidoctor: WARNING: <stdin>: line 24: list item index: expected 8, got 1
asciidoctor: WARNING: <stdin>: line 26: list item index: expected 9, got 2
asciidoctor: WARNING: <stdin>: line 27: list item index: expected 10, got 3
asciidoctor: WARNING: <stdin>: line 28: list item index: expected 11, got 4
asciidoctor: WARNING: <stdin>: line 29: list item index: expected 12, got 5
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-custom004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-custom005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-custom006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-custom007.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-custom008.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-custom009.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-custom010.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-custom011.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-custom012.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-custom013.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-custom014.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-develop.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-develop001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-develop002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-develop003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-el.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-el001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-el002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-el003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-el004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-el005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-el006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-el007.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-el008.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-facelets.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-facelets001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-facelets002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-facelets003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-facelets004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-facelets005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-facelets006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-facelets007.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-facelets008.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-facelets009.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-intro.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-intro001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-intro002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-intro003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-intro004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-intro005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-intro006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-intro007.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-intro008.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-intro009.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-page-core.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-page-core001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-page-core002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-page-core003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-page-core004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-page.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-page001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-page002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-page003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-ws.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-ws001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-ws002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-ws003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-ws004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-ws005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-ws006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsf-ws007.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsonb.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsonb001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsonb002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsonb003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsonb004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsonp.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsonp001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsonp002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsonp003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsonp004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsonp005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsonp006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsonp007.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/jsonp008.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/overview.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/overview001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/overview002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/overview003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/overview004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/overview005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/overview006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/overview007.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/overview008.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/overview009.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/overview010.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/packaging.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/packaging001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/packaging002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/packaging003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/packaging004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/partbeanvalidation.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/partcasestudies.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/partcdi.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/partentbeans.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/partintro.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/partmessaging.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/partpersist.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/partplatform.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/partsecurity.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/partsupporttechs.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/partwebsvcs.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/partwebtier.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-basicexamples.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-basicexamples001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-basicexamples002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-basicexamples003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-basicexamples004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-cache.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-cache001.adoc]...  : new 
asciidoctor: WARNING: <stdin>: line 240: list item index: expected 2, got 1
asciidoctor: WARNING: <stdin>: line 250: list item index: expected 3, got 2
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-cache002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-criteria.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-criteria001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-criteria002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-criteria003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-entitygraphs.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-entitygraphs001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-entitygraphs002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-entitygraphs003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-entitygraphs004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-intro.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-intro001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-intro002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-intro003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-intro004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-intro005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-intro006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-intro007.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-locking.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-locking001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-locking002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-querylanguage.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-querylanguage001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-querylanguage002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-querylanguage003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-querylanguage004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-querylanguage005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-querylanguage006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-string-queries.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-string-queries001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-string-queries002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/persistence-string-queries003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/preface.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/resource-creation.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/resource-creation001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/resource-creation002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/resource-creation003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/resources.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/resources001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/resources002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/resources003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/resources004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/resources005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-advanced.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-advanced001.adoc]...  : new 
asciidoctor: WARNING: <stdin>: line 173: list item index: expected 2, got 1
asciidoctor: WARNING: <stdin>: line 175: list item index: expected 3, got 2
asciidoctor: WARNING: <stdin>: line 176: list item index: expected 4, got 3
asciidoctor: WARNING: <stdin>: line 183: list item index: expected 5, got 2
asciidoctor: WARNING: <stdin>: line 191: list item index: expected 6, got 3
asciidoctor: WARNING: <stdin>: line 198: list item index: expected 7, got 4
asciidoctor: WARNING: <stdin>: line 227: list item index: expected 8, got 5
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-advanced002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-advanced003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-advanced004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-advanced005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-advanced006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-advanced007.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-advanced008.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-api.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-api001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-api002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-api003.adoc]...  : new 
asciidoctor: WARNING: <stdin>: line 361: list item index: expected 4, got 2
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-api004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-api005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-intro.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-intro001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-intro002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-intro003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-intro003a.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-intro004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-intro005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-intro005a.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-intro006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-intro007.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-jakartaee.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-jakartaee001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-jakartaee002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-jakartaee003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-webtier.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-webtier001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-webtier002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-webtier003.adoc]...  : new 
asciidoctor: WARNING: <stdin>: line 55: list item index: expected 3, got 1
asciidoctor: WARNING: <stdin>: line 57: list item index: expected 4, got 2
asciidoctor: WARNING: <stdin>: line 58: list item index: expected 5, got 3
asciidoctor: WARNING: <stdin>: line 59: list item index: expected 6, got 4
asciidoctor: WARNING: <stdin>: line 60: list item index: expected 7, got 5
asciidoctor: WARNING: <stdin>: line 61: list item index: expected 8, got 6
asciidoctor: WARNING: <stdin>: line 62: list item index: expected 9, got 7
asciidoctor: WARNING: <stdin>: line 63: list item index: expected 10, got 8
asciidoctor: WARNING: <stdin>: line 64: list item index: expected 11, got 9
asciidoctor: WARNING: <stdin>: line 66: list item index: expected 12, got 10
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/security-webtier004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/servlets.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/servlets001.adoc]...  : new 
asciidoctor: WARNING: <stdin>: line 14: list item index: expected 2, got 1
asciidoctor: WARNING: <stdin>: line 15: list item index: expected 3, got 2
asciidoctor: WARNING: <stdin>: line 16: list item index: expected 4, got 3
asciidoctor: WARNING: <stdin>: line 19: list item index: expected 5, got 2
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/servlets002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/servlets003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/servlets004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/servlets005.adoc]...  : new 
asciidoctor: WARNING: <stdin>: line 195: list item index: expected 11, got 1
asciidoctor: WARNING: <stdin>: line 196: list item index: expected 12, got 2
asciidoctor: WARNING: <stdin>: line 197: list item index: expected 13, got 3
asciidoctor: WARNING: <stdin>: line 198: list item index: expected 14, got 4
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/servlets006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/servlets007.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/servlets008.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/servlets009.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/servlets010.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/servlets011.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/servlets012.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/servlets013.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/servlets014.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/servlets014a.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/servlets014b.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/servlets015.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/servlets016.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/servlets017.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/servlets018.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/title.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/toc.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/transactions.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/transactions001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/transactions002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/transactions003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/transactions004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/transactions005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/transactions006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/transactions007.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/transactions008.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/transactions009.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/usingexamples.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/usingexamples001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/usingexamples002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/usingexamples003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/usingexamples004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/usingexamples005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/usingexamples006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/usingexamples007.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/usingexamples008.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/usingexamples009.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/webapp.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/webapp001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/webapp002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/webapp003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/webapp004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/webapp005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/webapp006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/webi18n.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/webi18n001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/webi18n002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/webi18n003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/webi18n004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/webservices-intro.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/webservices-intro001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/webservices-intro002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/webservices-intro003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/websocket.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/websocket001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/websocket002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/websocket003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/websocket004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/websocket005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/websocket006.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/websocket007.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/websocket008.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/websocket009.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/websocket010.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/websocket011.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/websocket012.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/content/websocket013.adoc]...  : new 
[INFO] Content detected:
[INFO] Parsed 462 files of type: page
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/batch-processing.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/batch-processing001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/batch-processing002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/batch-processing003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/batch-processing004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/batch-processing005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/batch-processing006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/batch-processing007.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/batch-processing008.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/batch-processing009.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/batch-processing010.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/bean-validation-advanced.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/bean-validation-advanced001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/bean-validation-advanced002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/bean-validation-advanced003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/bean-validation-advanced004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/bean-validation.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/bean-validation001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/bean-validation002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/bean-validation003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/bean-validation004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/bean-validation005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-adv-examples.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-adv-examples001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-adv-examples002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-adv-examples003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-adv-examples004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-adv-examples005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-adv-examples006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-adv.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-adv001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-adv002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-adv003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-adv004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-adv005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-adv006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-adv007.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-adv008.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-adv009.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-adv010.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-basic.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-basic001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-basic002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-basic003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-basic004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-basic005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-basic006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-basic007.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-basic008.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-basic009.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-basic010.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-basic011.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-basic012.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-basic013.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-basic014.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-basic015.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-basicexamples.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-basicexamples001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-basicexamples002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-basicexamples003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-bootstrap-se8.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-bootstrap-se8001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/cdi-bootstrap-se8002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/concurrency-utilities.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/concurrency-utilities001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/concurrency-utilities002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/concurrency-utilities003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/concurrency-utilities004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/concurrency-utilities005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/concurrency-utilities006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/concurrency-utilities007.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/connectorexample.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/connectorexample001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/connectorexample002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/connectorexample003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/dukes-bookstore.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/dukes-bookstore001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/dukes-bookstore002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/dukes-bookstore003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/dukes-forest.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/dukes-forest001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/dukes-forest002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/dukes-forest003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/dukes-forest004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/dukes-tutoring.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/dukes-tutoring001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/dukes-tutoring002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/dukes-tutoring003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/dukes-tutoring004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-async.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-async001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-async002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-basicexamples.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-basicexamples001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-basicexamples002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-basicexamples003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-basicexamples004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-basicexamples005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-basicexamples006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-embedded.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-embedded001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-embedded002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-embedded003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-gettingstarted.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-gettingstarted001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-gettingstarted002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-gettingstarted003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-intro.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-intro001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-intro002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-intro003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-intro004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-intro005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-intro006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-intro007.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/ejb-intro008.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/injection.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/injection001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/injection002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/injection003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/interceptors.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/interceptors001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/interceptors002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/interceptors003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jaxrs-advanced.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jaxrs-advanced001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jaxrs-advanced002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jaxrs-advanced003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jaxrs-advanced004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jaxrs-advanced005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jaxrs-advanced006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jaxrs-advanced007.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jaxrs-advanced008.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jaxrs-client.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jaxrs-client001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jaxrs-client002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jaxrs-client003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jaxrs.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jaxrs001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jaxrs002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jaxrs003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jaxrs004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jaxws.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jaxws001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jaxws002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jaxws003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jaxws004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jaxws005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jms-concepts.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jms-concepts001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jms-concepts002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jms-concepts003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jms-concepts004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jms-concepts005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jms-concepts006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jms-examples.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jms-examples001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jms-examples002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jms-examples003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jms-examples004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jms-examples005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jms-examples006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jms-examples007.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jms-examples008.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jms-examples009.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jms-examples010.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-advanced-cc.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-advanced-cc001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-advanced-cc002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-advanced-cc003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-advanced-cc004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-ajax.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-ajax001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-ajax002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-ajax003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-ajax004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-ajax005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-ajax006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-ajax007.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-ajax008.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-ajax009.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-ajax010.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-ajax011.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-ajax012.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-configure.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-configure001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-configure002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-configure003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-configure004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-configure005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-configure006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-configure007.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-configure008.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-configure009.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-configure010.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-configure011.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-configure012.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-configure013.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-custom.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-custom001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-custom002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-custom003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-custom004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-custom005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-custom006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-custom007.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-custom008.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-custom009.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-custom010.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-custom011.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-custom012.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-custom013.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-custom014.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-develop.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-develop001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-develop002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-develop003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-el.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-el001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-el002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-el003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-el004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-el005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-el006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-el007.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-el008.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-facelets.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-facelets001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-facelets002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-facelets003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-facelets004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-facelets005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-facelets006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-facelets007.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-facelets008.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-facelets009.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-intro.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-intro001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-intro002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-intro003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-intro004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-intro005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-intro006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-intro007.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-intro008.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-intro009.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-page-core.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-page-core001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-page-core002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-page-core003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-page-core004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-page.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-page001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-page002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-page003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-ws.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-ws001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-ws002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-ws003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-ws004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-ws005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-ws006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsf-ws007.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsonb.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsonb001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsonb002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsonb003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsonb004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsonp.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsonp001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsonp002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsonp003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsonp004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsonp005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsonp006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsonp007.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/jsonp008.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/overview.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/overview001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/overview002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/overview003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/overview004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/overview005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/overview006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/overview007.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/overview008.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/overview009.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/overview010.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/packaging.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/packaging001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/packaging002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/packaging003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/packaging004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/partbeanvalidation.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/partcasestudies.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/partcdi.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/partentbeans.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/partintro.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/partmessaging.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/partpersist.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/partplatform.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/partsecurity.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/partsupporttechs.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/partwebsvcs.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/partwebtier.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-basicexamples.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-basicexamples001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-basicexamples002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-basicexamples003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-basicexamples004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-cache.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-cache001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-cache002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-criteria.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-criteria001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-criteria002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-criteria003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-entitygraphs.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-entitygraphs001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-entitygraphs002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-entitygraphs003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-entitygraphs004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-intro.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-intro001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-intro002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-intro003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-intro004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-intro005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-intro006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-intro007.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-locking.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-locking001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-locking002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-querylanguage.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-querylanguage001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-querylanguage002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-querylanguage003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-querylanguage004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-querylanguage005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-querylanguage006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-string-queries.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-string-queries001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-string-queries002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/persistence-string-queries003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/preface.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/resource-creation.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/resource-creation001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/resource-creation002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/resource-creation003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/resources.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/resources001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/resources002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/resources003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/resources004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/resources005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-advanced.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-advanced001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-advanced002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-advanced003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-advanced004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-advanced005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-advanced006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-advanced007.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-advanced008.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-api.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-api001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-api002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-api003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-api004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-api005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-intro.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-intro001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-intro002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-intro003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-intro003a.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-intro004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-intro005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-intro005a.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-intro006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-intro007.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-jakartaee.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-jakartaee001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-jakartaee002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-jakartaee003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-webtier.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-webtier001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-webtier002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-webtier003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/security-webtier004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/servlets.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/servlets001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/servlets002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/servlets003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/servlets004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/servlets005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/servlets006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/servlets007.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/servlets008.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/servlets009.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/servlets010.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/servlets011.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/servlets012.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/servlets013.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/servlets014.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/servlets014a.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/servlets014b.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/servlets015.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/servlets016.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/servlets017.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/servlets018.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/title.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/toc.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/transactions.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/transactions001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/transactions002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/transactions003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/transactions004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/transactions005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/transactions006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/transactions007.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/transactions008.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/transactions009.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/usingexamples.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/usingexamples001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/usingexamples002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/usingexamples003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/usingexamples004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/usingexamples005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/usingexamples006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/usingexamples007.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/usingexamples008.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/usingexamples009.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/webapp.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/webapp001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/webapp002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/webapp003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/webapp004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/webapp005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/webapp006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/webi18n.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/webi18n001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/webi18n002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/webi18n003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/webi18n004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/webservices-intro.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/webservices-intro001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/webservices-intro002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/webservices-intro003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/websocket.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/websocket001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/websocket002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/websocket003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/websocket004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/websocket005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/websocket006.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/websocket007.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/websocket008.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/websocket009.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/websocket010.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/websocket011.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/websocket012.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/tutorial-publish/target/staging/websocket013.html]... done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/CONTRIBUTING.md]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/LICENSE.md]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/README.md]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/_config.yml]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/css/style.css]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/eclipse_foundation_logo_tiny.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_001.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_002.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_003.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_004.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_005.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_006.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_007.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_008.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_009.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_010.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_011.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_012.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_013.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_014.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_015.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_016.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_017.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_018.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_019.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_020.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_021.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_022.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_023.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_024.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_025.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_026.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_027.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_028.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_029.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_030.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_031.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_032.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_033.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_034.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_035.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_036.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_037.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_038.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_039.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_040.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_041.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_042.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_043.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_044.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_045.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_046.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_047.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_048.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_049.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_050.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_051.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_052.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_053.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_054.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_055.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_056.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_057.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_058.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_059.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_060.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_061.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_062.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_063.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_064.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_065_frmcmpnt.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_066_slctmny.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_067_slctn.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/img/jakartaeett_dt_068_txtcmpnts.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/tutorial-publish/src/main/jbake/assets/pr_doc_workflow.md]...done!
[INFO] Baking finished!
[INFO] Baked 463 items in 20977ms
[INFO] - storage: cache...
[INFO] OrientDB Engine shutdown complete
[INFO] 
[INFO] --- asciidoctor-maven-plugin:1.5.7.1:process-asciidoc (generate-pdf-doc) @ tutorial ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Rendered /home/jenkins/agent/workspace/tutorial-publish/target/book/book.adoc
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (default) @ tutorial ---
[INFO] Reading assembly descriptor: tutorial.xml
[INFO] Building zip: /home/jenkins/agent/workspace/tutorial-publish/target/tutorial-8.1-SNAPSHOT-tutorial.zip
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ tutorial ---
[INFO] Installing /home/jenkins/agent/workspace/tutorial-publish/pom.xml to /home/jenkins/.m2/repository/jakarta/tutorial/tutorial/8.1-SNAPSHOT/tutorial-8.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tutorial-publish/target/tutorial-8.1-SNAPSHOT-tutorial.zip to /home/jenkins/.m2/repository/jakarta/tutorial/tutorial/8.1-SNAPSHOT/tutorial-8.1-SNAPSHOT-tutorial.zip
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ tutorial ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] --- maven-scm-publish-plugin:1.1:publish-scm (deploy-site) @ tutorial ---
[WARNING] No output encoding, defaulting to UTF-8.
[INFO] Checking out the pub tree from scm:git:git@github.com:eclipse-ee4j/jakartaee-tutorial.git into /home/jenkins/agent/workspace/tutorial-publish/target/scmpublish-checkout
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/tutorial-publish/target && git clone --branch gh-pages git@github.com:eclipse-ee4j/jakartaee-tutorial.git /home/jenkins/agent/workspace/tutorial-publish/target/scmpublish-checkout
[INFO] Working directory: /home/jenkins/agent/workspace/tutorial-publish/target
[INFO] Executing: /bin/sh -c cd /tmp && git ls-remote git@github.com:eclipse-ee4j/jakartaee-tutorial.git
[INFO] Working directory: /tmp
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/tutorial-publish/target/scmpublish-checkout && git pull git@github.com:eclipse-ee4j/jakartaee-tutorial.git gh-pages:gh-pages
[INFO] Working directory: /home/jenkins/agent/workspace/tutorial-publish/target/scmpublish-checkout
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/tutorial-publish/target/scmpublish-checkout && git checkout gh-pages
[INFO] Working directory: /home/jenkins/agent/workspace/tutorial-publish/target/scmpublish-checkout
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/tutorial-publish/target/scmpublish-checkout && git ls-files
[INFO] Working directory: /home/jenkins/agent/workspace/tutorial-publish/target/scmpublish-checkout
[INFO] Updating checkout directory with actual content in /home/jenkins/agent/workspace/tutorial-publish/target/staging
[INFO] Content consists in 2 directories and 537 files = 5 MB
[INFO] Publishing content into SCM will result in 0 addition(s), 537 update(s), 0 delete(s)
[INFO] Checking in SCM, starting at Thu Dec 05 14:12:56 GMT 2019...
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/tutorial-publish/target/scmpublish-checkout && git rev-parse --show-toplevel
[INFO] Working directory: /home/jenkins/agent/workspace/tutorial-publish/target/scmpublish-checkout
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/tutorial-publish/target/scmpublish-checkout && git status --porcelain .
[INFO] Working directory: /home/jenkins/agent/workspace/tutorial-publish/target/scmpublish-checkout
[INFO] Checked in 0 file(s) to revision null in 0 h 0 m 0 s
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:15 h
[INFO] Finished at: 2019-12-05T14:12:58+00:00
[INFO] Final Memory: 116M/2603M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving /home/jenkins/agent/workspace/tutorial-publish/pom.xml to jakarta.tutorial/tutorial/8.1-SNAPSHOT/tutorial-8.1-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/tutorial-publish/target/tutorial-8.1-SNAPSHOT-tutorial.zip to jakarta.tutorial/tutorial/8.1-SNAPSHOT/tutorial-8.1-SNAPSHOT-tutorial.zip
channel stopped
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 64 killed;
[ssh-agent] Stopped.
Finished: SUCCESS