rultor.com logo This build log was produced by rultor.com for artipie/rpm-adapter#24
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 17195
+ echo '1.68.12 a19b61d14'
1.68.12 a19b61d14
+ date
Thu Mar  5 10:17:29 CET 2020
+ uptime
 10:17:29 up 140 days,  7:26,  0 users,  load average: 4.41, 4.71, 4.73
+ head=git@github.com:artipie/rpm-adapter.git
+ ff=default
+ image=g4s8/rultor:alpine3.10
+ rebase=false
+ squash=false
+ head_branch=master
+ author=g4s8
+ tag=0.3
+ vars=('--env=head=git@github.com:artipie/rpm-adapter.git' '--env=tag=0.3' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:artipie/rpm-adapter.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.3'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=g4s8'\''\'\'''\'''\'' '\'';'\'' '\''export LC_ALL=en_US.UTF-8'\'' '\'';'\'' '\''export LANG=en_US.UTF-8'\'' '\'';'\'' '\''export LANGUAGE=en_US.UTF-8'\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''gpg --import /home/r/pubring.gpg'\'' '\'';'\'' '\''gpg --allow-secret-key-import --no-tty --batch --import /home/r/secring.gpg'\'' '\'';'\'' '\''mvn versions:set "-DnewVersion=${tag}" --settings ../settings.xml'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mvn clean deploy -Partipie,publish,sonatype,qulice,gpg-sign -DskipITs --errors --settings ../settings.xml'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=g4s8')
+ scripts=('export '\''head=git@github.com:artipie/rpm-adapter.git'\''' ';' 'export '\''tag=0.3'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=g4s8'\''' ';' 'export LC_ALL=en_US.UTF-8' ';' 'export LANG=en_US.UTF-8' ';' 'export LANGUAGE=en_US.UTF-8' ';' 'pdd -f /dev/null' ';' 'gpg --import /home/r/pubring.gpg' ';' 'gpg --allow-secret-key-import --no-tty --batch --import /home/r/secring.gpg' ';' 'mvn versions:set "-DnewVersion=${tag}" --settings ../settings.xml' ';' 'git commit -am "${tag}"' ';' 'mvn clean deploy -Partipie,publish,sonatype,qulice,gpg-sign -DskipITs --errors --settings ../settings.xml' ';')
+ directory=
+ container=artipie_rpm-adapter_24
+ as_root=false
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:artipie/rpm-adapter.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com:artipie/rpm-adapter.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:artipie/rpm-adapter.git'\''' ';' 'export '\''tag=0.3'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=g4s8'\''' ';' 'export LC_ALL=en_US.UTF-8' ';' 'export LANG=en_US.UTF-8' ';' 'export LANGUAGE=en_US.UTF-8' ';' 'pdd -f /dev/null' ';' 'gpg --import /home/r/pubring.gpg' ';' 'gpg --allow-secret-key-import --no-tty --batch --import /home/r/secring.gpg' ';' 'mvn versions:set "-DnewVersion=${tag}" --settings ../settings.xml' ';' 'git commit -am "${tag}"' ';' 'mvn clean deploy -Partipie,publish,sonatype,qulice,gpg-sign -DskipITs --errors --settings ../settings.xml' ';'
+ sensitive=()
+ rm -rf .gpg
+ '[' -z 0.3 ']'
+ [[ 0.3 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.3"'
tag name is valid: "0.3"
+ cd repo
++ git tag -l 0.3
+ '[' ']'
+ export BRANCH_NAME=__rultor
+ BRANCH_NAME=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=4.73
++ echo 4.73 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 4.73, low enough to run a new Docker container'
load average is 4.73, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=g4s8/rultor:alpine3.10
+ docker pull g4s8/rultor:alpine3.10
alpine3.10: Pulling from g4s8/rultor
Digest: sha256:fa81bdafad4d022ecbeaf3b4213486f4275b1d97335c796080845fb4b34aa7de
Status: Image is up to date for g4s8/rultor:alpine3.10
+ docker ps --filter=status=exited
+ grep --quiet '\sartipie_rpm-adapter_24\s*$'
+ ls -al .
total 720
drwx------  3 rultor rultor   4096 Mar  5 10:17 .
drwxrwxrwt 12 root   root   684032 Mar  5 10:17 ..
-rwxrwxr-x  1 rultor rultor    338 Mar  5 10:17 entry.sh
-rw-rw-r--  1 rultor rultor      6 Mar  5 10:17 pid
-rw-rw-r--  1 rultor rultor   1192 Mar  5 10:17 pubring.gpg
drwxrwxr-x  5 rultor rultor   4096 Mar  5 10:17 repo
-rwxrwxr-x  1 rultor rultor   5889 Mar  5 10:17 run.sh
-rw-rw-r--  1 rultor rultor    666 Mar  5 10:17 script.sh
-rw-rw-r--  1 rultor rultor   2570 Mar  5 10:17 secring.gpg
-rw-rw-r--  1 rultor rultor    391 Mar  5 10:17 settings.xml
-rw-rw-r--  1 rultor rultor   4115 Mar  5 10:17 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-iKq9:/main --env=head=git@github.com:artipie/rpm-adapter.git --env=tag=0.3 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:artipie/rpm-adapter.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.3'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=g4s8'\''\'\'''\'''\'' '\'';'\'' '\''export LC_ALL=en_US.UTF-8'\'' '\'';'\'' '\''export LANG=en_US.UTF-8'\'' '\'';'\'' '\''export LANGUAGE=en_US.UTF-8'\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''gpg --import /home/r/pubring.gpg'\'' '\'';'\'' '\''gpg --allow-secret-key-import --no-tty --batch --import /home/r/secring.gpg'\'' '\'';'\'' '\''mvn versions:set "-DnewVersion=${tag}" --settings ../settings.xml'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mvn clean deploy -Partipie,publish,sonatype,qulice,gpg-sign -DskipITs --errors --settings ../settings.xml'\'' '\'';'\'' )' --env=head_branch=master --env=author=g4s8 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-iKq9/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=artipie_rpm-adapter_24 g4s8/rultor:alpine3.10 /main/entry.sh
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
Creating mailbox file: No such file or directory
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bundle /root/.gem /root/.wget-hsts /root/empty /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./pubring.gpg ./repo ./run.sh ./script.sh ./secring.gpg ./settings.xml ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ su --login r --command /home/r/script.sh
+ set -e
+ set -o pipefail
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export head=git@github.com:artipie/rpm-adapter.git
+ head=git@github.com:artipie/rpm-adapter.git
+ export tag=0.3
+ tag=0.3
+ export head_branch=master
+ head_branch=master
+ export author=g4s8
+ author=g4s8
+ export LC_ALL=en_US.UTF-8
+ LC_ALL=en_US.UTF-8
+ export LANG=en_US.UTF-8
+ LANG=en_US.UTF-8
+ export LANGUAGE=en_US.UTF-8
+ LANGUAGE=en_US.UTF-8
+ pdd -f /dev/null
Found 8 lines in /home/r/repo/.pdd
My version is 0.20.5
Ruby version is 2.5.7 at x86_64-linux-musl
Reading .
Excluding target/**/*
Excluding src/test/resources-binary/**/*
Excluding .idea/**/*
27 file(s) found, 230 excluded
Reading .github/workflows/maven.yml...
Reading .github/workflows/git.yaml...
Reading LICENSE.txt...
Reading .pdd...
Reading .rultor.yml...
Reading README.md...
Reading .gitignore...
Reading src/test/resources/log4j.properties...
Reading src/test/java/com/artipie/rpm/UpdateTest.java...
Reading src/test/java/com/artipie/rpm/package-info.java...
Reading src/test/java/com/artipie/rpm/PrimaryTest.java...
Reading src/test/java/com/artipie/rpm/RpmTest.java...
Reading src/test/java/com/artipie/rpm/RpmITCase.java...
Reading src/main/java/com/artipie/rpm/SynchronousAct.java...
Reading src/main/java/com/artipie/rpm/Update.java...
Reading src/main/java/com/artipie/rpm/Pkg.java...
Reading src/main/java/com/artipie/rpm/Checksum.java...
Reading src/main/java/com/artipie/rpm/Other.java...
Reading src/main/java/com/artipie/rpm/Filelists.java...
Reading src/main/java/com/artipie/rpm/ReactiveLock.java...
Reading src/main/java/com/artipie/rpm/NamingPolicy.java...
Reading src/main/java/com/artipie/rpm/package-info.java...
Reading src/main/java/com/artipie/rpm/Primary.java...
Reading src/main/java/com/artipie/rpm/Repomd.java...
Reading src/main/java/com/artipie/rpm/Rpm.java...
Reading pom.xml...
Reading .gitattributes...
+ gpg --import /home/r/pubring.gpg
gpg: directory '/home/r/.gnupg' created
gpg: keybox '/home/r/.gnupg/pubring.kbx' created
gpg: /home/r/.gnupg/trustdb.gpg: trustdb created
gpg: key 7124994AF8BB5686: public key "Yegor Bugayenko <yegor@jcabi.com>" imported
gpg: Total number processed: 1
gpg:               imported: 1
+ gpg --allow-secret-key-import --no-tty --batch --import /home/r/secring.gpg
gpg: key 7124994AF8BB5686: "Yegor Bugayenko <yegor@jcabi.com>" not changed
gpg: key 7124994AF8BB5686: secret key imported
gpg: Total number processed: 1
gpg:              unchanged: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
+ mvn versions:set -DnewVersion=0.3 --settings ../settings.xml
[1;34mINFOm] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/com/artipie/ppom/0.3/ppom-0.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/artipie/ppom/0.3/ppom-0.3.pom (9.9 kB at 19 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.49.9/parent-0.49.9.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.49.9/parent-0.49.9.pom (62 kB at 1.2 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom (5.7 kB at 6.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom (42 kB at 8.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom (64 kB at 201 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.pom (6.3 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom (7.3 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 201 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom (2.6 kB at 1.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom (35 kB at 105 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom (56 kB at 179 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom
Downloading from central: https://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom (5.6 kB at 232 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom (6.0 kB at 274 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom (11 kB at 342 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom (17 kB at 671 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom (8.4 kB at 334 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom (9.0 kB at 377 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (10 kB at 437 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/11/commons-parent-11.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 1.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/4/apache-4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 225 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 277 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom (1.0 kB at 185 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom (1.2 kB at 6.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom (2.6 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom (31 kB at 101 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom (43 kB at 79 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (2.7 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 kB at 58 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom (1.7 kB at 7.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.pom (20 kB at 45 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 700 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/17/commons-parent-17.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 1.2 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/7/apache-7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (14 kB at 656 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 508 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/25/commons-parent-25.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom
Downloaded1from8central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 1.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/9/apache-9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 kB at 606 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom (2.5 kB at 4.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom (6.5 kB at 297 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom (5.9 kB at 281 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom (14 kB at 652 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/5/project-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/5/project-5.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/5/project-5.pom (23 kB at 967 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom (5.7 kB at 247 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom (11 kB at 521 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/6/project-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/6/project-6.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/6/project-6.pom (24 kB at 999 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 485 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/22/commons-parent-22.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.6 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom (5.6 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/4/oss-parent-4.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/4/oss-parent-4.pom (18 kB at 61 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom (5.6 kB at 27 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom (1.9 kB at 9.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom (2.1 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom (1.7 kB at 78 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom (16 kB at 698 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 1.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/10/apache-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 kB at 673 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 177 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 398 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 380 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom (2.6 kB at 4.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom (41 kB at 132 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom (59 kB at 197 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom (1.6 kB at 8.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 55 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom (1.9 kB at 9.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar
Downloading)from6oss.sonatype.org:Bhttps://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar
Downloaded4from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar (27 kB at 40 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 kB at 39 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar (42 kB at 60 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar
Downloading)from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar
Downloading)from0oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar
Downloaded2from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.jar (2.2 MB at 2.3 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
Downloading)from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar (206 kB at 191 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.jar
Downloading)from/oss.sonatype.org:Bhttps://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Downloaded3from7oss.sonatype.org:Bhttps://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar (34 kB at 25 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar
Downloading)from1oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar
Downloaded3from3oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar (22 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.jar
Downloading)from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar
Downloaded4from2oss.sonatype.org:6https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar (923 kB at 484 kB/s)
Downloaded3from7oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar (871 kB at 443 kB/s)
Downloaded3from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar (8.9 kB at 4.4 kB/s)
Downloaded2from8oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar (17 kB at 7.6 kB/s)
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 169 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
Downloaded4from2central:7https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar (425 kB at 5.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 550 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar (53 kB at 611 kB/s)
Downloading)from2central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Downloaded4from2central:1https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar (223 kB at 1.9 MB/s)
Downloaded3from2central:8https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 1.5 MB/s)
Downloaded2from8central:7https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 1.2 MB/s)
Downloaded1from8central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 1.7 MB/s)
Downloaded1from1central: https://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar (11 MB at 3.6 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom (7.3 kB at 282 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom (7.2 kB at 343 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/26/maven-parent-26.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 1.7 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/16/apache-16.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 733 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar (27 kB at 1.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom (14 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom (33 kB at 112 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar (40 kB at 197 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom (3.3 kB at 174 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (11 kB at 541 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar (36 kB at 1.5 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.14.1/jcabi-maven-plugin-0.14.1.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.14.1/jcabi-maven-plugin-0.14.1.pom (12 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.15/jcabi-1.15.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.15/jcabi-1.15.pom (6.2 kB at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.29/parent-0.29.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.29/parent-0.29.pom (74 kB at 246 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.14.1/jcabi-maven-plugin-0.14.1.jar
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.14.1/jcabi-maven-plugin-0.14.1.jar (32 kB at 134 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M4/maven-failsafe-plugin-3.0.0-M4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M4/maven-failsafe-plugin-3.0.0-M4.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M4/maven-failsafe-plugin-3.0.0-M4.pom (15 kB at 695 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom (27 kB at 1.2 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/33/maven-parent-33.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.3 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/21/apache-21.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 778 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M4/maven-failsafe-plugin-3.0.0-M4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M4/maven-failsafe-plugin-3.0.0-M4.jar
Downloaded1from0central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M4/maven-failsafe-plugin-3.0.0-M4.jar (302 kB at 4.4 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom (5.2 kB at 259 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 495 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/31/maven-parent-31.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 1.7 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/19/apache-19.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom (15 kB at 673 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar
Downloaded1from0central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar (30 kB at 1.3 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.pom (7.1 kB at 340 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom (10 kB at 509 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/30/maven-parent-30.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.6 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/18/apache-18.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (16 kB at 746 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.jar
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.jar (32 kB at 1.3 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.0.2/maven-jar-plugin-3.0.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.0.2/maven-jar-plugin-3.0.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.0.2/maven-jar-plugin-3.0.2.pom (6.2 kB at 309 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.0.2/maven-jar-plugin-3.0.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.0.2/maven-jar-plugin-3.0.2.jar
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.0.2/maven-jar-plugin-3.0.2.jar (27 kB at 1.2 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom (12 kB at 622 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom (11 kB at 465 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/32/maven-parent-32.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/32/maven-parent-32.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/32/maven-parent-32.pom (43 kB at 688 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/20/apache-20.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/20/apache-20.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/apache/apache/20/apache-20.pom (16 kB at 689 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar (62 kB at 1.3 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M3/maven-surefire-plugin-3.0.0-M3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M3/maven-surefire-plugin-3.0.0-M3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M3/maven-surefire-plugin-3.0.0-M3.pom (7.2 kB at 360 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/3.0.0-M3/surefire-3.0.0-M3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.0.0-M3/surefire-3.0.0-M3.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.0.0-M3/surefire-3.0.0-M3.pom (23 kB at 938 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M3/maven-surefire-plugin-3.0.0-M3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M3/maven-surefire-plugin-3.0.0-M3.jar
Downloaded1from0central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M3/maven-surefire-plugin-3.0.0-M3.jar (40 kB at 1.5 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom (6.4 kB at 306 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (9.6 kB at 455 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 1.4 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/14/apache-14.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom (15 kB at 638 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar (33 kB at 1.2 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom (7.1 kB at 357 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar
Downloaded1from4central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar (34 kB at 1.3 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-site-plugin/3.7.1/maven-site-plugin-3.7.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7.1/maven-site-plugin-3.7.1.pom
Downloaded1from9central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7.1/maven-site-plugin-3.7.1.pom (19 kB at 882 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-site-plugin/3.7.1/maven-site-plugin-3.7.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7.1/maven-site-plugin-3.7.1.jar
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7.1/maven-site-plugin-3.7.1.jar (135 kB at 3.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-mysql-maven-plugin/0.9/jcabi-mysql-maven-plugin-0.9.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-mysql-maven-plugin/0.9/jcabi-mysql-maven-plugin-0.9.pom (13 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-mysql-maven-plugin/0.9/jcabi-mysql-maven-plugin-0.9.jar
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-mysql-maven-plugin/0.9/jcabi-mysql-maven-plugin-0.9.jar (33 kB at 106 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-dynamodb-maven-plugin/0.8/jcabi-dynamodb-maven-plugin-0.8.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-dynamodb-maven-plugin/0.8/jcabi-dynamodb-maven-plugin-0.8.pom (11 kB at 54 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.21/jcabi-1.21.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.21/jcabi-1.21.pom (6.2 kB at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.39/parent-0.39.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.39/parent-0.39.pom (75 kB at 249 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-dynamodb-maven-plugin/0.8/jcabi-dynamodb-maven-plugin-0.8.jar
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-dynamodb-maven-plugin/0.8/jcabi-dynamodb-maven-plugin-0.8.jar (27 kB at 86 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-ssl-maven-plugin/0.11/jcabi-ssl-maven-plugin-0.11.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-ssl-maven-plugin/0.11/jcabi-ssl-maven-plugin-0.11.pom (9.6 kB at 45 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.16/jcabi-1.16.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.16/jcabi-1.16.pom (6.2 kB at 29 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.31/parent-0.31.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.31/parent-0.31.pom (74 kB at 345 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-ssl-maven-plugin/0.11/jcabi-ssl-maven-plugin-0.11.jar
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-ssl-maven-plugin/0.11/jcabi-ssl-maven-plugin-0.11.jar (30 kB at 147 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.pom (11 kB at 53 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.14/jcabi-1.14.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.14/jcabi-1.14.pom (6.2 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.27.1/parent-0.27.1.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.27.1/parent-0.27.1.pom (74 kB at 355 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.jar
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.jar (28 kB at 134 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.pom (9.8 kB at 47 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.jar
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.jar (72 kB at 296 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-assembly-plugin/3.0.0/maven-assembly-plugin-3.0.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.0.0/maven-assembly-plugin-3.0.0.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.0.0/maven-assembly-plugin-3.0.0.pom (15 kB at 642 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-assembly-plugin/3.0.0/maven-assembly-plugin-3.0.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.0.0/maven-assembly-plugin-3.0.0.jar
Downloaded1from4central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.0.0/maven-assembly-plugin-3.0.0.jar (241 kB at 4.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-changes-plugin/2.12.1/maven-changes-plugin-2.12.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-changes-plugin/2.12.1/maven-changes-plugin-2.12.1.pom
Downloaded1from8central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-changes-plugin/2.12.1/maven-changes-plugin-2.12.1.pom (18 kB at 838 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-changes-plugin/2.12.1/maven-changes-plugin-2.12.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-changes-plugin/2.12.1/maven-changes-plugin-2.12.1.jar
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-changes-plugin/2.12.1/maven-changes-plugin-2.12.1.jar (223 kB at 3.9 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.pom (12 kB at 545 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.jar
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.jar (160 kB at 3.6 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.pom (8.7 kB at 396 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 491 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.3 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/13/apache-13.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 608 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.jar
Downloaded1from8central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.jar (68 kB at 2.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/2.0.0/maven-invoker-plugin-2.0.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/2.0.0/maven-invoker-plugin-2.0.0.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/2.0.0/maven-invoker-plugin-2.0.0.pom (11 kB at 500 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/2.0.0/maven-invoker-plugin-2.0.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/2.0.0/maven-invoker-plugin-2.0.0.jar
Downloaded1from0central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/2.0.0/maven-invoker-plugin-2.0.0.jar (108 kB at 2.8 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/2.10.4/maven-javadoc-plugin-2.10.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.10.4/maven-javadoc-plugin-2.10.4.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.10.4/maven-javadoc-plugin-2.10.4.pom (16 kB at 674 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom (12 kB at 573 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/27/maven-parent-27.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 1.6 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/17/apache-17.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom (16 kB at 730 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/2.10.4/maven-javadoc-plugin-2.10.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.10.4/maven-javadoc-plugin-2.10.4.jar
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.10.4/maven-javadoc-plugin-2.10.4.jar (415 kB at 5.6 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.pom (6.1 kB at 305 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.jar
Downloaded1from3central: https://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.jar (13 kB at 603 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.5/maven-plugin-plugin-3.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.5/maven-plugin-plugin-3.5.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.5/maven-plugin-plugin-3.5.pom (15 kB at 669 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.5/maven-plugin-tools-3.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.5/maven-plugin-tools-3.5.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.5/maven-plugin-tools-3.5.pom (16 kB at 810 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.5/maven-plugin-plugin-3.5.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.5/maven-plugin-plugin-3.5.jar
Downloaded1from4central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.5/maven-plugin-plugin-3.5.jar (54 kB at 2.0 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.pom (11 kB at 504 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/release/maven-release/2.5.3/maven-release-2.5.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/2.5.3/maven-release-2.5.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/2.5.3/maven-release-2.5.3.pom (5.0 kB at 251 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.jar
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.jar (53 kB at 1.9 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.pom (5.7 kB at 271 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.jar
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.jar (31 kB at 1.4 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-war-plugin/3.0.0/maven-war-plugin-3.0.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/3.0.0/maven-war-plugin-3.0.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/3.0.0/maven-war-plugin-3.0.0.pom (9.0 kB at 430 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-war-plugin/3.0.0/maven-war-plugin-3.0.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/3.0.0/maven-war-plugin-3.0.0.jar
Downloaded1from9central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/3.0.0/maven-war-plugin-3.0.0.jar (89 kB at 2.8 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.pom (15 kB at 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/32/mojo-parent-32.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/32/mojo-parent-32.pom (26 kB at 124 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.jar
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.jar (242 kB at 599 kB/s)
[1;34mINFOm]
[1;34mINFOm] 1m----------------------< 0;36mcom.artipie:rpm-adapter0;1m >-----------------------m
[1;34mINFOm] 1mBuilding rpm-files 1.0-SNAPSHOTm
[1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mversions-maven-plugin:2.1:setm 1m(default-cli)m @ 36mrpm-adapter0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 79 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 1.0 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 1.5 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/5/apache-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (4.1 kB at 228 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 360 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 430 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 155 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 89 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 197 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloaded1from9central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 302 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/4.11/junit-4.11.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/4.11/junit-4.11.pom (2.3 kB at 4.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 3.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 9.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 361 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 149 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloaded1from8central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 44 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 485 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 115 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 171 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloaded1from8central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 44 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 292 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 93 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 3.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 39 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 93 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 72 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 102 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 723 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 88 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 183 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 105 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 448 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 126 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 170 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 330 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 114 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 90 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 132 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 107 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 399 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom (643 B at 32 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.1/maven-2.0.1.pom (11 kB at 548 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 109 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 308 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 70 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 166 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 156 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 324 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 420 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 257 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 109 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 81 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.pom (2.3 kB at 116 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 141 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/7/maven-parent-7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 1.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom (1.8 kB at 97 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.4/maven-2.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.4/maven-2.0.4.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.4/maven-2.0.4.pom (12 kB at 562 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom (1.6 kB at 81 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom (2.7 kB at 143 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 45 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 69 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom (1.6 kB at 85 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom (1.4 kB at 65 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom (1.5 kB at 83 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom (765 B at 40 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 433 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 43 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 54 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 128 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 8.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 9.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 167 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 118 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 263 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 8.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.pom (2.4 kB at 102 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom (9.2 kB at 416 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/6/maven-parent-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 955 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom (1.3 kB at 67 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.pom (902 B at 45 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.4/maven-reporting-2.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.4/maven-reporting-2.0.4.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.4/maven-reporting-2.0.4.pom (700 B at 32 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 196 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.pom (4.4 kB at 182 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.0-alpha-10/doxia-sitetools-1.0-alpha-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0-alpha-10/doxia-sitetools-1.0-alpha-10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0-alpha-10/doxia-sitetools-1.0-alpha-10.pom (7.7 kB at 220 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 56 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 158 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 100 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 103 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 150 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 94 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 52 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 362 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 125 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 384 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 353 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 265 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 496 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.pom (3.1 kB at 153 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 552 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.pom (2.2 kB at 101 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.0-alpha-10/doxia-modules-1.0-alpha-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0-alpha-10/doxia-modules-1.0-alpha-10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0-alpha-10/doxia-modules-1.0-alpha-10.pom (2.4 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.pom (2.5 kB at 127 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.pom (2.2 kB at 96 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.pom (1.6 kB at 78 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (3.8 kB at 188 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 396 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 85 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 576 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 126 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 165 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 129 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 108 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 102 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 150 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 95 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 100 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 145 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 202 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 786 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 202 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 644 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 134 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean/3.4/xbean-3.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom
Downloaded1from9central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 618 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 203 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 281 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 108 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/google/1/google-1.pom
Downloading from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom (1.6 kB at 78 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 212 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 84 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 590 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 103 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.pom (1.4 kB at 75 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-providers/1.0-beta-6/wagon-providers-1.0-beta-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/1.0-beta-6/wagon-providers-1.0-beta-6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/1.0-beta-6/wagon-providers-1.0-beta-6.pom (2.1 kB at 106 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.pom (3.4 kB at 148 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 384 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (2.2 kB at 9.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/3/apache-3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (3.4 kB at 191 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 37 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/1/apache-1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/1/apache-1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/apache/1/apache-1.pom (3.4 kB at 179 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.pom (4.8 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.1/doxia-sitetools-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1/doxia-sitetools-1.1.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1/doxia-sitetools-1.1.pom (12 kB at 368 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.pom (3.2 kB at 64 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.pom (1.6 kB at 73 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.1/doxia-modules-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1/doxia-modules-1.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1/doxia-modules-1.1.pom (2.4 kB at 128 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.pom (4.0 kB at 192 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom (1.3 kB at 59 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom (471 B at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom (6.0 kB at 262 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom (740 B at 34 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pom (1.3 kB at 2.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/stax/stax-api/1.0.1/stax-api-1.0.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.pom (1.5 kB at 80 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 608 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 783 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
Downloading)from/oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
Downloading)from/oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 7.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/stax/stax-api/1.0.1/stax-api-1.0.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.jar (521 kB at 109 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
Downloaded5from9central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 733 kB/s)
Downloading)from/central:4https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
Downloaded4from0central:0https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 1.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
Downloaded4from0central:7https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 1.2 MB/s)
Downloading)from5central:|https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
Downloaded4from7central:7https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 308 kB/s)
Downloading)from8central:2https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
Downloaded4from7central:3https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 2.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
Downloaded4from3central:5https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 411 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar
Downloaded3from3central:3https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 145 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloaded3from3central:1https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 3.5 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 424 kB/s)
Downloading)from central:/https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
Downloaded2from0central:/https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 105 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
Downloaded4from8central:/https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 344 kB/s)
Downloading)from central:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
Downloaded4from9central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 248 kB/s)
Downloading)from central:8https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
Downloaded3from3central:/https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 115 kB/s)
Downloading)from/central:1https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
Downloaded3from8central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 97 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
Downloaded3from8central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 679 kB/s)
Downloading)from central:4https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
Downloaded3from9central:/https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 291 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
Downloaded5from9central:/https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 342 kB/s)
Downloading)from central:1https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
Downloaded4from9central:4https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 323 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.jar
Downloaded3from5central:0https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 189 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 62 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
Downloaded2from5central:1https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 953 kB/s)
Downloading)from central:/https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
Downloaded4from1central:/https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 66 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
Downloaded4from9central:/https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.jar (19 kB at 102 kB/s)
Downloading)from/central:9https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar
Downloaded5from5central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 170 kB/s)
Downloading)from/central:1https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
Downloaded4from1central:9https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 739 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 828 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
Downloaded2from1central:/https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 389 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.jar
Downloaded5from5central:/https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 258 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.jar
Downloaded4from3central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 124 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 207 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.jar (11 kB at 43 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.jar
Downloaded5from0central:8https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 44 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
Downloaded4from0central:3https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 363 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Downloaded4from4central:.https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.jar (48 kB at 155 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.jar
Downloaded4from4central:.https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 24 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
Downloaded3from4central:.https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.jar (148 kB at 465 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.jar (51 kB at 148 kB/s)
Downloading)from5central:|https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.jar (15 kB at 41 kB/s)
Downloading)from5central:|https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.jar (35 kB at 91 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 397 kB/s)
Downloading)from1central:|https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
Downloaded5from.central:4https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 26 kB/s)
Downloading)from2central:2https://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar
Downloaded4from.central:6https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 437 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Downloaded3from.central:7https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 2.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
Downloaded5from9central:5https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 718 kB/s)
Downloaded4from5central:|https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 19 kB/s)
Downloaded3from1central:|https://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar (27 kB at 48 kB/s)
Downloaded2from6central:2https://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar (160 kB at 279 kB/s)
Downloaded1from6central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 444 kB/s)
[1;34mINFOm] Searching for local aggregator root...
[1;34mINFOm] Local aggregation root: /home/r/repo
[1;34mINFOm] Processing com.artipie:rpm-adapter
[1;34mINFOm]     Updating project com.artipie:rpm-adapter
[1;34mINFOm]         from version 1.0-SNAPSHOT to 0.3
Props: {project.groupId=com.artipie, project.parent.version=0.3, project.parent.artifactId=ppom, project.artifactId=rpm-adapter, project.version=0.3, project.parent.groupId=com.artipie}
[1;34mINFOm]
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1;32mBUILD SUCCESSm
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] Total time:  03:36 min
[1;34mINFOm] Finished at: 2020-03-05T09:21:12Z
[1;34mINFOm] 1m------------------------------------------------------------------------m
0m0m+ git commit -am 0.3
[__rultor 246e842] 0.3
 1 file changed, 1 insertion(+), 1 deletion(-)
+ mvn clean deploy -Partipie,publish,sonatype,qulice,gpg-sign -DskipITs --errors --settings ../settings.xml
[1;34mINFOm] Error stacktraces are turned on.
[1;34mINFOm] Scanning for projects...
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.7/nexus-staging-maven-plugin-1.6.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.7/nexus-staging-maven-plugin-1.6.7.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.7/nexus-staging-maven-plugin-1.6.7.pom (12 kB at 139 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-staging/1.6.7/nexus-staging-1.6.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-staging/1.6.7/nexus-staging-1.6.7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-staging/1.6.7/nexus-staging-1.6.7.pom (2.8 kB at 120 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.7/nexus-maven-plugins-1.6.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.7/nexus-maven-plugins-1.6.7.pom
Downloaded1from8central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.7/nexus-maven-plugins-1.6.7.pom (18 kB at 650 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (760 B at 33 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom (23 kB at 821 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.7/nexus-common-1.6.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6.7/nexus-common-1.6.7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6.7/nexus-common-1.6.7.pom (2.2 kB at 106 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 129 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 174 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 380 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.pom (5.4 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (2.6 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.pom (4.9 kB at 234 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-components/2.9.1-02/nexus-components-2.9.1-02.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-components/2.9.1-02/nexus-components-2.9.1-02.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-components/2.9.1-02/nexus-components-2.9.1-02.pom (2.6 kB at 129 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-oss/2.9.1-02/nexus-oss-2.9.1-02.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-oss/2.9.1-02/nexus-oss-2.9.1-02.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-oss/2.9.1-02/nexus-oss-2.9.1-02.pom (37 kB at 1.4 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.9.1-02/nexus-buildsupport-all-2.9.1-02.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.9.1-02/nexus-buildsupport-all-2.9.1-02.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.9.1-02/nexus-buildsupport-all-2.9.1-02.pom (5.7 kB at 259 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.9.1-02/nexus-buildsupport-2.9.1-02.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.9.1-02/nexus-buildsupport-2.9.1-02.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.9.1-02/nexus-buildsupport-2.9.1-02.pom (2.0 kB at 94 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.9.1-02/nexus-buildsupport-commons-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.9.1-02/nexus-buildsupport-commons-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.9.1-02/nexus-buildsupport-commons-2.9.1-02.pom (3.0 kB at 6.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.9.1-02/nexus-buildsupport-db-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.9.1-02/nexus-buildsupport-db-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.9.1-02/nexus-buildsupport-db-2.9.1-02.pom (2.0 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.9.1-02/nexus-buildsupport-httpclient-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.9.1-02/nexus-buildsupport-httpclient-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.9.1-02/nexus-buildsupport-httpclient-2.9.1-02.pom (2.1 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.9.1-02/nexus-buildsupport-maven-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.9.1-02/nexus-buildsupport-maven-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.9.1-02/nexus-buildsupport-maven-2.9.1-02.pom (6.2 kB at 31 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.9.1-02/nexus-buildsupport-shiro-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.9.1-02/nexus-buildsupport-shiro-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.9.1-02/nexus-buildsupport-shiro-2.9.1-02.pom (3.4 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.9.1-02/nexus-buildsupport-bouncycastle-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.9.1-02/nexus-buildsupport-bouncycastle-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.9.1-02/nexus-buildsupport-bouncycastle-2.9.1-02.pom (2.1 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.9.1-02/nexus-buildsupport-jetty-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.9.1-02/nexus-buildsupport-jetty-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.9.1-02/nexus-buildsupport-jetty-2.9.1-02.pom (4.5 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.9.1-02/nexus-buildsupport-goodies-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.9.1-02/nexus-buildsupport-goodies-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.9.1-02/nexus-buildsupport-goodies-2.9.1-02.pom (3.6 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.9.1-02/nexus-buildsupport-groovy-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.9.1-02/nexus-buildsupport-groovy-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.9.1-02/nexus-buildsupport-groovy-2.9.1-02.pom (2.6 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.9.1-02/nexus-buildsupport-guice-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.9.1-02/nexus-buildsupport-guice-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.9.1-02/nexus-buildsupport-guice-2.9.1-02.pom (3.6 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.9.1-02/nexus-buildsupport-logging-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.9.1-02/nexus-buildsupport-logging-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.9.1-02/nexus-buildsupport-logging-2.9.1-02.pom (3.3 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.9.1-02/nexus-buildsupport-osgi-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.9.1-02/nexus-buildsupport-osgi-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.9.1-02/nexus-buildsupport-osgi-2.9.1-02.pom (2.0 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.9.1-02/nexus-buildsupport-other-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.9.1-02/nexus-buildsupport-other-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.9.1-02/nexus-buildsupport-other-2.9.1-02.pom (4.2 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.9.1-02/nexus-buildsupport-plexus-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.9.1-02/nexus-buildsupport-plexus-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.9.1-02/nexus-buildsupport-plexus-2.9.1-02.pom (4.3 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.9.1-02/nexus-buildsupport-rest-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.9.1-02/nexus-buildsupport-rest-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.9.1-02/nexus-buildsupport-rest-2.9.1-02.pom (4.5 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.9.1-02/nexus-buildsupport-testing-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.9.1-02/nexus-buildsupport-testing-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.9.1-02/nexus-buildsupport-testing-2.9.1-02.pom (4.7 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.9.1-02/nexus-buildsupport-metrics-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.9.1-02/nexus-buildsupport-metrics-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.9.1-02/nexus-buildsupport-metrics-2.9.1-02.pom (3.0 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.pom (3.5 kB at 167 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.9.1-02/nexus-plugins-restlet1x-2.9.1-02.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.9.1-02/nexus-plugins-restlet1x-2.9.1-02.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.9.1-02/nexus-plugins-restlet1x-2.9.1-02.pom (6.0 kB at 286 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins/2.9.1-02/nexus-plugins-2.9.1-02.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins/2.9.1-02/nexus-plugins-2.9.1-02.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins/2.9.1-02/nexus-plugins-2.9.1-02.pom (27 kB at 1.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (3.8 kB at 181 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 kB at 949 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (2.7 kB at 3.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 kB at 58 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 51 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (1.2 kB at 56 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom (11 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom (26 kB at 87 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
Downloaded1from8central: https://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom
Downloading from central: https://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (1.6 kB at 80 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.pom (16 kB at 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom (1.6 kB at 86 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom (1.8 kB at 91 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom (12 kB at 549 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (760 B at 40 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (22 kB at 896 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom (2.1 kB at 107 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (5.5 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom (10 kB at 472 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom (21 kB at 974 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/1/jvnet-parent-1.pom
Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/1/jvnet-parent-1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 248 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom
Downloading from central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (7.9 kB at 374 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom (6.7 kB at 334 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom (6.2 kB at 270 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom (3.6 kB at 178 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (5.2 kB at 274 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (15 kB at 669 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/7/project-7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 1.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (4.6 kB at 209 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 kB at 552 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom (1.9 kB at 3.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom (2.6 kB at 134 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom (1.7 kB at 3.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/11/oss-parent-11.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/11/oss-parent-11.pom (23 kB at 78 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom (6.0 kB at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/12/oss-parent-12.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/12/oss-parent-12.pom (23 kB at 4.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom (5.9 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom (1.3 kB at 4.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom (3.2 kB at 8.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom (3.8 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom (1.9 kB at 8.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom (4.5 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.pom
Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 31 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom (4.6 kB at 219 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom (4.5 kB at 212 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom (11 kB at 535 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom (15 kB at 740 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom (2.6 kB at 137 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 175 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Downloaded1from9central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 852 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 338 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 590 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 51 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
Downloaded1from9central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 846 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 75 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 507 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom (5.0 kB at 8.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom (15 kB at 50 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom (12 kB at 57 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.7/nexus-staging-maven-plugin-1.6.7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.7/nexus-common-1.6.7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
Downloading)from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar
Downloading)from7oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
Downloaded2from.oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 kB at 29 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
Downloading)from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.jar
Downloading)from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
Downloading)from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar
Downloaded2from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 1.5 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar
Downloading)from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
Downloading)from0oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar
Downloading)from2oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar (532 kB at 298 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar
Downloading)from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar
Downloading)from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar
Downloaded2from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 245 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar
Downloaded2from4oss.sonatype.org:Bhttps://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar (37 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar
Downloaded4from5oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (32 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar
Downloaded3from1oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar (16 kB at 5.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
Downloaded3from1oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (914 kB at 303 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
Downloading)from8oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar
Downloading)from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.jar
Downloaded2from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (198 kB at 63 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar
Downloading)from/oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar (28 kB at 8.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
Downloading)from/oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar
Downloading)from/oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 kB at 4.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar
Downloaded2from2oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar (428 kB at 93 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar (271 kB at 58 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.7/nexus-staging-maven-plugin-1.6.7.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6.7/nexus-common-1.6.7.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.jar
Downloaded1from8central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.jar
Downloaded5from6central:6https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.jar (160 kB at 2.4 MB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6.7/nexus-common-1.6.7.jar (16 kB at 228 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
Downloaded3from8central:|https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 165 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
Downloaded4from9central:|https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 280 kB/s)
Downloading)from6central:|https://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
Downloaded3from0central: https://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.7/nexus-staging-maven-plugin-1.6.7.jar (250 kB at 1.9 MB/s)
Downloading)from8central:|https://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
Downloaded3from1central:6https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (164 kB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
Downloaded3from1central:.https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.jar (211 kB at 1.5 MB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 51 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar
Downloaded2from5central:/https://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 kB at 159 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar
Downloaded4from0central:|https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 kB at 116 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 kB at 61 kB/s)
Downloading)from7central:/https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar
Downloaded3from0central:5https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (207 kB at 1.1 MB/s)
Downloading)from/central: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar
Downloaded4from4central:|https://repo.maven.apache.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 305 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar
Downloaded3from6central: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 75 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar
Downloaded2from9central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 600 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
Downloaded4from4central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (6.3 kB at 26 kB/s)
Downloading)from3central:|https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
Downloaded4from4central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 746 kB/s)
Downloading)from2central:|https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
Downloaded4from6central:7https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (467 kB at 1.4 MB/s)
Downloading)from7central:|https://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar
Downloaded3from9central:2https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 7.4 kB/s)
Downloading)from1central:5https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar
Downloaded2from9central:8https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (591 kB at 1.7 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar
Downloaded3from8central:9https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (282 kB at 793 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
Downloaded3from1central:|https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 75 kB/s)
Downloading)from/central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar
Downloaded5from2central:0https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 132 kB/s)
Downloading)from1central:/https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar
Downloaded4from2central:1https://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 316 kB/s)
Downloaded3from8central:|https://repo.maven.apache.org/maven2/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 26 kB/s)
Downloaded3from3central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 152 kB/s)
Downloaded2from3central:0https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 217 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 551 kB/s)
[1;34mINFOm] Inspecting build with total of 1 modules...
[1;34mINFOm] Not installing Nexus Staging features:
[1;34mINFOm]  * Preexisting staging related goal bindings found in 1 modules.
[1;34mINFOm]
[1;34mINFOm] 1m----------------------< 0;36mcom.artipie:rpm-adapter0;1m >-----------------------m
[1;34mINFOm] 1mBuilding rpm-files 0.3m
[1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.18.19/qulice-maven-plugin-0.18.19.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.18.19/qulice-maven-plugin-0.18.19.pom (16 kB at 72 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice/0.18.19/qulice-0.18.19.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice/0.18.19/qulice-0.18.19.pom (11 kB at 54 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.49.3/parent-0.49.3.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.49.3/parent-0.49.3.pom (60 kB at 277 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.18.19/qulice-maven-plugin-0.18.19.jar
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.18.19/qulice-maven-plugin-0.18.19.jar (48 kB at 215 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (5.3 kB at 202 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 kB at 1.9 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/redline-rpm/redline/1.2.9/redline-1.2.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/redline-rpm/redline/1.2.9/redline-1.2.9.pom (8.3 kB at 33 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 299 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.1/ant-1.9.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.1/ant-1.9.1.pom (9.5 kB at 451 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.9.1/ant-parent-1.9.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.9.1/ant-parent-1.9.1.pom (5.6 kB at 255 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.1/ant-launcher-1.9.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.1/ant-launcher-1.9.1.pom (2.3 kB at 106 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.8/commons-compress-1.8.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.8/commons-compress-1.8.pom (11 kB at 493 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom (53 kB at 1.9 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 83 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.4/xz-1.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.4/xz-1.4.pom (1.9 kB at 95 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk15on/1.62/bcpg-jdk15on-1.62.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk15on/1.62/bcpg-jdk15on-1.62.pom (1.6 kB at 75 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.62/bcprov-jdk15on-1.62.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.62/bcprov-jdk15on-1.62.pom (1.1 kB at 54 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.22/xembly-0.22.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.22/xembly-0.22.pom (12 kB at 519 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.37.1/parent-0.37.1.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.37.1/parent-0.37.1.pom (75 kB at 2.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom (2.2 kB at 102 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom (12 kB at 534 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.22.1/jcabi-xml-0.22.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.22.1/jcabi-xml-0.22.1.pom (8.0 kB at 15 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.24/jcabi-1.24.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.24/jcabi-1.24.pom (5.3 kB at 251 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.49/parent-0.49.pom
Downloaded1from9central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.49/parent-0.49.pom (59 kB at 2.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.17.2/jcabi-log-0.17.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.17.2/jcabi-log-0.17.2.pom (6.6 kB at 301 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.20.1/jcabi-1.20.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.20.1/jcabi-1.20.1.pom (6.2 kB at 270 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22.6/jcabi-aspects-0.22.6.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22.6/jcabi-aspects-0.22.6.pom (11 kB at 489 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.21/jcabi-1.21.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.21/jcabi-1.21.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.39/parent-0.39.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.39/parent-0.39.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.11/aspectjrt-1.8.11.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.11/aspectjrt-1.8.11.pom (1.0 kB at 45 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.0.Final/validation-api-2.0.0.Final.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.0.Final/validation-api-2.0.0.Final.pom (12 kB at 508 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.43/cactoos-0.43.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.43/cactoos-0.43.pom (13 kB at 566 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.49.4/parent-0.49.4.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.49.4/parent-0.49.4.pom (61 kB at 132 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.pom (23 kB at 958 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.3.0/jaxb-api-parent-2.3.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.3.0/jaxb-api-parent-2.3.0.pom (5.6 kB at 245 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 422 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.4/jcabi-matchers-1.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.4/jcabi-matchers-1.4.pom (7.5 kB at 24 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.23/jcabi-1.23.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.23/jcabi-1.23.pom (6.1 kB at 24 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.48.3/parent-0.48.3.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.48.3/parent-0.48.3.pom (76 kB at 2.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom (820 B at 39 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.2.11/jaxb-runtime-2.2.11.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.2.11/jaxb-runtime-2.2.11.pom (3.5 kB at 168 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.2.11/jaxb-runtime-parent-2.2.11.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.2.11/jaxb-runtime-parent-2.2.11.pom (2.7 kB at 121 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/2.2.11/jaxb-parent-2.2.11.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/2.2.11/jaxb-parent-2.2.11.pom (35 kB at 1.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/2.2.11/jaxb-bom-ext-2.2.11.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/2.2.11/jaxb-bom-ext-2.2.11.pom (5.4 kB at 247 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/2.2.11/jaxb-bom-2.2.11.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/2.2.11/jaxb-bom-2.2.11.pom (9.9 kB at 470 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/4/jvnet-parent-4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/4/jvnet-parent-4.pom (7.8 kB at 388 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-core/2.2.11/jaxb-core-2.2.11.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-core/2.2.11/jaxb-core-2.2.11.pom (3.1 kB at 147 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.2.11/txw2-2.2.11.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.2.11/txw2-2.2.11.pom (3.3 kB at 150 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-txw-parent/2.2.11/jaxb-txw-parent-2.2.11.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-txw-parent/2.2.11/jaxb-txw-parent-2.2.11.pom (2.6 kB at 125 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/2.21/istack-commons-runtime-2.21.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/2.21/istack-commons-runtime-2.21.pom (3.6 kB at 165 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons/2.21/istack-commons-2.21.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons/2.21/istack-commons-2.21.pom (11 kB at 383 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.pom (11 kB at 497 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 239 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.pom (4.3 kB at 228 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/fastinfoset-project/1.2.13/fastinfoset-project-1.2.13.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/fastinfoset-project/1.2.13/fastinfoset-project-1.2.13.pom (14 kB at 618 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/vintage/junit-vintage-engine/5.4.2/junit-vintage-engine-5.4.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/junit/vintage/junit-vintage-engine/5.4.2/junit-vintage-engine-5.4.2.pom (2.4 kB at 118 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom (1.2 kB at 61 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.4.2/junit-platform-engine-1.4.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.4.2/junit-platform-engine-1.4.2.pom (2.4 kB at 109 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom (1.7 kB at 80 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.4.2/junit-platform-commons-1.4.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.4.2/junit-platform-commons-1.4.2.pom (2.0 kB at 92 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom (24 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 633 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 2.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/artipie/asto/0.14.4/asto-0.14.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/artipie/asto/0.14.4/asto-0.14.4.pom (5.4 kB at 9.9 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/20.0/guava-20.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/google/guava/guava/20.0/guava-20.0.pom (6.8 kB at 297 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 430 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-rx-java2/3.8.5/vertx-rx-java2-3.8.5.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/io/vertx/vertx-rx-java2/3.8.5/vertx-rx-java2-3.8.5.pom (26 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-rx/3.8.5/vertx-rx-3.8.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/io/vertx/vertx-rx/3.8.5/vertx-rx-3.8.5.pom (4.1 kB at 165 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-parent/14/vertx-parent-14.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/io/vertx/vertx-parent/14/vertx-parent-14.pom (15 kB at 672 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-dependencies/3.8.5/vertx-dependencies-3.8.5.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/io/vertx/vertx-dependencies/3.8.5/vertx-dependencies-3.8.5.pom (31 kB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/reactivex/rxjava2/rxjava/2.2.12/rxjava-2.2.12.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/io/reactivex/rxjava2/rxjava/2.2.12/rxjava-2.2.12.pom (2.4 kB at 103 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.pom (1.2 kB at 55 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-rx-gen/3.8.5/vertx-rx-gen-3.8.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/io/vertx/vertx-rx-gen/3.8.5/vertx-rx-gen-3.8.5.pom (3.2 kB at 135 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-codegen/3.8.5/vertx-codegen-3.8.5.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/io/vertx/vertx-codegen/3.8.5/vertx-codegen-3.8.5.pom (12 kB at 526 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.pom (4.1 kB at 193 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.9.9/jackson-base-2.9.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.9.9/jackson-base-2.9.9.pom (5.5 kB at 262 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom (12 kB at 539 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom (7.9 kB at 344 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/34/oss-parent-34.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/34/oss-parent-34.pom (23 kB at 1.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.9.1/jackson-databind-2.9.9.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.9.1/jackson-databind-2.9.9.1.pom (6.4 kB at 293 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom (1.9 kB at 92 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom (7.8 kB at 340 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/28/oss-parent-28.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/28/oss-parent-28.pom (20 kB at 715 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/mvel/mvel2/2.3.1.Final/mvel2-2.3.1.Final.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/mvel/mvel2/2.3.1.Final/mvel2-2.3.1.Final.pom (11 kB at 463 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-core/3.8.5/vertx-core-3.8.5.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/io/vertx/vertx-core/3.8.5/vertx-core-3.8.5.pom (30 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.42.Final/netty-common-4.1.42.Final.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.42.Final/netty-common-4.1.42.Final.pom (10 kB at 457 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-parent/4.1.42.Final/netty-parent-4.1.42.Final.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/io/netty/netty-parent/4.1.42.Final/netty-parent-4.1.42.Final.pom (60 kB at 1.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.42.Final/netty-buffer-4.1.42.Final.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.42.Final/netty-buffer-4.1.42.Final.pom (1.6 kB at 72 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.42.Final/netty-transport-4.1.42.Final.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.42.Final/netty-transport-4.1.42.Final.pom (1.9 kB at 92 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.42.Final/netty-resolver-4.1.42.Final.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.42.Final/netty-resolver-4.1.42.Final.pom (1.6 kB at 79 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.42.Final/netty-handler-4.1.42.Final.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.42.Final/netty-handler-4.1.42.Final.pom (3.4 kB at 169 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.42.Final/netty-codec-4.1.42.Final.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.42.Final/netty-codec-4.1.42.Final.pom (3.6 kB at 179 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler-proxy/4.1.42.Final/netty-handler-proxy-4.1.42.Final.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/io/netty/netty-handler-proxy/4.1.42.Final/netty-handler-proxy-4.1.42.Final.pom (2.8 kB at 133 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-socks/4.1.42.Final/netty-codec-socks-4.1.42.Final.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-socks/4.1.42.Final/netty-codec-socks-4.1.42.Final.pom (2.0 kB at 99 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.1.42.Final/netty-codec-http-4.1.42.Final.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.1.42.Final/netty-codec-http-4.1.42.Final.pom (2.4 kB at 109 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/4.1.42.Final/netty-codec-http2-4.1.42.Final.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/4.1.42.Final/netty-codec-http2-4.1.42.Final.pom (2.7 kB at 135 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver-dns/4.1.42.Final/netty-resolver-dns-4.1.42.Final.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver-dns/4.1.42.Final/netty-resolver-dns-4.1.42.Final.pom (3.0 kB at 136 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-dns/4.1.42.Final/netty-codec-dns-4.1.42.Final.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-dns/4.1.42.Final/netty-codec-dns-4.1.42.Final.pom (2.1 kB at 107 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/akarnokd/rxjava2-jdk8-interop/0.3.7/rxjava2-jdk8-interop-0.3.7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/github/akarnokd/rxjava2-jdk8-interop/0.3.7/rxjava2-jdk8-interop-0.3.7.pom (1.8 kB at 3.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/reactivex/rxjava2/rxjava/2.2.10/rxjava-2.2.10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/io/reactivex/rxjava2/rxjava/2.2.10/rxjava-2.2.10.pom (2.4 kB at 112 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-core/2.6.3/xmlunit-core-2.6.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-core/2.6.3/xmlunit-core-2.6.3.pom (2.7 kB at 135 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-parent/2.6.3/xmlunit-parent-2.6.3.pom
Downloaded1from8central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-parent/2.6.3/xmlunit-parent-2.6.3.pom (18 kB at 533 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/3.0.1/annotations-3.0.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/3.0.1/annotations-3.0.1.pom (7.8 kB at 370 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.4.2/junit-jupiter-api-5.4.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.4.2/junit-jupiter-api-5.4.2.pom (2.4 kB at 108 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.4.2/junit-jupiter-engine-5.4.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.4.2/junit-jupiter-engine-5.4.2.pom (2.4 kB at 100 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.1/hamcrest-2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.1/hamcrest-2.1.pom (1.1 kB at 54 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.10.0/mockito-core-2.10.0.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.10.0/mockito-core-2.10.0.pom (15 kB at 621 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.7.4/byte-buddy-1.7.4.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.7.4/byte-buddy-1.7.4.pom (12 kB at 488 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.7.4/byte-buddy-parent-1.7.4.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.7.4/byte-buddy-parent-1.7.4.pom (25 kB at 845 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.7.4/byte-buddy-agent-1.7.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.7.4/byte-buddy-agent-1.7.4.pom (4.9 kB at 114 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 146 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 718 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.8.0-alpha2/slf4j-log4j12-1.8.0-alpha2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.8.0-alpha2/slf4j-log4j12-1.8.0-alpha2.pom (2.0 kB at 70 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.8.0-alpha2/slf4j-parent-1.8.0-alpha2.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.8.0-alpha2/slf4j-parent-1.8.0-alpha2.pom (15 kB at 692 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.8.0-alpha2/slf4j-api-1.8.0-alpha2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.8.0-alpha2/slf4j-api-1.8.0-alpha2.pom (1.6 kB at 5.9 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/redline-rpm/redline/1.2.9/redline-1.2.9.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.1/ant-1.9.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.1/ant-launcher-1.9.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.8/commons-compress-1.8.jar
Downloaded5from6central:|https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.1/ant-launcher-1.9.1.jar (18 kB at 591 kB/s)
Downloading)from/central:5https://repo.maven.apache.org/maven2/org/tukaani/xz/1.4/xz-1.4.jar
Downloaded5from6central:3https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 408 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk15on/1.62/bcpg-jdk15on-1.62.jar
Downloaded5from2central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.4/xz-1.4.jar (99 kB at 983 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.62/bcprov-jdk15on-1.62.jar
Downloaded5from6central:.https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.8/commons-compress-1.8.jar (365 kB at 2.7 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.22/xembly-0.22.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk15on/1.62/bcpg-jdk15on-1.62.jar (327 kB at 1.5 MB/s)
Downloading)from0central:|https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar (168 kB at 563 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.22.1/jcabi-xml-0.22.1.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/redline-rpm/redline/1.2.9/redline-1.2.9.jar (138 kB at 369 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.17.2/jcabi-log-0.17.2.jar
Downloaded3from.central:.https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.1/ant-1.9.1.jar (2.0 MB at 5.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22.6/jcabi-aspects-0.22.6.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.22/xembly-0.22.jar (51 kB at 131 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.11/aspectjrt-1.8.11.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22.6/jcabi-aspects-0.22.6.jar (84 kB at 201 kB/s)
Downloading)from3central:|https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.0.Final/validation-api-2.0.0.Final.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.11/aspectjrt-1.8.11.jar (119 kB at 266 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.43/cactoos-0.43.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.0.Final/validation-api-2.0.0.Final.jar (93 kB at 203 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar (126 kB at 253 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.4/jcabi-matchers-1.4.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.4/jcabi-matchers-1.4.jar (22 kB at 42 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar (53 kB at 96 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 78 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.2.11/jaxb-runtime-2.2.11.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.17.2/jcabi-log-0.17.2.jar (56 kB at 80 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-core/2.2.11/jaxb-core-2.2.11.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.2.11/jaxb-runtime-2.2.11.jar (1.0 MB at 1.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.2.11/txw2-2.2.11.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-core/2.2.11/jaxb-core-2.2.11.jar (153 kB at 193 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/2.21/istack-commons-runtime-2.21.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.2.11/txw2-2.2.11.jar (69 kB at 85 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/2.21/istack-commons-runtime-2.21.jar (23 kB at 28 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.jar
Downloading)from9central:|https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.jar (34 kB at 40 kB/s)
Downloading)from1central:|https://repo.maven.apache.org/maven2/org/junit/vintage/junit-vintage-engine/5.4.2/junit-vintage-engine-5.4.2.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/junit/vintage/junit-vintage-engine/5.4.2/junit-vintage-engine-5.4.2.jar (66 kB at 73 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.jar (297 kB at 326 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.4.2/junit-platform-engine-1.4.2.jar
Downloaded4from.central:2https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar (2.2 kB at 2.3 kB/s)
Downloading)from6central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar
Downloaded3from.central:2https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.62/bcprov-jdk15on-1.62.jar (4.6 MB at 4.9 MB/s)
Downloading)from central:1https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloaded4from2central:2https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.4.2/junit-platform-engine-1.4.2.jar (142 kB at 149 kB/s)
Downloading)from central:3https://repo.maven.apache.org/maven2/com/artipie/asto/0.14.4/asto-0.14.4.jar
Downloaded4from2central:6https://repo.maven.apache.org/maven2/com/artipie/asto/0.14.4/asto-0.14.4.jar (27 kB at 28 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar
Downloaded3from2central:2https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 213 kB/s)
Downloading)from central:/https://repo.maven.apache.org/maven2/io/vertx/vertx-rx-java2/3.8.5/vertx-rx-java2-3.8.5.jar
Downloaded5from2central:5https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar (315 kB at 308 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/reactivex/rxjava2/rxjava/2.2.12/rxjava-2.2.12.jar
Downloaded4from2central:2https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.22.1/jcabi-xml-0.22.1.jar (42 kB at 41 kB/s)
Downloading)from2central:|https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar (11 kB at 11 kB/s)
Downloading)from4central:|https://repo.maven.apache.org/maven2/io/vertx/vertx-rx-gen/3.8.5/vertx-rx-gen-3.8.5.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/io/vertx/vertx-rx-gen/3.8.5/vertx-rx-gen-3.8.5.jar (18 kB at 16 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-codegen/3.8.5/vertx-codegen-3.8.5.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/io/vertx/vertx-codegen/3.8.5/vertx-codegen-3.8.5.jar (207 kB at 166 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/mvel/mvel2/2.3.1.Final/mvel2-2.3.1.Final.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.43/cactoos-0.43.jar (341 kB at 247 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-core/3.8.5/vertx-core-3.8.5.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/mvel/mvel2/2.3.1.Final/mvel2-2.3.1.Final.jar (1.1 MB at 687 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.42.Final/netty-common-4.1.42.Final.jar
Downloaded5from.central:.https://repo.maven.apache.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar (2.4 MB at 1.5 MB/s)
Downloading)from2central:|https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.42.Final/netty-buffer-4.1.42.Final.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.42.Final/netty-common-4.1.42.Final.jar (604 kB at 349 kB/s)
Downloading)from4central:|https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.42.Final/netty-transport-4.1.42.Final.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.42.Final/netty-buffer-4.1.42.Final.jar (277 kB at 158 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.42.Final/netty-handler-4.1.42.Final.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.42.Final/netty-transport-4.1.42.Final.jar (473 kB at 246 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.42.Final/netty-codec-4.1.42.Final.jar
Downloaded5from.central:.https://repo.maven.apache.org/maven2/io/vertx/vertx-rx-java2/3.8.5/vertx-rx-java2-3.8.5.jar (1.6 MB at 844 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler-proxy/4.1.42.Final/netty-handler-proxy-4.1.42.Final.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.42.Final/netty-handler-4.1.42.Final.jar (437 kB at 225 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-socks/4.1.42.Final/netty-codec-socks-4.1.42.Final.jar
Downloaded5from.central:.https://repo.maven.apache.org/maven2/io/reactivex/rxjava2/rxjava/2.2.12/rxjava-2.2.12.jar (2.4 MB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.1.42.Final/netty-codec-http-4.1.42.Final.jar
Downloaded4from.central:1https://repo.maven.apache.org/maven2/io/vertx/vertx-core/3.8.5/vertx-core-3.8.5.jar (1.3 MB at 650 kB/s)
Downloading)from2central:|https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/4.1.42.Final/netty-codec-http2-4.1.42.Final.jar
Downloaded3from6central: https://repo.maven.apache.org/maven2/io/netty/netty-handler-proxy/4.1.42.Final/netty-handler-proxy-4.1.42.Final.jar (22 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.42.Final/netty-resolver-4.1.42.Final.jar
Downloaded5from6central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-socks/4.1.42.Final/netty-codec-socks-4.1.42.Final.jar (119 kB at 60 kB/s)
Downloading)from0central:|https://repo.maven.apache.org/maven2/io/netty/netty-resolver-dns/4.1.42.Final/netty-resolver-dns-4.1.42.Final.jar
Downloaded5from1central:4https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.42.Final/netty-resolver-4.1.42.Final.jar (33 kB at 16 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-dns/4.1.42.Final/netty-codec-dns-4.1.42.Final.jar
Downloaded4from1central:8https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.42.Final/netty-codec-4.1.42.Final.jar (318 kB at 157 kB/s)
Downloading)from0central:|https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.jar
Downloaded5from9central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver-dns/4.1.42.Final/netty-resolver-dns-4.1.42.Final.jar (147 kB at 71 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.9.1/jackson-databind-2.9.9.1.jar
Downloaded5from7central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-dns/4.1.42.Final/netty-codec-dns-4.1.42.Final.jar (61 kB at 29 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar
Downloaded5from5central:6https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/4.1.42.Final/netty-codec-http2-4.1.42.Final.jar (457 kB at 213 kB/s)
Downloading)from9central:|https://repo.maven.apache.org/maven2/com/github/akarnokd/rxjava2-jdk8-interop/0.3.7/rxjava2-jdk8-interop-0.3.7.jar
Downloaded4from9central:2https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.1.42.Final/netty-codec-http-4.1.42.Final.jar (594 kB at 275 kB/s)
Downloading)from6central:3https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-core/2.6.3/xmlunit-core-2.6.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.jar (326 kB at 151 kB/s)
Downloading)from3central:|https://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/3.0.1/annotations-3.0.1.jar
Downloaded2from.central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar (67 kB at 31 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.4.2/junit-jupiter-api-5.4.2.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/3.0.1/annotations-3.0.1.jar (39 kB at 18 kB/s)
Downloading)from5central:|https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-core/2.6.3/xmlunit-core-2.6.3.jar (168 kB at 76 kB/s)
Downloading)from6central:|https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.4.2/junit-platform-commons-1.4.2.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar (7.1 kB at 3.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.4.2/junit-jupiter-engine-5.4.2.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.4.2/junit-platform-commons-1.4.2.jar (89 kB at 40 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.1/hamcrest-2.1.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.4.2/junit-jupiter-api-5.4.2.jar (134 kB at 59 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.10.0/mockito-core-2.10.0.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.4.2/junit-jupiter-engine-5.4.2.jar (178 kB at 77 kB/s)
Downloading)from1central:|https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.7.4/byte-buddy-1.7.4.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.1/hamcrest-2.1.jar (123 kB at 53 kB/s)
Downloading)from1central:|https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.7.4/byte-buddy-agent-1.7.4.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.7.4/byte-buddy-agent-1.7.4.jar (43 kB at 18 kB/s)
Downloading)from3central:|https://repo.maven.apache.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6.jar
Downloaded4from.central:6https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.9.1/jackson-databind-2.9.9.1.jar (1.3 MB at 573 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.8.0-alpha2/slf4j-log4j12-1.8.0-alpha2.jar
Downloaded3from9central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 24 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar
Downloaded3from2central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar (0 B at 0 B/s)
Downloaded3from4central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.8.0-alpha2/slf4j-log4j12-1.8.0-alpha2.jar (15 kB at 6.2 kB/s)
Downloaded2from3central:.https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.10.0/mockito-core-2.10.0.jar (535 kB at 217 kB/s)
Downloaded2from.central:6https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.7.4/byte-buddy-1.7.4.jar (2.9 MB at 1.0 MB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/com/github/akarnokd/rxjava2-jdk8-interop/0.3.7/rxjava2-jdk8-interop-0.3.7.jar (36 kB at 13 kB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-clean-plugin:3.1.0:cleanm 1m(default-clean)m @ 36mrpm-adapter0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 114 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0/maven-3.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 995 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 1.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/6/apache-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom (13 kB at 582 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 195 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 175 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 762 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 96 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 256 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 156 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 118 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 59 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 389 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 512 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 43 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 265 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 896 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 200 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 167 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 273 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 481 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 268 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 218 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloaded5from4central:|https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 815 kB/s)
Downloading)from7central:|https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Downloaded4from6central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 3.1 MB/s)
Downloading)from4central:|https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloaded5from2central:6https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 54 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 625 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 2.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 2.6 MB/s)
Downloaded4from6central:/https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 475 kB/s)
Downloaded3from5central:6https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 1.1 MB/s)
Downloaded2from9central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 1.2 MB/s)
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 2.3 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.4.1:enforcem 1m(enforce-maven)m @ 36mrpm-adapter0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 202 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 929 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.3/commons-lang-2.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.3/commons-lang-2.3.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.3/commons-lang-2.3.pom (11 kB at 505 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom (2.8 kB at 157 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom (3.7 kB at 185 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 63 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 74 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 363 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 269 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 45 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 4.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 92 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom (771 B at 41 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom (2.1 kB at 115 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 382 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom (3.4 kB at 172 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom (9.5 kB at 477 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom (3.2 kB at 178 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3.0 kB at 159 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
Downloaded1from9central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 886 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom (1.7 kB at 96 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 142 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/4.11/junit-4.11.jar
Downloaded2from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 106 kB/s)
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/4.11/junit-4.11.jar (245 kB at 144 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
Downloaded5from1central:|https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar (11 kB at 324 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar
Downloaded5from8central:|https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar (99 kB at 1.5 MB/s)
Downloading)from0central:|https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloaded5from4central:4https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 848 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.3/commons-lang-2.3.jar (245 kB at 3.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar
Downloaded3from4central:1https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 3.0 MB/s)
Downloading)from/central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar
Downloaded2from8central:|https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 51 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar
Downloaded5from3central:|https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar (12 kB at 121 kB/s)
Downloaded4from3central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar (35 kB at 346 kB/s)
Downloaded3from9central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (58 kB at 502 kB/s)
Downloaded2from6central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar (185 kB at 1.4 MB/s)
Downloaded1from8central: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 1.9 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:createm 1m(jcabi-build-number)m @ 36mrpm-adapter0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom (1.6 kB at 75 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/1.9.4/maven-scm-1.9.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.9.4/maven-scm-1.9.4.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.9.4/maven-scm-1.9.4.pom (22 kB at 921 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 157 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom (2.2 kB at 109 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom (1.5 kB at 65 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom (1.9 kB at 96 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom (3.5 kB at 146 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom (2.6 kB at 126 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom (2.1 kB at 97 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom (2.7 kB at 129 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom (2.5 kB at 126 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom (2.2 kB at 108 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.2/commons-io-2.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 525 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/24/commons-parent-24.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.6 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom (2.1 kB at 88 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom (2.7 kB at 135 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom (1.7 kB at 81 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom (2.3 kB at 116 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom (2.6 kB at 123 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom (2.6 kB at 130 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom (2.5 kB at 132 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom (2.3 kB at 116 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.pom (9.8 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom (2.7 kB at 112 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom (2.1 kB at 106 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom (3.7 kB at 170 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom (21 kB at 892 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/22/maven-parent-22.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 1.4 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/11/apache-11.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 kB at 673 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom (1.6 kB at 79 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom (2.5 kB at 120 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom (1.2 kB at 52 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom (3.1 kB at 150 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.1/commons-io-2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.1/commons-io-2.1.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.1/commons-io-2.1.pom (11 kB at 483 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.pom (2.5 kB at 4.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom (1.1 kB at 5.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom (4.3 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 242 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom (1.1 kB at 2.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom (804 B at 3.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom (2.1 kB at 4.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom (3.1 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-master/3.4/antlr-master-3.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-master/3.4/antlr-master-3.4.pom (9.4 kB at 29 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom (1.4 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom (1.7 kB at 3.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom (1.3 kB at 2.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom (2.2 kB at 108 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom (2.4 kB at 106 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom (996 B at 1.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom (971 B at 4.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom (1.3 kB at 6.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.pom (1.3 kB at 4.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom (3.8 kB at 190 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.2/commons-io-2.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar
Downloading)from/oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar
Downloaded3from2oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.jar (62 kB at 34 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar
Downloaded3from.oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar (3.8 kB at 2.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar
Downloaded3from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar (9.6 kB at 4.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar
Downloading)from1oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar
Downloaded3from.oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar (12 kB at 5.5 kB/s)
Downloading)from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar
Downloaded4from.oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar (762 kB at 328 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar (5.3 kB at 2.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar
Downloaded4from.oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar (6.6 kB at 2.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar (4.2 kB at 1.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar
Downloaded3from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 64 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar
Downloaded3from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar (7.8 kB at 3.0 kB/s)
Downloaded3from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar (71 kB at 24 kB/s)
Downloaded2from.oss.sonatype.org:0https://oss.sonatype.org/content/groups/public/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar (250 kB at 80 kB/s)
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar (3.8 MB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar
Downloaded5from1central:|https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar (11 kB at 293 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.jar
Downloaded4from8central:|https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar (66 kB at 1.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar
Downloaded4from8central:|https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar (78 kB at 1.4 MB/s)
Downloading)from2central:|https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar
Downloaded5from0central:6https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar (56 kB at 795 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar
Downloaded4from0central:4https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar (34 kB at 459 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar
Downloaded5from0central:7https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar (37 kB at 429 kB/s)
Downloading)from7central:4https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 2.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar
Downloaded3from0central:0https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar (30 kB at 339 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar (107 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar
Downloaded5from6central:/https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar (76 kB at 694 kB/s)
Downloading)from/central:3https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar
Downloaded5from1central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar (66 kB at 532 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar
Downloaded4from1central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar (68 kB at 532 kB/s)
Downloaded3from1central:/https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar (71 kB at 553 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar
Downloaded3from3central:6https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar (83 kB at 577 kB/s)
Downloaded3from3central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar (245 kB at 1.1 MB/s)
Downloaded2from9central:.https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar (692 kB at 2.4 MB/s)
Downloaded1from.central: https://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar (1.2 MB at 3.7 MB/s)
[1;34mINFOm] ShortRevision tag detected. The value is '7'.
[1;34mINFOm] Executing: /bin/sh -c cd '/home/r/repo' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[1;34mINFOm] Working directory: /home/r/repo
[1;34mINFOm] Storing buildNumber: 246e842 at timestamp: 2020-03-05T09:23:16
[1;34mINFOm] Storing buildScmBranch: __rultor
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:create-timestampm 1m(jcabi-build-number)m @ 36mrpm-adapter0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-resources-plugin:3.0.2:resourcesm 1m(default-resources)m @ 36mrpm-adapter0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 42 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 84 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 1.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 368 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 90 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 117 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 51 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 282 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 107 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 125 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 112 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 98 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 368 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 103 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 168 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 92 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 206 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 299 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 279 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 284 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/25/maven-parent-25.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 1.2 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/15/apache-15.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom (15 kB at 331 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 81 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 161 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 188 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 424 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 131 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloaded5from6central:|https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 879 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloaded5from7central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 729 kB/s)
Downloading)from2central:|https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloaded4from9central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 776 kB/s)
Downloading)from7central:|https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloaded5from2central:3https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 146 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 5.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloaded3from6central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 1.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar
Downloaded5from0central:8https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 575 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 33 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 818 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 210 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar
Downloaded5from9central:|https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 326 kB/s)
Downloaded4from9central:|https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 54 kB/s)
Downloaded3from1central:|https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 441 kB/s)
Downloaded2from3central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 850 kB/s)
Downloaded1from4central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 1.1 MB/s)
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] skip non existing resourceDirectory /home/r/repo/src/main/resources
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-compiler-plugin:3.8.0:compilem 1m(default-compile)m @ 36mrpm-adapter0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 226 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 318 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 213 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 260 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 269 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 230 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 155 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/ow2/1.5/ow2-1.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 535 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 43 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 287 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 127 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom
Downloaded1from9central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 38 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 41 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 74 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 43 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar
Downloaded5from9central:/https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 903 kB/s)
Downloading)from central:6https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar
Downloaded4from9central:/https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 437 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar
Downloaded3from9central:/https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 1.1 MB/s)
Downloaded4from1central:1https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 2.6 MB/s)
Downloaded3from1central:7https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 1.4 MB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 96 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 401 kB/s)
[1;34mINFOm] Compiling 12 source files to /home/r/repo/target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-resources-plugin:3.0.2:testResourcesm 1m(default-testResources)m @ 36mrpm-adapter0;1m ---m
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] Copying 1 resource
[1;34mINFOm] Copying 1 resource
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-compiler-plugin:3.8.0:testCompilem 1m(default-testCompile)m @ 36mrpm-adapter0;1m ---m
[1;34mINFOm] Compiling 4 source files to /home/r/repo/target/test-classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-surefire-plugin:3.0.0-M3:testm 1m(default-test)m @ 36mrpm-adapter0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.0.0-M3/maven-surefire-common-3.0.0-M3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.0.0-M3/maven-surefire-common-3.0.0-M3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.0.0-M3/maven-surefire-common-3.0.0-M3.pom (9.7 kB at 404 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.0.0-M3/surefire-api-3.0.0-M3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.0.0-M3/surefire-api-3.0.0-M3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.0.0-M3/surefire-api-3.0.0-M3.pom (3.5 kB at 178 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.0.0-M3/surefire-logger-api-3.0.0-M3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.0.0-M3/surefire-logger-api-3.0.0-M3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.0.0-M3/surefire-logger-api-3.0.0-M3.pom (2.0 kB at 93 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.0.0-M3/surefire-booter-3.0.0-M3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.0.0-M3/surefire-booter-3.0.0-M3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.0.0-M3/surefire-booter-3.0.0-M3.pom (7.4 kB at 295 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom (2.2 kB at 117 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom (21 kB at 972 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/10/maven-parent-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 1.2 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 212 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.0.1/plexus-java-1.0.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.0.1/plexus-java-1.0.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.0.1/plexus-java-1.0.1.pom (4.8 kB at 217 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/1.0.1/plexus-languages-1.0.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.0.1/plexus-languages-1.0.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.0.1/plexus-languages-1.0.1.pom (4.2 kB at 201 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.pom (2.9 kB at 147 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.0.0-M3/maven-surefire-common-3.0.0-M3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.0.0-M3/surefire-logger-api-3.0.0-M3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.0.0-M3/surefire-booter-3.0.0-M3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.0.0-M3/surefire-api-3.0.0-M3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.0.1/plexus-java-1.0.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.0.0-M3/maven-surefire-common-3.0.0-M3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.0.0-M3/surefire-api-3.0.0-M3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.0.0-M3/surefire-booter-3.0.0-M3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.0.0-M3/surefire-logger-api-3.0.0-M3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar
Downloaded5from9central:|https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.0.0-M3/surefire-logger-api-3.0.0-M3.jar (13 kB at 306 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
Downloaded5from1central:|https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar (36 kB at 645 kB/s)
Downloading)from/central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.0.1/plexus-java-1.0.1.jar
Downloaded4from8central:|https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.0.0-M3/surefire-api-3.0.0-M3.jar (178 kB at 2.8 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.jar
Downloaded5from9central:|https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.0.1/plexus-java-1.0.1.jar (51 kB at 480 kB/s)
Downloaded4from4central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.jar (114 kB at 971 kB/s)
Downloaded3from9central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 2.2 MB/s)
Downloaded2from5central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.0.0-M3/surefire-booter-3.0.0-M3.jar (312 kB at 1.8 MB/s)
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.0.0-M3/maven-surefire-common-3.0.0-M3.jar (627 kB at 2.9 MB/s)
[1;34mINFOm] Surefire report directory: /home/r/repo/target/surefire-reports
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M3/surefire-junit-platform-3.0.0-M3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M3/surefire-junit-platform-3.0.0-M3.jar
Downloaded1from0central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M3/surefire-junit-platform-3.0.0-M3.jar (20 kB at 883 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M3/surefire-junit-platform-3.0.0-M3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M3/surefire-junit-platform-3.0.0-M3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M3/surefire-junit-platform-3.0.0-M3.pom (5.5 kB at 262 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-providers/3.0.0-M3/surefire-providers-3.0.0-M3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/3.0.0-M3/surefire-providers-3.0.0-M3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/3.0.0-M3/surefire-providers-3.0.0-M3.pom (2.5 kB at 127 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/3.0.0-M3/common-java5-3.0.0-M3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.0.0-M3/common-java5-3.0.0-M3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.0.0-M3/common-java5-3.0.0-M3.pom (3.1 kB at 153 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.pom (2.2 kB at 3.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.pom (2.4 kB at 7.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.pom (2.0 kB at 6.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/3.0.0-M3/common-java5-3.0.0-M3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.0.0-M3/common-java5-3.0.0-M3.jar
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.0.0-M3/common-java5-3.0.0-M3.jar (32 kB at 1.3 MB/s)
Downloaded3from8oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.jar (78 kB at 108 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.jar (95 kB at 130 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.jar (135 kB at 165 kB/s)
[1;34mINFOm]
[1;34mINFOm] -------------------------------------------------------
[1;34mINFOm]  T E S T S
[1;34mINFOm] -------------------------------------------------------
[1;34mINFOm] Running com.artipie.rpm.1mRpmTestm
[0;37mINFOm] pool-1-thread-1 com.artipie.rpm.Pkg$1: Lead ended at '96'.
[0;37mINFOm] pool-1-thread-9 com.artipie.rpm.Pkg$1: Lead ended at '96'.
[0;37mINFOm] pool-1-thread-8 com.artipie.rpm.Pkg$1: Lead ended at '96'.
[0;37mINFOm] pool-1-thread-3 com.artipie.rpm.Pkg$1: Lead ended at '96'.
[0;37mINFOm] pool-1-thread-5 com.artipie.rpm.Pkg$1: Lead ended at '96'.
[0;37mINFOm] pool-1-thread-2 com.artipie.rpm.Pkg$1: Lead ended at '96'.
[0;37mINFOm] pool-1-thread-2 com.artipie.rpm.Pkg$1: Signature ended at '5016' and contained '9' headers (expected '9').
[0;37mINFOm] pool-1-thread-3 com.artipie.rpm.Pkg$1: Signature ended at '5016' and contained '9' headers (expected '9').
[0;37mINFOm] pool-1-thread-10 com.artipie.rpm.Pkg$1: Lead ended at '96'.
[0;37mINFOm] pool-1-thread-4 com.artipie.rpm.Pkg$1: Lead ended at '96'.
[0;37mINFOm] pool-1-thread-10 com.artipie.rpm.Pkg$1: Signature ended at '5016' and contained '9' headers (expected '9').
[0;37mINFOm] pool-1-thread-7 com.artipie.rpm.Pkg$1: Lead ended at '96'.
[0;37mINFOm] pool-1-thread-7 com.artipie.rpm.Pkg$1: Signature ended at '5016' and contained '9' headers (expected '9').
[0;37mINFOm] pool-1-thread-6 com.artipie.rpm.Pkg$1: Lead ended at '96'.
[0;37mINFOm] pool-1-thread-4 com.artipie.rpm.Pkg$1: Signature ended at '5016' and contained '9' headers (expected '9').
[0;37mINFOm] pool-1-thread-2 com.artipie.rpm.Pkg$1: Header ended at '17852 and contained '69' headers (expected '69').
[0;37mINFOm] pool-1-thread-9 com.artipie.rpm.Pkg$1: Signature ended at '5016' and contained '9' headers (expected '9').
[0;37mINFOm] pool-1-thread-5 com.artipie.rpm.Pkg$1: Signature ended at '5016' and contained '9' headers (expected '9').
[0;37mINFOm] pool-1-thread-4 com.artipie.rpm.Pkg$1: Header ended at '17852 and contained '69' headers (expected '69').
[0;37mINFOm] pool-1-thread-7 com.artipie.rpm.Pkg$1: Header ended at '17852 and contained '69' headers (expected '69').
[0;37mINFOm] pool-1-thread-10 com.artipie.rpm.Pkg$1: Header ended at '17852 and contained '69' headers (expected '69').
[0;37mINFOm] pool-1-thread-6 com.artipie.rpm.Pkg$1: Signature ended at '5016' and contained '9' headers (expected '9').
[0;37mINFOm] pool-1-thread-3 com.artipie.rpm.Pkg$1: Header ended at '17852 and contained '69' headers (expected '69').
[0;37mINFOm] pool-1-thread-1 com.artipie.rpm.Pkg$1: Signature ended at '5016' and contained '9' headers (expected '9').
[0;37mINFOm] pool-1-thread-8 com.artipie.rpm.Pkg$1: Signature ended at '5016' and contained '9' headers (expected '9').
[0;37mINFOm] pool-1-thread-5 com.artipie.rpm.Pkg$1: Header ended at '17852 and contained '69' headers (expected '69').
[0;37mINFOm] pool-1-thread-1 com.artipie.rpm.Pkg$1: Header ended at '17852 and contained '69' headers (expected '69').
[0;37mINFOm] pool-1-thread-6 com.artipie.rpm.Pkg$1: Header ended at '17852 and contained '69' headers (expected '69').
[0;37mINFOm] pool-1-thread-9 com.artipie.rpm.Pkg$1: Header ended at '17852 and contained '69' headers (expected '69').
[0;37mINFOm] pool-1-thread-8 com.artipie.rpm.Pkg$1: Header ended at '17852 and contained '69' headers (expected '69').
[2;37mDEBUGm] pool-1-thread-5 com.artipie.rpm.Pkg$1: header: Start Header ( class org.redline_rpm.header.Header)
0: headerimmutable[tag=63,type=7,count=16,size=16,offset=16716]
       0:  0  0  0 3f  0  0  0  7 ff ff fb b0  0  0  0 10
1: headeri18ntable[tag=100,type=8,count=1,size=2,offset=0]
        C
2: name[tag=1000,type=6,count=1,size=6,offset=2]
        nginx
3: version[tag=1001,type=6,count=1,size=7,offset=8]
        1.16.1
4: release[tag=1002,type=6,count=1,size=10,offset=15]
        1.el8.ngx
5: epoch[tag=1003,type=4,count=1,size=4,offset=28]
        1,
6: summary[tag=1004,type=9,count=1,size=28,offset=32]
        High performance web server
7: description[tag=1005,type=9,count=1,size=86,offset=60]
        nginx [engine x] is an HTTP and reverse proxy server, as well as
a mail proxy server.
8: buildtime[tag=1006,type=4,count=1,size=4,offset=148]
        1565708687,
9: buildhost[tag=1007,type=6,count=1,size=42,offset=152]
        rhel8-amd64-builder-builder.gnt.nginx.com
10: size[tag=1009,type=4,count=1,size=4,offset=196]
        3003616,
11: vendor[tag=1011,type=6,count=1,size=12,offset=200]
        Nginx, Inc.
12: license[tag=1014,type=6,count=1,size=26,offset=212]
        2-clause BSD-like license
13: group[tag=1016,type=9,count=1,size=27,offset=238]
        System Environment/Daemons
14: url[tag=1020,type=6,count=1,size=18,offset=265]
        http://nginx.org/
15: os[tag=1021,type=6,count=1,size=6,offset=283]
        linux
16: arch[tag=1022,type=6,count=1,size=7,offset=289]
        x86_64
17: prein[tag=1023,type=6,count=1,size=207,offset=296]
        # Add the "nginx" user
getent group nginx >/dev/null || groupadd -r nginx
getent passwd nginx >/dev/null || \
    useradd -r -g nginx -s /sbin/nologin \
    -d /var/cache/nginx -c "nginx user"  nginx
exit 0
18: postin[tag=1024,type=6,count=1,size=1260,offset=503]
        # Register the nginx service
if [ $1 -eq 1 ]; then
    /usr/bin/systemctl preset nginx.service >/dev/null 2>&1 ||:
    /usr/bin/systemctl preset nginx-debug.service >/dev/null 2>&1 ||:
    # print site info
    cat <<BANNER
----------------------------------------------------------------------

Thanks for using nginx!

Please find the official documentation for nginx here:
* http://nginx.org/en/docs/

Please subscribe to nginx-announce mailing list to get
the most important news about nginx:
* http://nginx.org/en/support.html

Commercial subscriptions for nginx are available on:
* http://nginx.com/products/

----------------------------------------------------------------------
BANNER

    # Touch and set permisions on default log files on installation

    if [ -d /var/log/nginx ]; then
        if [ ! -e /var/log/nginx/access.log ]; then
            touch /var/log/nginx/access.log
            /usr/bin/chmod 640 /var/log/nginx/access.log
            /usr/bin/chown nginx:adm /var/log/nginx/access.log
        fi

        if [ ! -e /var/log/nginx/error.log ]; then
            touch /var/log/nginx/error.log
            /usr/bin/chmod 640 /var/log/nginx/error.log
            /usr/bin/chown nginx:adm /var/log/nginx/error.log
        fi
    fi
fi
19: preun[tag=1025,type=6,count=1,size=164,offset=1763]
        if [ $1 -eq 0 ]; then
    /usr/bin/systemctl --no-reload disable nginx.service >/dev/null 2>&1 ||:
    /usr/bin/systemctl stop nginx.service >/dev/null 2>&1 ||:
fi
20: postun[tag=1026,type=6,count=1,size=258,offset=1927]
        /usr/bin/systemctl daemon-reload >/dev/null 2>&1 ||:
if [ $1 -ge 1 ]; then
    /sbin/service nginx status  >/dev/null 2>&1 || exit 0
    /sbin/service nginx upgrade >/dev/null 2>&1 || echo \
        "Binary upgrade failed, please check nginx's error.log"
fi
21: filesizes[tag=1028,type=4,count=38,size=152,offset=2188]
        351, 0, 0, 1093, 1007, 2837, 2223, 5231, 29, 643, 636, 664, 3610, 98, 148, 0, 0, 32, 0, 26, 405, 399, 0, 0, 0, 646, 906, 1425336, 1552448, 0, 1377, 2452, 0, 0, 494, 612, 0, 0,
22: filemodes[tag=1030,type=3,count=38,size=76,offset=2340]
        33188, 16877, 16877, 33188, 33188, 33188, 33188, 33188, 41471, 33188, 33188, 33188, 33188, 33188, 33188, 16877, 16877, 41471, 16877, 41471, 33188, 33188, 16877, 16877, 16877, 33261, 33261, 33261, 33261, 16877, 33188, 33188, 16877, 16877, 33188, 33188, 16877, 16877,
23: filerdevs[tag=1033,type=3,count=38,size=76,offset=2416]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
24: filemtimes[tag=1034,type=4,count=38,size=152,offset=2492]
        1565708551, 1565708684, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708551, 1565708551, 1565708687, 1565708687, 1565708687, 1565708687, 1565708687, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708686, 1565708686, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684,
25: filemd5s[tag=1035,type=8,count=38,size=1446,offset=2644]
        6f0f7a0758bea8d550bdf3871de6b3af2f2f4320309d7f812413f05e3e26a315


        ba015afe3042196e5d0bd117a9e18ac826f52e44cb29321a9b08f7dbf48c62a5
        f37852d0113de30fa6bfc3d9b180ef99383c06739530dd482a8538503afd5a58
        b5f8a6d411db5e5d11d151d50cd1e962444732593adec0e1ef0a8c6eebec63ee
        de518a9eafe86c8bc705e296d0ef26135835b46bdc0de01d1d50a630fa5d341e
        7f0b9e0c2320db6882b6d0db1cb3d28c41dd4ff0d1c6e17798ff19668f412598

        772e914d404163a563e888730a3d4c5d86fbb1a5d3ee6b8c58c7eeda9af1db5b
        f27b2027c571ccafcfb0fbb3f54d7aeee11a984e3a0f5a1fdf14629030fc9011
        015cb581c2eb84b1a1ac9b575521d5881f791f632bfa62f34b26ba97d70c0d4f
        55adf050bad0cb60cbfe18649f8f17cd405fece0cc65eb78dac72c74c9dad944
        94b67a165e2ad3e9b4fa98f2910874fdc2f2e2c202b5305d1cbc968ee55f8d1d
        81fc34f023e445e64a3a64aa2bfbcedf9d8744abeda5e07b9e9a94142f0e313c





        e9c95c0c73ab151da6ab003abd3a082379fa029bce36d99822a88fec1f5698bc
        dec0c53277aa3ece1710b944273d6ea8662f50449dc250250026f9c6a0784c88



        9700706909f288c90a11ff5efe03efc0913bcda28cfd30d03c7d528edfdcca61
        562bb1385b8449eaab7c45d7c774b0b5cedc4973515494d2b5793691c0ea4d86
        7e43d7425bed50f7f0520a56449e112faaae8fb3cf0c25ce4e5c0124a90a168d
        30f067a6b1097166415fbe96864e25d4d24c261f2009a146598ff593308f8a3b

        4f72e2bccf0bcd839dd447ab6f359336f428caa1987a9afec2bc9ade5711658a
        5f5db968cfb09e0c90a565d15f7a04b72dce06f9a762d3971bf15fab9d8e0fa4


        d11dc22c73306cd84bc9869302b02dc8604d596185203a74dd0042c5d2fdd3be
        38ffd4972ae513a0c79a8be4573403edcd709f0f572105362b08ff50cf6de521


26: filelinktos[tag=1036,type=8,count=38,size=125,offset=4090]








        ../../usr/lib64/nginx/modules








        ../../../../usr/sbin/nginx-debug

        ../../../../usr/sbin/nginx


















27: fileflags[tag=1037,type=4,count=38,size=152,offset=4216]
        17, 0, 0, 17, 17, 17, 17, 17, 0, 17, 17, 17, 17, 17, 17, 4096, 4096, 4096, 4096, 4096, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0,
28: fileusername[tag=1039,type=8,count=38,size=190,offset=4368]
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
29: filegroupname[tag=1040,type=8,count=38,size=190,offset=4558]
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
30: sourcerpm[tag=1044,type=6,count=1,size=31,offset=4748]
        nginx-1.16.1-1.el8.ngx.src.rpm
31: fileverifyflags[tag=1045,type=4,count=38,size=152,offset=4780]
        -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
32: providename[tag=1047,type=8,count=4,size=44,offset=4932]
        config(nginx)
        nginx
        nginx(x86-64)
        webserver
33: requireflags[tag=1048,type=4,count=41,size=164,offset=4976]
        768, 1280, 2304, 4352, 16384, 268435464, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16777226, 16777226, 16777226, 16777226, 16384, 512, 1024, 2048, 4096,
34: requirename[tag=1049,type=8,count=41,size=948,offset=5140]
        /bin/sh
        /bin/sh
        /bin/sh
        /bin/sh
        /bin/sh
        config(nginx)
        libc.so.6()(64bit)
        libc.so.6(GLIBC_2.10)(64bit)
        libc.so.6(GLIBC_2.14)(64bit)
        libc.so.6(GLIBC_2.17)(64bit)
        libc.so.6(GLIBC_2.2.5)(64bit)
        libc.so.6(GLIBC_2.27)(64bit)
        libc.so.6(GLIBC_2.28)(64bit)
        libc.so.6(GLIBC_2.3)(64bit)
        libc.so.6(GLIBC_2.3.2)(64bit)
        libc.so.6(GLIBC_2.3.4)(64bit)
        libc.so.6(GLIBC_2.4)(64bit)
        libc.so.6(GLIBC_2.7)(64bit)
        libcrypt.so.1()(64bit)
        libcrypt.so.1(XCRYPT_2.0)(64bit)
        libcrypto.so.1.1()(64bit)
        libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)
        libdl.so.2()(64bit)
        libdl.so.2(GLIBC_2.2.5)(64bit)
        libpcre.so.1()(64bit)
        libpthread.so.0()(64bit)
        libpthread.so.0(GLIBC_2.2.5)(64bit)
        libpthread.so.0(GLIBC_2.3.2)(64bit)
        libssl.so.1.1()(64bit)
        libssl.so.1.1(OPENSSL_1_1_0)(64bit)
        libssl.so.1.1(OPENSSL_1_1_1)(64bit)
        libz.so.1()(64bit)
        rpmlib(CompressedFileNames)
        rpmlib(FileDigests)
        rpmlib(PayloadFilesHavePrefix)
        rpmlib(PayloadIsXz)
        rtld(GNU_HASH)
        shadow-utils
        systemd
        systemd
        systemd
35: requireversion[tag=1050,type=8,count=41,size=83,offset=6088]





        1:1.16.1-1.el8.ngx


























        3.0.4-1
        4.6.0-1
        4.0-1
        5.2-1





36: rpmversion[tag=1064,type=6,count=1,size=7,offset=6171]
        4.14.2
37: changelogtime[tag=1080,type=4,count=105,size=420,offset=6180]
        1565697600, 1556020800, 1555416000, 1554811200, 1553601600, 1551182400, 1545739200, 1543320000, 1541505600, 1538481600, 1537876800, 1535457600, 1532433600, 1530619200, 1528200000, 1523275200, 1522756800, 1521547200, 1519128000, 1514289600, 1511265600, 1507636800, 1504612800, 1502193600, 1499774400, 1498564800, 1496145600, 1493121600, 1491307200, 1490356800, 1490097600, 1487073600, 1485259200, 1482840000, 1481630400, 1479211200, 1476100800, 1473768000, 1469534400, 1467720000, 1464696000, 1464091200, 1461067200, 1459857600, 1459252800, 1456315200, 1455019200, 1453809600, 1449662400, 1449576000, 1447761600, 1445947200, 1442923200, 1439899200, 1436875200, 1432641600, 1430222400, 1428408000, 1427198400, 1423569600, 1419336000, 1417521600, 1412078400, 1410868800, 1407240000, 1404820800, 1403006400, 1401192000, 1398340800, 1396958400, 1395144000, 1393934400, 1391515200, 1390392000, 1387281600, 1384862400, 1380628800, 1379419200, 1377604800, 1375185600, 1372766400, 1370347200, 1367841600, 1366113600, 1364299200, 1360670400, 1355227200, 1352808000, 1348574400, 1344340800, 1341316800, 1338897600, 1335182400, 1334232000, 1331812800, 1330948800, 1328529600, 1323950400, 1321358400, 1320148800, 1318334400, 1317470400, 1317384000, 1314705600, 1312977600,
38: changelogname[tag=1081,type=8,count=105,size=3630,offset=6600]
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Andrei Belov &lt;defan@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch
39: changelogtext[tag=1082,type=8,count=105,size=3046,offset=10230]
        - 1.16.1
        - 1.16.0
        - 1.15.12
        - 1.15.11
        - 1.15.10
        - 1.15.9
        - 1.15.8
        - 1.15.7
        - 1.15.6
- Fixes CVE-2018-16843
- Fixes CVE-2018-16844
- Fixes CVE-2018-16845
        - 1.15.5
        - 1.15.4
        - 1.15.3
        - 1.15.2
        - 1.15.1
        - 1.15.0
        - 1.13.12
        - 1.13.11
        - 1.13.10
        - 1.13.9
        - 1.13.8
        - 1.13.7
        - 1.13.6
        - 1.13.5
        - 1.13.4
        - 1.13.3
- Fixes CVE-2017-7529
        - 1.13.2
        - 1.13.1
        - 1.13.0
        - 1.11.13
- CentOS7/RHEL7: made upgrade loops/timeouts configurable via
  /etc/sysconfig/nginx.
- Bumped upgrade defaults to five loops one second each.
        - 1.11.12
        - 1.11.11
        - 1.11.10
        - 1.11.9
- Extended hardening build flags.
- Added check-reload target to init script / systemd service.
        - 1.11.8
        - 1.11.7
        - 1.11.6
        - 1.11.5
        - 1.11.4.
- njs updated to 0.1.2.
        - 1.11.3.
- njs updated to 0.1.0.
- njs stream dynamic module added to nginx-module-njs package.
- geoip stream dynamic module added to nginx-module-geoip package.
        - 1.11.2
- njs updated to ef2b708510b1.
        - 1.11.1
        - Fixed logrotate error if nginx is not running
- 1.11.0
        - 1.9.15
- njs updated to 1c50334fbea6.
        - 1.9.14
        - 1.9.13
- Added perl and njs dynamic modules
- Fixed Requires section for dynamic modules on CentOS7/RHEL7
        - common configure args are now in macros
- xslt, image-filter and geoip dynamic modules added
- 1.9.12
        - dynamic modules path and symlink in /etc/nginx added
- 1.9.11
        - 1.9.10
        - 1.9.9
        - 1.9.8
- http_slice module enabled
        - 1.9.7
        - 1.9.6
        - 1.9.5
- http_spdy module replaced with http_v2 module
        - 1.9.4
        - 1.9.3
        - 1.9.1
        - 1.9.0
- thread pool support added
- stream module added
- example_ssl.conf removed
        - 1.7.12
        - 1.7.11
        - 1.7.10
        - 1.7.9
        - 1.7.8
        - 1.7.6
        - epoch added to the EPEL7/CentOS7 spec to override EPEL one
- 1.7.5
        - 1.7.4
        - 1.7.3
        - 1.7.2
        - 1.7.1
- incorrect sysconfig filename finding in the initscript fixed
        - 1.7.0
        - 1.5.13
- built spdy module on rhel/centos 6
        - 1.5.12
- spec cleanup
- openssl version dependence added
- upgrade() function in the init script improved
- warning added when binary upgrade returns non-zero exit code
        - 1.5.11
        - 1.5.10
        - 1.5.9
        - 1.5.8
- fixed invalid week days in the changelog
        - 1.5.7
        - 1.5.6
        - 1.5.5
        - 1.5.4
- auth request module added
        - 1.5.3
        - 1.5.2
        - 1.5.1
        - 1.5.0
        - 1.3.16
        - 1.3.15
- gunzip module added
- set permissions on default log files at installation
        - excess slash removed from --prefix
- 1.2.7
        - 1.2.6
        - 1.2.5
        - 1.2.4
        - 1.2.3
- nginx-debug package now actually contains non stripped binary
        - 1.2.2
        - 1.2.1
        - 1.2.0
        - 1.0.15
        - 1.0.14
- OpenSUSE init script and SuSE specific changes to spec file added
        - 1.0.13
        - 1.0.12
- banner added to install script
        - 1.0.11
- init script enhancements (thanks to Gena Makhomed)
- one second sleep during upgrade replaced with 0.1 sec usleep
        - 1.0.10
        - 1.0.9
- nginx-debug package added
        - spec file cleanup (thanks to Yury V. Zaytsev)
- log dir permitions fixed
- logrotate creates new logfiles with nginx owner
- "upgrade" argument to init-script added (based on fedora one)
        - 1.0.8
- built with mp4 module
        - 1.0.7
        - 1.0.6
- replace "conf.d/*" config include with "conf.d/*.conf" in default nginx.conf
        - Initial release
40: preinprog[tag=1085,type=6,count=1,size=8,offset=13276]
        /bin/sh
41: postinprog[tag=1086,type=6,count=1,size=8,offset=13284]
        /bin/sh
42: preunprog[tag=1087,type=6,count=1,size=8,offset=13292]
        /bin/sh
43: postunprog[tag=1088,type=6,count=1,size=8,offset=13300]
        /bin/sh
44: cookie[tag=1094,type=6,count=1,size=53,offset=13308]
        rhel8-amd64-builder-builder.gnt.nginx.com 1565708687
45: filedevices[tag=1095,type=4,count=38,size=152,offset=13364]
        1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
46: fileinodes[tag=1096,type=4,count=38,size=152,offset=13516]
        1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
47: filelangs[tag=1097,type=8,count=38,size=38,offset=13668]






































48: provideflags[tag=1112,type=4,count=4,size=16,offset=13708]
        268435464, 8, 8, 0,
49: provideversion[tag=1113,type=8,count=4,size=58,offset=13724]
        1:1.16.1-1.el8.ngx
        1:1.16.1-1.el8.ngx
        1:1.16.1-1.el8.ngx

50: dirindexes[tag=1116,type=4,count=38,size=152,offset=13784]
        0, 1, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 4, 5, 6, 7, 6, 8, 9, 9, 10, 11, 12, 13, 13, 14, 14, 15, 16, 17, 18, 19, 20, 20, 21, 22,
51: basenames[tag=1117,type=8,count=38,size=408,offset=13936]
        nginx
        nginx
        conf.d
        default.conf
        fastcgi_params
        koi-utf
        koi-win
        mime.types
        modules
        nginx.conf
        scgi_params
        uwsgi_params
        win-utf
        nginx
        nginx-debug
        .build-id
        25
        6232e97c72486552b6d3e6191b227e0cc4346e
        e3
        ecb20ef2cf6bb52027480d1802530bda5b311c
        nginx-debug.service
        nginx.service
        nginx
        modules
        nginx
        check-reload
        upgrade
        nginx
        nginx-debug
        nginx-1.16.1
        COPYRIGHT
        nginx.8.gz
        nginx
        html
        50x.html
        index.html
        nginx
        nginx
52: dirnames[tag=1118,type=8,count=23,size=442,offset=14344]
        /etc/logrotate.d/
        /etc/
        /etc/nginx/
        /etc/nginx/conf.d/
        /etc/sysconfig/
        /usr/lib/
        /usr/lib/.build-id/
        /usr/lib/.build-id/25/
        /usr/lib/.build-id/e3/
        /usr/lib/systemd/system/
        /usr/lib64/
        /usr/lib64/nginx/
        /usr/libexec/initscripts/legacy-actions/
        /usr/libexec/initscripts/legacy-actions/nginx/
        /usr/sbin/
        /usr/share/doc/
        /usr/share/doc/nginx-1.16.1/
        /usr/share/man/man8/
        /usr/share/
        /usr/share/nginx/
        /usr/share/nginx/html/
        /var/cache/
        /var/log/
53: optflags[tag=1122,type=6,count=1,size=336,offset=14786]
        -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
54: payloadformat[tag=1124,type=6,count=1,size=5,offset=15122]
        cpio
55: payloadcompressor[tag=1125,type=6,count=1,size=3,offset=15127]
        xz
56: payloadflags[tag=1126,type=6,count=1,size=2,offset=15130]
        2
57: platform[tag=1132,type=6,count=1,size=24,offset=15132]
        x86_64-redhat-linux-gnu
58: filecolors[tag=1140,type=4,count=38,size=152,offset=15156]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0,
59: fileclass[tag=1141,type=4,count=38,size=152,offset=15308]
        0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, 1, 2, 1, 2, 0, 0, 1, 1, 1, 3, 3, 4, 5, 1, 0, 6, 1, 1, 7, 7, 1, 1,
60: classdict[tag=1142,type=8,count=8,size=631,offset=15460]
        ASCII text
        directory

        POSIX shell script, ASCII text executable
        ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=e3ecb20ef2cf6bb52027480d1802530bda5b311c, stripped, too many notes (256)
        ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=256232e97c72486552b6d3e6191b227e0cc4346e, stripped, too many notes (256)
        troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)
        HTML document, ASCII text
61: filedependsx[tag=1143,type=4,count=38,size=152,offset=16092]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0,
62: filedependsn[tag=1144,type=4,count=38,size=152,offset=16244]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 27, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0,
63: dependsdict[tag=1145,type=4,count=56,size=224,offset=16396]
        1375731716, 1375731716, 1375731731, 1375731735, 1375731739, 1375731738, 1375731733, 1375731742, 1375731741, 1375731720, 1375731725, 1375731723, 1375731719, 1375731724, 1375731728, 1375731729, 1375731727, 1375731726, 1375731721, 1375731722, 1375731734, 1375731737, 1375731730, 1375731736, 1375731740, 1375731732, 1375731743, 1375731718, 1375731747, 1375731731, 1375731735, 1375731739, 1375731738, 1375731733, 1375731742, 1375731741, 1375731720, 1375731725, 1375731723, 1375731719, 1375731724, 1375731728, 1375731729, 1375731727, 1375731726, 1375731721, 1375731722, 1375731734, 1375731737, 1375731730, 1375731736, 1375731740, 1375731732, 1375731743, 1375731718, 1375731747,
64: sourcepkgid[tag=1146,type=7,count=16,size=16,offset=16620]
       0: 10 ab 1d da 3a  b 3e c6 15 8a 8e ec 90 41 4d 60
65: org.redline_rpm.header.AbstractHeader$Int32Entry@7cfd2526[tag=5011,type=4,count=1,size=4,offset=16636]
        8,
66: org.redline_rpm.header.AbstractHeader$StringEntry@1981e99[tag=5062,type=6,count=1,size=6,offset=16640]
        utf-8
67: org.redline_rpm.header.AbstractHeader$StringArrayEntry@40254cb7[tag=5092,type=8,count=1,size=65,offset=16646]
        9b0469e35b5ebd238ed8b5987a1b2a3c0a79f3222e62b4e32a02dfb3494ecaed
68: org.redline_rpm.header.AbstractHeader$Int32Entry@6426b307[tag=5093,type=4,count=1,size=4,offset=16712]
        8,

[2;37mDEBUGm] pool-1-thread-8 com.artipie.rpm.Pkg$1: header: Start Header ( class org.redline_rpm.header.Header)
0: headerimmutable[tag=63,type=7,count=16,size=16,offset=16716]
       0:  0  0  0 3f  0  0  0  7 ff ff fb b0  0  0  0 10
1: headeri18ntable[tag=100,type=8,count=1,size=2,offset=0]
        C
2: name[tag=1000,type=6,count=1,size=6,offset=2]
        nginx
3: version[tag=1001,type=6,count=1,size=7,offset=8]
        1.16.1
4: release[tag=1002,type=6,count=1,size=10,offset=15]
        1.el8.ngx
5: epoch[tag=1003,type=4,count=1,size=4,offset=28]
        1,
6: summary[tag=1004,type=9,count=1,size=28,offset=32]
        High performance web server
7: description[tag=1005,type=9,count=1,size=86,offset=60]
        nginx [engine x] is an HTTP and reverse proxy server, as well as
a mail proxy server.
8: buildtime[tag=1006,type=4,count=1,size=4,offset=148]
        1565708687,
9: buildhost[tag=1007,type=6,count=1,size=42,offset=152]
        rhel8-amd64-builder-builder.gnt.nginx.com
10: size[tag=1009,type=4,count=1,size=4,offset=196]
        3003616,
11: vendor[tag=1011,type=6,count=1,size=12,offset=200]
        Nginx, Inc.
12: license[tag=1014,type=6,count=1,size=26,offset=212]
        2-clause BSD-like license
13: group[tag=1016,type=9,count=1,size=27,offset=238]
        System Environment/Daemons
14: url[tag=1020,type=6,count=1,size=18,offset=265]
        http://nginx.org/
15: os[tag=1021,type=6,count=1,size=6,offset=283]
        linux
16: arch[tag=1022,type=6,count=1,size=7,offset=289]
        x86_64
17: prein[tag=1023,type=6,count=1,size=207,offset=296]
        # Add the "nginx" user
getent group nginx >/dev/null || groupadd -r nginx
getent passwd nginx >/dev/null || \
    useradd -r -g nginx -s /sbin/nologin \
    -d /var/cache/nginx -c "nginx user"  nginx
exit 0
18: postin[tag=1024,type=6,count=1,size=1260,offset=503]
        # Register the nginx service
if [ $1 -eq 1 ]; then
    /usr/bin/systemctl preset nginx.service >/dev/null 2>&1 ||:
    /usr/bin/systemctl preset nginx-debug.service >/dev/null 2>&1 ||:
    # print site info
    cat <<BANNER
----------------------------------------------------------------------

Thanks for using nginx!

Please find the official documentation for nginx here:
* http://nginx.org/en/docs/

Please subscribe to nginx-announce mailing list to get
the most important news about nginx:
* http://nginx.org/en/support.html

Commercial subscriptions for nginx are available on:
* http://nginx.com/products/

----------------------------------------------------------------------
BANNER

    # Touch and set permisions on default log files on installation

    if [ -d /var/log/nginx ]; then
        if [ ! -e /var/log/nginx/access.log ]; then
            touch /var/log/nginx/access.log
            /usr/bin/chmod 640 /var/log/nginx/access.log
            /usr/bin/chown nginx:adm /var/log/nginx/access.log
        fi

        if [ ! -e /var/log/nginx/error.log ]; then
            touch /var/log/nginx/error.log
            /usr/bin/chmod 640 /var/log/nginx/error.log
            /usr/bin/chown nginx:adm /var/log/nginx/error.log
        fi
    fi
fi
19: preun[tag=1025,type=6,count=1,size=164,offset=1763]
        if [ $1 -eq 0 ]; then
    /usr/bin/systemctl --no-reload disable nginx.service >/dev/null 2>&1 ||:
    /usr/bin/systemctl stop nginx.service >/dev/null 2>&1 ||:
fi
20: postun[tag=1026,type=6,count=1,size=258,offset=1927]
        /usr/bin/systemctl daemon-reload >/dev/null 2>&1 ||:
if [ $1 -ge 1 ]; then
    /sbin/service nginx status  >/dev/null 2>&1 || exit 0
    /sbin/service nginx upgrade >/dev/null 2>&1 || echo \
        "Binary upgrade failed, please check nginx's error.log"
fi
21: filesizes[tag=1028,type=4,count=38,size=152,offset=2188]
        351, 0, 0, 1093, 1007, 2837, 2223, 5231, 29, 643, 636, 664, 3610, 98, 148, 0, 0, 32, 0, 26, 405, 399, 0, 0, 0, 646, 906, 1425336, 1552448, 0, 1377, 2452, 0, 0, 494, 612, 0, 0,
22: filemodes[tag=1030,type=3,count=38,size=76,offset=2340]
        33188, 16877, 16877, 33188, 33188, 33188, 33188, 33188, 41471, 33188, 33188, 33188, 33188, 33188, 33188, 16877, 16877, 41471, 16877, 41471, 33188, 33188, 16877, 16877, 16877, 33261, 33261, 33261, 33261, 16877, 33188, 33188, 16877, 16877, 33188, 33188, 16877, 16877,
23: filerdevs[tag=1033,type=3,count=38,size=76,offset=2416]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
24: filemtimes[tag=1034,type=4,count=38,size=152,offset=2492]
        1565708551, 1565708684, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708551, 1565708551, 1565708687, 1565708687, 1565708687, 1565708687, 1565708687, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708686, 1565708686, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684,
25: filemd5s[tag=1035,type=8,count=38,size=1446,offset=2644]
        6f0f7a0758bea8d550bdf3871de6b3af2f2f4320309d7f812413f05e3e26a315


        ba015afe3042196e5d0bd117a9e18ac826f52e44cb29321a9b08f7dbf48c62a5
        f37852d0113de30fa6bfc3d9b180ef99383c06739530dd482a8538503afd5a58
        b5f8a6d411db5e5d11d151d50cd1e962444732593adec0e1ef0a8c6eebec63ee
        de518a9eafe86c8bc705e296d0ef26135835b46bdc0de01d1d50a630fa5d341e
        7f0b9e0c2320db6882b6d0db1cb3d28c41dd4ff0d1c6e17798ff19668f412598

        772e914d404163a563e888730a3d4c5d86fbb1a5d3ee6b8c58c7eeda9af1db5b
        f27b2027c571ccafcfb0fbb3f54d7aeee11a984e3a0f5a1fdf14629030fc9011
        015cb581c2eb84b1a1ac9b575521d5881f791f632bfa62f34b26ba97d70c0d4f
        55adf050bad0cb60cbfe18649f8f17cd405fece0cc65eb78dac72c74c9dad944
        94b67a165e2ad3e9b4fa98f2910874fdc2f2e2c202b5305d1cbc968ee55f8d1d
        81fc34f023e445e64a3a64aa2bfbcedf9d8744abeda5e07b9e9a94142f0e313c





        e9c95c0c73ab151da6ab003abd3a082379fa029bce36d99822a88fec1f5698bc
        dec0c53277aa3ece1710b944273d6ea8662f50449dc250250026f9c6a0784c88



        9700706909f288c90a11ff5efe03efc0913bcda28cfd30d03c7d528edfdcca61
        562bb1385b8449eaab7c45d7c774b0b5cedc4973515494d2b5793691c0ea4d86
        7e43d7425bed50f7f0520a56449e112faaae8fb3cf0c25ce4e5c0124a90a168d
        30f067a6b1097166415fbe96864e25d4d24c261f2009a146598ff593308f8a3b

        4f72e2bccf0bcd839dd447ab6f359336f428caa1987a9afec2bc9ade5711658a
        5f5db968cfb09e0c90a565d15f7a04b72dce06f9a762d3971bf15fab9d8e0fa4


        d11dc22c73306cd84bc9869302b02dc8604d596185203a74dd0042c5d2fdd3be
        38ffd4972ae513a0c79a8be4573403edcd709f0f572105362b08ff50cf6de521


26: filelinktos[tag=1036,type=8,count=38,size=125,offset=4090]








        ../../usr/lib64/nginx/modules








        ../../../../usr/sbin/nginx-debug

        ../../../../usr/sbin/nginx


















27: fileflags[tag=1037,type=4,count=38,size=152,offset=4216]
        17, 0, 0, 17, 17, 17, 17, 17, 0, 17, 17, 17, 17, 17, 17, 4096, 4096, 4096, 4096, 4096, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0,
28: fileusername[tag=1039,type=8,count=38,size=190,offset=4368]
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
29: filegroupname[tag=1040,type=8,count=38,size=190,offset=4558]
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
30: sourcerpm[tag=1044,type=6,count=1,size=31,offset=4748]
        nginx-1.16.1-1.el8.ngx.src.rpm
31: fileverifyflags[tag=1045,type=4,count=38,size=152,offset=4780]
        -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
32: providename[tag=1047,type=8,count=4,size=44,offset=4932]
        config(nginx)
        nginx
        nginx(x86-64)
        webserver
33: requireflags[tag=1048,type=4,count=41,size=164,offset=4976]
        768, 1280, 2304, 4352, 16384, 268435464, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16777226, 16777226, 16777226, 16777226, 16384, 512, 1024, 2048, 4096,
34: requirename[tag=1049,type=8,count=41,size=948,offset=5140]
        /bin/sh
        /bin/sh
        /bin/sh
        /bin/sh
        /bin/sh
        config(nginx)
        libc.so.6()(64bit)
        libc.so.6(GLIBC_2.10)(64bit)
        libc.so.6(GLIBC_2.14)(64bit)
        libc.so.6(GLIBC_2.17)(64bit)
        libc.so.6(GLIBC_2.2.5)(64bit)
        libc.so.6(GLIBC_2.27)(64bit)
        libc.so.6(GLIBC_2.28)(64bit)
        libc.so.6(GLIBC_2.3)(64bit)
        libc.so.6(GLIBC_2.3.2)(64bit)
        libc.so.6(GLIBC_2.3.4)(64bit)
        libc.so.6(GLIBC_2.4)(64bit)
        libc.so.6(GLIBC_2.7)(64bit)
        libcrypt.so.1()(64bit)
        libcrypt.so.1(XCRYPT_2.0)(64bit)
        libcrypto.so.1.1()(64bit)
        libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)
        libdl.so.2()(64bit)
        libdl.so.2(GLIBC_2.2.5)(64bit)
        libpcre.so.1()(64bit)
        libpthread.so.0()(64bit)
        libpthread.so.0(GLIBC_2.2.5)(64bit)
        libpthread.so.0(GLIBC_2.3.2)(64bit)
        libssl.so.1.1()(64bit)
        libssl.so.1.1(OPENSSL_1_1_0)(64bit)
        libssl.so.1.1(OPENSSL_1_1_1)(64bit)
        libz.so.1()(64bit)
        rpmlib(CompressedFileNames)
        rpmlib(FileDigests)
        rpmlib(PayloadFilesHavePrefix)
        rpmlib(PayloadIsXz)
        rtld(GNU_HASH)
        shadow-utils
        systemd
        systemd
        systemd
35: requireversion[tag=1050,type=8,count=41,size=83,offset=6088]





        1:1.16.1-1.el8.ngx


























        3.0.4-1
        4.6.0-1
        4.0-1
        5.2-1





36: rpmversion[tag=1064,type=6,count=1,size=7,offset=6171]
        4.14.2
37: changelogtime[tag=1080,type=4,count=105,size=420,offset=6180]
        1565697600, 1556020800, 1555416000, 1554811200, 1553601600, 1551182400, 1545739200, 1543320000, 1541505600, 1538481600, 1537876800, 1535457600, 1532433600, 1530619200, 1528200000, 1523275200, 1522756800, 1521547200, 1519128000, 1514289600, 1511265600, 1507636800, 1504612800, 1502193600, 1499774400, 1498564800, 1496145600, 1493121600, 1491307200, 1490356800, 1490097600, 1487073600, 1485259200, 1482840000, 1481630400, 1479211200, 1476100800, 1473768000, 1469534400, 1467720000, 1464696000, 1464091200, 1461067200, 1459857600, 1459252800, 1456315200, 1455019200, 1453809600, 1449662400, 1449576000, 1447761600, 1445947200, 1442923200, 1439899200, 1436875200, 1432641600, 1430222400, 1428408000, 1427198400, 1423569600, 1419336000, 1417521600, 1412078400, 1410868800, 1407240000, 1404820800, 1403006400, 1401192000, 1398340800, 1396958400, 1395144000, 1393934400, 1391515200, 1390392000, 1387281600, 1384862400, 1380628800, 1379419200, 1377604800, 1375185600, 1372766400, 1370347200, 1367841600, 1366113600, 1364299200, 1360670400, 1355227200, 1352808000, 1348574400, 1344340800, 1341316800, 1338897600, 1335182400, 1334232000, 1331812800, 1330948800, 1328529600, 1323950400, 1321358400, 1320148800, 1318334400, 1317470400, 1317384000, 1314705600, 1312977600,
38: changelogname[tag=1081,type=8,count=105,size=3630,offset=6600]
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com&gt;
        Konstantin Pavlov &lt;thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Andrei Belov <defan@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch
39: changelogtext[tag=1082,type=8,count=105,size=3046,offset=10230]
        - 1.16.1
        - 1.16.0
        - 1.15.12
        - 1.15.11
        - 1.15.10
        - 1.15.9
        - 1.15.8
        - 1.15.7
        - 1.15.6
- Fixes CVE-2018-16843
- Fixes CVE-2018-16844
- Fixes CVE-2018-16845
        - 1.15.5
        - 1.15.4
        - 1.15.3
        - 1.15.2
        - 1.15.1
        - 1.15.0
        - 1.13.12
        - 1.13.11
        - 1.13.10
        - 1.13.9
        - 1.13.8
        - 1.13.7
        - 1.13.6
        - 1.13.5
        - 1.13.4
        - 1.13.3
- Fixes CVE-2017-7529
        - 1.13.2
        - 1.13.1
        - 1.13.0
        - 1.11.13
- CentOS7/RHEL7: made upgrade loops/timeouts configurable via
  /etc/sysconfig/nginx.
- Bumped upgrade defaults to five loops one second each.
        - 1.11.12
        - 1.11.11
        - 1.11.10
        - 1.11.9
- Extended hardening build flags.
- Added check-reload target to init script / systemd service.
        - 1.11.8
        - 1.11.7
        - 1.11.6
        - 1.11.5
        - 1.11.4.
- njs updated to 0.1.2.
        - 1.11.3.
- njs updated to 0.1.0.
- njs stream dynamic module added to nginx-module-njs package.
- geoip stream dynamic module added to nginx-module-geoip package.
        - 1.11.2
- njs updated to ef2b708510b1.
        - 1.11.1
        - Fixed logrotate error if nginx is not running
- 1.11.0
        - 1.9.15
- njs updated to 1c50334fbea6.
        - 1.9.14
        - 1.9.13
- Added perl and njs dynamic modules
- Fixed Requires section for dynamic modules on CentOS7/RHEL7
        - common configure args are now in macros
- xslt, image-filter and geoip dynamic modules added
- 1.9.12
        - dynamic modules path and symlink in /etc/nginx added
- 1.9.11
        - 1.9.10
        - 1.9.9
        - 1.9.8
- http_slice module enabled
        - 1.9.7
        - 1.9.6
        - 1.9.5
- http_spdy module replaced with http_v2 module
        - 1.9.4
        - 1.9.3
        - 1.9.1
        - 1.9.0
- thread pool support added
- stream module added
- example_ssl.conf removed
        - 1.7.12
        - 1.7.11
        - 1.7.10
        - 1.7.9
        - 1.7.8
        - 1.7.6
        - epoch added to the EPEL7/CentOS7 spec to override EPEL one
- 1.7.5
        - 1.7.4
        - 1.7.3
        - 1.7.2
        - 1.7.1
- incorrect sysconfig filename finding in the initscript fixed
        - 1.7.0
        - 1.5.13
- built spdy module on rhel/centos 6
        - 1.5.12
- spec cleanup
- openssl version dependence added
- upgrade() function in the init script improved
- warning added when binary upgrade returns non-zero exit code
        - 1.5.11
        - 1.5.10
        - 1.5.9
        - 1.5.8
- fixed invalid week days in the changelog
        - 1.5.7
        - 1.5.6
        - 1.5.5
        - 1.5.4
- auth request module added
        - 1.5.3
        - 1.5.2
        - 1.5.1
        - 1.5.0
        - 1.3.16
        - 1.3.15
- gunzip module added
- set permissions on default log files at installation
        - excess slash removed from --prefix
- 1.2.7
        - 1.2.6
        - 1.2.5
        - 1.2.4
        - 1.2.3
- nginx-debug package now actually contains non stripped binary
        - 1.2.2
        - 1.2.1
        - 1.2.0
        - 1.0.15
        - 1.0.14
- OpenSUSE init script and SuSE specific changes to spec file added
        - 1.0.13
        - 1.0.12
- banner added to install script
        - 1.0.11
- init script enhancements (thanks to Gena Makhomed)
- one second sleep during upgrade replaced with 0.1 sec usleep
        - 1.0.10
        - 1.0.9
- nginx-debug package added
        - spec file cleanup (thanks to Yury V. Zaytsev)
- log dir permitions fixed
- logrotate creates new logfiles with nginx owner
- &quot;upgrade&quot; argument to init-script added (based on fedora one)
        - 1.0.8
- built with mp4 module
        - 1.0.7
        - 1.0.6
- replace &quot;conf.d/*&quot; config include with &quot;conf.d/*.conf&quot; in default nginx.conf
        - Initial release
40: preinprog[tag=1085,type=6,count=1,size=8,offset=13276]
        /bin/sh
41: postinprog[tag=1086,type=6,count=1,size=8,offset=13284]
        /bin/sh
42: preunprog[tag=1087,type=6,count=1,size=8,offset=13292]
        /bin/sh
43: postunprog[tag=1088,type=6,count=1,size=8,offset=13300]
        /bin/sh
44: cookie[tag=1094,type=6,count=1,size=53,offset=13308]
        rhel8-amd64-builder-builder.gnt.nginx.com 1565708687
45: filedevices[tag=1095,type=4,count=38,size=152,offset=13364]
        1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
46: fileinodes[tag=1096,type=4,count=38,size=152,offset=13516]
        1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
47: filelangs[tag=1097,type=8,count=38,size=38,offset=13668]






































48: provideflags[tag=1112,type=4,count=4,size=16,offset=13708]
        268435464, 8, 8, 0,
49: provideversion[tag=1113,type=8,count=4,size=58,offset=13724]
        1:1.16.1-1.el8.ngx
        1:1.16.1-1.el8.ngx
        1:1.16.1-1.el8.ngx

50: dirindexes[tag=1116,type=4,count=38,size=152,offset=13784]
        0, 1, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 4, 5, 6, 7, 6, 8, 9, 9, 10, 11, 12, 13, 13, 14, 14, 15, 16, 17, 18, 19, 20, 20, 21, 22,
51: basenames[tag=1117,type=8,count=38,size=408,offset=13936]
        nginx
        nginx
        conf.d
        default.conf
        fastcgi_params
        koi-utf
        koi-win
        mime.types
        modules
        nginx.conf
        scgi_params
        uwsgi_params
        win-utf
        nginx
        nginx-debug
        .build-id
        25
        6232e97c72486552b6d3e6191b227e0cc4346e
        e3
        ecb20ef2cf6bb52027480d1802530bda5b311c
        nginx-debug.service
        nginx.service
        nginx
        modules
        nginx
        check-reload
        upgrade
        nginx
        nginx-debug
        nginx-1.16.1
        COPYRIGHT
        nginx.8.gz
        nginx
        html
        50x.html
        index.html
        nginx
        nginx
52: dirnames[tag=1118,type=8,count=23,size=442,offset=14344]
        /etc/logrotate.d/
        /etc/
        /etc/nginx/
        /etc/nginx/conf.d/
        /etc/sysconfig/
        /usr/lib/
        /usr/lib/.build-id/
        /usr/lib/.build-id/25/
        /usr/lib/.build-id/e3/
        /usr/lib/systemd/system/
        /usr/lib64/
        /usr/lib64/nginx/
        /usr/libexec/initscripts/legacy-actions/
        /usr/libexec/initscripts/legacy-actions/nginx/
        /usr/sbin/
        /usr/share/doc/
        /usr/share/doc/nginx-1.16.1/
        /usr/share/man/man8/
        /usr/share/
        /usr/share/nginx/
        /usr/share/nginx/html/
        /var/cache/
        /var/log/
53: optflags[tag=1122,type=6,count=1,size=336,offset=14786]
        -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
54: payloadformat[tag=1124,type=6,count=1,size=5,offset=15122]
        cpio
55: payloadcompressor[tag=1125,type=6,count=1,size=3,offset=15127]
        xz
56: payloadflags[tag=1126,type=6,count=1,size=2,offset=15130]
        2
57: platform[tag=1132,type=6,count=1,size=24,offset=15132]
        x86_64-redhat-linux-gnu
58: filecolors[tag=1140,type=4,count=38,size=152,offset=15156]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0,
59: fileclass[tag=1141,type=4,count=38,size=152,offset=15308]
        0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, 1, 2, 1, 2, 0, 0, 1, 1, 1, 3, 3, 4, 5, 1, 0, 6, 1, 1, 7, 7, 1, 1,
60: classdict[tag=1142,type=8,count=8,size=631,offset=15460]
        ASCII text
        directory

        POSIX shell script, ASCII text executable
        ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=e3ecb20ef2cf6bb52027480d1802530bda5b311c, stripped, too many notes (256)
        ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=256232e97c72486552b6d3e6191b227e0cc4346e, stripped, too many notes (256)
        troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)
        HTML document, ASCII text
61: filedependsx[tag=1143,type=4,count=38,size=152,offset=16092]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0,
62: filedependsn[tag=1144,type=4,count=38,size=152,offset=16244]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 27, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0,
63: dependsdict[tag=1145,type=4,count=56,size=224,offset=16396]
        1375731716, 1375731716, 1375731731, 1375731735, 1375731739, 1375731738, 1375731733, 1375731742, 1375731741, 1375731720, 1375731725, 1375731723, 1375731719, 1375731724, 1375731728, 1375731729, 1375731727, 1375731726, 1375731721, 1375731722, 1375731734, 1375731737, 1375731730, 1375731736, 1375731740, 1375731732, 1375731743, 1375731718, 1375731747, 1375731731, 1375731735, 1375731739, 1375731738, 1375731733, 1375731742, 1375731741, 1375731720, 1375731725, 1375731723, 1375731719, 1375731724, 1375731728, 1375731729, 1375731727, 1375731726, 1375731721, 1375731722, 1375731734, 1375731737, 1375731730, 1375731736, 1375731740, 1375731732, 1375731743, 1375731718, 1375731747,
64: sourcepkgid[tag=1146,type=7,count=16,size=16,offset=16620]
       0: 10 ab 1d da 3a  b 3e c6 15 8a 8e ec 90 41 4d 60
65: org.redline_rpm.header.AbstractHeader$Int32Entry@55181f83[tag=5011,type=4,count=1,size=4,offset=16636]
        8,
66: org.redline_rpm.header.AbstractHeader$StringEntry@31624b30[tag=5062,type=6,count=1,size=6,offset=16640]
        utf-8
67: org.redline_rpm.header.AbstractHeader$StringArrayEntry@13a79193[tag=5092,type=8,count=1,size=65,offset=16646]
        9b0469e35b5ebd238ed8b5987a1b2a3c0a79f3222e62b4e32a02dfb3494ecaed
68: org.redline_rpm.header.AbstractHeader$Int32Entry@6d746e0f[tag=5093,type=4,count=1,size=4,offset=16712]
        8,

[2;37mDEBUGm] pool-1-thread-7 com.artipie.rpm.Pkg$1: header: Start Header ( class org.redline_rpm.header.Header)
0: headerimmutable[tag=63,type=7,count=16,size=16,offset=16716]
       0:  0  0  0 3f  0  0  0  7 ff ff fb b0  0  0  0 10
1: headeri18ntable[tag=100,type=8,count=1,size=2,offset=0]
        C
2: name[tag=1000,type=6,count=1,size=6,offset=2]
        nginx
3: version[tag=1001,type=6,count=1,size=7,offset=8]
        1.16.1
4: release[tag=1002,type=6,count=1,size=10,offset=15]
        1.el8.ngx
5: epoch[tag=1003,type=4,count=1,size=4,offset=28]
        1,
6: summary[tag=1004,type=9,count=1,size=28,offset=32]
        High performance web server
7: description[tag=1005,type=9,count=1,size=86,offset=60]
        nginx [engine x] is an HTTP and reverse proxy server, as well as
a mail proxy server.
8: buildtime[tag=1006,type=4,count=1,size=4,offset=148]
        1565708687,
9: buildhost[tag=1007,type=6,count=1,size=42,offset=152]
        rhel8-amd64-builder-builder.gnt.nginx.com
10: size[tag=1009,type=4,count=1,size=4,offset=196]
        3003616,
11: vendor[tag=1011,type=6,count=1,size=12,offset=200]
        Nginx, Inc.
12: license[tag=1014,type=6,count=1,size=26,offset=212]
        2-clause BSD-like license
13: group[tag=1016,type=9,count=1,size=27,offset=238]
        System Environment/Daemons
14: url[tag=1020,type=6,count=1,size=18,offset=265]
        http://nginx.org/
15: os[tag=1021,type=6,count=1,size=6,offset=283]
        linux
16: arch[tag=1022,type=6,count=1,size=7,offset=289]
        x86_64
17: prein[tag=1023,type=6,count=1,size=207,offset=296]
        # Add the "nginx" user
getent group nginx >/dev/null || groupadd -r nginx
getent passwd nginx >/dev/null || \
    useradd -r -g nginx -s /sbin/nologin \
    -d /var/cache/nginx -c "nginx user"  nginx
exit 0
18: postin[tag=1024,type=6,count=1,size=1260,offset=503]
        # Register the nginx service
if [ $1 -eq 1 ]; then
    /usr/bin/systemctl preset nginx.service >/dev/null 2>&1 ||:
    /usr/bin/systemctl preset nginx-debug.service >/dev/null 2>&1 ||:
    # print site info
    cat <<BANNER
----------------------------------------------------------------------

Thanks for using nginx!

Please find the official documentation for nginx here:
* http://nginx.org/en/docs/

Please subscribe to nginx-announce mailing list to get
the most important news about nginx:
* http://nginx.org/en/support.html

Commercial subscriptions for nginx are available on:
* http://nginx.com/products/

----------------------------------------------------------------------
BANNER

    # Touch and set permisions on default log files on installation

    if [ -d /var/log/nginx ]; then
        if [ ! -e /var/log/nginx/access.log ]; then
            touch /var/log/nginx/access.log
            /usr/bin/chmod 640 /var/log/nginx/access.log
            /usr/bin/chown nginx:adm /var/log/nginx/access.log
        fi

        if [ ! -e /var/log/nginx/error.log ]; then
            touch /var/log/nginx/error.log
            /usr/bin/chmod 640 /var/log/nginx/error.log
            /usr/bin/chown nginx:adm /var/log/nginx/error.log
        fi
    fi
fi
19: preun[tag=1025,type=6,count=1,size=164,offset=1763]
        if [ $1 -eq 0 ]; then
    /usr/bin/systemctl --no-reload disable nginx.service >/dev/null 2>&1 ||:
    /usr/bin/systemctl stop nginx.service >/dev/null 2>&1 ||:
fi
20: postun[tag=1026,type=6,count=1,size=258,offset=1927]
        /usr/bin/systemctl daemon-reload >/dev/null 2>&1 ||:
if [ $1 -ge 1 ]; then
    /sbin/service nginx status  >/dev/null 2>&1 || exit 0
    /sbin/service nginx upgrade >/dev/null 2>&1 || echo \
        "Binary upgrade failed, please check nginx's error.log"
fi
21: filesizes[tag=1028,type=4,count=38,size=152,offset=2188]
        351, 0, 0, 1093, 1007, 2837, 2223, 5231, 29, 643, 636, 664, 3610, 98, 148, 0, 0, 32, 0, 26, 405, 399, 0, 0, 0, 646, 906, 1425336, 1552448, 0, 1377, 2452, 0, 0, 494, 612, 0, 0,
22: filemodes[tag=1030,type=3,count=38,size=76,offset=2340]
        33188, 16877, 16877, 33188, 33188, 33188, 33188, 33188, 41471, 33188, 33188, 33188, 33188, 33188, 33188, 16877, 16877, 41471, 16877, 41471, 33188, 33188, 16877, 16877, 16877, 33261, 33261, 33261, 33261, 16877, 33188, 33188, 16877, 16877, 33188, 33188, 16877, 16877,
23: filerdevs[tag=1033,type=3,count=38,size=76,offset=2416]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
24: filemtimes[tag=1034,type=4,count=38,size=152,offset=2492]
        1565708551, 1565708684, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708551, 1565708551, 1565708687, 1565708687, 1565708687, 1565708687, 1565708687, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708686, 1565708686, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684,
25: filemd5s[tag=1035,type=8,count=38,size=1446,offset=2644]
        6f0f7a0758bea8d550bdf3871de6b3af2f2f4320309d7f812413f05e3e26a315


        ba015afe3042196e5d0bd117a9e18ac826f52e44cb29321a9b08f7dbf48c62a5
        f37852d0113de30fa6bfc3d9b180ef99383c06739530dd482a8538503afd5a58
        b5f8a6d411db5e5d11d151d50cd1e962444732593adec0e1ef0a8c6eebec63ee
        de518a9eafe86c8bc705e296d0ef26135835b46bdc0de01d1d50a630fa5d341e
        7f0b9e0c2320db6882b6d0db1cb3d28c41dd4ff0d1c6e17798ff19668f412598

        772e914d404163a563e888730a3d4c5d86fbb1a5d3ee6b8c58c7eeda9af1db5b
        f27b2027c571ccafcfb0fbb3f54d7aeee11a984e3a0f5a1fdf14629030fc9011
        015cb581c2eb84b1a1ac9b575521d5881f791f632bfa62f34b26ba97d70c0d4f
        55adf050bad0cb60cbfe18649f8f17cd405fece0cc65eb78dac72c74c9dad944
        94b67a165e2ad3e9b4fa98f2910874fdc2f2e2c202b5305d1cbc968ee55f8d1d
        81fc34f023e445e64a3a64aa2bfbcedf9d8744abeda5e07b9e9a94142f0e313c





        e9c95c0c73ab151da6ab003abd3a082379fa029bce36d99822a88fec1f5698bc
        dec0c53277aa3ece1710b944273d6ea8662f50449dc250250026f9c6a0784c88



        9700706909f288c90a11ff5efe03efc0913bcda28cfd30d03c7d528edfdcca61
        562bb1385b8449eaab7c45d7c774b0b5cedc4973515494d2b5793691c0ea4d86
        7e43d7425bed50f7f0520a56449e112faaae8fb3cf0c25ce4e5c0124a90a168d
        30f067a6b1097166415fbe96864e25d4d24c261f2009a146598ff593308f8a3b

        4f72e2bccf0bcd839dd447ab6f359336f428caa1987a9afec2bc9ade5711658a
        5f5db968cfb09e0c90a565d15f7a04b72dce06f9a762d3971bf15fab9d8e0fa4


        d11dc22c73306cd84bc9869302b02dc8604d596185203a74dd0042c5d2fdd3be
        38ffd4972ae513a0c79a8be4573403edcd709f0f572105362b08ff50cf6de521


26: filelinktos[tag=1036,type=8,count=38,size=125,offset=4090]








        ../../usr/lib64/nginx/modules








        ../../../../usr/sbin/nginx-debug

        ../../../../usr/sbin/nginx


















27: fileflags[tag=1037,type=4,count=38,size=152,offset=4216]
        17, 0, 0, 17, 17, 17, 17, 17, 0, 17, 17, 17, 17, 17, 17, 4096, 4096, 4096, 4096, 4096, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0,
28: fileusername[tag=1039,type=8,count=38,size=190,offset=4368]
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
29: filegroupname[tag=1040,type=8,count=38,size=190,offset=4558]
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
30: sourcerpm[tag=1044,type=6,count=1,size=31,offset=4748]
        nginx-1.16.1-1.el8.ngx.src.rpm
31: fileverifyflags[tag=1045,type=4,count=38,size=152,offset=4780]
        -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
32: providename[tag=1047,type=8,count=4,size=44,offset=4932]
        config(nginx)
        nginx
        nginx(x86-64)
        webserver
33: requireflags[tag=1048,type=4,count=41,size=164,offset=4976]
        768, 1280, 2304, 4352, 16384, 268435464, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16777226, 16777226, 16777226, 16777226, 16384, 512, 1024, 2048, 4096,
34: requirename[tag=1049,type=8,count=41,size=948,offset=5140]
        /bin/sh
        /bin/sh
        /bin/sh
        /bin/sh
        /bin/sh
        config(nginx)
        libc.so.6()(64bit)
        libc.so.6(GLIBC_2.10)(64bit)
        libc.so.6(GLIBC_2.14)(64bit)
        libc.so.6(GLIBC_2.17)(64bit)
        libc.so.6(GLIBC_2.2.5)(64bit)
        libc.so.6(GLIBC_2.27)(64bit)
        libc.so.6(GLIBC_2.28)(64bit)
        libc.so.6(GLIBC_2.3)(64bit)
        libc.so.6(GLIBC_2.3.2)(64bit)
        libc.so.6(GLIBC_2.3.4)(64bit)
        libc.so.6(GLIBC_2.4)(64bit)
        libc.so.6(GLIBC_2.7)(64bit)
        libcrypt.so.1()(64bit)
        libcrypt.so.1(XCRYPT_2.0)(64bit)
        libcrypto.so.1.1()(64bit)
        libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)
        libdl.so.2()(64bit)
        libdl.so.2(GLIBC_2.2.5)(64bit)
        libpcre.so.1()(64bit)
        libpthread.so.0()(64bit)
        libpthread.so.0(GLIBC_2.2.5)(64bit)
        libpthread.so.0(GLIBC_2.3.2)(64bit)
        libssl.so.1.1()(64bit)
        libssl.so.1.1(OPENSSL_1_1_0)(64bit)
        libssl.so.1.1(OPENSSL_1_1_1)(64bit)
        libz.so.1()(64bit)
        rpmlib(CompressedFileNames)
        rpmlib(FileDigests)
        rpmlib(PayloadFilesHavePrefix)
        rpmlib(PayloadIsXz)
        rtld(GNU_HASH)
        shadow-utils
        systemd
        systemd
        systemd
35: requireversion[tag=1050,type=8,count=41,size=83,offset=6088]





        1:1.16.1-1.el8.ngx


























        3.0.4-1
        4.6.0-1
        4.0-1
        5.2-1





36: rpmversion[tag=1064,type=6,count=1,size=7,offset=6171]
        4.14.2
37: changelogtime[tag=1080,type=4,count=105,size=420,offset=6180]
        1565697600, 1556020800, 1555416000, 1554811200, 1553601600, 1551182400, 1545739200, 1543320000, 1541505600, 1538481600, 1537876800, 1535457600, 1532433600, 1530619200, 1528200000, 1523275200, 1522756800, 1521547200, 1519128000, 1514289600, 1511265600, 1507636800, 1504612800, 1502193600, 1499774400, 1498564800, 1496145600, 1493121600, 1491307200, 1490356800, 1490097600, 1487073600, 1485259200, 1482840000, 1481630400, 1479211200, 1476100800, 1473768000, 1469534400, 1467720000, 1464696000, 1464091200, 1461067200, 1459857600, 1459252800, 1456315200, 1455019200, 1453809600, 1449662400, 1449576000, 1447761600, 1445947200, 1442923200, 1439899200, 1436875200, 1432641600, 1430222400, 1428408000, 1427198400, 1423569600, 1419336000, 1417521600, 1412078400, 1410868800, 1407240000, 1404820800, 1403006400, 1401192000, 1398340800, 1396958400, 1395144000, 1393934400, 1391515200, 1390392000, 1387281600, 1384862400, 1380628800, 1379419200, 1377604800, 1375185600, 1372766400, 1370347200, 1367841600, 1366113600, 1364299200, 1360670400, 1355227200, 1352808000, 1348574400, 1344340800, 1341316800, 1338897600, 1335182400, 1334232000, 1331812800, 1330948800, 1328529600, 1323950400, 1321358400, 1320148800, 1318334400, 1317470400, 1317384000, 1314705600, 1312977600,
38: changelogname[tag=1081,type=8,count=105,size=3630,offset=6600]
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Andrei Belov <defan@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch
39: changelogtext[tag=1082,type=8,count=105,size=3046,offset=10230]
        - 1.16.1
        - 1.16.0
        - 1.15.12
        - 1.15.11
        - 1.15.10
        - 1.15.9
        - 1.15.8
        - 1.15.7
        - 1.15.6
- Fixes CVE-2018-16843
- Fixes CVE-2018-16844
- Fixes CVE-2018-16845
        - 1.15.5
        - 1.15.4
        - 1.15.3
        - 1.15.2
        - 1.15.1
        - 1.15.0
        - 1.13.12
        - 1.13.11
        - 1.13.10
        - 1.13.9
        - 1.13.8
        - 1.13.7
        - 1.13.6
        - 1.13.5
        - 1.13.4
        - 1.13.3
- Fixes CVE-2017-7529
        - 1.13.2
        - 1.13.1
        - 1.13.0
        - 1.11.13
- CentOS7/RHEL7: made upgrade loops/timeouts configurable via
  /etc/sysconfig/nginx.
- Bumped upgrade defaults to five loops one second each.
        - 1.11.12
        - 1.11.11
        - 1.11.10
        - 1.11.9
- Extended hardening build flags.
- Added check-reload target to init script / systemd service.
        - 1.11.8
        - 1.11.7
        - 1.11.6
        - 1.11.5
        - 1.11.4.
- njs updated to 0.1.2.
        - 1.11.3.
- njs updated to 0.1.0.
- njs stream dynamic module added to nginx-module-njs package.
- geoip stream dynamic module added to nginx-module-geoip package.
        - 1.11.2
- njs updated to ef2b708510b1.
        - 1.11.1
        - Fixed logrotate error if nginx is not running
- 1.11.0
        - 1.9.15
- njs updated to 1c50334fbea6.
        - 1.9.14
        - 1.9.13
- Added perl and njs dynamic modules
- Fixed Requires section for dynamic modules on CentOS7/RHEL7
        - common configure args are now in macros
- xslt, image-filter and geoip dynamic modules added
- 1.9.12
        - dynamic modules path and symlink in /etc/nginx added
- 1.9.11
        - 1.9.10
        - 1.9.9
        - 1.9.8
- http_slice module enabled
        - 1.9.7
        - 1.9.6
        - 1.9.5
- http_spdy module replaced with http_v2 module
        - 1.9.4
        - 1.9.3
        - 1.9.1
        - 1.9.0
- thread pool support added
- stream module added
- example_ssl.conf removed
        - 1.7.12
        - 1.7.11
        - 1.7.10
        - 1.7.9
        - 1.7.8
        - 1.7.6
        - epoch added to the EPEL7/CentOS7 spec to override EPEL one
- 1.7.5
        - 1.7.4
        - 1.7.3
        - 1.7.2
        - 1.7.1
- incorrect sysconfig filename finding in the initscript fixed
        - 1.7.0
        - 1.5.13
- built spdy module on rhel/centos 6
        - 1.5.12
- spec cleanup
- openssl version dependence added
- upgrade() function in the init script improved
- warning added when binary upgrade returns non-zero exit code
        - 1.5.11
        - 1.5.10
        - 1.5.9
        - 1.5.8
- fixed invalid week days in the changelog
        - 1.5.7
        - 1.5.6
        - 1.5.5
        - 1.5.4
- auth request module added
        - 1.5.3
        - 1.5.2
        - 1.5.1
        - 1.5.0
        - 1.3.16
        - 1.3.15
- gunzip module added
- set permissions on default log files at installation
        - excess slash removed from --prefix
- 1.2.7
        - 1.2.6
        - 1.2.5
        - 1.2.4
        - 1.2.3
- nginx-debug package now actually contains non stripped binary
        - 1.2.2
        - 1.2.1
        - 1.2.0
        - 1.0.15
        - 1.0.14
- OpenSUSE init script and SuSE specific changes to spec file added
        - 1.0.13
        - 1.0.12
- banner added to install script
        - 1.0.11
- init script enhancements (thanks to Gena Makhomed)
- one second sleep during upgrade replaced with 0.1 sec usleep
        - 1.0.10
        - 1.0.9
- nginx-debug package added
        - spec file cleanup (thanks to Yury V. Zaytsev)
- log dir permitions fixed
- logrotate creates new logfiles with nginx owner
- "upgrade" argument to init-script added (based on fedora one)
        - 1.0.8
- built with mp4 module
        - 1.0.7
        - 1.0.6
- replace "conf.d/*" config include with "conf.d/*.conf" in default nginx.conf
        - Initial release
40: preinprog[tag=1085,type=6,count=1,size=8,offset=13276]
        /bin/sh
41: postinprog[tag=1086,type=6,count=1,size=8,offset=13284]
        /bin/sh
42: preunprog[tag=1087,type=6,count=1,size=8,offset=13292]
        /bin/sh
43: postunprog[tag=1088,type=6,count=1,size=8,offset=13300]
        /bin/sh
44: cookie[tag=1094,type=6,count=1,size=53,offset=13308]
        rhel8-amd64-builder-builder.gnt.nginx.com 1565708687
45: filedevices[tag=1095,type=4,count=38,size=152,offset=13364]
        1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
46: fileinodes[tag=1096,type=4,count=38,size=152,offset=13516]
        1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
47: filelangs[tag=1097,type=8,count=38,size=38,offset=13668]






































48: provideflags[tag=1112,type=4,count=4,size=16,offset=13708]
        268435464, 8, 8, 0,
49: provideversion[tag=1113,type=8,count=4,size=58,offset=13724]
        1:1.16.1-1.el8.ngx
        1:1.16.1-1.el8.ngx
        1:1.16.1-1.el8.ngx

50: dirindexes[tag=1116,type=4,count=38,size=152,offset=13784]
        0, 1, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 4, 5, 6, 7, 6, 8, 9, 9, 10, 11, 12, 13, 13, 14, 14, 15, 16, 17, 18, 19, 20, 20, 21, 22,
51: basenames[tag=1117,type=8,count=38,size=408,offset=13936]
        nginx
        nginx
        conf.d
        default.conf
        fastcgi_params
        koi-utf
        koi-win
        mime.types
        modules
        nginx.conf
        scgi_params
        uwsgi_params
        win-utf
        nginx
        nginx-debug
        .build-id
        25
        6232e97c72486552b6d3e6191b227e0cc4346e
        e3
        ecb20ef2cf6bb52027480d1802530bda5b311c
        nginx-debug.service
        nginx.service
        nginx
        modules
        nginx
        check-reload
        upgrade
        nginx
        nginx-debug
        nginx-1.16.1
        COPYRIGHT
        nginx.8.gz
        nginx
        html
        50x.html
        index.html
        nginx
        nginx
52: dirnames[tag=1118,type=8,count=23,size=442,offset=14344]
        /etc/logrotate.d/
        /etc/
        /etc/nginx/
        /etc/nginx/conf.d/
        /etc/sysconfig/
        /usr/lib/
        /usr/lib/.build-id/
        /usr/lib/.build-id/25/
        /usr/lib/.build-id/e3/
        /usr/lib/systemd/system/
        /usr/lib64/
        /usr/lib64/nginx/
        /usr/libexec/initscripts/legacy-actions/
        /usr/libexec/initscripts/legacy-actions/nginx/
        /usr/sbin/
        /usr/share/doc/
        /usr/share/doc/nginx-1.16.1/
        /usr/share/man/man8/
        /usr/share/
        /usr/share/nginx/
        /usr/share/nginx/html/
        /var/cache/
        /var/log/
53: optflags[tag=1122,type=6,count=1,size=336,offset=14786]
        -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
54: payloadformat[tag=1124,type=6,count=1,size=5,offset=15122]
        cpio
55: payloadcompressor[tag=1125,type=6,count=1,size=3,offset=15127]
        xz
56: payloadflags[tag=1126,type=6,count=1,size=2,offset=15130]
        2
57: platform[tag=1132,type=6,count=1,size=24,offset=15132]
        x86_64-redhat-linux-gnu
58: filecolors[tag=1140,type=4,count=38,size=152,offset=15156]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0,
59: fileclass[tag=1141,type=4,count=38,size=152,offset=15308]
        0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, 1, 2, 1, 2, 0, 0, 1, 1, 1, 3, 3, 4, 5, 1, 0, 6, 1, 1, 7, 7, 1, 1,
60: classdict[tag=1142,type=8,count=8,size=631,offset=15460]
        ASCII text
        directory

        POSIX shell script, ASCII text executable
        ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=e3ecb20ef2cf6bb52027480d1802530bda5b311c, stripped, too many notes (256)
        ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=256232e97c72486552b6d3e6191b227e0cc4346e, stripped, too many notes (256)
        troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)
        HTML document, ASCII text
61: filedependsx[tag=1143,type=4,count=38,size=152,offset=16092]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0,
62: filedependsn[tag=1144,type=4,count=38,size=152,offset=16244]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 27, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0,
63: dependsdict[tag=1145,type=4,count=56,size=224,offset=16396]
        1375731716, 1375731716, 1375731731, 1375731735, 1375731739, 1375731738, 1375731733, 1375731742, 1375731741, 1375731720, 1375731725, 1375731723, 1375731719, 1375731724, 1375731728, 1375731729, 1375731727, 1375731726, 1375731721, 1375731722, 1375731734, 1375731737, 1375731730, 1375731736, 1375731740, 1375731732, 1375731743, 1375731718, 1375731747, 1375731731, 1375731735, 1375731739, 1375731738, 1375731733, 1375731742, 1375731741, 1375731720, 1375731725, 1375731723, 1375731719, 1375731724, 1375731728, 1375731729, 1375731727, 1375731726, 1375731721, 1375731722, 1375731734, 1375731737, 1375731730, 1375731736, 1375731740, 1375731732, 1375731743, 1375731718, 1375731747,
64: sourcepkgid[tag=1146,type=7,count=16,size=16,offset=16620]
       0: 10 ab 1d da 3a  b 3e c6 15 8a 8e ec 90 41 4d 60
65: org.redline_rpm.header.AbstractHeader$Int32Entry@2b752029[tag=5011,type=4,count=1,size=4,offset=16636]
        8,
66: org.redline_rpm.header.AbstractHeader$StringEntry@3b709e6f[tag=5062,type=6,count=1,size=6,offset=16640]
        utf-8
67: org.redline_rpm.header.AbstractHeader$StringArrayEntry@23c3ecab[tag=5092,type=8,count=1,size=65,offset=16646]
        9b0469e35b5ebd238ed8b5987a1b2a3c0a79f3222e62b4e32a02dfb3494ecaed
68: org.redline_rpm.header.AbstractHeader$Int32Entry@62c6f114[tag=5093,type=4,count=1,size=4,offset=16712]
        8,

[2;37mDEBUGm] pool-1-thread-1 com.artipie.rpm.Pkg$1: header: Start Header ( class org.redline_rpm.header.Header)
0: headerimmutable[tag=63,type=7,count=16,size=16,offset=16716]
       0:  0  0  0 3f  0  0  0  7 ff ff fb b0  0  0  0 10
1: headeri18ntable[tag=100,type=8,count=1,size=2,offset=0]
        C
2: name[tag=1000,type=6,count=1,size=6,offset=2]
        nginx
3: version[tag=1001,type=6,count=1,size=7,offset=8]
        1.16.1
4: release[tag=1002,type=6,count=1,size=10,offset=15]
        1.el8.ngx
5: epoch[tag=1003,type=4,count=1,size=4,offset=28]
        1,
6: summary[tag=1004,type=9,count=1,size=28,offset=32]
        High performance web server
7: description[tag=1005,type=9,count=1,size=86,offset=60]
        nginx [engine x] is an HTTP and reverse proxy server, as well as
a mail proxy server.
8: buildtime[tag=1006,type=4,count=1,size=4,offset=148]
        1565708687,
9: buildhost[tag=1007,type=6,count=1,size=42,offset=152]
        rhel8-amd64-builder-builder.gnt.nginx.com
10: size[tag=1009,type=4,count=1,size=4,offset=196]
        3003616,
11: vendor[tag=1011,type=6,count=1,size=12,offset=200]
        Nginx, Inc.
12: license[tag=1014,type=6,count=1,size=26,offset=212]
        2-clause BSD-like license
13: group[tag=1016,type=9,count=1,size=27,offset=238]
        System Environment/Daemons
14: url[tag=1020,type=6,count=1,size=18,offset=265]
        http://nginx.org/
15: os[tag=1021,type=6,count=1,size=6,offset=283]
        linux
16: arch[tag=1022,type=6,count=1,size=7,offset=289]
        x86_64
17: prein[tag=1023,type=6,count=1,size=207,offset=296]
        # Add the "nginx" user
getent group nginx >/dev/null || groupadd -r nginx
getent passwd nginx >/dev/null || \
    useradd -r -g nginx -s /sbin/nologin \
    -d /var/cache/nginx -c "nginx user"  nginx
exit 0
18: postin[tag=1024,type=6,count=1,size=1260,offset=503]
        # Register the nginx service
if [ $1 -eq 1 ]; then
    /usr/bin/systemctl preset nginx.service >/dev/null 2>&1 ||:
    /usr/bin/systemctl preset nginx-debug.service >/dev/null 2>&1 ||:
    # print site info
    cat <<BANNER
----------------------------------------------------------------------

Thanks for using nginx!

Please find the official documentation for nginx here:
* http://nginx.org/en/docs/

Please subscribe to nginx-announce mailing list to get
the most important news about nginx:
* http://nginx.org/en/support.html

Commercial subscriptions for nginx are available on:
* http://nginx.com/products/

----------------------------------------------------------------------
BANNER

    # Touch and set permisions on default log files on installation

    if [ -d /var/log/nginx ]; then
        if [ ! -e /var/log/nginx/access.log ]; then
            touch /var/log/nginx/access.log
            /usr/bin/chmod 640 /var/log/nginx/access.log
            /usr/bin/chown nginx:adm /var/log/nginx/access.log
        fi

        if [ ! -e /var/log/nginx/error.log ]; then
            touch /var/log/nginx/error.log
            /usr/bin/chmod 640 /var/log/nginx/error.log
            /usr/bin/chown nginx:adm /var/log/nginx/error.log
        fi
    fi
fi
19: preun[tag=1025,type=6,count=1,size=164,offset=1763]
        if [ $1 -eq 0 ]; then
    /usr/bin/systemctl --no-reload disable nginx.service >/dev/null 2>&1 ||:
    /usr/bin/systemctl stop nginx.service >/dev/null 2>&1 ||:
fi
20: postun[tag=1026,type=6,count=1,size=258,offset=1927]
        /usr/bin/systemctl daemon-reload >/dev/null 2>&1 ||:
if [ $1 -ge 1 ]; then
    /sbin/service nginx status  >/dev/null 2>&1 || exit 0
    /sbin/service nginx upgrade >/dev/null 2>&1 || echo \
        "Binary upgrade failed, please check nginx's error.log"
fi
21: filesizes[tag=1028,type=4,count=38,size=152,offset=2188]
        351, 0, 0, 1093, 1007, 2837, 2223, 5231, 29, 643, 636, 664, 3610, 98, 148, 0, 0, 32, 0, 26, 405, 399, 0, 0, 0, 646, 906, 1425336, 1552448, 0, 1377, 2452, 0, 0, 494, 612, 0, 0,
22: filemodes[tag=1030,type=3,count=38,size=76,offset=2340]
        33188, 16877, 16877, 33188, 33188, 33188, 33188, 33188, 41471, 33188, 33188, 33188, 33188, 33188, 33188, 16877, 16877, 41471, 16877, 41471, 33188, 33188, 16877, 16877, 16877, 33261, 33261, 33261, 33261, 16877, 33188, 33188, 16877, 16877, 33188, 33188, 16877, 16877,
23: filerdevs[tag=1033,type=3,count=38,size=76,offset=2416]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
24: filemtimes[tag=1034,type=4,count=38,size=152,offset=2492]
        1565708551, 1565708684, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708551, 1565708551, 1565708687, 1565708687, 1565708687, 1565708687, 1565708687, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708686, 1565708686, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684,
25: filemd5s[tag=1035,type=8,count=38,size=1446,offset=2644]
        6f0f7a0758bea8d550bdf3871de6b3af2f2f4320309d7f812413f05e3e26a315


        ba015afe3042196e5d0bd117a9e18ac826f52e44cb29321a9b08f7dbf48c62a5
        f37852d0113de30fa6bfc3d9b180ef99383c06739530dd482a8538503afd5a58
        b5f8a6d411db5e5d11d151d50cd1e962444732593adec0e1ef0a8c6eebec63ee
        de518a9eafe86c8bc705e296d0ef26135835b46bdc0de01d1d50a630fa5d341e
        7f0b9e0c2320db6882b6d0db1cb3d28c41dd4ff0d1c6e17798ff19668f412598

        772e914d404163a563e888730a3d4c5d86fbb1a5d3ee6b8c58c7eeda9af1db5b
        f27b2027c571ccafcfb0fbb3f54d7aeee11a984e3a0f5a1fdf14629030fc9011
        015cb581c2eb84b1a1ac9b575521d5881f791f632bfa62f34b26ba97d70c0d4f
        55adf050bad0cb60cbfe18649f8f17cd405fece0cc65eb78dac72c74c9dad944
        94b67a165e2ad3e9b4fa98f2910874fdc2f2e2c202b5305d1cbc968ee55f8d1d
        81fc34f023e445e64a3a64aa2bfbcedf9d8744abeda5e07b9e9a94142f0e313c





        e9c95c0c73ab151da6ab003abd3a082379fa029bce36d99822a88fec1f5698bc
        dec0c53277aa3ece1710b944273d6ea8662f50449dc250250026f9c6a0784c88



        9700706909f288c90a11ff5efe03efc0913bcda28cfd30d03c7d528edfdcca61
        562bb1385b8449eaab7c45d7c774b0b5cedc4973515494d2b5793691c0ea4d86
        7e43d7425bed50f7f0520a56449e112faaae8fb3cf0c25ce4e5c0124a90a168d
        30f067a6b1097166415fbe96864e25d4d24c261f2009a146598ff593308f8a3b

        4f72e2bccf0bcd839dd447ab6f359336f428caa1987a9afec2bc9ade5711658a
        5f5db968cfb09e0c90a565d15f7a04b72dce06f9a762d3971bf15fab9d8e0fa4


        d11dc22c73306cd84bc9869302b02dc8604d596185203a74dd0042c5d2fdd3be
        38ffd4972ae513a0c79a8be4573403edcd709f0f572105362b08ff50cf6de521


26: filelinktos[tag=1036,type=8,count=38,size=125,offset=4090]








        ../../usr/lib64/nginx/modules








        ../../../../usr/sbin/nginx-debug

        ../../../../usr/sbin/nginx


















27: fileflags[tag=1037,type=4,count=38,size=152,offset=4216]
        17, 0, 0, 17, 17, 17, 17, 17, 0, 17, 17, 17, 17, 17, 17, 4096, 4096, 4096, 4096, 4096, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0,
28: fileusername[tag=1039,type=8,count=38,size=190,offset=4368]
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
29: filegroupname[tag=1040,type=8,count=38,size=190,offset=4558]
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
30: sourcerpm[tag=1044,type=6,count=1,size=31,offset=4748]
        nginx-1.16.1-1.el8.ngx.src.rpm
31: fileverifyflags[tag=1045,type=4,count=38,size=152,offset=4780]
        -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
32: providename[tag=1047,type=8,count=4,size=44,offset=4932]
        config(nginx)
        nginx
        nginx(x86-64)
        webserver
33: requireflags[tag=1048,type=4,count=41,size=164,offset=4976]
        768, 1280, 2304, 4352, 16384, 268435464, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16777226, 16777226, 16777226, 16777226, 16384, 512, 1024, 2048, 4096,
34: requirename[tag=1049,type=8,count=41,size=948,offset=5140]
        /bin/sh
        /bin/sh
        /bin/sh
        /bin/sh
        /bin/sh
        config(nginx)
        libc.so.6()(64bit)
        libc.so.6(GLIBC_2.10)(64bit)
        libc.so.6(GLIBC_2.14)(64bit)
        libc.so.6(GLIBC_2.17)(64bit)
        libc.so.6(GLIBC_2.2.5)(64bit)
        libc.so.6(GLIBC_2.27)(64bit)
        libc.so.6(GLIBC_2.28)(64bit)
        libc.so.6(GLIBC_2.3)(64bit)
        libc.so.6(GLIBC_2.3.2)(64bit)
        libc.so.6(GLIBC_2.3.4)(64bit)
        libc.so.6(GLIBC_2.4)(64bit)
        libc.so.6(GLIBC_2.7)(64bit)
        libcrypt.so.1()(64bit)
        libcrypt.so.1(XCRYPT_2.0)(64bit)
        libcrypto.so.1.1()(64bit)
        libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)
        libdl.so.2()(64bit)
        libdl.so.2(GLIBC_2.2.5)(64bit)
        libpcre.so.1()(64bit)
        libpthread.so.0()(64bit)
        libpthread.so.0(GLIBC_2.2.5)(64bit)
        libpthread.so.0(GLIBC_2.3.2)(64bit)
        libssl.so.1.1()(64bit)
        libssl.so.1.1(OPENSSL_1_1_0)(64bit)
        libssl.so.1.1(OPENSSL_1_1_1)(64bit)
        libz.so.1()(64bit)
        rpmlib(CompressedFileNames)
        rpmlib(FileDigests)
        rpmlib(PayloadFilesHavePrefix)
        rpmlib(PayloadIsXz)
        rtld(GNU_HASH)
        shadow-utils
        systemd
        systemd
        systemd
35: requireversion[tag=1050,type=8,count=41,size=83,offset=6088]





        1:1.16.1-1.el8.ngx


























        3.0.4-1
        4.6.0-1
        4.0-1
        5.2-1





36: rpmversion[tag=1064,type=6,count=1,size=7,offset=6171]
        4.14.2
37: changelogtime[tag=1080,type=4,count=105,size=420,offset=6180]
        1565697600, 1556020800, 1555416000, 1554811200, 1553601600, 1551182400, 1545739200, 1543320000, 1541505600, 1538481600, 1537876800, 1535457600, 1532433600, 1530619200, 1528200000, 1523275200, 1522756800, 1521547200, 1519128000, 1514289600, 1511265600, 1507636800, 1504612800, 1502193600, 1499774400, 1498564800, 1496145600, 1493121600, 1491307200, 1490356800, 1490097600, 1487073600, 1485259200, 1482840000, 1481630400, 1479211200, 1476100800, 1473768000, 1469534400, 1467720000, 1464696000, 1464091200, 1461067200, 1459857600, 1459252800, 1456315200, 1455019200, 1453809600, 1449662400, 1449576000, 1447761600, 1445947200, 1442923200, 1439899200, 1436875200, 1432641600, 1430222400, 1428408000, 1427198400, 1423569600, 1419336000, 1417521600, 1412078400, 1410868800, 1407240000, 1404820800, 1403006400, 1401192000, 1398340800, 1396958400, 1395144000, 1393934400, 1391515200, 1390392000, 1387281600, 1384862400, 1380628800, 1379419200, 1377604800, 1375185600, 1372766400, 1370347200, 1367841600, 1366113600, 1364299200, 1360670400, 1355227200, 1352808000, 1348574400, 1344340800, 1341316800, 1338897600, 1335182400, 1334232000, 1331812800, 1330948800, 1328529600, 1323950400, 1321358400, 1320148800, 1318334400, 1317470400, 1317384000, 1314705600, 1312977600,
38: changelogname[tag=1081,type=8,count=105,size=3630,offset=6600]
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov &lt;thresh@nginx.com&gt;
        Konstantin Pavlov &lt;thresh@nginx.com&gt;
        Konstantin Pavlov &lt;thresh@nginx.com&gt;
        Konstantin Pavlov &lt;thresh@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Andrei Belov &lt;defan@nginx.com&gt;
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Andrei Belov <defan@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch
39: changelogtext[tag=1082,type=8,count=105,size=3046,offset=10230]
        - 1.16.1
        - 1.16.0
        - 1.15.12
        - 1.15.11
        - 1.15.10
        - 1.15.9
        - 1.15.8
        - 1.15.7
        - 1.15.6
- Fixes CVE-2018-16843
- Fixes CVE-2018-16844
- Fixes CVE-2018-16845
        - 1.15.5
        - 1.15.4
        - 1.15.3
        - 1.15.2
        - 1.15.1
        - 1.15.0
        - 1.13.12
        - 1.13.11
        - 1.13.10
        - 1.13.9
        - 1.13.8
        - 1.13.7
        - 1.13.6
        - 1.13.5
        - 1.13.4
        - 1.13.3
- Fixes CVE-2017-7529
        - 1.13.2
        - 1.13.1
        - 1.13.0
        - 1.11.13
- CentOS7/RHEL7: made upgrade loops/timeouts configurable via
  /etc/sysconfig/nginx.
- Bumped upgrade defaults to five loops one second each.
        - 1.11.12
        - 1.11.11
        - 1.11.10
        - 1.11.9
- Extended hardening build flags.
- Added check-reload target to init script / systemd service.
        - 1.11.8
        - 1.11.7
        - 1.11.6
        - 1.11.5
        - 1.11.4.
- njs updated to 0.1.2.
        - 1.11.3.
- njs updated to 0.1.0.
- njs stream dynamic module added to nginx-module-njs package.
- geoip stream dynamic module added to nginx-module-geoip package.
        - 1.11.2
- njs updated to ef2b708510b1.
        - 1.11.1
        - Fixed logrotate error if nginx is not running
- 1.11.0
        - 1.9.15
- njs updated to 1c50334fbea6.
        - 1.9.14
        - 1.9.13
- Added perl and njs dynamic modules
- Fixed Requires section for dynamic modules on CentOS7/RHEL7
        - common configure args are now in macros
- xslt, image-filter and geoip dynamic modules added
- 1.9.12
        - dynamic modules path and symlink in /etc/nginx added
- 1.9.11
        - 1.9.10
        - 1.9.9
        - 1.9.8
- http_slice module enabled
        - 1.9.7
        - 1.9.6
        - 1.9.5
- http_spdy module replaced with http_v2 module
        - 1.9.4
        - 1.9.3
        - 1.9.1
        - 1.9.0
- thread pool support added
- stream module added
- example_ssl.conf removed
        - 1.7.12
        - 1.7.11
        - 1.7.10
        - 1.7.9
        - 1.7.8
        - 1.7.6
        - epoch added to the EPEL7/CentOS7 spec to override EPEL one
- 1.7.5
        - 1.7.4
        - 1.7.3
        - 1.7.2
        - 1.7.1
- incorrect sysconfig filename finding in the initscript fixed
        - 1.7.0
        - 1.5.13
- built spdy module on rhel/centos 6
        - 1.5.12
- spec cleanup
- openssl version dependence added
- upgrade() function in the init script improved
- warning added when binary upgrade returns non-zero exit code
        - 1.5.11
        - 1.5.10
        - 1.5.9
        - 1.5.8
- fixed invalid week days in the changelog
        - 1.5.7
        - 1.5.6
        - 1.5.5
        - 1.5.4
- auth request module added
        - 1.5.3
        - 1.5.2
        - 1.5.1
        - 1.5.0
        - 1.3.16
        - 1.3.15
- gunzip module added
- set permissions on default log files at installation
        - excess slash removed from --prefix
- 1.2.7
        - 1.2.6
        - 1.2.5
        - 1.2.4
        - 1.2.3
- nginx-debug package now actually contains non stripped binary
        - 1.2.2
        - 1.2.1
        - 1.2.0
        - 1.0.15
        - 1.0.14
- OpenSUSE init script and SuSE specific changes to spec file added
        - 1.0.13
        - 1.0.12
- banner added to install script
        - 1.0.11
- init script enhancements (thanks to Gena Makhomed)
- one second sleep during upgrade replaced with 0.1 sec usleep
        - 1.0.10
        - 1.0.9
- nginx-debug package added
        - spec file cleanup (thanks to Yury V. Zaytsev)
- log dir permitions fixed
- logrotate creates new logfiles with nginx owner
- "upgrade" argument to init-script added (based on fedora one)
        - 1.0.8
- built with mp4 module
        - 1.0.7
        - 1.0.6
- replace "conf.d/*" config include with "conf.d/*.conf" in default nginx.conf
        - Initial release
40: preinprog[tag=1085,type=6,count=1,size=8,offset=13276]
        /bin/sh
41: postinprog[tag=1086,type=6,count=1,size=8,offset=13284]
        /bin/sh
42: preunprog[tag=1087,type=6,count=1,size=8,offset=13292]
        /bin/sh
43: postunprog[tag=1088,type=6,count=1,size=8,offset=13300]
        /bin/sh
44: cookie[tag=1094,type=6,count=1,size=53,offset=13308]
        rhel8-amd64-builder-builder.gnt.nginx.com 1565708687
45: filedevices[tag=1095,type=4,count=38,size=152,offset=13364]
        1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
46: fileinodes[tag=1096,type=4,count=38,size=152,offset=13516]
        1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
47: filelangs[tag=1097,type=8,count=38,size=38,offset=13668]






































48: provideflags[tag=1112,type=4,count=4,size=16,offset=13708]
        268435464, 8, 8, 0,
49: provideversion[tag=1113,type=8,count=4,size=58,offset=13724]
        1:1.16.1-1.el8.ngx
        1:1.16.1-1.el8.ngx
        1:1.16.1-1.el8.ngx

50: dirindexes[tag=1116,type=4,count=38,size=152,offset=13784]
        0, 1, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 4, 5, 6, 7, 6, 8, 9, 9, 10, 11, 12, 13, 13, 14, 14, 15, 16, 17, 18, 19, 20, 20, 21, 22,
51: basenames[tag=1117,type=8,count=38,size=408,offset=13936]
        nginx
        nginx
        conf.d
        default.conf
        fastcgi_params
        koi-utf
        koi-win
        mime.types
        modules
        nginx.conf
        scgi_params
        uwsgi_params
        win-utf
        nginx
        nginx-debug
        .build-id
        25
        6232e97c72486552b6d3e6191b227e0cc4346e
        e3
        ecb20ef2cf6bb52027480d1802530bda5b311c
        nginx-debug.service
        nginx.service
        nginx
        modules
        nginx
        check-reload
        upgrade
        nginx
        nginx-debug
        nginx-1.16.1
        COPYRIGHT
        nginx.8.gz
        nginx
        html
        50x.html
        index.html
        nginx
        nginx
52: dirnames[tag=1118,type=8,count=23,size=442,offset=14344]
        /etc/logrotate.d/
        /etc/
        /etc/nginx/
        /etc/nginx/conf.d/
        /etc/sysconfig/
        /usr/lib/
        /usr/lib/.build-id/
        /usr/lib/.build-id/25/
        /usr/lib/.build-id/e3/
        /usr/lib/systemd/system/
        /usr/lib64/
        /usr/lib64/nginx/
        /usr/libexec/initscripts/legacy-actions/
        /usr/libexec/initscripts/legacy-actions/nginx/
        /usr/sbin/
        /usr/share/doc/
        /usr/share/doc/nginx-1.16.1/
        /usr/share/man/man8/
        /usr/share/
        /usr/share/nginx/
        /usr/share/nginx/html/
        /var/cache/
        /var/log/
53: optflags[tag=1122,type=6,count=1,size=336,offset=14786]
        -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
54: payloadformat[tag=1124,type=6,count=1,size=5,offset=15122]
        cpio
55: payloadcompressor[tag=1125,type=6,count=1,size=3,offset=15127]
        xz
56: payloadflags[tag=1126,type=6,count=1,size=2,offset=15130]
        2
57: platform[tag=1132,type=6,count=1,size=24,offset=15132]
        x86_64-redhat-linux-gnu
58: filecolors[tag=1140,type=4,count=38,size=152,offset=15156]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0,
59: fileclass[tag=1141,type=4,count=38,size=152,offset=15308]
        0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, 1, 2, 1, 2, 0, 0, 1, 1, 1, 3, 3, 4, 5, 1, 0, 6, 1, 1, 7, 7, 1, 1,
60: classdict[tag=1142,type=8,count=8,size=631,offset=15460]
        ASCII text
        directory

        POSIX shell script, ASCII text executable
        ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=e3ecb20ef2cf6bb52027480d1802530bda5b311c, stripped, too many notes (256)
        ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=256232e97c72486552b6d3e6191b227e0cc4346e, stripped, too many notes (256)
        troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)
        HTML document, ASCII text
61: filedependsx[tag=1143,type=4,count=38,size=152,offset=16092]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0,
62: filedependsn[tag=1144,type=4,count=38,size=152,offset=16244]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 27, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0,
63: dependsdict[tag=1145,type=4,count=56,size=224,offset=16396]
        1375731716, 1375731716, 1375731731, 1375731735, 1375731739, 1375731738, 1375731733, 1375731742, 1375731741, 1375731720, 1375731725, 1375731723, 1375731719, 1375731724, 1375731728, 1375731729, 1375731727, 1375731726, 1375731721, 1375731722, 1375731734, 1375731737, 1375731730, 1375731736, 1375731740, 1375731732, 1375731743, 1375731718, 1375731747, 1375731731, 1375731735, 1375731739, 1375731738, 1375731733, 1375731742, 1375731741, 1375731720, 1375731725, 1375731723, 1375731719, 1375731724, 1375731728, 1375731729, 1375731727, 1375731726, 1375731721, 1375731722, 1375731734, 1375731737, 1375731730, 1375731736, 1375731740, 1375731732, 1375731743, 1375731718, 1375731747,
64: sourcepkgid[tag=1146,type=7,count=16,size=16,offset=16620]
       0: 10 ab 1d da 3a  b 3e c6 15 8a 8e ec 90 41 4d 60
65: org.redline_rpm.header.AbstractHeader$Int32Entry@25b963e2[tag=5011,type=4,count=1,size=4,offset=16636]
        8,
66: org.redline_rpm.header.AbstractHeader$StringEntry@3bb52dd[tag=5062,type=6,count=1,size=6,offset=16640]
        utf-8
67: org.redline_rpm.header.AbstractHeader$StringArrayEntry@2224dbe6[tag=5092,type=8,count=1,size=65,offset=16646]
        9b0469e35b5ebd238ed8b5987a1b2a3c0a79f3222e62b4e32a02dfb3494ecaed
68: org.redline_rpm.header.AbstractHeader$Int32Entry@92a63f2[tag=5093,type=4,count=1,size=4,offset=16712]
        8,

[2;37mDEBUGm] pool-1-thread-6 com.artipie.rpm.Pkg$1: header: Start Header ( class org.redline_rpm.header.Header)
0: headerimmutable[tag=63,type=7,count=16,size=16,offset=16716]
       0:  0  0  0 3f  0  0  0  7 ff ff fb b0  0  0  0 10
1: headeri18ntable[tag=100,type=8,count=1,size=2,offset=0]
        C
2: name[tag=1000,type=6,count=1,size=6,offset=2]
        nginx
3: version[tag=1001,type=6,count=1,size=7,offset=8]
        1.16.1
4: release[tag=1002,type=6,count=1,size=10,offset=15]
        1.el8.ngx
5: epoch[tag=1003,type=4,count=1,size=4,offset=28]
        1,
6: summary[tag=1004,type=9,count=1,size=28,offset=32]
        High performance web server
7: description[tag=1005,type=9,count=1,size=86,offset=60]
        nginx [engine x] is an HTTP and reverse proxy server, as well as
a mail proxy server.
8: buildtime[tag=1006,type=4,count=1,size=4,offset=148]
        1565708687,
9: buildhost[tag=1007,type=6,count=1,size=42,offset=152]
        rhel8-amd64-builder-builder.gnt.nginx.com
10: size[tag=1009,type=4,count=1,size=4,offset=196]
        3003616,
11: vendor[tag=1011,type=6,count=1,size=12,offset=200]
        Nginx, Inc.
12: license[tag=1014,type=6,count=1,size=26,offset=212]
        2-clause BSD-like license
13: group[tag=1016,type=9,count=1,size=27,offset=238]
        System Environment/Daemons
14: url[tag=1020,type=6,count=1,size=18,offset=265]
        http://nginx.org/
15: os[tag=1021,type=6,count=1,size=6,offset=283]
        linux
16: arch[tag=1022,type=6,count=1,size=7,offset=289]
        x86_64
17: prein[tag=1023,type=6,count=1,size=207,offset=296]
        # Add the "nginx" user
getent group nginx >/dev/null || groupadd -r nginx
getent passwd nginx >/dev/null || \
    useradd -r -g nginx -s /sbin/nologin \
    -d /var/cache/nginx -c "nginx user"  nginx
exit 0
18: postin[tag=1024,type=6,count=1,size=1260,offset=503]
        # Register the nginx service
if [ $1 -eq 1 ]; then
    /usr/bin/systemctl preset nginx.service >/dev/null 2>&1 ||:
    /usr/bin/systemctl preset nginx-debug.service >/dev/null 2>&1 ||:
    # print site info
    cat <<BANNER
----------------------------------------------------------------------

Thanks for using nginx!

Please find the official documentation for nginx here:
* http://nginx.org/en/docs/

Please subscribe to nginx-announce mailing list to get
the most important news about nginx:
* http://nginx.org/en/support.html

Commercial subscriptions for nginx are available on:
* http://nginx.com/products/

----------------------------------------------------------------------
BANNER

    # Touch and set permisions on default log files on installation

    if [ -d /var/log/nginx ]; then
        if [ ! -e /var/log/nginx/access.log ]; then
            touch /var/log/nginx/access.log
            /usr/bin/chmod 640 /var/log/nginx/access.log
            /usr/bin/chown nginx:adm /var/log/nginx/access.log
        fi

        if [ ! -e /var/log/nginx/error.log ]; then
            touch /var/log/nginx/error.log
            /usr/bin/chmod 640 /var/log/nginx/error.log
            /usr/bin/chown nginx:adm /var/log/nginx/error.log
        fi
    fi
fi
19: preun[tag=1025,type=6,count=1,size=164,offset=1763]
        if [ $1 -eq 0 ]; then
    /usr/bin/systemctl --no-reload disable nginx.service >/dev/null 2>&1 ||:
    /usr/bin/systemctl stop nginx.service >/dev/null 2>&1 ||:
fi
20: postun[tag=1026,type=6,count=1,size=258,offset=1927]
        /usr/bin/systemctl daemon-reload >/dev/null 2>&1 ||:
if [ $1 -ge 1 ]; then
    /sbin/service nginx status  >/dev/null 2>&1 || exit 0
    /sbin/service nginx upgrade >/dev/null 2>&1 || echo \
        "Binary upgrade failed, please check nginx's error.log"
fi
21: filesizes[tag=1028,type=4,count=38,size=152,offset=2188]
        351, 0, 0, 1093, 1007, 2837, 2223, 5231, 29, 643, 636, 664, 3610, 98, 148, 0, 0, 32, 0, 26, 405, 399, 0, 0, 0, 646, 906, 1425336, 1552448, 0, 1377, 2452, 0, 0, 494, 612, 0, 0,
22: filemodes[tag=1030,type=3,count=38,size=76,offset=2340]
        33188, 16877, 16877, 33188, 33188, 33188, 33188, 33188, 41471, 33188, 33188, 33188, 33188, 33188, 33188, 16877, 16877, 41471, 16877, 41471, 33188, 33188, 16877, 16877, 16877, 33261, 33261, 33261, 33261, 16877, 33188, 33188, 16877, 16877, 33188, 33188, 16877, 16877,
23: filerdevs[tag=1033,type=3,count=38,size=76,offset=2416]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
24: filemtimes[tag=1034,type=4,count=38,size=152,offset=2492]
        1565708551, 1565708684, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708551, 1565708551, 1565708687, 1565708687, 1565708687, 1565708687, 1565708687, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708686, 1565708686, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684,
25: filemd5s[tag=1035,type=8,count=38,size=1446,offset=2644]
        6f0f7a0758bea8d550bdf3871de6b3af2f2f4320309d7f812413f05e3e26a315


        ba015afe3042196e5d0bd117a9e18ac826f52e44cb29321a9b08f7dbf48c62a5
        f37852d0113de30fa6bfc3d9b180ef99383c06739530dd482a8538503afd5a58
        b5f8a6d411db5e5d11d151d50cd1e962444732593adec0e1ef0a8c6eebec63ee
        de518a9eafe86c8bc705e296d0ef26135835b46bdc0de01d1d50a630fa5d341e
        7f0b9e0c2320db6882b6d0db1cb3d28c41dd4ff0d1c6e17798ff19668f412598

        772e914d404163a563e888730a3d4c5d86fbb1a5d3ee6b8c58c7eeda9af1db5b
        f27b2027c571ccafcfb0fbb3f54d7aeee11a984e3a0f5a1fdf14629030fc9011
        015cb581c2eb84b1a1ac9b575521d5881f791f632bfa62f34b26ba97d70c0d4f
        55adf050bad0cb60cbfe18649f8f17cd405fece0cc65eb78dac72c74c9dad944
        94b67a165e2ad3e9b4fa98f2910874fdc2f2e2c202b5305d1cbc968ee55f8d1d
        81fc34f023e445e64a3a64aa2bfbcedf9d8744abeda5e07b9e9a94142f0e313c





        e9c95c0c73ab151da6ab003abd3a082379fa029bce36d99822a88fec1f5698bc
        dec0c53277aa3ece1710b944273d6ea8662f50449dc250250026f9c6a0784c88



        9700706909f288c90a11ff5efe03efc0913bcda28cfd30d03c7d528edfdcca61
        562bb1385b8449eaab7c45d7c774b0b5cedc4973515494d2b5793691c0ea4d86
        7e43d7425bed50f7f0520a56449e112faaae8fb3cf0c25ce4e5c0124a90a168d
        30f067a6b1097166415fbe96864e25d4d24c261f2009a146598ff593308f8a3b

        4f72e2bccf0bcd839dd447ab6f359336f428caa1987a9afec2bc9ade5711658a
        5f5db968cfb09e0c90a565d15f7a04b72dce06f9a762d3971bf15fab9d8e0fa4


        d11dc22c73306cd84bc9869302b02dc8604d596185203a74dd0042c5d2fdd3be
        38ffd4972ae513a0c79a8be4573403edcd709f0f572105362b08ff50cf6de521


26: filelinktos[tag=1036,type=8,count=38,size=125,offset=4090]








        ../../usr/lib64/nginx/modules








        ../../../../usr/sbin/nginx-debug

        ../../../../usr/sbin/nginx


















27: fileflags[tag=1037,type=4,count=38,size=152,offset=4216]
        17, 0, 0, 17, 17, 17, 17, 17, 0, 17, 17, 17, 17, 17, 17, 4096, 4096, 4096, 4096, 4096, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0,
28: fileusername[tag=1039,type=8,count=38,size=190,offset=4368]
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
29: filegroupname[tag=1040,type=8,count=38,size=190,offset=4558]
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
30: sourcerpm[tag=1044,type=6,count=1,size=31,offset=4748]
        nginx-1.16.1-1.el8.ngx.src.rpm
31: fileverifyflags[tag=1045,type=4,count=38,size=152,offset=4780]
        -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
32: providename[tag=1047,type=8,count=4,size=44,offset=4932]
        config(nginx)
        nginx
        nginx(x86-64)
        webserver
33: requireflags[tag=1048,type=4,count=41,size=164,offset=4976]
        768, 1280, 2304, 4352, 16384, 268435464, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16777226, 16777226, 16777226, 16777226, 16384, 512, 1024, 2048, 4096,
34: requirename[tag=1049,type=8,count=41,size=948,offset=5140]
        /bin/sh
        /bin/sh
        /bin/sh
        /bin/sh
        /bin/sh
        config(nginx)
        libc.so.6()(64bit)
        libc.so.6(GLIBC_2.10)(64bit)
        libc.so.6(GLIBC_2.14)(64bit)
        libc.so.6(GLIBC_2.17)(64bit)
        libc.so.6(GLIBC_2.2.5)(64bit)
        libc.so.6(GLIBC_2.27)(64bit)
        libc.so.6(GLIBC_2.28)(64bit)
        libc.so.6(GLIBC_2.3)(64bit)
        libc.so.6(GLIBC_2.3.2)(64bit)
        libc.so.6(GLIBC_2.3.4)(64bit)
        libc.so.6(GLIBC_2.4)(64bit)
        libc.so.6(GLIBC_2.7)(64bit)
        libcrypt.so.1()(64bit)
        libcrypt.so.1(XCRYPT_2.0)(64bit)
        libcrypto.so.1.1()(64bit)
        libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)
        libdl.so.2()(64bit)
        libdl.so.2(GLIBC_2.2.5)(64bit)
        libpcre.so.1()(64bit)
        libpthread.so.0()(64bit)
        libpthread.so.0(GLIBC_2.2.5)(64bit)
        libpthread.so.0(GLIBC_2.3.2)(64bit)
        libssl.so.1.1()(64bit)
        libssl.so.1.1(OPENSSL_1_1_0)(64bit)
        libssl.so.1.1(OPENSSL_1_1_1)(64bit)
        libz.so.1()(64bit)
        rpmlib(CompressedFileNames)
        rpmlib(FileDigests)
        rpmlib(PayloadFilesHavePrefix)
        rpmlib(PayloadIsXz)
        rtld(GNU_HASH)
        shadow-utils
        systemd
        systemd
        systemd
35: requireversion[tag=1050,type=8,count=41,size=83,offset=6088]





        1:1.16.1-1.el8.ngx


























        3.0.4-1
        4.6.0-1
        4.0-1
        5.2-1





36: rpmversion[tag=1064,type=6,count=1,size=7,offset=6171]
        4.14.2
37: changelogtime[tag=1080,type=4,count=105,size=420,offset=6180]
        1565697600, 1556020800, 1555416000, 1554811200, 1553601600, 1551182400, 1545739200, 1543320000, 1541505600, 1538481600, 1537876800, 1535457600, 1532433600, 1530619200, 1528200000, 1523275200, 1522756800, 1521547200, 1519128000, 1514289600, 1511265600, 1507636800, 1504612800, 1502193600, 1499774400, 1498564800, 1496145600, 1493121600, 1491307200, 1490356800, 1490097600, 1487073600, 1485259200, 1482840000, 1481630400, 1479211200, 1476100800, 1473768000, 1469534400, 1467720000, 1464696000, 1464091200, 1461067200, 1459857600, 1459252800, 1456315200, 1455019200, 1453809600, 1449662400, 1449576000, 1447761600, 1445947200, 1442923200, 1439899200, 1436875200, 1432641600, 1430222400, 1428408000, 1427198400, 1423569600, 1419336000, 1417521600, 1412078400, 1410868800, 1407240000, 1404820800, 1403006400, 1401192000, 1398340800, 1396958400, 1395144000, 1393934400, 1391515200, 1390392000, 1387281600, 1384862400, 1380628800, 1379419200, 1377604800, 1375185600, 1372766400, 1370347200, 1367841600, 1366113600, 1364299200, 1360670400, 1355227200, 1352808000, 1348574400, 1344340800, 1341316800, 1338897600, 1335182400, 1334232000, 1331812800, 1330948800, 1328529600, 1323950400, 1321358400, 1320148800, 1318334400, 1317470400, 1317384000, 1314705600, 1312977600,
38: changelogname[tag=1081,type=8,count=105,size=3630,offset=6600]
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Andrei Belov <defan@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch
39: changelogtext[tag=1082,type=8,count=105,size=3046,offset=10230]
        - 1.16.1
        - 1.16.0
        - 1.15.12
        - 1.15.11
        - 1.15.10
        - 1.15.9
        - 1.15.8
        - 1.15.7
        - 1.15.6
- Fixes CVE-2018-16843
- Fixes CVE-2018-16844
- Fixes CVE-2018-16845
        - 1.15.5
        - 1.15.4
        - 1.15.3
        - 1.15.2
        - 1.15.1
        - 1.15.0
        - 1.13.12
        - 1.13.11
        - 1.13.10
        - 1.13.9
        - 1.13.8
        - 1.13.7
        - 1.13.6
        - 1.13.5
        - 1.13.4
        - 1.13.3
- Fixes CVE-2017-7529
        - 1.13.2
        - 1.13.1
        - 1.13.0
        - 1.11.13
- CentOS7/RHEL7: made upgrade loops/timeouts configurable via
  /etc/sysconfig/nginx.
- Bumped upgrade defaults to five loops one second each.
        - 1.11.12
        - 1.11.11
        - 1.11.10
        - 1.11.9
- Extended hardening build flags.
- Added check-reload target to init script / systemd service.
        - 1.11.8
        - 1.11.7
        - 1.11.6
        - 1.11.5
        - 1.11.4.
- njs updated to 0.1.2.
        - 1.11.3.
- njs updated to 0.1.0.
- njs stream dynamic module added to nginx-module-njs package.
- geoip stream dynamic module added to nginx-module-geoip package.
        - 1.11.2
- njs updated to ef2b708510b1.
        - 1.11.1
        - Fixed logrotate error if nginx is not running
- 1.11.0
        - 1.9.15
- njs updated to 1c50334fbea6.
        - 1.9.14
        - 1.9.13
- Added perl and njs dynamic modules
- Fixed Requires section for dynamic modules on CentOS7/RHEL7
        - common configure args are now in macros
- xslt, image-filter and geoip dynamic modules added
- 1.9.12
        - dynamic modules path and symlink in /etc/nginx added
- 1.9.11
        - 1.9.10
        - 1.9.9
        - 1.9.8
- http_slice module enabled
        - 1.9.7
        - 1.9.6
        - 1.9.5
- http_spdy module replaced with http_v2 module
        - 1.9.4
        - 1.9.3
        - 1.9.1
        - 1.9.0
- thread pool support added
- stream module added
- example_ssl.conf removed
        - 1.7.12
        - 1.7.11
        - 1.7.10
        - 1.7.9
        - 1.7.8
        - 1.7.6
        - epoch added to the EPEL7/CentOS7 spec to override EPEL one
- 1.7.5
        - 1.7.4
        - 1.7.3
        - 1.7.2
        - 1.7.1
- incorrect sysconfig filename finding in the initscript fixed
        - 1.7.0
        - 1.5.13
- built spdy module on rhel/centos 6
        - 1.5.12
- spec cleanup
- openssl version dependence added
- upgrade() function in the init script improved
- warning added when binary upgrade returns non-zero exit code
        - 1.5.11
        - 1.5.10
        - 1.5.9
        - 1.5.8
- fixed invalid week days in the changelog
        - 1.5.7
        - 1.5.6
        - 1.5.5
        - 1.5.4
- auth request module added
        - 1.5.3
        - 1.5.2
        - 1.5.1
        - 1.5.0
        - 1.3.16
        - 1.3.15
- gunzip module added
- set permissions on default log files at installation
        - excess slash removed from --prefix
- 1.2.7
        - 1.2.6
        - 1.2.5
        - 1.2.4
        - 1.2.3
- nginx-debug package now actually contains non stripped binary
        - 1.2.2
        - 1.2.1
        - 1.2.0
        - 1.0.15
        - 1.0.14
- OpenSUSE init script and SuSE specific changes to spec file added
        - 1.0.13
        - 1.0.12
- banner added to install script
        - 1.0.11
- init script enhancements (thanks to Gena Makhomed)
- one second sleep during upgrade replaced with 0.1 sec usleep
        - 1.0.10
        - 1.0.9
- nginx-debug package added
        - spec file cleanup (thanks to Yury V. Zaytsev)
- log dir permitions fixed
- logrotate creates new logfiles with nginx owner
- "upgrade" argument to init-script added (based on fedora one)
        - 1.0.8
- built with mp4 module
        - 1.0.7
        - 1.0.6
- replace "conf.d/*" config include with "conf.d/*.conf" in default nginx.conf
        - Initial release
40: preinprog[tag=1085,type=6,count=1,size=8,offset=13276]
        /bin/sh
41: postinprog[tag=1086,type=6,count=1,size=8,offset=13284]
        /bin/sh
42: preunprog[tag=1087,type=6,count=1,size=8,offset=13292]
        /bin/sh
43: postunprog[tag=1088,type=6,count=1,size=8,offset=13300]
        /bin/sh
44: cookie[tag=1094,type=6,count=1,size=53,offset=13308]
        rhel8-amd64-builder-builder.gnt.nginx.com 1565708687
45: filedevices[tag=1095,type=4,count=38,size=152,offset=13364]
        1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
46: fileinodes[tag=1096,type=4,count=38,size=152,offset=13516]
        1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
47: filelangs[tag=1097,type=8,count=38,size=38,offset=13668]






































48: provideflags[tag=1112,type=4,count=4,size=16,offset=13708]
        268435464, 8, 8, 0,
49: provideversion[tag=1113,type=8,count=4,size=58,offset=13724]
        1:1.16.1-1.el8.ngx
        1:1.16.1-1.el8.ngx
        1:1.16.1-1.el8.ngx

50: dirindexes[tag=1116,type=4,count=38,size=152,offset=13784]
        0, 1, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 4, 5, 6, 7, 6, 8, 9, 9, 10, 11, 12, 13, 13, 14, 14, 15, 16, 17, 18, 19, 20, 20, 21, 22,
51: basenames[tag=1117,type=8,count=38,size=408,offset=13936]
        nginx
        nginx
        conf.d
        default.conf
        fastcgi_params
        koi-utf
        koi-win
        mime.types
        modules
        nginx.conf
        scgi_params
        uwsgi_params
        win-utf
        nginx
        nginx-debug
        .build-id
        25
        6232e97c72486552b6d3e6191b227e0cc4346e
        e3
        ecb20ef2cf6bb52027480d1802530bda5b311c
        nginx-debug.service
        nginx.service
        nginx
        modules
        nginx
        check-reload
        upgrade
        nginx
        nginx-debug
        nginx-1.16.1
        COPYRIGHT
        nginx.8.gz
        nginx
        html
        50x.html
        index.html
        nginx
        nginx
52: dirnames[tag=1118,type=8,count=23,size=442,offset=14344]
        /etc/logrotate.d/
        /etc/
        /etc/nginx/
        /etc/nginx/conf.d/
        /etc/sysconfig/
        /usr/lib/
        /usr/lib/.build-id/
        /usr/lib/.build-id/25/
        /usr/lib/.build-id/e3/
        /usr/lib/systemd/system/
        /usr/lib64/
        /usr/lib64/nginx/
        /usr/libexec/initscripts/legacy-actions/
        /usr/libexec/initscripts/legacy-actions/nginx/
        /usr/sbin/
        /usr/share/doc/
        /usr/share/doc/nginx-1.16.1/
        /usr/share/man/man8/
        /usr/share/
        /usr/share/nginx/
        /usr/share/nginx/html/
        /var/cache/
        /var/log/
53: optflags[tag=1122,type=6,count=1,size=336,offset=14786]
        -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
54: payloadformat[tag=1124,type=6,count=1,size=5,offset=15122]
        cpio
55: payloadcompressor[tag=1125,type=6,count=1,size=3,offset=15127]
        xz
56: payloadflags[tag=1126,type=6,count=1,size=2,offset=15130]
        2
57: platform[tag=1132,type=6,count=1,size=24,offset=15132]
        x86_64-redhat-linux-gnu
58: filecolors[tag=1140,type=4,count=38,size=152,offset=15156]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0,
59: fileclass[tag=1141,type=4,count=38,size=152,offset=15308]
        0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, 1, 2, 1, 2, 0, 0, 1, 1, 1, 3, 3, 4, 5, 1, 0, 6, 1, 1, 7, 7, 1, 1,
60: classdict[tag=1142,type=8,count=8,size=631,offset=15460]
        ASCII text
        directory

        POSIX shell script, ASCII text executable
        ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=e3ecb20ef2cf6bb52027480d1802530bda5b311c, stripped, too many notes (256)
        ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=256232e97c72486552b6d3e6191b227e0cc4346e, stripped, too many notes (256)
        troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)
        HTML document, ASCII text
61: filedependsx[tag=1143,type=4,count=38,size=152,offset=16092]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0,
62: filedependsn[tag=1144,type=4,count=38,size=152,offset=16244]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 27, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0,
63: dependsdict[tag=1145,type=4,count=56,size=224,offset=16396]
        1375731716, 1375731716, 1375731731, 1375731735, 1375731739, 1375731738, 1375731733, 1375731742, 1375731741, 1375731720, 1375731725, 1375731723, 1375731719, 1375731724, 1375731728, 1375731729, 1375731727, 1375731726, 1375731721, 1375731722, 1375731734, 1375731737, 1375731730, 1375731736, 1375731740, 1375731732, 1375731743, 1375731718, 1375731747, 1375731731, 1375731735, 1375731739, 1375731738, 1375731733, 1375731742, 1375731741, 1375731720, 1375731725, 1375731723, 1375731719, 1375731724, 1375731728, 1375731729, 1375731727, 1375731726, 1375731721, 1375731722, 1375731734, 1375731737, 1375731730, 1375731736, 1375731740, 1375731732, 1375731743, 1375731718, 1375731747,
64: sourcepkgid[tag=1146,type=7,count=16,size=16,offset=16620]
       0: 10 ab 1d da 3a  b 3e c6 15 8a 8e ec 90 41 4d 60
65: org.redline_rpm.header.AbstractHeader$Int32Entry@5597aa5f[tag=5011,type=4,count=1,size=4,offset=16636]
        8,
66: org.redline_rpm.header.AbstractHeader$StringEntry@720d0113[tag=5062,type=6,count=1,size=6,offset=16640]
        utf-8
67: org.redline_rpm.header.AbstractHeader$StringArrayEntry@3f382649[tag=5092,type=8,count=1,size=65,offset=16646]
        9b0469e35b5ebd238ed8b5987a1b2a3c0a79f3222e62b4e32a02dfb3494ecaed
68: org.redline_rpm.header.AbstractHeader$Int32Entry@6441dccf[tag=5093,type=4,count=1,size=4,offset=16712]
        8,

[2;37mDEBUGm] pool-1-thread-2 com.artipie.rpm.Pkg$1: header: Start Header ( class org.redline_rpm.header.Header)
0: headerimmutable[tag=63,type=7,count=16,size=16,offset=16716]
       0:  0  0  0 3f  0  0  0  7 ff ff fb b0  0  0  0 10
1: headeri18ntable[tag=100,type=8,count=1,size=2,offset=0]
        C
2: name[tag=1000,type=6,count=1,size=6,offset=2]
        nginx
3: version[tag=1001,type=6,count=1,size=7,offset=8]
        1.16.1
4: release[tag=1002,type=6,count=1,size=10,offset=15]
        1.el8.ngx
5: epoch[tag=1003,type=4,count=1,size=4,offset=28]
        1,
6: summary[tag=1004,type=9,count=1,size=28,offset=32]
        High performance web server
7: description[tag=1005,type=9,count=1,size=86,offset=60]
        nginx [engine x] is an HTTP and reverse proxy server, as well as
a mail proxy server.
8: buildtime[tag=1006,type=4,count=1,size=4,offset=148]
        1565708687,
9: buildhost[tag=1007,type=6,count=1,size=42,offset=152]
        rhel8-amd64-builder-builder.gnt.nginx.com
10: size[tag=1009,type=4,count=1,size=4,offset=196]
        3003616,
11: vendor[tag=1011,type=6,count=1,size=12,offset=200]
        Nginx, Inc.
12: license[tag=1014,type=6,count=1,size=26,offset=212]
        2-clause BSD-like license
13: group[tag=1016,type=9,count=1,size=27,offset=238]
        System Environment/Daemons
14: url[tag=1020,type=6,count=1,size=18,offset=265]
        http://nginx.org/
15: os[tag=1021,type=6,count=1,size=6,offset=283]
        linux
16: arch[tag=1022,type=6,count=1,size=7,offset=289]
        x86_64
17: prein[tag=1023,type=6,count=1,size=207,offset=296]
        # Add the "nginx" user
getent group nginx >/dev/null || groupadd -r nginx
getent passwd nginx >/dev/null || \
    useradd -r -g nginx -s /sbin/nologin \
    -d /var/cache/nginx -c "nginx user"  nginx
exit 0
18: postin[tag=1024,type=6,count=1,size=1260,offset=503]
        # Register the nginx service
if [ $1 -eq 1 ]; then
    /usr/bin/systemctl preset nginx.service >/dev/null 2>&1 ||:
    /usr/bin/systemctl preset nginx-debug.service >/dev/null 2>&1 ||:
    # print site info
    cat <<BANNER
----------------------------------------------------------------------

Thanks for using nginx!

Please find the official documentation for nginx here:
* http://nginx.org/en/docs/

Please subscribe to nginx-announce mailing list to get
the most important news about nginx:
* http://nginx.org/en/support.html

Commercial subscriptions for nginx are available on:
* http://nginx.com/products/

----------------------------------------------------------------------
BANNER

    # Touch and set permisions on default log files on installation

    if [ -d /var/log/nginx ]; then
        if [ ! -e /var/log/nginx/access.log ]; then
            touch /var/log/nginx/access.log
            /usr/bin/chmod 640 /var/log/nginx/access.log
            /usr/bin/chown nginx:adm /var/log/nginx/access.log
        fi

        if [ ! -e /var/log/nginx/error.log ]; then
            touch /var/log/nginx/error.log
            /usr/bin/chmod 640 /var/log/nginx/error.log
            /usr/bin/chown nginx:adm /var/log/nginx/error.log
        fi
    fi
fi
19: preun[tag=1025,type=6,count=1,size=164,offset=1763]
        if [ $1 -eq 0 ]; then
    /usr/bin/systemctl --no-reload disable nginx.service >/dev/null 2>&1 ||:
    /usr/bin/systemctl stop nginx.service >/dev/null 2>&1 ||:
fi
20: postun[tag=1026,type=6,count=1,size=258,offset=1927]
        /usr/bin/systemctl daemon-reload >/dev/null 2>&1 ||:
if [ $1 -ge 1 ]; then
    /sbin/service nginx status  >/dev/null 2>&1 || exit 0
    /sbin/service nginx upgrade >/dev/null 2>&1 || echo \
        "Binary upgrade failed, please check nginx's error.log"
fi
21: filesizes[tag=1028,type=4,count=38,size=152,offset=2188]
        351, 0, 0, 1093, 1007, 2837, 2223, 5231, 29, 643, 636, 664, 3610, 98, 148, 0, 0, 32, 0, 26, 405, 399, 0, 0, 0, 646, 906, 1425336, 1552448, 0, 1377, 2452, 0, 0, 494, 612, 0, 0,
22: filemodes[tag=1030,type=3,count=38,size=76,offset=2340]
        33188, 16877, 16877, 33188, 33188, 33188, 33188, 33188, 41471, 33188, 33188, 33188, 33188, 33188, 33188, 16877, 16877, 41471, 16877, 41471, 33188, 33188, 16877, 16877, 16877, 33261, 33261, 33261, 33261, 16877, 33188, 33188, 16877, 16877, 33188, 33188, 16877, 16877,
23: filerdevs[tag=1033,type=3,count=38,size=76,offset=2416]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
24: filemtimes[tag=1034,type=4,count=38,size=152,offset=2492]
        1565708551, 1565708684, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708551, 1565708551, 1565708687, 1565708687, 1565708687, 1565708687, 1565708687, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708686, 1565708686, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684,
25: filemd5s[tag=1035,type=8,count=38,size=1446,offset=2644]
        6f0f7a0758bea8d550bdf3871de6b3af2f2f4320309d7f812413f05e3e26a315


        ba015afe3042196e5d0bd117a9e18ac826f52e44cb29321a9b08f7dbf48c62a5
        f37852d0113de30fa6bfc3d9b180ef99383c06739530dd482a8538503afd5a58
        b5f8a6d411db5e5d11d151d50cd1e962444732593adec0e1ef0a8c6eebec63ee
        de518a9eafe86c8bc705e296d0ef26135835b46bdc0de01d1d50a630fa5d341e
        7f0b9e0c2320db6882b6d0db1cb3d28c41dd4ff0d1c6e17798ff19668f412598

        772e914d404163a563e888730a3d4c5d86fbb1a5d3ee6b8c58c7eeda9af1db5b
        f27b2027c571ccafcfb0fbb3f54d7aeee11a984e3a0f5a1fdf14629030fc9011
        015cb581c2eb84b1a1ac9b575521d5881f791f632bfa62f34b26ba97d70c0d4f
        55adf050bad0cb60cbfe18649f8f17cd405fece0cc65eb78dac72c74c9dad944
        94b67a165e2ad3e9b4fa98f2910874fdc2f2e2c202b5305d1cbc968ee55f8d1d
        81fc34f023e445e64a3a64aa2bfbcedf9d8744abeda5e07b9e9a94142f0e313c





        e9c95c0c73ab151da6ab003abd3a082379fa029bce36d99822a88fec1f5698bc
        dec0c53277aa3ece1710b944273d6ea8662f50449dc250250026f9c6a0784c88



        9700706909f288c90a11ff5efe03efc0913bcda28cfd30d03c7d528edfdcca61
        562bb1385b8449eaab7c45d7c774b0b5cedc4973515494d2b5793691c0ea4d86
        7e43d7425bed50f7f0520a56449e112faaae8fb3cf0c25ce4e5c0124a90a168d
        30f067a6b1097166415fbe96864e25d4d24c261f2009a146598ff593308f8a3b

        4f72e2bccf0bcd839dd447ab6f359336f428caa1987a9afec2bc9ade5711658a
        5f5db968cfb09e0c90a565d15f7a04b72dce06f9a762d3971bf15fab9d8e0fa4


        d11dc22c73306cd84bc9869302b02dc8604d596185203a74dd0042c5d2fdd3be
        38ffd4972ae513a0c79a8be4573403edcd709f0f572105362b08ff50cf6de521


26: filelinktos[tag=1036,type=8,count=38,size=125,offset=4090]








        ../../usr/lib64/nginx/modules








        ../../../../usr/sbin/nginx-debug

        ../../../../usr/sbin/nginx


















27: fileflags[tag=1037,type=4,count=38,size=152,offset=4216]
        17, 0, 0, 17, 17, 17, 17, 17, 0, 17, 17, 17, 17, 17, 17, 4096, 4096, 4096, 4096, 4096, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0,
28: fileusername[tag=1039,type=8,count=38,size=190,offset=4368]
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
29: filegroupname[tag=1040,type=8,count=38,size=190,offset=4558]
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
30: sourcerpm[tag=1044,type=6,count=1,size=31,offset=4748]
        nginx-1.16.1-1.el8.ngx.src.rpm
31: fileverifyflags[tag=1045,type=4,count=38,size=152,offset=4780]
        -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
32: providename[tag=1047,type=8,count=4,size=44,offset=4932]
        config(nginx)
        nginx
        nginx(x86-64)
        webserver
33: requireflags[tag=1048,type=4,count=41,size=164,offset=4976]
        768, 1280, 2304, 4352, 16384, 268435464, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16777226, 16777226, 16777226, 16777226, 16384, 512, 1024, 2048, 4096,
34: requirename[tag=1049,type=8,count=41,size=948,offset=5140]
        /bin/sh
        /bin/sh
        /bin/sh
        /bin/sh
        /bin/sh
        config(nginx)
        libc.so.6()(64bit)
        libc.so.6(GLIBC_2.10)(64bit)
        libc.so.6(GLIBC_2.14)(64bit)
        libc.so.6(GLIBC_2.17)(64bit)
        libc.so.6(GLIBC_2.2.5)(64bit)
        libc.so.6(GLIBC_2.27)(64bit)
        libc.so.6(GLIBC_2.28)(64bit)
        libc.so.6(GLIBC_2.3)(64bit)
        libc.so.6(GLIBC_2.3.2)(64bit)
        libc.so.6(GLIBC_2.3.4)(64bit)
        libc.so.6(GLIBC_2.4)(64bit)
        libc.so.6(GLIBC_2.7)(64bit)
        libcrypt.so.1()(64bit)
        libcrypt.so.1(XCRYPT_2.0)(64bit)
        libcrypto.so.1.1()(64bit)
        libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)
        libdl.so.2()(64bit)
        libdl.so.2(GLIBC_2.2.5)(64bit)
        libpcre.so.1()(64bit)
        libpthread.so.0()(64bit)
        libpthread.so.0(GLIBC_2.2.5)(64bit)
        libpthread.so.0(GLIBC_2.3.2)(64bit)
        libssl.so.1.1()(64bit)
        libssl.so.1.1(OPENSSL_1_1_0)(64bit)
        libssl.so.1.1(OPENSSL_1_1_1)(64bit)
        libz.so.1()(64bit)
        rpmlib(CompressedFileNames)
        rpmlib(FileDigests)
        rpmlib(PayloadFilesHavePrefix)
        rpmlib(PayloadIsXz)
        rtld(GNU_HASH)
        shadow-utils
        systemd
        systemd
        systemd
35: requireversion[tag=1050,type=8,count=41,size=83,offset=6088]





        1:1.16.1-1.el8.ngx


























        3.0.4-1
        4.6.0-1
        4.0-1
        5.2-1





36: rpmversion[tag=1064,type=6,count=1,size=7,offset=6171]
        4.14.2
37: changelogtime[tag=1080,type=4,count=105,size=420,offset=6180]
        1565697600, 1556020800, 1555416000, 1554811200, 1553601600, 1551182400, 1545739200, 1543320000, 1541505600, 1538481600, 1537876800, 1535457600, 1532433600, 1530619200, 1528200000, 1523275200, 1522756800, 1521547200, 1519128000, 1514289600, 1511265600, 1507636800, 1504612800, 1502193600, 1499774400, 1498564800, 1496145600, 1493121600, 1491307200, 1490356800, 1490097600, 1487073600, 1485259200, 1482840000, 1481630400, 1479211200, 1476100800, 1473768000, 1469534400, 1467720000, 1464696000, 1464091200, 1461067200, 1459857600, 1459252800, 1456315200, 1455019200, 1453809600, 1449662400, 1449576000, 1447761600, 1445947200, 1442923200, 1439899200, 1436875200, 1432641600, 1430222400, 1428408000, 1427198400, 1423569600, 1419336000, 1417521600, 1412078400, 1410868800, 1407240000, 1404820800, 1403006400, 1401192000, 1398340800, 1396958400, 1395144000, 1393934400, 1391515200, 1390392000, 1387281600, 1384862400, 1380628800, 1379419200, 1377604800, 1375185600, 1372766400, 1370347200, 1367841600, 1366113600, 1364299200, 1360670400, 1355227200, 1352808000, 1348574400, 1344340800, 1341316800, 1338897600, 1335182400, 1334232000, 1331812800, 1330948800, 1328529600, 1323950400, 1321358400, 1320148800, 1318334400, 1317470400, 1317384000, 1314705600, 1312977600,
38: changelogname[tag=1081,type=8,count=105,size=3630,offset=6600]
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Andrei Belov <defan@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch
39: changelogtext[tag=1082,type=8,count=105,size=3046,offset=10230]
        - 1.16.1
        - 1.16.0
        - 1.15.12
        - 1.15.11
        - 1.15.10
        - 1.15.9
        - 1.15.8
        - 1.15.7
        - 1.15.6
- Fixes CVE-2018-16843
- Fixes CVE-2018-16844
- Fixes CVE-2018-16845
        - 1.15.5
        - 1.15.4
        - 1.15.3
        - 1.15.2
        - 1.15.1
        - 1.15.0
        - 1.13.12
        - 1.13.11
        - 1.13.10
        - 1.13.9
        - 1.13.8
        - 1.13.7
        - 1.13.6
        - 1.13.5
        - 1.13.4
        - 1.13.3
- Fixes CVE-2017-7529
        - 1.13.2
        - 1.13.1
        - 1.13.0
        - 1.11.13
- CentOS7/RHEL7: made upgrade loops/timeouts configurable via
  /etc/sysconfig/nginx.
- Bumped upgrade defaults to five loops one second each.
        - 1.11.12
        - 1.11.11
        - 1.11.10
        - 1.11.9
- Extended hardening build flags.
- Added check-reload target to init script / systemd service.
        - 1.11.8
        - 1.11.7
        - 1.11.6
        - 1.11.5
        - 1.11.4.
- njs updated to 0.1.2.
        - 1.11.3.
- njs updated to 0.1.0.
- njs stream dynamic module added to nginx-module-njs package.
- geoip stream dynamic module added to nginx-module-geoip package.
        - 1.11.2
- njs updated to ef2b708510b1.
        - 1.11.1
        - Fixed logrotate error if nginx is not running
- 1.11.0
        - 1.9.15
- njs updated to 1c50334fbea6.
        - 1.9.14
        - 1.9.13
- Added perl and njs dynamic modules
- Fixed Requires section for dynamic modules on CentOS7/RHEL7
        - common configure args are now in macros
- xslt, image-filter and geoip dynamic modules added
- 1.9.12
        - dynamic modules path and symlink in /etc/nginx added
- 1.9.11
        - 1.9.10
        - 1.9.9
        - 1.9.8
- http_slice module enabled
        - 1.9.7
        - 1.9.6
        - 1.9.5
- http_spdy module replaced with http_v2 module
        - 1.9.4
        - 1.9.3
        - 1.9.1
        - 1.9.0
- thread pool support added
- stream module added
- example_ssl.conf removed
        - 1.7.12
        - 1.7.11
        - 1.7.10
        - 1.7.9
        - 1.7.8
        - 1.7.6
        - epoch added to the EPEL7/CentOS7 spec to override EPEL one
- 1.7.5
        - 1.7.4
        - 1.7.3
        - 1.7.2
        - 1.7.1
- incorrect sysconfig filename finding in the initscript fixed
        - 1.7.0
        - 1.5.13
- built spdy module on rhel/centos 6
        - 1.5.12
- spec cleanup
- openssl version dependence added
- upgrade() function in the init script improved
- warning added when binary upgrade returns non-zero exit code
        - 1.5.11
        - 1.5.10
        - 1.5.9
        - 1.5.8
- fixed invalid week days in the changelog
        - 1.5.7
        - 1.5.6
        - 1.5.5
        - 1.5.4
- auth request module added
        - 1.5.3
        - 1.5.2
        - 1.5.1
        - 1.5.0
        - 1.3.16
        - 1.3.15
- gunzip module added
- set permissions on default log files at installation
        - excess slash removed from --prefix
- 1.2.7
        - 1.2.6
        - 1.2.5
        - 1.2.4
        - 1.2.3
- nginx-debug package now actually contains non stripped binary
        - 1.2.2
        - 1.2.1
        - 1.2.0
        - 1.0.15
        - 1.0.14
- OpenSUSE init script and SuSE specific changes to spec file added
        - 1.0.13
        - 1.0.12
- banner added to install script
        - 1.0.11
- init script enhancements (thanks to Gena Makhomed)
- one second sleep during upgrade replaced with 0.1 sec usleep
        - 1.0.10
        - 1.0.9
- nginx-debug package added
        - spec file cleanup (thanks to Yury V. Zaytsev)
- log dir permitions fixed
- logrotate creates new logfiles with nginx owner
- "upgrade" argument to init-script added (based on fedora one)
        - 1.0.8
- built with mp4 module
        - 1.0.7
        - 1.0.6
- replace "conf.d/*" config include with "conf.d/*.conf" in default nginx.conf
        - Initial release
40: preinprog[tag=1085,type=6,count=1,size=8,offset=13276]
        /bin/sh
41: postinprog[tag=1086,type=6,count=1,size=8,offset=13284]
        /bin/sh
42: preunprog[tag=1087,type=6,count=1,size=8,offset=13292]
        /bin/sh
43: postunprog[tag=1088,type=6,count=1,size=8,offset=13300]
        /bin/sh
44: cookie[tag=1094,type=6,count=1,size=53,offset=13308]
        rhel8-amd64-builder-builder.gnt.nginx.com 1565708687
45: filedevices[tag=1095,type=4,count=38,size=152,offset=13364]
        1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
46: fileinodes[tag=1096,type=4,count=38,size=152,offset=13516]
        1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
47: filelangs[tag=1097,type=8,count=38,size=38,offset=13668]






































48: provideflags[tag=1112,type=4,count=4,size=16,offset=13708]
        268435464, 8, 8, 0,
49: provideversion[tag=1113,type=8,count=4,size=58,offset=13724]
        1:1.16.1-1.el8.ngx
        1:1.16.1-1.el8.ngx
        1:1.16.1-1.el8.ngx

50: dirindexes[tag=1116,type=4,count=38,size=152,offset=13784]
        0, 1, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 4, 5, 6, 7, 6, 8, 9, 9, 10, 11, 12, 13, 13, 14, 14, 15, 16, 17, 18, 19, 20, 20, 21, 22,
51: basenames[tag=1117,type=8,count=38,size=408,offset=13936]
        nginx
        nginx
        conf.d
        default.conf
        fastcgi_params
        koi-utf
        koi-win
        mime.types
        modules
        nginx.conf
        scgi_params
        uwsgi_params
        win-utf
        nginx
        nginx-debug
        .build-id
        25
        6232e97c72486552b6d3e6191b227e0cc4346e
        e3
        ecb20ef2cf6bb52027480d1802530bda5b311c
        nginx-debug.service
        nginx.service
        nginx
        modules
        nginx
        check-reload
        upgrade
        nginx
        nginx-debug
        nginx-1.16.1
        COPYRIGHT
        nginx.8.gz
        nginx
        html
        50x.html
        index.html
        nginx
        nginx
52: dirnames[tag=1118,type=8,count=23,size=442,offset=14344]
        /etc/logrotate.d/
        /etc/
        /etc/nginx/
        /etc/nginx/conf.d/
        /etc/sysconfig/
        /usr/lib/
        /usr/lib/.build-id/
        /usr/lib/.build-id/25/
        /usr/lib/.build-id/e3/
        /usr/lib/systemd/system/
        /usr/lib64/
        /usr/lib64/nginx/
        /usr/libexec/initscripts/legacy-actions/
        /usr/libexec/initscripts/legacy-actions/nginx/
        /usr/sbin/
        /usr/share/doc/
        /usr/share/doc/nginx-1.16.1/
        /usr/share/man/man8/
        /usr/share/
        /usr/share/nginx/
        /usr/share/nginx/html/
        /var/cache/
        /var/log/
53: optflags[tag=1122,type=6,count=1,size=336,offset=14786]
        -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
54: payloadformat[tag=1124,type=6,count=1,size=5,offset=15122]
        cpio
55: payloadcompressor[tag=1125,type=6,count=1,size=3,offset=15127]
        xz
56: payloadflags[tag=1126,type=6,count=1,size=2,offset=15130]
        2
57: platform[tag=1132,type=6,count=1,size=24,offset=15132]
        x86_64-redhat-linux-gnu
58: filecolors[tag=1140,type=4,count=38,size=152,offset=15156]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0,
59: fileclass[tag=1141,type=4,count=38,size=152,offset=15308]
        0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, 1, 2, 1, 2, 0, 0, 1, 1, 1, 3, 3, 4, 5, 1, 0, 6, 1, 1, 7, 7, 1, 1,
60: classdict[tag=1142,type=8,count=8,size=631,offset=15460]
        ASCII text
        directory

        POSIX shell script, ASCII text executable
        ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=e3ecb20ef2cf6bb52027480d1802530bda5b311c, stripped, too many notes (256)
        ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=256232e97c72486552b6d3e6191b227e0cc4346e, stripped, too many notes (256)
        troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)
        HTML document, ASCII text
61: filedependsx[tag=1143,type=4,count=38,size=152,offset=16092]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0,
62: filedependsn[tag=1144,type=4,count=38,size=152,offset=16244]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 27, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0,
63: dependsdict[tag=1145,type=4,count=56,size=224,offset=16396]
        1375731716, 1375731716, 1375731731, 1375731735, 1375731739, 1375731738, 1375731733, 1375731742, 1375731741, 1375731720, 1375731725, 1375731723, 1375731719, 1375731724, 1375731728, 1375731729, 1375731727, 1375731726, 1375731721, 1375731722, 1375731734, 1375731737, 1375731730, 1375731736, 1375731740, 1375731732, 1375731743, 1375731718, 1375731747, 1375731731, 1375731735, 1375731739, 1375731738, 1375731733, 1375731742, 1375731741, 1375731720, 1375731725, 1375731723, 1375731719, 1375731724, 1375731728, 1375731729, 1375731727, 1375731726, 1375731721, 1375731722, 1375731734, 1375731737, 1375731730, 1375731736, 1375731740, 1375731732, 1375731743, 1375731718, 1375731747,
64: sourcepkgid[tag=1146,type=7,count=16,size=16,offset=16620]
       0: 10 ab 1d da 3a  b 3e c6 15 8a 8e ec 90 41 4d 60
65: org.redline_rpm.header.AbstractHeader$Int32Entry@ab38a17[tag=5011,type=4,count=1,size=4,offset=16636]
        8,
66: org.redline_rpm.header.AbstractHeader$StringEntry@366f374c[tag=5062,type=6,count=1,size=6,offset=16640]
        utf-8
67: org.redline_rpm.header.AbstractHeader$StringArrayEntry@53d0ac3c[tag=5092,type=8,count=1,size=65,offset=16646]
        9b0469e35b5ebd238ed8b5987a1b2a3c0a79f3222e62b4e32a02dfb3494ecaed
68: org.redline_rpm.header.AbstractHeader$Int32Entry@247e0855[tag=5093,type=4,count=1,size=4,offset=16712]
        8,

[2;37mDEBUGm] pool-1-thread-4 com.artipie.rpm.Pkg$1: header: Start Header ( class org.redline_rpm.header.Header)
0: headerimmutable[tag=63,type=7,count=16,size=16,offset=16716]
       0:  0  0  0 3f  0  0  0  7 ff ff fb b0  0  0  0 10
1: headeri18ntable[tag=100,type=8,count=1,size=2,offset=0]
        C
2: name[tag=1000,type=6,count=1,size=6,offset=2]
        nginx
3: version[tag=1001,type=6,count=1,size=7,offset=8]
        1.16.1
4: release[tag=1002,type=6,count=1,size=10,offset=15]
        1.el8.ngx
5: epoch[tag=1003,type=4,count=1,size=4,offset=28]
        1,
6: summary[tag=1004,type=9,count=1,size=28,offset=32]
        High performance web server
7: description[tag=1005,type=9,count=1,size=86,offset=60]
        nginx [engine x] is an HTTP and reverse proxy server, as well as
a mail proxy server.
8: buildtime[tag=1006,type=4,count=1,size=4,offset=148]
        1565708687,
9: buildhost[tag=1007,type=6,count=1,size=42,offset=152]
        rhel8-amd64-builder-builder.gnt.nginx.com
10: size[tag=1009,type=4,count=1,size=4,offset=196]
        3003616,
11: vendor[tag=1011,type=6,count=1,size=12,offset=200]
        Nginx, Inc.
12: license[tag=1014,type=6,count=1,size=26,offset=212]
        2-clause BSD-like license
13: group[tag=1016,type=9,count=1,size=27,offset=238]
        System Environment/Daemons
14: url[tag=1020,type=6,count=1,size=18,offset=265]
        http://nginx.org/
15: os[tag=1021,type=6,count=1,size=6,offset=283]
        linux
16: arch[tag=1022,type=6,count=1,size=7,offset=289]
        x86_64
17: prein[tag=1023,type=6,count=1,size=207,offset=296]
        # Add the "nginx" user
getent group nginx >/dev/null || groupadd -r nginx
getent passwd nginx >/dev/null || \
    useradd -r -g nginx -s /sbin/nologin \
    -d /var/cache/nginx -c "nginx user"  nginx
exit 0
18: postin[tag=1024,type=6,count=1,size=1260,offset=503]
        # Register the nginx service
if [ $1 -eq 1 ]; then
    /usr/bin/systemctl preset nginx.service >/dev/null 2>&1 ||:
    /usr/bin/systemctl preset nginx-debug.service >/dev/null 2>&1 ||:
    # print site info
    cat <<BANNER
----------------------------------------------------------------------

Thanks for using nginx!

Please find the official documentation for nginx here:
* http://nginx.org/en/docs/

Please subscribe to nginx-announce mailing list to get
the most important news about nginx:
* http://nginx.org/en/support.html

Commercial subscriptions for nginx are available on:
* http://nginx.com/products/

----------------------------------------------------------------------
BANNER

    # Touch and set permisions on default log files on installation

    if [ -d /var/log/nginx ]; then
        if [ ! -e /var/log/nginx/access.log ]; then
            touch /var/log/nginx/access.log
            /usr/bin/chmod 640 /var/log/nginx/access.log
            /usr/bin/chown nginx:adm /var/log/nginx/access.log
        fi

        if [ ! -e /var/log/nginx/error.log ]; then
            touch /var/log/nginx/error.log
            /usr/bin/chmod 640 /var/log/nginx/error.log
            /usr/bin/chown nginx:adm /var/log/nginx/error.log
        fi
    fi
fi
19: preun[tag=1025,type=6,count=1,size=164,offset=1763]
        if [ $1 -eq 0 ]; then
    /usr/bin/systemctl --no-reload disable nginx.service >/dev/null 2>&1 ||:
    /usr/bin/systemctl stop nginx.service >/dev/null 2>&1 ||:
fi
20: postun[tag=1026,type=6,count=1,size=258,offset=1927]
        /usr/bin/systemctl daemon-reload >/dev/null 2>&1 ||:
if [ $1 -ge 1 ]; then
    /sbin/service nginx status  >/dev/null 2>&1 || exit 0
    /sbin/service nginx upgrade >/dev/null 2>&1 || echo \
        "Binary upgrade failed, please check nginx's error.log"
fi
21: filesizes[tag=1028,type=4,count=38,size=152,offset=2188]
        351, 0, 0, 1093, 1007, 2837, 2223, 5231, 29, 643, 636, 664, 3610, 98, 148, 0, 0, 32, 0, 26, 405, 399, 0, 0, 0, 646, 906, 1425336, 1552448, 0, 1377, 2452, 0, 0, 494, 612, 0, 0,
22: filemodes[tag=1030,type=3,count=38,size=76,offset=2340]
        33188, 16877, 16877, 33188, 33188, 33188, 33188, 33188, 41471, 33188, 33188, 33188, 33188, 33188, 33188, 16877, 16877, 41471, 16877, 41471, 33188, 33188, 16877, 16877, 16877, 33261, 33261, 33261, 33261, 16877, 33188, 33188, 16877, 16877, 33188, 33188, 16877, 16877,
23: filerdevs[tag=1033,type=3,count=38,size=76,offset=2416]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
24: filemtimes[tag=1034,type=4,count=38,size=152,offset=2492]
        1565708551, 1565708684, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708551, 1565708551, 1565708687, 1565708687, 1565708687, 1565708687, 1565708687, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708686, 1565708686, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684,
25: filemd5s[tag=1035,type=8,count=38,size=1446,offset=2644]
        6f0f7a0758bea8d550bdf3871de6b3af2f2f4320309d7f812413f05e3e26a315


        ba015afe3042196e5d0bd117a9e18ac826f52e44cb29321a9b08f7dbf48c62a5
        f37852d0113de30fa6bfc3d9b180ef99383c06739530dd482a8538503afd5a58
        b5f8a6d411db5e5d11d151d50cd1e962444732593adec0e1ef0a8c6eebec63ee
        de518a9eafe86c8bc705e296d0ef26135835b46bdc0de01d1d50a630fa5d341e
        7f0b9e0c2320db6882b6d0db1cb3d28c41dd4ff0d1c6e17798ff19668f412598

        772e914d404163a563e888730a3d4c5d86fbb1a5d3ee6b8c58c7eeda9af1db5b
        f27b2027c571ccafcfb0fbb3f54d7aeee11a984e3a0f5a1fdf14629030fc9011
        015cb581c2eb84b1a1ac9b575521d5881f791f632bfa62f34b26ba97d70c0d4f
        55adf050bad0cb60cbfe18649f8f17cd405fece0cc65eb78dac72c74c9dad944
        94b67a165e2ad3e9b4fa98f2910874fdc2f2e2c202b5305d1cbc968ee55f8d1d
        81fc34f023e445e64a3a64aa2bfbcedf9d8744abeda5e07b9e9a94142f0e313c





        e9c95c0c73ab151da6ab003abd3a082379fa029bce36d99822a88fec1f5698bc
        dec0c53277aa3ece1710b944273d6ea8662f50449dc250250026f9c6a0784c88



        9700706909f288c90a11ff5efe03efc0913bcda28cfd30d03c7d528edfdcca61
        562bb1385b8449eaab7c45d7c774b0b5cedc4973515494d2b5793691c0ea4d86
        7e43d7425bed50f7f0520a56449e112faaae8fb3cf0c25ce4e5c0124a90a168d
        30f067a6b1097166415fbe96864e25d4d24c261f2009a146598ff593308f8a3b

        4f72e2bccf0bcd839dd447ab6f359336f428caa1987a9afec2bc9ade5711658a
        5f5db968cfb09e0c90a565d15f7a04b72dce06f9a762d3971bf15fab9d8e0fa4


        d11dc22c73306cd84bc9869302b02dc8604d596185203a74dd0042c5d2fdd3be
        38ffd4972ae513a0c79a8be4573403edcd709f0f572105362b08ff50cf6de521


26: filelinktos[tag=1036,type=8,count=38,size=125,offset=4090]








        ../../usr/lib64/nginx/modules








        ../../../../usr/sbin/nginx-debug

        ../../../../usr/sbin/nginx


















27: fileflags[tag=1037,type=4,count=38,size=152,offset=4216]
        17, 0, 0, 17, 17, 17, 17, 17, 0, 17, 17, 17, 17, 17, 17, 4096, 4096, 4096, 4096, 4096, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0,
28: fileusername[tag=1039,type=8,count=38,size=190,offset=4368]
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
29: filegroupname[tag=1040,type=8,count=38,size=190,offset=4558]
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
30: sourcerpm[tag=1044,type=6,count=1,size=31,offset=4748]
        nginx-1.16.1-1.el8.ngx.src.rpm
31: fileverifyflags[tag=1045,type=4,count=38,size=152,offset=4780]
        -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
32: providename[tag=1047,type=8,count=4,size=44,offset=4932]
        config(nginx)
        nginx
        nginx(x86-64)
        webserver
33: requireflags[tag=1048,type=4,count=41,size=164,offset=4976]
        768, 1280, 2304, 4352, 16384, 268435464, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16777226, 16777226, 16777226, 16777226, 16384, 512, 1024, 2048, 4096,
34: requirename[tag=1049,type=8,count=41,size=948,offset=5140]
        /bin/sh
        /bin/sh
        /bin/sh
        /bin/sh
        /bin/sh
        config(nginx)
        libc.so.6()(64bit)
        libc.so.6(GLIBC_2.10)(64bit)
        libc.so.6(GLIBC_2.14)(64bit)
        libc.so.6(GLIBC_2.17)(64bit)
        libc.so.6(GLIBC_2.2.5)(64bit)
        libc.so.6(GLIBC_2.27)(64bit)
        libc.so.6(GLIBC_2.28)(64bit)
        libc.so.6(GLIBC_2.3)(64bit)
        libc.so.6(GLIBC_2.3.2)(64bit)
        libc.so.6(GLIBC_2.3.4)(64bit)
        libc.so.6(GLIBC_2.4)(64bit)
        libc.so.6(GLIBC_2.7)(64bit)
        libcrypt.so.1()(64bit)
        libcrypt.so.1(XCRYPT_2.0)(64bit)
        libcrypto.so.1.1()(64bit)
        libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)
        libdl.so.2()(64bit)
        libdl.so.2(GLIBC_2.2.5)(64bit)
        libpcre.so.1()(64bit)
        libpthread.so.0()(64bit)
        libpthread.so.0(GLIBC_2.2.5)(64bit)
        libpthread.so.0(GLIBC_2.3.2)(64bit)
        libssl.so.1.1()(64bit)
        libssl.so.1.1(OPENSSL_1_1_0)(64bit)
        libssl.so.1.1(OPENSSL_1_1_1)(64bit)
        libz.so.1()(64bit)
        rpmlib(CompressedFileNames)
        rpmlib(FileDigests)
        rpmlib(PayloadFilesHavePrefix)
        rpmlib(PayloadIsXz)
        rtld(GNU_HASH)
        shadow-utils
        systemd
        systemd
        systemd
35: requireversion[tag=1050,type=8,count=41,size=83,offset=6088]





        1:1.16.1-1.el8.ngx


























        3.0.4-1
        4.6.0-1
        4.0-1
        5.2-1





36: rpmversion[tag=1064,type=6,count=1,size=7,offset=6171]
        4.14.2
37: changelogtime[tag=1080,type=4,count=105,size=420,offset=6180]
        1565697600, 1556020800, 1555416000, 1554811200, 1553601600, 1551182400, 1545739200, 1543320000, 1541505600, 1538481600, 1537876800, 1535457600, 1532433600, 1530619200, 1528200000, 1523275200, 1522756800, 1521547200, 1519128000, 1514289600, 1511265600, 1507636800, 1504612800, 1502193600, 1499774400, 1498564800, 1496145600, 1493121600, 1491307200, 1490356800, 1490097600, 1487073600, 1485259200, 1482840000, 1481630400, 1479211200, 1476100800, 1473768000, 1469534400, 1467720000, 1464696000, 1464091200, 1461067200, 1459857600, 1459252800, 1456315200, 1455019200, 1453809600, 1449662400, 1449576000, 1447761600, 1445947200, 1442923200, 1439899200, 1436875200, 1432641600, 1430222400, 1428408000, 1427198400, 1423569600, 1419336000, 1417521600, 1412078400, 1410868800, 1407240000, 1404820800, 1403006400, 1401192000, 1398340800, 1396958400, 1395144000, 1393934400, 1391515200, 1390392000, 1387281600, 1384862400, 1380628800, 1379419200, 1377604800, 1375185600, 1372766400, 1370347200, 1367841600, 1366113600, 1364299200, 1360670400, 1355227200, 1352808000, 1348574400, 1344340800, 1341316800, 1338897600, 1335182400, 1334232000, 1331812800, 1330948800, 1328529600, 1323950400, 1321358400, 1320148800, 1318334400, 1317470400, 1317384000, 1314705600, 1312977600,
38: changelogname[tag=1081,type=8,count=105,size=3630,offset=6600]
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com&gt;
        Konstantin Pavlov &lt;thresh@nginx.com&gt;
        Konstantin Pavlov &lt;thresh@nginx.com&gt;
        Konstantin Pavlov &lt;thresh@nginx.com&gt;
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Andrei Belov <defan@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch
39: changelogtext[tag=1082,type=8,count=105,size=3046,offset=10230]
        - 1.16.1
        - 1.16.0
        - 1.15.12
        - 1.15.11
        - 1.15.10
        - 1.15.9
        - 1.15.8
        - 1.15.7
        - 1.15.6
- Fixes CVE-2018-16843
- Fixes CVE-2018-16844
- Fixes CVE-2018-16845
        - 1.15.5
        - 1.15.4
        - 1.15.3
        - 1.15.2
        - 1.15.1
        - 1.15.0
        - 1.13.12
        - 1.13.11
        - 1.13.10
        - 1.13.9
        - 1.13.8
        - 1.13.7
        - 1.13.6
        - 1.13.5
        - 1.13.4
        - 1.13.3
- Fixes CVE-2017-7529
        - 1.13.2
        - 1.13.1
        - 1.13.0
        - 1.11.13
- CentOS7/RHEL7: made upgrade loops/timeouts configurable via
  /etc/sysconfig/nginx.
- Bumped upgrade defaults to five loops one second each.
        - 1.11.12
        - 1.11.11
        - 1.11.10
        - 1.11.9
- Extended hardening build flags.
- Added check-reload target to init script / systemd service.
        - 1.11.8
        - 1.11.7
        - 1.11.6
        - 1.11.5
        - 1.11.4.
- njs updated to 0.1.2.
        - 1.11.3.
- njs updated to 0.1.0.
- njs stream dynamic module added to nginx-module-njs package.
- geoip stream dynamic module added to nginx-module-geoip package.
        - 1.11.2
- njs updated to ef2b708510b1.
        - 1.11.1
        - Fixed logrotate error if nginx is not running
- 1.11.0
        - 1.9.15
- njs updated to 1c50334fbea6.
        - 1.9.14
        - 1.9.13
- Added perl and njs dynamic modules
- Fixed Requires section for dynamic modules on CentOS7/RHEL7
        - common configure args are now in macros
- xslt, image-filter and geoip dynamic modules added
- 1.9.12
        - dynamic modules path and symlink in /etc/nginx added
- 1.9.11
        - 1.9.10
        - 1.9.9
        - 1.9.8
- http_slice module enabled
        - 1.9.7
        - 1.9.6
        - 1.9.5
- http_spdy module replaced with http_v2 module
        - 1.9.4
        - 1.9.3
        - 1.9.1
        - 1.9.0
- thread pool support added
- stream module added
- example_ssl.conf removed
        - 1.7.12
        - 1.7.11
        - 1.7.10
        - 1.7.9
        - 1.7.8
        - 1.7.6
        - epoch added to the EPEL7/CentOS7 spec to override EPEL one
- 1.7.5
        - 1.7.4
        - 1.7.3
        - 1.7.2
        - 1.7.1
- incorrect sysconfig filename finding in the initscript fixed
        - 1.7.0
        - 1.5.13
- built spdy module on rhel/centos 6
        - 1.5.12
- spec cleanup
- openssl version dependence added
- upgrade() function in the init script improved
- warning added when binary upgrade returns non-zero exit code
        - 1.5.11
        - 1.5.10
        - 1.5.9
        - 1.5.8
- fixed invalid week days in the changelog
        - 1.5.7
        - 1.5.6
        - 1.5.5
        - 1.5.4
- auth request module added
        - 1.5.3
        - 1.5.2
        - 1.5.1
        - 1.5.0
        - 1.3.16
        - 1.3.15
- gunzip module added
- set permissions on default log files at installation
        - excess slash removed from --prefix
- 1.2.7
        - 1.2.6
        - 1.2.5
        - 1.2.4
        - 1.2.3
- nginx-debug package now actually contains non stripped binary
        - 1.2.2
        - 1.2.1
        - 1.2.0
        - 1.0.15
        - 1.0.14
- OpenSUSE init script and SuSE specific changes to spec file added
        - 1.0.13
        - 1.0.12
- banner added to install script
        - 1.0.11
- init script enhancements (thanks to Gena Makhomed)
- one second sleep during upgrade replaced with 0.1 sec usleep
        - 1.0.10
        - 1.0.9
- nginx-debug package added
        - spec file cleanup (thanks to Yury V. Zaytsev)
- log dir permitions fixed
- logrotate creates new logfiles with nginx owner
- "upgrade" argument to init-script added (based on fedora one)
        - 1.0.8
- built with mp4 module
        - 1.0.7
        - 1.0.6
- replace "conf.d/*" config include with "conf.d/*.conf" in default nginx.conf
        - Initial release
40: preinprog[tag=1085,type=6,count=1,size=8,offset=13276]
        /bin/sh
41: postinprog[tag=1086,type=6,count=1,size=8,offset=13284]
        /bin/sh
42: preunprog[tag=1087,type=6,count=1,size=8,offset=13292]
        /bin/sh
43: postunprog[tag=1088,type=6,count=1,size=8,offset=13300]
        /bin/sh
44: cookie[tag=1094,type=6,count=1,size=53,offset=13308]
        rhel8-amd64-builder-builder.gnt.nginx.com 1565708687
45: filedevices[tag=1095,type=4,count=38,size=152,offset=13364]
        1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
46: fileinodes[tag=1096,type=4,count=38,size=152,offset=13516]
        1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
47: filelangs[tag=1097,type=8,count=38,size=38,offset=13668]






































48: provideflags[tag=1112,type=4,count=4,size=16,offset=13708]
        268435464, 8, 8, 0,
49: provideversion[tag=1113,type=8,count=4,size=58,offset=13724]
        1:1.16.1-1.el8.ngx
        1:1.16.1-1.el8.ngx
        1:1.16.1-1.el8.ngx

50: dirindexes[tag=1116,type=4,count=38,size=152,offset=13784]
        0, 1, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 4, 5, 6, 7, 6, 8, 9, 9, 10, 11, 12, 13, 13, 14, 14, 15, 16, 17, 18, 19, 20, 20, 21, 22,
51: basenames[tag=1117,type=8,count=38,size=408,offset=13936]
        nginx
        nginx
        conf.d
        default.conf
        fastcgi_params
        koi-utf
        koi-win
        mime.types
        modules
        nginx.conf
        scgi_params
        uwsgi_params
        win-utf
        nginx
        nginx-debug
        .build-id
        25
        6232e97c72486552b6d3e6191b227e0cc4346e
        e3
        ecb20ef2cf6bb52027480d1802530bda5b311c
        nginx-debug.service
        nginx.service
        nginx
        modules
        nginx
        check-reload
        upgrade
        nginx
        nginx-debug
        nginx-1.16.1
        COPYRIGHT
        nginx.8.gz
        nginx
        html
        50x.html
        index.html
        nginx
        nginx
52: dirnames[tag=1118,type=8,count=23,size=442,offset=14344]
        /etc/logrotate.d/
        /etc/
        /etc/nginx/
        /etc/nginx/conf.d/
        /etc/sysconfig/
        /usr/lib/
        /usr/lib/.build-id/
        /usr/lib/.build-id/25/
        /usr/lib/.build-id/e3/
        /usr/lib/systemd/system/
        /usr/lib64/
        /usr/lib64/nginx/
        /usr/libexec/initscripts/legacy-actions/
        /usr/libexec/initscripts/legacy-actions/nginx/
        /usr/sbin/
        /usr/share/doc/
        /usr/share/doc/nginx-1.16.1/
        /usr/share/man/man8/
        /usr/share/
        /usr/share/nginx/
        /usr/share/nginx/html/
        /var/cache/
        /var/log/
53: optflags[tag=1122,type=6,count=1,size=336,offset=14786]
        -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
54: payloadformat[tag=1124,type=6,count=1,size=5,offset=15122]
        cpio
55: payloadcompressor[tag=1125,type=6,count=1,size=3,offset=15127]
        xz
56: payloadflags[tag=1126,type=6,count=1,size=2,offset=15130]
        2
57: platform[tag=1132,type=6,count=1,size=24,offset=15132]
        x86_64-redhat-linux-gnu
58: filecolors[tag=1140,type=4,count=38,size=152,offset=15156]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0,
59: fileclass[tag=1141,type=4,count=38,size=152,offset=15308]
        0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, 1, 2, 1, 2, 0, 0, 1, 1, 1, 3, 3, 4, 5, 1, 0, 6, 1, 1, 7, 7, 1, 1,
60: classdict[tag=1142,type=8,count=8,size=631,offset=15460]
        ASCII text
        directory

        POSIX shell script, ASCII text executable
        ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=e3ecb20ef2cf6bb52027480d1802530bda5b311c, stripped, too many notes (256)
        ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=256232e97c72486552b6d3e6191b227e0cc4346e, stripped, too many notes (256)
        troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)
        HTML document, ASCII text
61: filedependsx[tag=1143,type=4,count=38,size=152,offset=16092]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0,
62: filedependsn[tag=1144,type=4,count=38,size=152,offset=16244]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 27, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0,
63: dependsdict[tag=1145,type=4,count=56,size=224,offset=16396]
        1375731716, 1375731716, 1375731731, 1375731735, 1375731739, 1375731738, 1375731733, 1375731742, 1375731741, 1375731720, 1375731725, 1375731723, 1375731719, 1375731724, 1375731728, 1375731729, 1375731727, 1375731726, 1375731721, 1375731722, 1375731734, 1375731737, 1375731730, 1375731736, 1375731740, 1375731732, 1375731743, 1375731718, 1375731747, 1375731731, 1375731735, 1375731739, 1375731738, 1375731733, 1375731742, 1375731741, 1375731720, 1375731725, 1375731723, 1375731719, 1375731724, 1375731728, 1375731729, 1375731727, 1375731726, 1375731721, 1375731722, 1375731734, 1375731737, 1375731730, 1375731736, 1375731740, 1375731732, 1375731743, 1375731718, 1375731747,
64: sourcepkgid[tag=1146,type=7,count=16,size=16,offset=16620]
       0: 10 ab 1d da 3a  b 3e c6 15 8a 8e ec 90 41 4d 60
65: org.redline_rpm.header.AbstractHeader$Int32Entry@56a8e79d[tag=5011,type=4,count=1,size=4,offset=16636]
        8,
66: org.redline_rpm.header.AbstractHeader$StringEntry@7c1411a1[tag=5062,type=6,count=1,size=6,offset=16640]
        utf-8
67: org.redline_rpm.header.AbstractHeader$StringArrayEntry@fe498da[tag=5092,type=8,count=1,size=65,offset=16646]
        9b0469e35b5ebd238ed8b5987a1b2a3c0a79f3222e62b4e32a02dfb3494ecaed
68: org.redline_rpm.header.AbstractHeader$Int32Entry@52747348[tag=5093,type=4,count=1,size=4,offset=16712]
        8,

[2;37mDEBUGm] pool-1-thread-3 com.artipie.rpm.Pkg$1: header: Start Header ( class org.redline_rpm.header.Header)
0: headerimmutable[tag=63,type=7,count=16,size=16,offset=16716]
       0:  0  0  0 3f  0  0  0  7 ff ff fb b0  0  0  0 10
1: headeri18ntable[tag=100,type=8,count=1,size=2,offset=0]
        C
2: name[tag=1000,type=6,count=1,size=6,offset=2]
        nginx
3: version[tag=1001,type=6,count=1,size=7,offset=8]
        1.16.1
4: release[tag=1002,type=6,count=1,size=10,offset=15]
        1.el8.ngx
5: epoch[tag=1003,type=4,count=1,size=4,offset=28]
        1,
6: summary[tag=1004,type=9,count=1,size=28,offset=32]
        High performance web server
7: description[tag=1005,type=9,count=1,size=86,offset=60]
        nginx [engine x] is an HTTP and reverse proxy server, as well as
a mail proxy server.
8: buildtime[tag=1006,type=4,count=1,size=4,offset=148]
        1565708687,
9: buildhost[tag=1007,type=6,count=1,size=42,offset=152]
        rhel8-amd64-builder-builder.gnt.nginx.com
10: size[tag=1009,type=4,count=1,size=4,offset=196]
        3003616,
11: vendor[tag=1011,type=6,count=1,size=12,offset=200]
        Nginx, Inc.
12: license[tag=1014,type=6,count=1,size=26,offset=212]
        2-clause BSD-like license
13: group[tag=1016,type=9,count=1,size=27,offset=238]
        System Environment/Daemons
14: url[tag=1020,type=6,count=1,size=18,offset=265]
        http://nginx.org/
15: os[tag=1021,type=6,count=1,size=6,offset=283]
        linux
16: arch[tag=1022,type=6,count=1,size=7,offset=289]
        x86_64
17: prein[tag=1023,type=6,count=1,size=207,offset=296]
        # Add the "nginx" user
getent group nginx >/dev/null || groupadd -r nginx
getent passwd nginx >/dev/null || \
    useradd -r -g nginx -s /sbin/nologin \
    -d /var/cache/nginx -c "nginx user"  nginx
exit 0
18: postin[tag=1024,type=6,count=1,size=1260,offset=503]
        # Register the nginx service
if [ $1 -eq 1 ]; then
    /usr/bin/systemctl preset nginx.service >/dev/null 2>&1 ||:
    /usr/bin/systemctl preset nginx-debug.service &gt;/dev/null 2&gt;&amp;1 ||:
    # print site info
    cat <<BANNER
----------------------------------------------------------------------

Thanks for using nginx!

Please find the official documentation for nginx here:
* http://nginx.org/en/docs/

Please subscribe to nginx-announce mailing list to get
the most important news about nginx:
* http://nginx.org/en/support.html

Commercial subscriptions for nginx are available on:
* http://nginx.com/products/

----------------------------------------------------------------------
BANNER

    # Touch and set permisions on default log files on installation

    if [ -d /var/log/nginx ]; then
        if [ ! -e /var/log/nginx/access.log ]; then
            touch /var/log/nginx/access.log
            /usr/bin/chmod 640 /var/log/nginx/access.log
            /usr/bin/chown nginx:adm /var/log/nginx/access.log
        fi

        if [ ! -e /var/log/nginx/error.log ]; then
            touch /var/log/nginx/error.log
            /usr/bin/chmod 640 /var/log/nginx/error.log
            /usr/bin/chown nginx:adm /var/log/nginx/error.log
        fi
    fi
fi
19: preun[tag=1025,type=6,count=1,size=164,offset=1763]
        if [ $1 -eq 0 ]; then
    /usr/bin/systemctl --no-reload disable nginx.service >/dev/null 2>&1 ||:
    /usr/bin/systemctl stop nginx.service >/dev/null 2>&1 ||:
fi
20: postun[tag=1026,type=6,count=1,size=258,offset=1927]
        /usr/bin/systemctl daemon-reload >/dev/null 2>&1 ||:
if [ $1 -ge 1 ]; then
    /sbin/service nginx status  >/dev/null 2>&1 || exit 0
    /sbin/service nginx upgrade >/dev/null 2>&1 || echo \
        "Binary upgrade failed, please check nginx's error.log"
fi
21: filesizes[tag=1028,type=4,count=38,size=152,offset=2188]
        351, 0, 0, 1093, 1007, 2837, 2223, 5231, 29, 643, 636, 664, 3610, 98, 148, 0, 0, 32, 0, 26, 405, 399, 0, 0, 0, 646, 906, 1425336, 1552448, 0, 1377, 2452, 0, 0, 494, 612, 0, 0,
22: filemodes[tag=1030,type=3,count=38,size=76,offset=2340]
        33188, 16877, 16877, 33188, 33188, 33188, 33188, 33188, 41471, 33188, 33188, 33188, 33188, 33188, 33188, 16877, 16877, 41471, 16877, 41471, 33188, 33188, 16877, 16877, 16877, 33261, 33261, 33261, 33261, 16877, 33188, 33188, 16877, 16877, 33188, 33188, 16877, 16877,
23: filerdevs[tag=1033,type=3,count=38,size=76,offset=2416]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
24: filemtimes[tag=1034,type=4,count=38,size=152,offset=2492]
        1565708551, 1565708684, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708551, 1565708551, 1565708687, 1565708687, 1565708687, 1565708687, 1565708687, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708686, 1565708686, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684,
25: filemd5s[tag=1035,type=8,count=38,size=1446,offset=2644]
        6f0f7a0758bea8d550bdf3871de6b3af2f2f4320309d7f812413f05e3e26a315


        ba015afe3042196e5d0bd117a9e18ac826f52e44cb29321a9b08f7dbf48c62a5
        f37852d0113de30fa6bfc3d9b180ef99383c06739530dd482a8538503afd5a58
        b5f8a6d411db5e5d11d151d50cd1e962444732593adec0e1ef0a8c6eebec63ee
        de518a9eafe86c8bc705e296d0ef26135835b46bdc0de01d1d50a630fa5d341e
        7f0b9e0c2320db6882b6d0db1cb3d28c41dd4ff0d1c6e17798ff19668f412598

        772e914d404163a563e888730a3d4c5d86fbb1a5d3ee6b8c58c7eeda9af1db5b
        f27b2027c571ccafcfb0fbb3f54d7aeee11a984e3a0f5a1fdf14629030fc9011
        015cb581c2eb84b1a1ac9b575521d5881f791f632bfa62f34b26ba97d70c0d4f
        55adf050bad0cb60cbfe18649f8f17cd405fece0cc65eb78dac72c74c9dad944
        94b67a165e2ad3e9b4fa98f2910874fdc2f2e2c202b5305d1cbc968ee55f8d1d
        81fc34f023e445e64a3a64aa2bfbcedf9d8744abeda5e07b9e9a94142f0e313c





        e9c95c0c73ab151da6ab003abd3a082379fa029bce36d99822a88fec1f5698bc
        dec0c53277aa3ece1710b944273d6ea8662f50449dc250250026f9c6a0784c88



        9700706909f288c90a11ff5efe03efc0913bcda28cfd30d03c7d528edfdcca61
        562bb1385b8449eaab7c45d7c774b0b5cedc4973515494d2b5793691c0ea4d86
        7e43d7425bed50f7f0520a56449e112faaae8fb3cf0c25ce4e5c0124a90a168d
        30f067a6b1097166415fbe96864e25d4d24c261f2009a146598ff593308f8a3b

        4f72e2bccf0bcd839dd447ab6f359336f428caa1987a9afec2bc9ade5711658a
        5f5db968cfb09e0c90a565d15f7a04b72dce06f9a762d3971bf15fab9d8e0fa4


        d11dc22c73306cd84bc9869302b02dc8604d596185203a74dd0042c5d2fdd3be
        38ffd4972ae513a0c79a8be4573403edcd709f0f572105362b08ff50cf6de521


26: filelinktos[tag=1036,type=8,count=38,size=125,offset=4090]








        ../../usr/lib64/nginx/modules








        ../../../../usr/sbin/nginx-debug

        ../../../../usr/sbin/nginx


















27: fileflags[tag=1037,type=4,count=38,size=152,offset=4216]
        17, 0, 0, 17, 17, 17, 17, 17, 0, 17, 17, 17, 17, 17, 17, 4096, 4096, 4096, 4096, 4096, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0,
28: fileusername[tag=1039,type=8,count=38,size=190,offset=4368]
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
29: filegroupname[tag=1040,type=8,count=38,size=190,offset=4558]
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
30: sourcerpm[tag=1044,type=6,count=1,size=31,offset=4748]
        nginx-1.16.1-1.el8.ngx.src.rpm
31: fileverifyflags[tag=1045,type=4,count=38,size=152,offset=4780]
        -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
32: providename[tag=1047,type=8,count=4,size=44,offset=4932]
        config(nginx)
        nginx
        nginx(x86-64)
        webserver
33: requireflags[tag=1048,type=4,count=41,size=164,offset=4976]
        768, 1280, 2304, 4352, 16384, 268435464, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16777226, 16777226, 16777226, 16777226, 16384, 512, 1024, 2048, 4096,
34: requirename[tag=1049,type=8,count=41,size=948,offset=5140]
        /bin/sh
        /bin/sh
        /bin/sh
        /bin/sh
        /bin/sh
        config(nginx)
        libc.so.6()(64bit)
        libc.so.6(GLIBC_2.10)(64bit)
        libc.so.6(GLIBC_2.14)(64bit)
        libc.so.6(GLIBC_2.17)(64bit)
        libc.so.6(GLIBC_2.2.5)(64bit)
        libc.so.6(GLIBC_2.27)(64bit)
        libc.so.6(GLIBC_2.28)(64bit)
        libc.so.6(GLIBC_2.3)(64bit)
        libc.so.6(GLIBC_2.3.2)(64bit)
        libc.so.6(GLIBC_2.3.4)(64bit)
        libc.so.6(GLIBC_2.4)(64bit)
        libc.so.6(GLIBC_2.7)(64bit)
        libcrypt.so.1()(64bit)
        libcrypt.so.1(XCRYPT_2.0)(64bit)
        libcrypto.so.1.1()(64bit)
        libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)
        libdl.so.2()(64bit)
        libdl.so.2(GLIBC_2.2.5)(64bit)
        libpcre.so.1()(64bit)
        libpthread.so.0()(64bit)
        libpthread.so.0(GLIBC_2.2.5)(64bit)
        libpthread.so.0(GLIBC_2.3.2)(64bit)
        libssl.so.1.1()(64bit)
        libssl.so.1.1(OPENSSL_1_1_0)(64bit)
        libssl.so.1.1(OPENSSL_1_1_1)(64bit)
        libz.so.1()(64bit)
        rpmlib(CompressedFileNames)
        rpmlib(FileDigests)
        rpmlib(PayloadFilesHavePrefix)
        rpmlib(PayloadIsXz)
        rtld(GNU_HASH)
        shadow-utils
        systemd
        systemd
        systemd
35: requireversion[tag=1050,type=8,count=41,size=83,offset=6088]





        1:1.16.1-1.el8.ngx


























        3.0.4-1
        4.6.0-1
        4.0-1
        5.2-1





36: rpmversion[tag=1064,type=6,count=1,size=7,offset=6171]
        4.14.2
37: changelogtime[tag=1080,type=4,count=105,size=420,offset=6180]
        1565697600, 1556020800, 1555416000, 1554811200, 1553601600, 1551182400, 1545739200, 1543320000, 1541505600, 1538481600, 1537876800, 1535457600, 1532433600, 1530619200, 1528200000, 1523275200, 1522756800, 1521547200, 1519128000, 1514289600, 1511265600, 1507636800, 1504612800, 1502193600, 1499774400, 1498564800, 1496145600, 1493121600, 1491307200, 1490356800, 1490097600, 1487073600, 1485259200, 1482840000, 1481630400, 1479211200, 1476100800, 1473768000, 1469534400, 1467720000, 1464696000, 1464091200, 1461067200, 1459857600, 1459252800, 1456315200, 1455019200, 1453809600, 1449662400, 1449576000, 1447761600, 1445947200, 1442923200, 1439899200, 1436875200, 1432641600, 1430222400, 1428408000, 1427198400, 1423569600, 1419336000, 1417521600, 1412078400, 1410868800, 1407240000, 1404820800, 1403006400, 1401192000, 1398340800, 1396958400, 1395144000, 1393934400, 1391515200, 1390392000, 1387281600, 1384862400, 1380628800, 1379419200, 1377604800, 1375185600, 1372766400, 1370347200, 1367841600, 1366113600, 1364299200, 1360670400, 1355227200, 1352808000, 1348574400, 1344340800, 1341316800, 1338897600, 1335182400, 1334232000, 1331812800, 1330948800, 1328529600, 1323950400, 1321358400, 1320148800, 1318334400, 1317470400, 1317384000, 1314705600, 1312977600,
38: changelogname[tag=1081,type=8,count=105,size=3630,offset=6600]
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Andrei Belov <defan@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch
39: changelogtext[tag=1082,type=8,count=105,size=3046,offset=10230]
        - 1.16.1
        - 1.16.0
        - 1.15.12
        - 1.15.11
        - 1.15.10
        - 1.15.9
        - 1.15.8
        - 1.15.7
        - 1.15.6
- Fixes CVE-2018-16843
- Fixes CVE-2018-16844
- Fixes CVE-2018-16845
        - 1.15.5
        - 1.15.4
        - 1.15.3
        - 1.15.2
        - 1.15.1
        - 1.15.0
        - 1.13.12
        - 1.13.11
        - 1.13.10
        - 1.13.9
        - 1.13.8
        - 1.13.7
        - 1.13.6
        - 1.13.5
        - 1.13.4
        - 1.13.3
- Fixes CVE-2017-7529
        - 1.13.2
        - 1.13.1
        - 1.13.0
        - 1.11.13
- CentOS7/RHEL7: made upgrade loops/timeouts configurable via
  /etc/sysconfig/nginx.
- Bumped upgrade defaults to five loops one second each.
        - 1.11.12
        - 1.11.11
        - 1.11.10
        - 1.11.9
- Extended hardening build flags.
- Added check-reload target to init script / systemd service.
        - 1.11.8
        - 1.11.7
        - 1.11.6
        - 1.11.5
        - 1.11.4.
- njs updated to 0.1.2.
        - 1.11.3.
- njs updated to 0.1.0.
- njs stream dynamic module added to nginx-module-njs package.
- geoip stream dynamic module added to nginx-module-geoip package.
        - 1.11.2
- njs updated to ef2b708510b1.
        - 1.11.1
        - Fixed logrotate error if nginx is not running
- 1.11.0
        - 1.9.15
- njs updated to 1c50334fbea6.
        - 1.9.14
        - 1.9.13
- Added perl and njs dynamic modules
- Fixed Requires section for dynamic modules on CentOS7/RHEL7
        - common configure args are now in macros
- xslt, image-filter and geoip dynamic modules added
- 1.9.12
        - dynamic modules path and symlink in /etc/nginx added
- 1.9.11
        - 1.9.10
        - 1.9.9
        - 1.9.8
- http_slice module enabled
        - 1.9.7
        - 1.9.6
        - 1.9.5
- http_spdy module replaced with http_v2 module
        - 1.9.4
        - 1.9.3
        - 1.9.1
        - 1.9.0
- thread pool support added
- stream module added
- example_ssl.conf removed
        - 1.7.12
        - 1.7.11
        - 1.7.10
        - 1.7.9
        - 1.7.8
        - 1.7.6
        - epoch added to the EPEL7/CentOS7 spec to override EPEL one
- 1.7.5
        - 1.7.4
        - 1.7.3
        - 1.7.2
        - 1.7.1
- incorrect sysconfig filename finding in the initscript fixed
        - 1.7.0
        - 1.5.13
- built spdy module on rhel/centos 6
        - 1.5.12
- spec cleanup
- openssl version dependence added
- upgrade() function in the init script improved
- warning added when binary upgrade returns non-zero exit code
        - 1.5.11
        - 1.5.10
        - 1.5.9
        - 1.5.8
- fixed invalid week days in the changelog
        - 1.5.7
        - 1.5.6
        - 1.5.5
        - 1.5.4
- auth request module added
        - 1.5.3
        - 1.5.2
        - 1.5.1
        - 1.5.0
        - 1.3.16
        - 1.3.15
- gunzip module added
- set permissions on default log files at installation
        - excess slash removed from --prefix
- 1.2.7
        - 1.2.6
        - 1.2.5
        - 1.2.4
        - 1.2.3
- nginx-debug package now actually contains non stripped binary
        - 1.2.2
        - 1.2.1
        - 1.2.0
        - 1.0.15
        - 1.0.14
- OpenSUSE init script and SuSE specific changes to spec file added
        - 1.0.13
        - 1.0.12
- banner added to install script
        - 1.0.11
- init script enhancements (thanks to Gena Makhomed)
- one second sleep during upgrade replaced with 0.1 sec usleep
        - 1.0.10
        - 1.0.9
- nginx-debug package added
        - spec file cleanup (thanks to Yury V. Zaytsev)
- log dir permitions fixed
- logrotate creates new logfiles with nginx owner
- "upgrade" argument to init-script added (based on fedora one)
        - 1.0.8
- built with mp4 module
        - 1.0.7
        - 1.0.6
- replace "conf.d/*" config include with "conf.d/*.conf" in default nginx.conf
        - Initial release
40: preinprog[tag=1085,type=6,count=1,size=8,offset=13276]
        /bin/sh
41: postinprog[tag=1086,type=6,count=1,size=8,offset=13284]
        /bin/sh
42: preunprog[tag=1087,type=6,count=1,size=8,offset=13292]
        /bin/sh
43: postunprog[tag=1088,type=6,count=1,size=8,offset=13300]
        /bin/sh
44: cookie[tag=1094,type=6,count=1,size=53,offset=13308]
        rhel8-amd64-builder-builder.gnt.nginx.com 1565708687
45: filedevices[tag=1095,type=4,count=38,size=152,offset=13364]
        1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
46: fileinodes[tag=1096,type=4,count=38,size=152,offset=13516]
        1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
47: filelangs[tag=1097,type=8,count=38,size=38,offset=13668]






































48: provideflags[tag=1112,type=4,count=4,size=16,offset=13708]
        268435464, 8, 8, 0,
49: provideversion[tag=1113,type=8,count=4,size=58,offset=13724]
        1:1.16.1-1.el8.ngx
        1:1.16.1-1.el8.ngx
        1:1.16.1-1.el8.ngx

50: dirindexes[tag=1116,type=4,count=38,size=152,offset=13784]
        0, 1, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 4, 5, 6, 7, 6, 8, 9, 9, 10, 11, 12, 13, 13, 14, 14, 15, 16, 17, 18, 19, 20, 20, 21, 22,
51: basenames[tag=1117,type=8,count=38,size=408,offset=13936]
        nginx
        nginx
        conf.d
        default.conf
        fastcgi_params
        koi-utf
        koi-win
        mime.types
        modules
        nginx.conf
        scgi_params
        uwsgi_params
        win-utf
        nginx
        nginx-debug
        .build-id
        25
        6232e97c72486552b6d3e6191b227e0cc4346e
        e3
        ecb20ef2cf6bb52027480d1802530bda5b311c
        nginx-debug.service
        nginx.service
        nginx
        modules
        nginx
        check-reload
        upgrade
        nginx
        nginx-debug
        nginx-1.16.1
        COPYRIGHT
        nginx.8.gz
        nginx
        html
        50x.html
        index.html
        nginx
        nginx
52: dirnames[tag=1118,type=8,count=23,size=442,offset=14344]
        /etc/logrotate.d/
        /etc/
        /etc/nginx/
        /etc/nginx/conf.d/
        /etc/sysconfig/
        /usr/lib/
        /usr/lib/.build-id/
        /usr/lib/.build-id/25/
        /usr/lib/.build-id/e3/
        /usr/lib/systemd/system/
        /usr/lib64/
        /usr/lib64/nginx/
        /usr/libexec/initscripts/legacy-actions/
        /usr/libexec/initscripts/legacy-actions/nginx/
        /usr/sbin/
        /usr/share/doc/
        /usr/share/doc/nginx-1.16.1/
        /usr/share/man/man8/
        /usr/share/
        /usr/share/nginx/
        /usr/share/nginx/html/
        /var/cache/
        /var/log/
53: optflags[tag=1122,type=6,count=1,size=336,offset=14786]
        -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
54: payloadformat[tag=1124,type=6,count=1,size=5,offset=15122]
        cpio
55: payloadcompressor[tag=1125,type=6,count=1,size=3,offset=15127]
        xz
56: payloadflags[tag=1126,type=6,count=1,size=2,offset=15130]
        2
57: platform[tag=1132,type=6,count=1,size=24,offset=15132]
        x86_64-redhat-linux-gnu
58: filecolors[tag=1140,type=4,count=38,size=152,offset=15156]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0,
59: fileclass[tag=1141,type=4,count=38,size=152,offset=15308]
        0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, 1, 2, 1, 2, 0, 0, 1, 1, 1, 3, 3, 4, 5, 1, 0, 6, 1, 1, 7, 7, 1, 1,
60: classdict[tag=1142,type=8,count=8,size=631,offset=15460]
        ASCII text
        directory

        POSIX shell script, ASCII text executable
        ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=e3ecb20ef2cf6bb52027480d1802530bda5b311c, stripped, too many notes (256)
        ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=256232e97c72486552b6d3e6191b227e0cc4346e, stripped, too many notes (256)
        troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)
        HTML document, ASCII text
61: filedependsx[tag=1143,type=4,count=38,size=152,offset=16092]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0,
62: filedependsn[tag=1144,type=4,count=38,size=152,offset=16244]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 27, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0,
63: dependsdict[tag=1145,type=4,count=56,size=224,offset=16396]
        1375731716, 1375731716, 1375731731, 1375731735, 1375731739, 1375731738, 1375731733, 1375731742, 1375731741, 1375731720, 1375731725, 1375731723, 1375731719, 1375731724, 1375731728, 1375731729, 1375731727, 1375731726, 1375731721, 1375731722, 1375731734, 1375731737, 1375731730, 1375731736, 1375731740, 1375731732, 1375731743, 1375731718, 1375731747, 1375731731, 1375731735, 1375731739, 1375731738, 1375731733, 1375731742, 1375731741, 1375731720, 1375731725, 1375731723, 1375731719, 1375731724, 1375731728, 1375731729, 1375731727, 1375731726, 1375731721, 1375731722, 1375731734, 1375731737, 1375731730, 1375731736, 1375731740, 1375731732, 1375731743, 1375731718, 1375731747,
64: sourcepkgid[tag=1146,type=7,count=16,size=16,offset=16620]
       0: 10 ab 1d da 3a  b 3e c6 15 8a 8e ec 90 41 4d 60
65: org.redline_rpm.header.AbstractHeader$Int32Entry@5687539b[tag=5011,type=4,count=1,size=4,offset=16636]
        8,
66: org.redline_rpm.header.AbstractHeader$StringEntry@7af3eb5f[tag=5062,type=6,count=1,size=6,offset=16640]
        utf-8
67: org.redline_rpm.header.AbstractHeader$StringArrayEntry@63e03caa[tag=5092,type=8,count=1,size=65,offset=16646]
        9b0469e35b5ebd238ed8b5987a1b2a3c0a79f3222e62b4e32a02dfb3494ecaed
68: org.redline_rpm.header.AbstractHeader$Int32Entry@300fc664[tag=5093,type=4,count=1,size=4,offset=16712]
        8,

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Pkg$1: header: Start Header ( class org.redline_rpm.header.Header)
0: headerimmutable[tag=63,type=7,count=16,size=16,offset=16716]
       0:  0  0  0 3f  0  0  0  7 ff ff fb b0  0  0  0 10
1: headeri18ntable[tag=100,type=8,count=1,size=2,offset=0]
        C
2: name[tag=1000,type=6,count=1,size=6,offset=2]
        nginx
3: version[tag=1001,type=6,count=1,size=7,offset=8]
        1.16.1
4: release[tag=1002,type=6,count=1,size=10,offset=15]
        1.el8.ngx
5: epoch[tag=1003,type=4,count=1,size=4,offset=28]
        1,
6: summary[tag=1004,type=9,count=1,size=28,offset=32]
        High performance web server
7: description[tag=1005,type=9,count=1,size=86,offset=60]
        nginx [engine x] is an HTTP and reverse proxy server, as well as
a mail proxy server.
8: buildtime[tag=1006,type=4,count=1,size=4,offset=148]
        1565708687,
9: buildhost[tag=1007,type=6,count=1,size=42,offset=152]
        rhel8-amd64-builder-builder.gnt.nginx.com
10: size[tag=1009,type=4,count=1,size=4,offset=196]
        3003616,
11: vendor[tag=1011,type=6,count=1,size=12,offset=200]
        Nginx, Inc.
12: license[tag=1014,type=6,count=1,size=26,offset=212]
        2-clause BSD-like license
13: group[tag=1016,type=9,count=1,size=27,offset=238]
        System Environment/Daemons
14: url[tag=1020,type=6,count=1,size=18,offset=265]
        http://nginx.org/
15: os[tag=1021,type=6,count=1,size=6,offset=283]
        linux
16: arch[tag=1022,type=6,count=1,size=7,offset=289]
        x86_64
17: prein[tag=1023,type=6,count=1,size=207,offset=296]
        # Add the "nginx" user
getent group nginx >/dev/null || groupadd -r nginx
getent passwd nginx >/dev/null || \
    useradd -r -g nginx -s /sbin/nologin \
    -d /var/cache/nginx -c "nginx user"  nginx
exit 0
18: postin[tag=1024,type=6,count=1,size=1260,offset=503]
        # Register the nginx service
if [ $1 -eq 1 ]; then
    /usr/bin/systemctl preset nginx.service >/dev/null 2>&1 ||:
    /usr/bin/systemctl preset nginx-debug.service >/dev/null 2>&1 ||:
    # print site info
    cat <<BANNER
----------------------------------------------------------------------

Thanks for using nginx!

Please find the official documentation for nginx here:
* http://nginx.org/en/docs/

Please subscribe to nginx-announce mailing list to get
the most important news about nginx:
* http://nginx.org/en/support.html

Commercial subscriptions for nginx are available on:
* http://nginx.com/products/

----------------------------------------------------------------------
BANNER

    # Touch and set permisions on default log files on installation

    if [ -d /var/log/nginx ]; then
        if [ ! -e /var/log/nginx/access.log ]; then
            touch /var/log/nginx/access.log
            /usr/bin/chmod 640 /var/log/nginx/access.log
            /usr/bin/chown nginx:adm /var/log/nginx/access.log
        fi

        if [ ! -e /var/log/nginx/error.log ]; then
            touch /var/log/nginx/error.log
            /usr/bin/chmod 640 /var/log/nginx/error.log
            /usr/bin/chown nginx:adm /var/log/nginx/error.log
        fi
    fi
fi
19: preun[tag=1025,type=6,count=1,size=164,offset=1763]
        if [ $1 -eq 0 ]; then
    /usr/bin/systemctl --no-reload disable nginx.service >/dev/null 2>&1 ||:
    /usr/bin/systemctl stop nginx.service >/dev/null 2>&1 ||:
fi
20: postun[tag=1026,type=6,count=1,size=258,offset=1927]
        /usr/bin/systemctl daemon-reload >/dev/null 2>&1 ||:
if [ $1 -ge 1 ]; then
    /sbin/service nginx status  >/dev/null 2>&1 || exit 0
    /sbin/service nginx upgrade >/dev/null 2>&1 || echo \
        "Binary upgrade failed, please check nginx's error.log"
fi
21: filesizes[tag=1028,type=4,count=38,size=152,offset=2188]
        351, 0, 0, 1093, 1007, 2837, 2223, 5231, 29, 643, 636, 664, 3610, 98, 148, 0, 0, 32, 0, 26, 405, 399, 0, 0, 0, 646, 906, 1425336, 1552448, 0, 1377, 2452, 0, 0, 494, 612, 0, 0,
22: filemodes[tag=1030,type=3,count=38,size=76,offset=2340]
        33188, 16877, 16877, 33188, 33188, 33188, 33188, 33188, 41471, 33188, 33188, 33188, 33188, 33188, 33188, 16877, 16877, 41471, 16877, 41471, 33188, 33188, 16877, 16877, 16877, 33261, 33261, 33261, 33261, 16877, 33188, 33188, 16877, 16877, 33188, 33188, 16877, 16877,
23: filerdevs[tag=1033,type=3,count=38,size=76,offset=2416]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
24: filemtimes[tag=1034,type=4,count=38,size=152,offset=2492]
        1565708551, 1565708684, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708551, 1565708551, 1565708687, 1565708687, 1565708687, 1565708687, 1565708687, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708686, 1565708686, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684,
25: filemd5s[tag=1035,type=8,count=38,size=1446,offset=2644]
        6f0f7a0758bea8d550bdf3871de6b3af2f2f4320309d7f812413f05e3e26a315


        ba015afe3042196e5d0bd117a9e18ac826f52e44cb29321a9b08f7dbf48c62a5
        f37852d0113de30fa6bfc3d9b180ef99383c06739530dd482a8538503afd5a58
        b5f8a6d411db5e5d11d151d50cd1e962444732593adec0e1ef0a8c6eebec63ee
        de518a9eafe86c8bc705e296d0ef26135835b46bdc0de01d1d50a630fa5d341e
        7f0b9e0c2320db6882b6d0db1cb3d28c41dd4ff0d1c6e17798ff19668f412598

        772e914d404163a563e888730a3d4c5d86fbb1a5d3ee6b8c58c7eeda9af1db5b
        f27b2027c571ccafcfb0fbb3f54d7aeee11a984e3a0f5a1fdf14629030fc9011
        015cb581c2eb84b1a1ac9b575521d5881f791f632bfa62f34b26ba97d70c0d4f
        55adf050bad0cb60cbfe18649f8f17cd405fece0cc65eb78dac72c74c9dad944
        94b67a165e2ad3e9b4fa98f2910874fdc2f2e2c202b5305d1cbc968ee55f8d1d
        81fc34f023e445e64a3a64aa2bfbcedf9d8744abeda5e07b9e9a94142f0e313c





        e9c95c0c73ab151da6ab003abd3a082379fa029bce36d99822a88fec1f5698bc
        dec0c53277aa3ece1710b944273d6ea8662f50449dc250250026f9c6a0784c88



        9700706909f288c90a11ff5efe03efc0913bcda28cfd30d03c7d528edfdcca61
        562bb1385b8449eaab7c45d7c774b0b5cedc4973515494d2b5793691c0ea4d86
        7e43d7425bed50f7f0520a56449e112faaae8fb3cf0c25ce4e5c0124a90a168d
        30f067a6b1097166415fbe96864e25d4d24c261f2009a146598ff593308f8a3b

        4f72e2bccf0bcd839dd447ab6f359336f428caa1987a9afec2bc9ade5711658a
        5f5db968cfb09e0c90a565d15f7a04b72dce06f9a762d3971bf15fab9d8e0fa4


        d11dc22c73306cd84bc9869302b02dc8604d596185203a74dd0042c5d2fdd3be
        38ffd4972ae513a0c79a8be4573403edcd709f0f572105362b08ff50cf6de521


26: filelinktos[tag=1036,type=8,count=38,size=125,offset=4090]








        ../../usr/lib64/nginx/modules








        ../../../../usr/sbin/nginx-debug

        ../../../../usr/sbin/nginx


















27: fileflags[tag=1037,type=4,count=38,size=152,offset=4216]
        17, 0, 0, 17, 17, 17, 17, 17, 0, 17, 17, 17, 17, 17, 17, 4096, 4096, 4096, 4096, 4096, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0,
28: fileusername[tag=1039,type=8,count=38,size=190,offset=4368]
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
29: filegroupname[tag=1040,type=8,count=38,size=190,offset=4558]
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
30: sourcerpm[tag=1044,type=6,count=1,size=31,offset=4748]
        nginx-1.16.1-1.el8.ngx.src.rpm
31: fileverifyflags[tag=1045,type=4,count=38,size=152,offset=4780]
        -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
32: providename[tag=1047,type=8,count=4,size=44,offset=4932]
        config(nginx)
        nginx
        nginx(x86-64)
        webserver
33: requireflags[tag=1048,type=4,count=41,size=164,offset=4976]
        768, 1280, 2304, 4352, 16384, 268435464, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16777226, 16777226, 16777226, 16777226, 16384, 512, 1024, 2048, 4096,
34: requirename[tag=1049,type=8,count=41,size=948,offset=5140]
        /bin/sh
        /bin/sh
        /bin/sh
        /bin/sh
        /bin/sh
        config(nginx)
        libc.so.6()(64bit)
        libc.so.6(GLIBC_2.10)(64bit)
        libc.so.6(GLIBC_2.14)(64bit)
        libc.so.6(GLIBC_2.17)(64bit)
        libc.so.6(GLIBC_2.2.5)(64bit)
        libc.so.6(GLIBC_2.27)(64bit)
        libc.so.6(GLIBC_2.28)(64bit)
        libc.so.6(GLIBC_2.3)(64bit)
        libc.so.6(GLIBC_2.3.2)(64bit)
        libc.so.6(GLIBC_2.3.4)(64bit)
        libc.so.6(GLIBC_2.4)(64bit)
        libc.so.6(GLIBC_2.7)(64bit)
        libcrypt.so.1()(64bit)
        libcrypt.so.1(XCRYPT_2.0)(64bit)
        libcrypto.so.1.1()(64bit)
        libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)
        libdl.so.2()(64bit)
        libdl.so.2(GLIBC_2.2.5)(64bit)
        libpcre.so.1()(64bit)
        libpthread.so.0()(64bit)
        libpthread.so.0(GLIBC_2.2.5)(64bit)
        libpthread.so.0(GLIBC_2.3.2)(64bit)
        libssl.so.1.1()(64bit)
        libssl.so.1.1(OPENSSL_1_1_0)(64bit)
        libssl.so.1.1(OPENSSL_1_1_1)(64bit)
        libz.so.1()(64bit)
        rpmlib(CompressedFileNames)
        rpmlib(FileDigests)
        rpmlib(PayloadFilesHavePrefix)
        rpmlib(PayloadIsXz)
        rtld(GNU_HASH)
        shadow-utils
        systemd
        systemd
        systemd
35: requireversion[tag=1050,type=8,count=41,size=83,offset=6088]





        1:1.16.1-1.el8.ngx


























        3.0.4-1
        4.6.0-1
        4.0-1
        5.2-1





36: rpmversion[tag=1064,type=6,count=1,size=7,offset=6171]
        4.14.2
37: changelogtime[tag=1080,type=4,count=105,size=420,offset=6180]
        1565697600, 1556020800, 1555416000, 1554811200, 1553601600, 1551182400, 1545739200, 1543320000, 1541505600, 1538481600, 1537876800, 1535457600, 1532433600, 1530619200, 1528200000, 1523275200, 1522756800, 1521547200, 1519128000, 1514289600, 1511265600, 1507636800, 1504612800, 1502193600, 1499774400, 1498564800, 1496145600, 1493121600, 1491307200, 1490356800, 1490097600, 1487073600, 1485259200, 1482840000, 1481630400, 1479211200, 1476100800, 1473768000, 1469534400, 1467720000, 1464696000, 1464091200, 1461067200, 1459857600, 1459252800, 1456315200, 1455019200, 1453809600, 1449662400, 1449576000, 1447761600, 1445947200, 1442923200, 1439899200, 1436875200, 1432641600, 1430222400, 1428408000, 1427198400, 1423569600, 1419336000, 1417521600, 1412078400, 1410868800, 1407240000, 1404820800, 1403006400, 1401192000, 1398340800, 1396958400, 1395144000, 1393934400, 1391515200, 1390392000, 1387281600, 1384862400, 1380628800, 1379419200, 1377604800, 1375185600, 1372766400, 1370347200, 1367841600, 1366113600, 1364299200, 1360670400, 1355227200, 1352808000, 1348574400, 1344340800, 1341316800, 1338897600, 1335182400, 1334232000, 1331812800, 1330948800, 1328529600, 1323950400, 1321358400, 1320148800, 1318334400, 1317470400, 1317384000, 1314705600, 1312977600,
38: changelogname[tag=1081,type=8,count=105,size=3630,offset=6600]
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Konstantin Pavlov &lt;thresh@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch &lt;sb@nginx.com&gt;
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Andrei Belov <defan@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch
39: changelogtext[tag=1082,type=8,count=105,size=3046,offset=10230]
        - 1.16.1
        - 1.16.0
        - 1.15.12
        - 1.15.11
        - 1.15.10
        - 1.15.9
        - 1.15.8
        - 1.15.7
        - 1.15.6
- Fixes CVE-2018-16843
- Fixes CVE-2018-16844
- Fixes CVE-2018-16845
        - 1.15.5
        - 1.15.4
        - 1.15.3
        - 1.15.2
        - 1.15.1
        - 1.15.0
        - 1.13.12
        - 1.13.11
        - 1.13.10
        - 1.13.9
        - 1.13.8
        - 1.13.7
        - 1.13.6
        - 1.13.5
        - 1.13.4
        - 1.13.3
- Fixes CVE-2017-7529
        - 1.13.2
        - 1.13.1
        - 1.13.0
        - 1.11.13
- CentOS7/RHEL7: made upgrade loops/timeouts configurable via
  /etc/sysconfig/nginx.
- Bumped upgrade defaults to five loops one second each.
        - 1.11.12
        - 1.11.11
        - 1.11.10
        - 1.11.9
- Extended hardening build flags.
- Added check-reload target to init script / systemd service.
        - 1.11.8
        - 1.11.7
        - 1.11.6
        - 1.11.5
        - 1.11.4.
- njs updated to 0.1.2.
        - 1.11.3.
- njs updated to 0.1.0.
- njs stream dynamic module added to nginx-module-njs package.
- geoip stream dynamic module added to nginx-module-geoip package.
        - 1.11.2
- njs updated to ef2b708510b1.
        - 1.11.1
        - Fixed logrotate error if nginx is not running
- 1.11.0
        - 1.9.15
- njs updated to 1c50334fbea6.
        - 1.9.14
        - 1.9.13
- Added perl and njs dynamic modules
- Fixed Requires section for dynamic modules on CentOS7/RHEL7
        - common configure args are now in macros
- xslt, image-filter and geoip dynamic modules added
- 1.9.12
        - dynamic modules path and symlink in /etc/nginx added
- 1.9.11
        - 1.9.10
        - 1.9.9
        - 1.9.8
- http_slice module enabled
        - 1.9.7
        - 1.9.6
        - 1.9.5
- http_spdy module replaced with http_v2 module
        - 1.9.4
        - 1.9.3
        - 1.9.1
        - 1.9.0
- thread pool support added
- stream module added
- example_ssl.conf removed
        - 1.7.12
        - 1.7.11
        - 1.7.10
        - 1.7.9
        - 1.7.8
        - 1.7.6
        - epoch added to the EPEL7/CentOS7 spec to override EPEL one
- 1.7.5
        - 1.7.4
        - 1.7.3
        - 1.7.2
        - 1.7.1
- incorrect sysconfig filename finding in the initscript fixed
        - 1.7.0
        - 1.5.13
- built spdy module on rhel/centos 6
        - 1.5.12
- spec cleanup
- openssl version dependence added
- upgrade() function in the init script improved
- warning added when binary upgrade returns non-zero exit code
        - 1.5.11
        - 1.5.10
        - 1.5.9
        - 1.5.8
- fixed invalid week days in the changelog
        - 1.5.7
        - 1.5.6
        - 1.5.5
        - 1.5.4
- auth request module added
        - 1.5.3
        - 1.5.2
        - 1.5.1
        - 1.5.0
        - 1.3.16
        - 1.3.15
- gunzip module added
- set permissions on default log files at installation
        - excess slash removed from --prefix
- 1.2.7
        - 1.2.6
        - 1.2.5
        - 1.2.4
        - 1.2.3
- nginx-debug package now actually contains non stripped binary
        - 1.2.2
        - 1.2.1
        - 1.2.0
        - 1.0.15
        - 1.0.14
- OpenSUSE init script and SuSE specific changes to spec file added
        - 1.0.13
        - 1.0.12
- banner added to install script
        - 1.0.11
- init script enhancements (thanks to Gena Makhomed)
- one second sleep during upgrade replaced with 0.1 sec usleep
        - 1.0.10
        - 1.0.9
- nginx-debug package added
        - spec file cleanup (thanks to Yury V. Zaytsev)
- log dir permitions fixed
- logrotate creates new logfiles with nginx owner
- "upgrade" argument to init-script added (based on fedora one)
        - 1.0.8
- built with mp4 module
        - 1.0.7
        - 1.0.6
- replace "conf.d/*" config include with "conf.d/*.conf" in default nginx.conf
        - Initial release
40: preinprog[tag=1085,type=6,count=1,size=8,offset=13276]
        /bin/sh
41: postinprog[tag=1086,type=6,count=1,size=8,offset=13284]
        /bin/sh
42: preunprog[tag=1087,type=6,count=1,size=8,offset=13292]
        /bin/sh
43: postunprog[tag=1088,type=6,count=1,size=8,offset=13300]
        /bin/sh
44: cookie[tag=1094,type=6,count=1,size=53,offset=13308]
        rhel8-amd64-builder-builder.gnt.nginx.com 1565708687
45: filedevices[tag=1095,type=4,count=38,size=152,offset=13364]
        1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
46: fileinodes[tag=1096,type=4,count=38,size=152,offset=13516]
        1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
47: filelangs[tag=1097,type=8,count=38,size=38,offset=13668]






































48: provideflags[tag=1112,type=4,count=4,size=16,offset=13708]
        268435464, 8, 8, 0,
49: provideversion[tag=1113,type=8,count=4,size=58,offset=13724]
        1:1.16.1-1.el8.ngx
        1:1.16.1-1.el8.ngx
        1:1.16.1-1.el8.ngx

50: dirindexes[tag=1116,type=4,count=38,size=152,offset=13784]
        0, 1, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 4, 5, 6, 7, 6, 8, 9, 9, 10, 11, 12, 13, 13, 14, 14, 15, 16, 17, 18, 19, 20, 20, 21, 22,
51: basenames[tag=1117,type=8,count=38,size=408,offset=13936]
        nginx
        nginx
        conf.d
        default.conf
        fastcgi_params
        koi-utf
        koi-win
        mime.types
        modules
        nginx.conf
        scgi_params
        uwsgi_params
        win-utf
        nginx
        nginx-debug
        .build-id
        25
        6232e97c72486552b6d3e6191b227e0cc4346e
        e3
        ecb20ef2cf6bb52027480d1802530bda5b311c
        nginx-debug.service
        nginx.service
        nginx
        modules
        nginx
        check-reload
        upgrade
        nginx
        nginx-debug
        nginx-1.16.1
        COPYRIGHT
        nginx.8.gz
        nginx
        html
        50x.html
        index.html
        nginx
        nginx
52: dirnames[tag=1118,type=8,count=23,size=442,offset=14344]
        /etc/logrotate.d/
        /etc/
        /etc/nginx/
        /etc/nginx/conf.d/
        /etc/sysconfig/
        /usr/lib/
        /usr/lib/.build-id/
        /usr/lib/.build-id/25/
        /usr/lib/.build-id/e3/
        /usr/lib/systemd/system/
        /usr/lib64/
        /usr/lib64/nginx/
        /usr/libexec/initscripts/legacy-actions/
        /usr/libexec/initscripts/legacy-actions/nginx/
        /usr/sbin/
        /usr/share/doc/
        /usr/share/doc/nginx-1.16.1/
        /usr/share/man/man8/
        /usr/share/
        /usr/share/nginx/
        /usr/share/nginx/html/
        /var/cache/
        /var/log/
53: optflags[tag=1122,type=6,count=1,size=336,offset=14786]
        -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
54: payloadformat[tag=1124,type=6,count=1,size=5,offset=15122]
        cpio
55: payloadcompressor[tag=1125,type=6,count=1,size=3,offset=15127]
        xz
56: payloadflags[tag=1126,type=6,count=1,size=2,offset=15130]
        2
57: platform[tag=1132,type=6,count=1,size=24,offset=15132]
        x86_64-redhat-linux-gnu
58: filecolors[tag=1140,type=4,count=38,size=152,offset=15156]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0,
59: fileclass[tag=1141,type=4,count=38,size=152,offset=15308]
        0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, 1, 2, 1, 2, 0, 0, 1, 1, 1, 3, 3, 4, 5, 1, 0, 6, 1, 1, 7, 7, 1, 1,
60: classdict[tag=1142,type=8,count=8,size=631,offset=15460]
        ASCII text
        directory

        POSIX shell script, ASCII text executable
        ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=e3ecb20ef2cf6bb52027480d1802530bda5b311c, stripped, too many notes (256)
        ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=256232e97c72486552b6d3e6191b227e0cc4346e, stripped, too many notes (256)
        troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)
        HTML document, ASCII text
61: filedependsx[tag=1143,type=4,count=38,size=152,offset=16092]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0,
62: filedependsn[tag=1144,type=4,count=38,size=152,offset=16244]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 27, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0,
63: dependsdict[tag=1145,type=4,count=56,size=224,offset=16396]
        1375731716, 1375731716, 1375731731, 1375731735, 1375731739, 1375731738, 1375731733, 1375731742, 1375731741, 1375731720, 1375731725, 1375731723, 1375731719, 1375731724, 1375731728, 1375731729, 1375731727, 1375731726, 1375731721, 1375731722, 1375731734, 1375731737, 1375731730, 1375731736, 1375731740, 1375731732, 1375731743, 1375731718, 1375731747, 1375731731, 1375731735, 1375731739, 1375731738, 1375731733, 1375731742, 1375731741, 1375731720, 1375731725, 1375731723, 1375731719, 1375731724, 1375731728, 1375731729, 1375731727, 1375731726, 1375731721, 1375731722, 1375731734, 1375731737, 1375731730, 1375731736, 1375731740, 1375731732, 1375731743, 1375731718, 1375731747,
64: sourcepkgid[tag=1146,type=7,count=16,size=16,offset=16620]
       0: 10 ab 1d da 3a  b 3e c6 15 8a 8e ec 90 41 4d 60
65: org.redline_rpm.header.AbstractHeader$Int32Entry@467a0668[tag=5011,type=4,count=1,size=4,offset=16636]
        8,
66: org.redline_rpm.header.AbstractHeader$StringEntry@2db9e0f3[tag=5062,type=6,count=1,size=6,offset=16640]
        utf-8
67: org.redline_rpm.header.AbstractHeader$StringArrayEntry@573acd7b[tag=5092,type=8,count=1,size=65,offset=16646]
        9b0469e35b5ebd238ed8b5987a1b2a3c0a79f3222e62b4e32a02dfb3494ecaed
68: org.redline_rpm.header.AbstractHeader$Int32Entry@5f2ec4b8[tag=5093,type=4,count=1,size=4,offset=16712]
        8,

[2;37mDEBUGm] pool-1-thread-9 com.artipie.rpm.Pkg$1: header: Start Header ( class org.redline_rpm.header.Header)
0: headerimmutable[tag=63,type=7,count=16,size=16,offset=16716]
       0:  0  0  0 3f  0  0  0  7 ff ff fb b0  0  0  0 10
1: headeri18ntable[tag=100,type=8,count=1,size=2,offset=0]
        C
2: name[tag=1000,type=6,count=1,size=6,offset=2]
        nginx
3: version[tag=1001,type=6,count=1,size=7,offset=8]
        1.16.1
4: release[tag=1002,type=6,count=1,size=10,offset=15]
        1.el8.ngx
5: epoch[tag=1003,type=4,count=1,size=4,offset=28]
        1,
6: summary[tag=1004,type=9,count=1,size=28,offset=32]
        High performance web server
7: description[tag=1005,type=9,count=1,size=86,offset=60]
        nginx [engine x] is an HTTP and reverse proxy server, as well as
a mail proxy server.
8: buildtime[tag=1006,type=4,count=1,size=4,offset=148]
        1565708687,
9: buildhost[tag=1007,type=6,count=1,size=42,offset=152]
        rhel8-amd64-builder-builder.gnt.nginx.com
10: size[tag=1009,type=4,count=1,size=4,offset=196]
        3003616,
11: vendor[tag=1011,type=6,count=1,size=12,offset=200]
        Nginx, Inc.
12: license[tag=1014,type=6,count=1,size=26,offset=212]
        2-clause BSD-like license
13: group[tag=1016,type=9,count=1,size=27,offset=238]
        System Environment/Daemons
14: url[tag=1020,type=6,count=1,size=18,offset=265]
        http://nginx.org/
15: os[tag=1021,type=6,count=1,size=6,offset=283]
        linux
16: arch[tag=1022,type=6,count=1,size=7,offset=289]
        x86_64
17: prein[tag=1023,type=6,count=1,size=207,offset=296]
        # Add the "nginx" user
getent group nginx >/dev/null || groupadd -r nginx
getent passwd nginx >/dev/null || \
    useradd -r -g nginx -s /sbin/nologin \
    -d /var/cache/nginx -c "nginx user"  nginx
exit 0
18: postin[tag=1024,type=6,count=1,size=1260,offset=503]
        # Register the nginx service
if [ $1 -eq 1 ]; then
    /usr/bin/systemctl preset nginx.service >/dev/null 2>&1 ||:
    /usr/bin/systemctl preset nginx-debug.service >/dev/null 2>&1 ||:
    # print site info
    cat <<BANNER
----------------------------------------------------------------------

Thanks for using nginx!

Please find the official documentation for nginx here:
* http://nginx.org/en/docs/

Please subscribe to nginx-announce mailing list to get
the most important news about nginx:
* http://nginx.org/en/support.html

Commercial subscriptions for nginx are available on:
* http://nginx.com/products/

----------------------------------------------------------------------
BANNER

    # Touch and set permisions on default log files on installation

    if [ -d /var/log/nginx ]; then
        if [ ! -e /var/log/nginx/access.log ]; then
            touch /var/log/nginx/access.log
            /usr/bin/chmod 640 /var/log/nginx/access.log
            /usr/bin/chown nginx:adm /var/log/nginx/access.log
        fi

        if [ ! -e /var/log/nginx/error.log ]; then
            touch /var/log/nginx/error.log
            /usr/bin/chmod 640 /var/log/nginx/error.log
            /usr/bin/chown nginx:adm /var/log/nginx/error.log
        fi
    fi
fi
19: preun[tag=1025,type=6,count=1,size=164,offset=1763]
        if [ $1 -eq 0 ]; then
    /usr/bin/systemctl --no-reload disable nginx.service >/dev/null 2>&1 ||:
    /usr/bin/systemctl stop nginx.service >/dev/null 2>&1 ||:
fi
20: postun[tag=1026,type=6,count=1,size=258,offset=1927]
        /usr/bin/systemctl daemon-reload >/dev/null 2>&1 ||:
if [ $1 -ge 1 ]; then
    /sbin/service nginx status  >/dev/null 2>&1 || exit 0
    /sbin/service nginx upgrade >/dev/null 2>&1 || echo \
        "Binary upgrade failed, please check nginx's error.log"
fi
21: filesizes[tag=1028,type=4,count=38,size=152,offset=2188]
        351, 0, 0, 1093, 1007, 2837, 2223, 5231, 29, 643, 636, 664, 3610, 98, 148, 0, 0, 32, 0, 26, 405, 399, 0, 0, 0, 646, 906, 1425336, 1552448, 0, 1377, 2452, 0, 0, 494, 612, 0, 0,
22: filemodes[tag=1030,type=3,count=38,size=76,offset=2340]
        33188, 16877, 16877, 33188, 33188, 33188, 33188, 33188, 41471, 33188, 33188, 33188, 33188, 33188, 33188, 16877, 16877, 41471, 16877, 41471, 33188, 33188, 16877, 16877, 16877, 33261, 33261, 33261, 33261, 16877, 33188, 33188, 16877, 16877, 33188, 33188, 16877, 16877,
23: filerdevs[tag=1033,type=3,count=38,size=76,offset=2416]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
24: filemtimes[tag=1034,type=4,count=38,size=152,offset=2492]
        1565708551, 1565708684, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708551, 1565708551, 1565708687, 1565708687, 1565708687, 1565708687, 1565708687, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708686, 1565708686, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684,
25: filemd5s[tag=1035,type=8,count=38,size=1446,offset=2644]
        6f0f7a0758bea8d550bdf3871de6b3af2f2f4320309d7f812413f05e3e26a315


        ba015afe3042196e5d0bd117a9e18ac826f52e44cb29321a9b08f7dbf48c62a5
        f37852d0113de30fa6bfc3d9b180ef99383c06739530dd482a8538503afd5a58
        b5f8a6d411db5e5d11d151d50cd1e962444732593adec0e1ef0a8c6eebec63ee
        de518a9eafe86c8bc705e296d0ef26135835b46bdc0de01d1d50a630fa5d341e
        7f0b9e0c2320db6882b6d0db1cb3d28c41dd4ff0d1c6e17798ff19668f412598

        772e914d404163a563e888730a3d4c5d86fbb1a5d3ee6b8c58c7eeda9af1db5b
        f27b2027c571ccafcfb0fbb3f54d7aeee11a984e3a0f5a1fdf14629030fc9011
        015cb581c2eb84b1a1ac9b575521d5881f791f632bfa62f34b26ba97d70c0d4f
        55adf050bad0cb60cbfe18649f8f17cd405fece0cc65eb78dac72c74c9dad944
        94b67a165e2ad3e9b4fa98f2910874fdc2f2e2c202b5305d1cbc968ee55f8d1d
        81fc34f023e445e64a3a64aa2bfbcedf9d8744abeda5e07b9e9a94142f0e313c





        e9c95c0c73ab151da6ab003abd3a082379fa029bce36d99822a88fec1f5698bc
        dec0c53277aa3ece1710b944273d6ea8662f50449dc250250026f9c6a0784c88



        9700706909f288c90a11ff5efe03efc0913bcda28cfd30d03c7d528edfdcca61
        562bb1385b8449eaab7c45d7c774b0b5cedc4973515494d2b5793691c0ea4d86
        7e43d7425bed50f7f0520a56449e112faaae8fb3cf0c25ce4e5c0124a90a168d
        30f067a6b1097166415fbe96864e25d4d24c261f2009a146598ff593308f8a3b

        4f72e2bccf0bcd839dd447ab6f359336f428caa1987a9afec2bc9ade5711658a
        5f5db968cfb09e0c90a565d15f7a04b72dce06f9a762d3971bf15fab9d8e0fa4


        d11dc22c73306cd84bc9869302b02dc8604d596185203a74dd0042c5d2fdd3be
        38ffd4972ae513a0c79a8be4573403edcd709f0f572105362b08ff50cf6de521


26: filelinktos[tag=1036,type=8,count=38,size=125,offset=4090]








        ../../usr/lib64/nginx/modules








        ../../../../usr/sbin/nginx-debug

        ../../../../usr/sbin/nginx


















27: fileflags[tag=1037,type=4,count=38,size=152,offset=4216]
        17, 0, 0, 17, 17, 17, 17, 17, 0, 17, 17, 17, 17, 17, 17, 4096, 4096, 4096, 4096, 4096, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0,
28: fileusername[tag=1039,type=8,count=38,size=190,offset=4368]
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
29: filegroupname[tag=1040,type=8,count=38,size=190,offset=4558]
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
30: sourcerpm[tag=1044,type=6,count=1,size=31,offset=4748]
        nginx-1.16.1-1.el8.ngx.src.rpm
31: fileverifyflags[tag=1045,type=4,count=38,size=152,offset=4780]
        -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
32: providename[tag=1047,type=8,count=4,size=44,offset=4932]
        config(nginx)
        nginx
        nginx(x86-64)
        webserver
33: requireflags[tag=1048,type=4,count=41,size=164,offset=4976]
        768, 1280, 2304, 4352, 16384, 268435464, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16777226, 16777226, 16777226, 16777226, 16384, 512, 1024, 2048, 4096,
34: requirename[tag=1049,type=8,count=41,size=948,offset=5140]
        /bin/sh
        /bin/sh
        /bin/sh
        /bin/sh
        /bin/sh
        config(nginx)
        libc.so.6()(64bit)
        libc.so.6(GLIBC_2.10)(64bit)
        libc.so.6(GLIBC_2.14)(64bit)
        libc.so.6(GLIBC_2.17)(64bit)
        libc.so.6(GLIBC_2.2.5)(64bit)
        libc.so.6(GLIBC_2.27)(64bit)
        libc.so.6(GLIBC_2.28)(64bit)
        libc.so.6(GLIBC_2.3)(64bit)
        libc.so.6(GLIBC_2.3.2)(64bit)
        libc.so.6(GLIBC_2.3.4)(64bit)
        libc.so.6(GLIBC_2.4)(64bit)
        libc.so.6(GLIBC_2.7)(64bit)
        libcrypt.so.1()(64bit)
        libcrypt.so.1(XCRYPT_2.0)(64bit)
        libcrypto.so.1.1()(64bit)
        libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)
        libdl.so.2()(64bit)
        libdl.so.2(GLIBC_2.2.5)(64bit)
        libpcre.so.1()(64bit)
        libpthread.so.0()(64bit)
        libpthread.so.0(GLIBC_2.2.5)(64bit)
        libpthread.so.0(GLIBC_2.3.2)(64bit)
        libssl.so.1.1()(64bit)
        libssl.so.1.1(OPENSSL_1_1_0)(64bit)
        libssl.so.1.1(OPENSSL_1_1_1)(64bit)
        libz.so.1()(64bit)
        rpmlib(CompressedFileNames)
        rpmlib(FileDigests)
        rpmlib(PayloadFilesHavePrefix)
        rpmlib(PayloadIsXz)
        rtld(GNU_HASH)
        shadow-utils
        systemd
        systemd
        systemd
35: requireversion[tag=1050,type=8,count=41,size=83,offset=6088]





        1:1.16.1-1.el8.ngx


























        3.0.4-1
        4.6.0-1
        4.0-1
        5.2-1





36: rpmversion[tag=1064,type=6,count=1,size=7,offset=6171]
        4.14.2
37: changelogtime[tag=1080,type=4,count=105,size=420,offset=6180]
        1565697600, 1556020800, 1555416000, 1554811200, 1553601600, 1551182400, 1545739200, 1543320000, 1541505600, 1538481600, 1537876800, 1535457600, 1532433600, 1530619200, 1528200000, 1523275200, 1522756800, 1521547200, 1519128000, 1514289600, 1511265600, 1507636800, 1504612800, 1502193600, 1499774400, 1498564800, 1496145600, 1493121600, 1491307200, 1490356800, 1490097600, 1487073600, 1485259200, 1482840000, 1481630400, 1479211200, 1476100800, 1473768000, 1469534400, 1467720000, 1464696000, 1464091200, 1461067200, 1459857600, 1459252800, 1456315200, 1455019200, 1453809600, 1449662400, 1449576000, 1447761600, 1445947200, 1442923200, 1439899200, 1436875200, 1432641600, 1430222400, 1428408000, 1427198400, 1423569600, 1419336000, 1417521600, 1412078400, 1410868800, 1407240000, 1404820800, 1403006400, 1401192000, 1398340800, 1396958400, 1395144000, 1393934400, 1391515200, 1390392000, 1387281600, 1384862400, 1380628800, 1379419200, 1377604800, 1375185600, 1372766400, 1370347200, 1367841600, 1366113600, 1364299200, 1360670400, 1355227200, 1352808000, 1348574400, 1344340800, 1341316800, 1338897600, 1335182400, 1334232000, 1331812800, 1330948800, 1328529600, 1323950400, 1321358400, 1320148800, 1318334400, 1317470400, 1317384000, 1314705600, 1312977600,
38: changelogname[tag=1081,type=8,count=105,size=3630,offset=6600]
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Andrei Belov <defan@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch
39: changelogtext[tag=1082,type=8,count=105,size=3046,offset=10230]
        - 1.16.1
        - 1.16.0
        - 1.15.12
        - 1.15.11
        - 1.15.10
        - 1.15.9
        - 1.15.8
        - 1.15.7
        - 1.15.6
- Fixes CVE-2018-16843
- Fixes CVE-2018-16844
- Fixes CVE-2018-16845
        - 1.15.5
        - 1.15.4
        - 1.15.3
        - 1.15.2
        - 1.15.1
        - 1.15.0
        - 1.13.12
        - 1.13.11
        - 1.13.10
        - 1.13.9
        - 1.13.8
        - 1.13.7
        - 1.13.6
        - 1.13.5
        - 1.13.4
        - 1.13.3
- Fixes CVE-2017-7529
        - 1.13.2
        - 1.13.1
        - 1.13.0
        - 1.11.13
- CentOS7/RHEL7: made upgrade loops/timeouts configurable via
  /etc/sysconfig/nginx.
- Bumped upgrade defaults to five loops one second each.
        - 1.11.12
        - 1.11.11
        - 1.11.10
        - 1.11.9
- Extended hardening build flags.
- Added check-reload target to init script / systemd service.
        - 1.11.8
        - 1.11.7
        - 1.11.6
        - 1.11.5
        - 1.11.4.
- njs updated to 0.1.2.
        - 1.11.3.
- njs updated to 0.1.0.
- njs stream dynamic module added to nginx-module-njs package.
- geoip stream dynamic module added to nginx-module-geoip package.
        - 1.11.2
- njs updated to ef2b708510b1.
        - 1.11.1
        - Fixed logrotate error if nginx is not running
- 1.11.0
        - 1.9.15
- njs updated to 1c50334fbea6.
        - 1.9.14
        - 1.9.13
- Added perl and njs dynamic modules
- Fixed Requires section for dynamic modules on CentOS7/RHEL7
        - common configure args are now in macros
- xslt, image-filter and geoip dynamic modules added
- 1.9.12
        - dynamic modules path and symlink in /etc/nginx added
- 1.9.11
        - 1.9.10
        - 1.9.9
        - 1.9.8
- http_slice module enabled
        - 1.9.7
        - 1.9.6
        - 1.9.5
- http_spdy module replaced with http_v2 module
        - 1.9.4
        - 1.9.3
        - 1.9.1
        - 1.9.0
- thread pool support added
- stream module added
- example_ssl.conf removed
        - 1.7.12
        - 1.7.11
        - 1.7.10
        - 1.7.9
        - 1.7.8
        - 1.7.6
        - epoch added to the EPEL7/CentOS7 spec to override EPEL one
- 1.7.5
        - 1.7.4
        - 1.7.3
        - 1.7.2
        - 1.7.1
- incorrect sysconfig filename finding in the initscript fixed
        - 1.7.0
        - 1.5.13
- built spdy module on rhel/centos 6
        - 1.5.12
- spec cleanup
- openssl version dependence added
- upgrade() function in the init script improved
- warning added when binary upgrade returns non-zero exit code
        - 1.5.11
        - 1.5.10
        - 1.5.9
        - 1.5.8
- fixed invalid week days in the changelog
        - 1.5.7
        - 1.5.6
        - 1.5.5
        - 1.5.4
- auth request module added
        - 1.5.3
        - 1.5.2
        - 1.5.1
        - 1.5.0
        - 1.3.16
        - 1.3.15
- gunzip module added
- set permissions on default log files at installation
        - excess slash removed from --prefix
- 1.2.7
        - 1.2.6
        - 1.2.5
        - 1.2.4
        - 1.2.3
- nginx-debug package now actually contains non stripped binary
        - 1.2.2
        - 1.2.1
        - 1.2.0
        - 1.0.15
        - 1.0.14
- OpenSUSE init script and SuSE specific changes to spec file added
        - 1.0.13
        - 1.0.12
- banner added to install script
        - 1.0.11
- init script enhancements (thanks to Gena Makhomed)
- one second sleep during upgrade replaced with 0.1 sec usleep
        - 1.0.10
        - 1.0.9
- nginx-debug package added
        - spec file cleanup (thanks to Yury V. Zaytsev)
- log dir permitions fixed
- logrotate creates new logfiles with nginx owner
- &quot;upgrade&quot; argument to init-script added (based on fedora one)
        - 1.0.8
- built with mp4 module
        - 1.0.7
        - 1.0.6
- replace "conf.d/*" config include with "conf.d/*.conf" in default nginx.conf
        - Initial release
40: preinprog[tag=1085,type=6,count=1,size=8,offset=13276]
        /bin/sh
41: postinprog[tag=1086,type=6,count=1,size=8,offset=13284]
        /bin/sh
42: preunprog[tag=1087,type=6,count=1,size=8,offset=13292]
        /bin/sh
43: postunprog[tag=1088,type=6,count=1,size=8,offset=13300]
        /bin/sh
44: cookie[tag=1094,type=6,count=1,size=53,offset=13308]
        rhel8-amd64-builder-builder.gnt.nginx.com 1565708687
45: filedevices[tag=1095,type=4,count=38,size=152,offset=13364]
        1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
46: fileinodes[tag=1096,type=4,count=38,size=152,offset=13516]
        1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
47: filelangs[tag=1097,type=8,count=38,size=38,offset=13668]






































48: provideflags[tag=1112,type=4,count=4,size=16,offset=13708]
        268435464, 8, 8, 0,
49: provideversion[tag=1113,type=8,count=4,size=58,offset=13724]
        1:1.16.1-1.el8.ngx
        1:1.16.1-1.el8.ngx
        1:1.16.1-1.el8.ngx

50: dirindexes[tag=1116,type=4,count=38,size=152,offset=13784]
        0, 1, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 4, 5, 6, 7, 6, 8, 9, 9, 10, 11, 12, 13, 13, 14, 14, 15, 16, 17, 18, 19, 20, 20, 21, 22,
51: basenames[tag=1117,type=8,count=38,size=408,offset=13936]
        nginx
        nginx
        conf.d
        default.conf
        fastcgi_params
        koi-utf
        koi-win
        mime.types
        modules
        nginx.conf
        scgi_params
        uwsgi_params
        win-utf
        nginx
        nginx-debug
        .build-id
        25
        6232e97c72486552b6d3e6191b227e0cc4346e
        e3
        ecb20ef2cf6bb52027480d1802530bda5b311c
        nginx-debug.service
        nginx.service
        nginx
        modules
        nginx
        check-reload
        upgrade
        nginx
        nginx-debug
        nginx-1.16.1
        COPYRIGHT
        nginx.8.gz
        nginx
        html
        50x.html
        index.html
        nginx
        nginx
52: dirnames[tag=1118,type=8,count=23,size=442,offset=14344]
        /etc/logrotate.d/
        /etc/
        /etc/nginx/
        /etc/nginx/conf.d/
        /etc/sysconfig/
        /usr/lib/
        /usr/lib/.build-id/
        /usr/lib/.build-id/25/
        /usr/lib/.build-id/e3/
        /usr/lib/systemd/system/
        /usr/lib64/
        /usr/lib64/nginx/
        /usr/libexec/initscripts/legacy-actions/
        /usr/libexec/initscripts/legacy-actions/nginx/
        /usr/sbin/
        /usr/share/doc/
        /usr/share/doc/nginx-1.16.1/
        /usr/share/man/man8/
        /usr/share/
        /usr/share/nginx/
        /usr/share/nginx/html/
        /var/cache/
        /var/log/
53: optflags[tag=1122,type=6,count=1,size=336,offset=14786]
        -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
54: payloadformat[tag=1124,type=6,count=1,size=5,offset=15122]
        cpio
55: payloadcompressor[tag=1125,type=6,count=1,size=3,offset=15127]
        xz
56: payloadflags[tag=1126,type=6,count=1,size=2,offset=15130]
        2
57: platform[tag=1132,type=6,count=1,size=24,offset=15132]
        x86_64-redhat-linux-gnu
58: filecolors[tag=1140,type=4,count=38,size=152,offset=15156]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0,
59: fileclass[tag=1141,type=4,count=38,size=152,offset=15308]
        0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, 1, 2, 1, 2, 0, 0, 1, 1, 1, 3, 3, 4, 5, 1, 0, 6, 1, 1, 7, 7, 1, 1,
60: classdict[tag=1142,type=8,count=8,size=631,offset=15460]
        ASCII text
        directory

        POSIX shell script, ASCII text executable
        ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=e3ecb20ef2cf6bb52027480d1802530bda5b311c, stripped, too many notes (256)
        ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=256232e97c72486552b6d3e6191b227e0cc4346e, stripped, too many notes (256)
        troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)
        HTML document, ASCII text
61: filedependsx[tag=1143,type=4,count=38,size=152,offset=16092]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0,
62: filedependsn[tag=1144,type=4,count=38,size=152,offset=16244]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 27, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0,
63: dependsdict[tag=1145,type=4,count=56,size=224,offset=16396]
        1375731716, 1375731716, 1375731731, 1375731735, 1375731739, 1375731738, 1375731733, 1375731742, 1375731741, 1375731720, 1375731725, 1375731723, 1375731719, 1375731724, 1375731728, 1375731729, 1375731727, 1375731726, 1375731721, 1375731722, 1375731734, 1375731737, 1375731730, 1375731736, 1375731740, 1375731732, 1375731743, 1375731718, 1375731747, 1375731731, 1375731735, 1375731739, 1375731738, 1375731733, 1375731742, 1375731741, 1375731720, 1375731725, 1375731723, 1375731719, 1375731724, 1375731728, 1375731729, 1375731727, 1375731726, 1375731721, 1375731722, 1375731734, 1375731737, 1375731730, 1375731736, 1375731740, 1375731732, 1375731743, 1375731718, 1375731747,
64: sourcepkgid[tag=1146,type=7,count=16,size=16,offset=16620]
       0: 10 ab 1d da 3a  b 3e c6 15 8a 8e ec 90 41 4d 60
65: org.redline_rpm.header.AbstractHeader$Int32Entry@cc37f8a[tag=5011,type=4,count=1,size=4,offset=16636]
        8,
66: org.redline_rpm.header.AbstractHeader$StringEntry@104030ad[tag=5062,type=6,count=1,size=6,offset=16640]
        utf-8
67: org.redline_rpm.header.AbstractHeader$StringArrayEntry@5cc7e10e[tag=5092,type=8,count=1,size=65,offset=16646]
        9b0469e35b5ebd238ed8b5987a1b2a3c0a79f3222e62b4e32a02dfb3494ecaed
68: org.redline_rpm.header.AbstractHeader$Int32Entry@1ec6ba2d[tag=5093,type=4,count=1,size=4,offset=16712]
        8,

[2;37mDEBUGm] pool-1-thread-7 com.artipie.rpm.Update: Saved: /tmp/x3578355539006650451.data
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<metadata xmlns="http://linux.duke.edu/metadata/common" xmlns:rpm="http://linux.duke.edu/metadata/rpm" packages="1">
<package type="rpm">
<name>nginx</name>
<arch>x86_64</arch>
<version epoch="1" rel="1.el8.ngx" ver="1.16.1"/>
<checksum pkgid="YES" type="sha256">54f1d9a1114fa85cd748174c57986004857b800fe9545fbf23af53f4791b31e2</checksum>
<summary>High performance web server</summary>
<description>nginx [engine x] is an HTTP and reverse proxy server, as well as
a mail proxy server.</description>
<packager/>
<url>http://nginx.org/</url>
<time build="1565708687&quot; file=&quot;1565708551&quot;/&gt;
&lt;size archive=&quot;0&quot; installed=&quot;3003616&quot; package=&quot;816120&quot;/&gt;
&lt;location href=&quot;nginx-1.16.1-1.el8.ngx.x86_64.rpm&quot;/&gt;
&lt;format&gt;
&lt;rpm:license&gt;2-clause BSD-like license&lt;/rpm:license&gt;
&lt;rpm:vendor&gt;Nginx, Inc.&lt;/rpm:vendor&gt;
&lt;rpm:group&gt;System Environment/Daemons</rpm:group>
<rpm:buildhost>rhel8-amd64-builder-builder.gnt.nginx.com</rpm:buildhost>
<rpm:sourcerpm>nginx-1.16.1-1.el8.ngx.src.rpm</rpm:sourcerpm>
<rpm:header-range end="22964" start="5112"/>
<rpm:provides>
<rpm:entry name="config(nginx)"/>
<rpm:entry name="nginx"/>
<rpm:entry name="nginx(x86-64)"/>
<rpm:entry name="webserver"/>
</rpm:provides>
<rpm:requires>
<rpm:entry name="libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)"/>
<rpm:entry name="libpcre.so.1()(64bit)"/>
<rpm:entry name="libz.so.1()(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.27)(64bit)"/>
<rpm:entry name="libc.so.6()(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.14)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.28)(64bit)"/>
<rpm:entry name="libpthread.so.0(GLIBC_2.3.2)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.17)(64bit)"/>
<rpm:entry name="libcrypt.so.1()(64bit)"/>
<rpm:entry name="libcrypto.so.1.1()(64bit)"/>
<rpm:entry name="config(nginx)"/>
<rpm:entry name="shadow-utils"/>
<rpm:entry name="libcrypt.so.1(XCRYPT_2.0)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.2.5)(64bit)"/>
<rpm:entry name="libdl.so.2()(64bit)"/>
<rpm:entry name="rtld(GNU_HASH)"/>
<rpm:entry name="libpthread.so.0(GLIBC_2.2.5)(64bit)"/>
<rpm:entry name="systemd"/>
<rpm:entry name="libc.so.6(GLIBC_2.3)(64bit)"/>
<rpm:entry name="libssl.so.1.1(OPENSSL_1_1_1)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.3.2)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.4)(64bit)"/>
<rpm:entry name="libpthread.so.0()(64bit)"/>
<rpm:entry name="/bin/sh"/>
<rpm:entry name="libc.so.6(GLIBC_2.10)(64bit)"/>
<rpm:entry name="libssl.so.1.1()(64bit)"/>
<rpm:entry name="libssl.so.1.1(OPENSSL_1_1_0)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.3.4)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.7)(64bit)"/>
<rpm:entry name="libdl.so.2(GLIBC_2.2.5)(64bit)"/>
</rpm:requires>
<file>/etc/logrotate.d/nginx</file>
<file type="dir">/etc/nginx</file>
<file type="dir">/etc/nginx/conf.d</file>
<file>/etc/nginx/conf.d/default.conf</file>
<file>/etc/nginx/fastcgi_params</file>
<file>/etc/nginx/koi-utf</file>
<file>/etc/nginx/koi-win</file>
<file>/etc/nginx/mime.types</file>
<file>/etc/nginx/modules</file>
<file>/etc/nginx/nginx.conf</file>
<file>/etc/nginx/scgi_params</file>
<file>/etc/nginx/uwsgi_params</file>
<file>/etc/nginx/win-utf</file>
<file>/etc/sysconfig/nginx</file>
<file>/etc/sysconfig/nginx-debug</file>
<file type="dir">/usr/lib/.build-id/25</file>
<file>/usr/lib/.build-id/25/6232e97c72486552b6d3e6191b227e0cc4346e</file>
<file type="dir">/usr/lib/.build-id/e3</file>
<file>/usr/lib/.build-id/e3/ecb20ef2cf6bb52027480d1802530bda5b311c</file>
<file>/usr/lib/systemd/system/nginx-debug.service</file>
<file>/usr/lib/systemd/system/nginx.service</file>
<file type="dir">/usr/lib64/nginx</file>
<file>/usr/lib64/nginx/modules</file>
<file type="dir">/usr/libexec/initscripts/legacy-actions/nginx</file>
<file>/usr/libexec/initscripts/legacy-actions/nginx/check-reload</file>
<file>/usr/libexec/initscripts/legacy-actions/nginx/upgrade</file>
<file>/usr/sbin/nginx</file>
<file>/usr/sbin/nginx-debug</file>
<file type="dir">/usr/share/doc/nginx-1.16.1</file>
<file>/usr/share/doc/nginx-1.16.1/COPYRIGHT</file>
<file>/usr/share/man/man8/nginx.8.gz</file>
<file type="dir">/usr/share/nginx</file>
<file type="dir">/usr/share/nginx/html</file>
<file>/usr/share/nginx/html/50x.html</file>
<file>/usr/share/nginx/html/index.html</file>
<file>/var/cache/nginx</file>
<file>/var/log/nginx</file>
</format>
</package>
</metadata>

[2;37mDEBUGm] pool-1-thread-7 com.artipie.rpm.Update: Saved: /tmp/x9000840523538555221.data
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<metadata xmlns="http://linux.duke.edu/metadata/common" xmlns:rpm="http://linux.duke.edu/metadata/rpm" packages="1">
<package type="rpm">
<name>nginx</name>
<arch>x86_64</arch>
<version epoch="1" rel="1.el8.ngx" ver="1.16.1"/>
<checksum pkgid="YES" type="sha256">54f1d9a1114fa85cd748174c57986004857b800fe9545fbf23af53f4791b31e2</checksum>
<summary>High performance web server</summary>
<description>nginx [engine x] is an HTTP and reverse proxy server, as well as
a mail proxy server.</description>
<packager/>
<url>http://nginx.org/</url>
<time build="1565708687" file="1565708551"/>
<size archive="0" installed="3003616" package="816120"/>
<location href="nginx-1.16.1-1.el8.ngx.x86_64.rpm"/>
<format>
<rpm:license>2-clause BSD-like license</rpm:license>
<rpm:vendor>Nginx, Inc.</rpm:vendor>
<rpm:group>System Environment/Daemons</rpm:group>
<rpm:buildhost>rhel8-amd64-builder-builder.gnt.nginx.com</rpm:buildhost>
<rpm:sourcerpm>nginx-1.16.1-1.el8.ngx.src.rpm</rpm:sourcerpm>
<rpm:header-range end="22964" start="5112"/>
<rpm:provides>
<rpm:entry name="config(nginx)"/>
<rpm:entry name="nginx"/>
<rpm:entry name="nginx(x86-64)"/>
<rpm:entry name="webserver"/>
</rpm:provides>
<rpm:requires>
<rpm:entry name="libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)"/>
<rpm:entry name="libpcre.so.1()(64bit)"/>
<rpm:entry name="libz.so.1()(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.27)(64bit)"/>
<rpm:entry name="libc.so.6()(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.14)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.28)(64bit)"/>
<rpm:entry name="libpthread.so.0(GLIBC_2.3.2)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.17)(64bit)"/>
<rpm:entry name="libcrypt.so.1()(64bit)"/>
<rpm:entry name="libcrypto.so.1.1()(64bit)"/>
<rpm:entry name="config(nginx)"/>
<rpm:entry name="shadow-utils"/>
<rpm:entry name="libcrypt.so.1(XCRYPT_2.0)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.2.5)(64bit)"/>
<rpm:entry name="libdl.so.2()(64bit)"/>
<rpm:entry name="rtld(GNU_HASH)"/>
<rpm:entry name="libpthread.so.0(GLIBC_2.2.5)(64bit)"/>
<rpm:entry name="systemd"/>
<rpm:entry name="libc.so.6(GLIBC_2.3)(64bit)"/>
<rpm:entry name="libssl.so.1.1(OPENSSL_1_1_1)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.3.2)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.4)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libpthread.so.0()(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;/bin/sh&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.10)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libssl.so.1.1()(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libssl.so.1.1(OPENSSL_1_1_0)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.3.4)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.7)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libdl.so.2(GLIBC_2.2.5)(64bit)&quot;/&gt;
&lt;/rpm:requires&gt;
&lt;file&gt;/etc/logrotate.d/nginx&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/etc/nginx&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/etc/nginx/conf.d&lt;/file&gt;
&lt;file&gt;/etc/nginx/conf.d/default.conf&lt;/file&gt;
&lt;file&gt;/etc/nginx/fastcgi_params&lt;/file&gt;
&lt;file&gt;/etc/nginx/koi-utf&lt;/file&gt;
&lt;file&gt;/etc/nginx/koi-win&lt;/file&gt;
&lt;file&gt;/etc/nginx/mime.types&lt;/file&gt;
&lt;file&gt;/etc/nginx/modules&lt;/file&gt;
&lt;file&gt;/etc/nginx/nginx.conf&lt;/file&gt;
&lt;file&gt;/etc/nginx/scgi_params&lt;/file&gt;
&lt;file&gt;/etc/nginx/uwsgi_params&lt;/file&gt;
&lt;file&gt;/etc/nginx/win-utf&lt;/file&gt;
&lt;file&gt;/etc/sysconfig/nginx&lt;/file&gt;
&lt;file&gt;/etc/sysconfig/nginx-debug&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/usr/lib/.build-id/25&lt;/file&gt;
&lt;file&gt;/usr/lib/.build-id/25/6232e97c72486552b6d3e6191b227e0cc4346e&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/usr/lib/.build-id/e3&lt;/file&gt;
&lt;file&gt;/usr/lib/.build-id/e3/ecb20ef2cf6bb52027480d1802530bda5b311c&lt;/file&gt;
&lt;file&gt;/usr/lib/systemd/system/nginx-debug.service&lt;/file&gt;
&lt;file&gt;/usr/lib/systemd/system/nginx.service&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/usr/lib64/nginx&lt;/file&gt;
&lt;file&gt;/usr/lib64/nginx/modules&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/usr/libexec/initscripts/legacy-actions/nginx&lt;/file&gt;
&lt;file&gt;/usr/libexec/initscripts/legacy-actions/nginx/check-reload&lt;/file&gt;
&lt;file&gt;/usr/libexec/initscripts/legacy-actions/nginx/upgrade&lt;/file&gt;
&lt;file&gt;/usr/sbin/nginx&lt;/file&gt;
&lt;file&gt;/usr/sbin/nginx-debug&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/usr/share/doc/nginx-1.16.1&lt;/file&gt;
&lt;file&gt;/usr/share/doc/nginx-1.16.1/COPYRIGHT&lt;/file&gt;
&lt;file&gt;/usr/share/man/man8/nginx.8.gz&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/usr/share/nginx&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/usr/share/nginx/html&lt;/file&gt;
&lt;file&gt;/usr/share/nginx/html/50x.html&lt;/file&gt;
&lt;file&gt;/usr/share/nginx/html/index.html&lt;/file&gt;
&lt;file&gt;/var/cache/nginx</file>
<file>/var/log/nginx</file>
</format>
</package>
</metadata>

[2;37mDEBUGm] pool-1-thread-7 com.artipie.rpm.Update: Saved: /tmp/x7513104764310317738.data
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<metadata xmlns="http://linux.duke.edu/metadata/common" xmlns:rpm="http://linux.duke.edu/metadata/rpm" packages="1">
<package type="rpm">
<name>nginx</name>
<arch>x86_64</arch>
<version epoch="1" rel="1.el8.ngx" ver="1.16.1"/>
<checksum pkgid="YES" type="sha256">54f1d9a1114fa85cd748174c57986004857b800fe9545fbf23af53f4791b31e2</checksum>
<summary>High performance web server</summary>
<description>nginx [engine x] is an HTTP and reverse proxy server, as well as
a mail proxy server.</description>
<packager/>
<url>http://nginx.org/</url>
<time build="1565708687" file="1565708551"/>
<size archive="0" installed="3003616" package="816120"/>
<location href="nginx-1.16.1-1.el8.ngx.x86_64.rpm"/>
<format>
<rpm:license>2-clause BSD-like license</rpm:license>
<rpm:vendor>Nginx, Inc.</rpm:vendor>
<rpm:group>System Environment/Daemons</rpm:group>
<rpm:buildhost>rhel8-amd64-builder-builder.gnt.nginx.com</rpm:buildhost>
<rpm:sourcerpm>nginx-1.16.1-1.el8.ngx.src.rpm</rpm:sourcerpm>
<rpm:header-range end="22964" start="5112"/>
<rpm:provides>
<rpm:entry name="config(nginx)"/>
<rpm:entry name="nginx"/>
<rpm:entry name="nginx(x86-64)"/>
<rpm:entry name="webserver"/>
</rpm:provides>
<rpm:requires>
<rpm:entry name="libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)"/>
<rpm:entry name="libpcre.so.1()(64bit)"/>
<rpm:entry name="libz.so.1()(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.27)(64bit)"/>
<rpm:entry name="libc.so.6()(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.14)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.28)(64bit)"/>
<rpm:entry name="libpthread.so.0(GLIBC_2.3.2)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.17)(64bit)"/>
<rpm:entry name="libcrypt.so.1()(64bit)"/>
<rpm:entry name="libcrypto.so.1.1()(64bit)"/>
<rpm:entry name="config(nginx)"/>
<rpm:entry name="shadow-utils"/>
<rpm:entry name="libcrypt.so.1(XCRYPT_2.0)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.2.5)(64bit)"/>
<rpm:entry name="libdl.so.2()(64bit)"/>
<rpm:entry name="rtld(GNU_HASH)"/>
<rpm:entry name="libpthread.so.0(GLIBC_2.2.5)(64bit)"/>
<rpm:entry name="systemd"/>
<rpm:entry name="libc.so.6(GLIBC_2.3)(64bit)"/>
<rpm:entry name="libssl.so.1.1(OPENSSL_1_1_1)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.3.2)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.4)(64bit)"/>
<rpm:entry name="libpthread.so.0()(64bit)"/>
<rpm:entry name="/bin/sh"/>
<rpm:entry name="libc.so.6(GLIBC_2.10)(64bit)"/>
<rpm:entry name="libssl.so.1.1()(64bit)"/>
<rpm:entry name="libssl.so.1.1(OPENSSL_1_1_0)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.3.4)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.7)(64bit)"/>
<rpm:entry name="libdl.so.2(GLIBC_2.2.5)(64bit)"/>
</rpm:requires>
<file>/etc/logrotate.d/nginx</file>
<file type="dir">/etc/nginx</file>
<file type="dir">/etc/nginx/conf.d</file>
<file>/etc/nginx/conf.d/default.conf</file>
<file>/etc/nginx/fastcgi_params</file>
<file>/etc/nginx/koi-utf</file>
<file>/etc/nginx/koi-win</file>
<file>/etc/nginx/mime.types</file>
<file>/etc/nginx/modules</file>
<file>/etc/nginx/nginx.conf</file>
<file>/etc/nginx/scgi_params</file>
<file>/etc/nginx/uwsgi_params</file>
<file>/etc/nginx/win-utf</file>
<file>/etc/sysconfig/nginx</file>
<file>/etc/sysconfig/nginx-debug&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/usr/lib/.build-id/25&lt;/file&gt;
&lt;file&gt;/usr/lib/.build-id/25/6232e97c72486552b6d3e6191b227e0cc4346e&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/usr/lib/.build-id/e3&lt;/file&gt;
&lt;file&gt;/usr/lib/.build-id/e3/ecb20ef2cf6bb52027480d1802530bda5b311c&lt;/file&gt;
&lt;file&gt;/usr/lib/systemd/system/nginx-debug.service&lt;/file&gt;
&lt;file&gt;/usr/lib/systemd/system/nginx.service&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/usr/lib64/nginx&lt;/file&gt;
&lt;file&gt;/usr/lib64/nginx/modules&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/usr/libexec/initscripts/legacy-actions/nginx&lt;/file&gt;
&lt;file&gt;/usr/libexec/initscripts/legacy-actions/nginx/check-reload&lt;/file&gt;
&lt;file&gt;/usr/libexec/initscripts/legacy-actions/nginx/upgrade&lt;/file&gt;
&lt;file&gt;/usr/sbin/nginx&lt;/file&gt;
&lt;file&gt;/usr/sbin/nginx-debug&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/usr/share/doc/nginx-1.16.1&lt;/file&gt;
&lt;file&gt;/usr/share/doc/nginx-1.16.1/COPYRIGHT&lt;/file&gt;
&lt;file&gt;/usr/share/man/man8/nginx.8.gz&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/usr/share/nginx&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/usr/share/nginx/html&lt;/file&gt;
&lt;file&gt;/usr/share/nginx/html/50x.html&lt;/file&gt;
&lt;file&gt;/usr/share/nginx/html/index.html&lt;/file&gt;
&lt;file&gt;/var/cache/nginx&lt;/file&gt;
&lt;file&gt;/var/log/nginx&lt;/file&gt;
&lt;/format&gt;
&lt;/package&gt;
&lt;/metadata&gt;

[2;37mDEBUGm] pool-1-thread-7 com.artipie.rpm.Update: Saved: /tmp/x4529240473483287058.data
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
&lt;metadata xmlns=&quot;http://linux.duke.edu/metadata/common&quot; xmlns:rpm=&quot;http://linux.duke.edu/metadata/rpm&quot; packages=&quot;1&quot;&gt;
&lt;package type=&quot;rpm&quot;&gt;
&lt;name&gt;nginx&lt;/name&gt;
&lt;arch&gt;x86_64&lt;/arch&gt;
&lt;version epoch=&quot;1&quot; rel=&quot;1.el8.ngx&quot; ver=&quot;1.16.1&quot;/&gt;
&lt;checksum pkgid=&quot;YES&quot; type=&quot;sha256&quot;&gt;54f1d9a1114fa85cd748174c57986004857b800fe9545fbf23af53f4791b31e2&lt;/checksum&gt;
&lt;summary&gt;High performance web server&lt;/summary&gt;
&lt;description&gt;nginx [engine x] is an HTTP and reverse proxy server, as well as
a mail proxy server.&lt;/description&gt;
&lt;packager/&gt;
&lt;url&gt;http://nginx.org/&lt;/url&gt;
&lt;time build=&quot;1565708687&quot; file=&quot;1565708551&quot;/&gt;
&lt;size archive=&quot;0&quot; installed=&quot;3003616&quot; package=&quot;816120&quot;/&gt;
&lt;location href=&quot;nginx-1.16.1-1.el8.ngx.x86_64.rpm&quot;/&gt;
&lt;format&gt;
&lt;rpm:license&gt;2-clause BSD-like license</rpm:license>
<rpm:vendor>Nginx, Inc.</rpm:vendor>
<rpm:group>System Environment/Daemons</rpm:group>
<rpm:buildhost>rhel8-amd64-builder-builder.gnt.nginx.com</rpm:buildhost>
<rpm:sourcerpm>nginx-1.16.1-1.el8.ngx.src.rpm</rpm:sourcerpm>
<rpm:header-range end="22964" start="5112"/>
<rpm:provides>
<rpm:entry name="config(nginx)"/>
<rpm:entry name="nginx"/>
<rpm:entry name="nginx(x86-64)"/>
<rpm:entry name="webserver"/>
</rpm:provides>
<rpm:requires>
<rpm:entry name="libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)"/>
<rpm:entry name="libpcre.so.1()(64bit)"/>
<rpm:entry name="libz.so.1()(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.27)(64bit)"/>
<rpm:entry name="libc.so.6()(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.14)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.28)(64bit)"/>
<rpm:entry name="libpthread.so.0(GLIBC_2.3.2)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.17)(64bit)"/>
<rpm:entry name="libcrypt.so.1()(64bit)"/>
<rpm:entry name="libcrypto.so.1.1()(64bit)"/>
<rpm:entry name="config(nginx)"/>
<rpm:entry name="shadow-utils"/>
<rpm:entry name="libcrypt.so.1(XCRYPT_2.0)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.2.5)(64bit)"/>
<rpm:entry name="libdl.so.2()(64bit)"/>
<rpm:entry name="rtld(GNU_HASH)"/>
<rpm:entry name="libpthread.so.0(GLIBC_2.2.5)(64bit)"/>
<rpm:entry name="systemd"/>
<rpm:entry name="libc.so.6(GLIBC_2.3)(64bit)"/>
<rpm:entry name="libssl.so.1.1(OPENSSL_1_1_1)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.3.2)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.4)(64bit)"/>
<rpm:entry name="libpthread.so.0()(64bit)"/>
<rpm:entry name="/bin/sh"/>
<rpm:entry name="libc.so.6(GLIBC_2.10)(64bit)"/>
<rpm:entry name="libssl.so.1.1()(64bit)"/>
<rpm:entry name="libssl.so.1.1(OPENSSL_1_1_0)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.3.4)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.7)(64bit)"/>
<rpm:entry name="libdl.so.2(GLIBC_2.2.5)(64bit)"/>
</rpm:requires>
<file>/etc/logrotate.d/nginx</file>
<file type="dir">/etc/nginx</file>
<file type="dir">/etc/nginx/conf.d</file>
<file>/etc/nginx/conf.d/default.conf</file>
<file>/etc/nginx/fastcgi_params</file>
<file>/etc/nginx/koi-utf</file>
<file>/etc/nginx/koi-win</file>
<file>/etc/nginx/mime.types</file>
<file>/etc/nginx/modules</file>
<file>/etc/nginx/nginx.conf</file>
<file>/etc/nginx/scgi_params</file>
<file>/etc/nginx/uwsgi_params</file>
<file>/etc/nginx/win-utf</file>
<file>/etc/sysconfig/nginx</file>
<file>/etc/sysconfig/nginx-debug</file>
<file type="dir">/usr/lib/.build-id/25</file>
<file>/usr/lib/.build-id/25/6232e97c72486552b6d3e6191b227e0cc4346e</file>
<file type="dir">/usr/lib/.build-id/e3</file>
<file>/usr/lib/.build-id/e3/ecb20ef2cf6bb52027480d1802530bda5b311c</file>
<file>/usr/lib/systemd/system/nginx-debug.service</file>
<file>/usr/lib/systemd/system/nginx.service</file>
<file type="dir">/usr/lib64/nginx</file>
<file>/usr/lib64/nginx/modules</file>
<file type="dir">/usr/libexec/initscripts/legacy-actions/nginx</file>
<file>/usr/libexec/initscripts/legacy-actions/nginx/check-reload</file>
<file>/usr/libexec/initscripts/legacy-actions/nginx/upgrade</file>
<file>/usr/sbin/nginx</file>
<file>/usr/sbin/nginx-debug</file>
<file type="dir">/usr/share/doc/nginx-1.16.1</file>
<file>/usr/share/doc/nginx-1.16.1/COPYRIGHT</file>
<file>/usr/share/man/man8/nginx.8.gz</file>
<file type="dir">/usr/share/nginx</file>
<file type="dir">/usr/share/nginx/html</file>
<file>/usr/share/nginx/html/50x.html</file>
<file>/usr/share/nginx/html/index.html</file>
<file>/var/cache/nginx</file>
<file>/var/log/nginx</file>
</format>
</package&gt;
&lt;/metadata&gt;

[2;37mDEBUGm] pool-1-thread-7 com.artipie.rpm.Update: Saved: /tmp/x9070505764590853903.data
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
&lt;metadata xmlns=&quot;http://linux.duke.edu/metadata/common&quot; xmlns:rpm=&quot;http://linux.duke.edu/metadata/rpm&quot; packages=&quot;1&quot;&gt;
&lt;package type=&quot;rpm&quot;&gt;
&lt;name&gt;nginx&lt;/name&gt;
&lt;arch&gt;x86_64&lt;/arch&gt;
&lt;version epoch=&quot;1&quot; rel=&quot;1.el8.ngx&quot; ver=&quot;1.16.1&quot;/&gt;
&lt;checksum pkgid=&quot;YES&quot; type=&quot;sha256&quot;&gt;54f1d9a1114fa85cd748174c57986004857b800fe9545fbf23af53f4791b31e2&lt;/checksum&gt;
&lt;summary&gt;High performance web server&lt;/summary&gt;
&lt;description&gt;nginx [engine x] is an HTTP and reverse proxy server, as well as
a mail proxy server.&lt;/description&gt;
&lt;packager/&gt;
&lt;url&gt;http://nginx.org/&lt;/url&gt;
&lt;time build=&quot;1565708687&quot; file=&quot;1565708551&quot;/&gt;
&lt;size archive=&quot;0&quot; installed=&quot;3003616&quot; package=&quot;816120&quot;/&gt;
&lt;location href=&quot;nginx-1.16.1-1.el8.ngx.x86_64.rpm&quot;/&gt;
&lt;format&gt;
&lt;rpm:license&gt;2-clause BSD-like license&lt;/rpm:license&gt;
&lt;rpm:vendor&gt;Nginx, Inc.&lt;/rpm:vendor&gt;
&lt;rpm:group&gt;System Environment/Daemons&lt;/rpm:group&gt;
&lt;rpm:buildhost&gt;rhel8-amd64-builder-builder.gnt.nginx.com&lt;/rpm:buildhost&gt;
&lt;rpm:sourcerpm&gt;nginx-1.16.1-1.el8.ngx.src.rpm&lt;/rpm:sourcerpm&gt;
&lt;rpm:header-range end=&quot;22964&quot; start=&quot;5112&quot;/&gt;
&lt;rpm:provides&gt;
&lt;rpm:entry name=&quot;config(nginx)&quot;/&gt;
&lt;rpm:entry name=&quot;nginx&quot;/&gt;
&lt;rpm:entry name=&quot;nginx(x86-64)&quot;/&gt;
&lt;rpm:entry name=&quot;webserver&quot;/&gt;
&lt;/rpm:provides&gt;
&lt;rpm:requires&gt;
&lt;rpm:entry name=&quot;libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libpcre.so.1()(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libz.so.1()(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.27)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6()(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.14)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.28)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libpthread.so.0(GLIBC_2.3.2)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.17)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libcrypt.so.1()(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libcrypto.so.1.1()(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;config(nginx)&quot;/&gt;
&lt;rpm:entry name=&quot;shadow-utils&quot;/&gt;
&lt;rpm:entry name=&quot;libcrypt.so.1(XCRYPT_2.0)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.2.5)(64bit)"/>
<rpm:entry name="libdl.so.2()(64bit)"/>
<rpm:entry name="rtld(GNU_HASH)"/>
<rpm:entry name="libpthread.so.0(GLIBC_2.2.5)(64bit)"/>
<rpm:entry name="systemd"/>
<rpm:entry name="libc.so.6(GLIBC_2.3)(64bit)"/>
<rpm:entry name="libssl.so.1.1(OPENSSL_1_1_1)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.3.2)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.4)(64bit)"/>
<rpm:entry name="libpthread.so.0()(64bit)"/>
<rpm:entry name="/bin/sh"/>
<rpm:entry name="libc.so.6(GLIBC_2.10)(64bit)"/>
<rpm:entry name="libssl.so.1.1()(64bit)"/>
<rpm:entry name="libssl.so.1.1(OPENSSL_1_1_0)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.3.4)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.7)(64bit)"/>
<rpm:entry name="libdl.so.2(GLIBC_2.2.5)(64bit)"/>
</rpm:requires>
<file>/etc/logrotate.d/nginx</file>
<file type="dir">/etc/nginx</file>
<file type="dir">/etc/nginx/conf.d</file>
<file>/etc/nginx/conf.d/default.conf</file>
<file>/etc/nginx/fastcgi_params</file>
<file>/etc/nginx/koi-utf</file>
<file>/etc/nginx/koi-win</file>
<file>/etc/nginx/mime.types</file>
<file>/etc/nginx/modules</file>
<file>/etc/nginx/nginx.conf</file>
<file>/etc/nginx/scgi_params</file>
<file>/etc/nginx/uwsgi_params</file>
<file>/etc/nginx/win-utf</file>
<file>/etc/sysconfig/nginx</file>
<file>/etc/sysconfig/nginx-debug</file>
<file type="dir">/usr/lib/.build-id/25</file>
<file>/usr/lib/.build-id/25/6232e97c72486552b6d3e6191b227e0cc4346e</file>
<file type="dir">/usr/lib/.build-id/e3</file>
<file>/usr/lib/.build-id/e3/ecb20ef2cf6bb52027480d1802530bda5b311c</file>
<file>/usr/lib/systemd/system/nginx-debug.service</file>
<file>/usr/lib/systemd/system/nginx.service</file>
<file type="dir">/usr/lib64/nginx</file>
<file>/usr/lib64/nginx/modules</file>
<file type="dir">/usr/libexec/initscripts/legacy-actions/nginx</file>
<file>/usr/libexec/initscripts/legacy-actions/nginx/check-reload</file>
<file>/usr/libexec/initscripts/legacy-actions/nginx/upgrade</file>
<file>/usr/sbin/nginx</file>
<file>/usr/sbin/nginx-debug</file>
<file type="dir">/usr/share/doc/nginx-1.16.1</file>
<file>/usr/share/doc/nginx-1.16.1/COPYRIGHT</file>
<file>/usr/share/man/man8/nginx.8.gz</file>
<file type="dir">/usr/share/nginx</file>
<file type="dir">/usr/share/nginx/html</file>
<file>/usr/share/nginx/html/50x.html</file>
<file>/usr/share/nginx/html/index.html</file>
<file>/var/cache/nginx</file>
<file>/var/log/nginx</file>
</format>
</package>
</metadata>

[2;37mDEBUGm] pool-1-thread-7 com.artipie.rpm.Update: Saved: /tmp/x2229441685929121683.data
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<metadata xmlns="http://linux.duke.edu/metadata/common" xmlns:rpm="http://linux.duke.edu/metadata/rpm" packages="1">
<package type="rpm">
<name>nginx</name>
<arch>x86_64</arch>
<version epoch="1" rel="1.el8.ngx" ver="1.16.1"/>
<checksum pkgid="YES" type="sha256">54f1d9a1114fa85cd748174c57986004857b800fe9545fbf23af53f4791b31e2</checksum>
<summary>High performance web server</summary>
<description>nginx [engine x] is an HTTP and reverse proxy server, as well as
a mail proxy server.</description>
<packager/>
<url>http://nginx.org/</url>
<time build="1565708687" file="1565708551"/>
<size archive="0" installed="3003616" package="816120"/>
<location href="nginx-1.16.1-1.el8.ngx.x86_64.rpm"/>
<format>
<rpm:license>2-clause BSD-like license</rpm:license>
<rpm:vendor>Nginx, Inc.</rpm:vendor>
<rpm:group>System Environment/Daemons</rpm:group>
<rpm:buildhost>rhel8-amd64-builder-builder.gnt.nginx.com</rpm:buildhost>
<rpm:sourcerpm>nginx-1.16.1-1.el8.ngx.src.rpm&lt;/rpm:sourcerpm&gt;
&lt;rpm:header-range end=&quot;22964&quot; start=&quot;5112&quot;/&gt;
&lt;rpm:provides&gt;
&lt;rpm:entry name=&quot;config(nginx)&quot;/&gt;
&lt;rpm:entry name=&quot;nginx&quot;/&gt;
&lt;rpm:entry name=&quot;nginx(x86-64)&quot;/&gt;
&lt;rpm:entry name=&quot;webserver&quot;/&gt;
&lt;/rpm:provides&gt;
&lt;rpm:requires&gt;
&lt;rpm:entry name=&quot;libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libpcre.so.1()(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libz.so.1()(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.27)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6()(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.14)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.28)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libpthread.so.0(GLIBC_2.3.2)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.17)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libcrypt.so.1()(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libcrypto.so.1.1()(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;config(nginx)&quot;/&gt;
&lt;rpm:entry name=&quot;shadow-utils&quot;/&gt;
&lt;rpm:entry name=&quot;libcrypt.so.1(XCRYPT_2.0)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.2.5)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libdl.so.2()(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;rtld(GNU_HASH)&quot;/&gt;
&lt;rpm:entry name=&quot;libpthread.so.0(GLIBC_2.2.5)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;systemd&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.3)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libssl.so.1.1(OPENSSL_1_1_1)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.3.2)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.4)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libpthread.so.0()(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;/bin/sh&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.10)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libssl.so.1.1()(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libssl.so.1.1(OPENSSL_1_1_0)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.3.4)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.7)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libdl.so.2(GLIBC_2.2.5)(64bit)&quot;/&gt;
&lt;/rpm:requires&gt;
&lt;file&gt;/etc/logrotate.d/nginx&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/etc/nginx&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/etc/nginx/conf.d&lt;/file&gt;
&lt;file&gt;/etc/nginx/conf.d/default.conf&lt;/file&gt;
&lt;file&gt;/etc/nginx/fastcgi_params&lt;/file&gt;
&lt;file&gt;/etc/nginx/koi-utf&lt;/file&gt;
&lt;file&gt;/etc/nginx/koi-win&lt;/file&gt;
<file>/etc/nginx/mime.types</file>
<file>/etc/nginx/modules</file>
<file>/etc/nginx/nginx.conf</file>
<file>/etc/nginx/scgi_params</file>
<file>/etc/nginx/uwsgi_params</file>
<file>/etc/nginx/win-utf</file>
<file>/etc/sysconfig/nginx</file>
<file>/etc/sysconfig/nginx-debug</file>
<file type="dir">/usr/lib/.build-id/25</file>
<file>/usr/lib/.build-id/25/6232e97c72486552b6d3e6191b227e0cc4346e</file>
<file type="dir">/usr/lib/.build-id/e3</file>
<file>/usr/lib/.build-id/e3/ecb20ef2cf6bb52027480d1802530bda5b311c</file>
<file>/usr/lib/systemd/system/nginx-debug.service</file>
<file>/usr/lib/systemd/system/nginx.service</file>
<file type="dir">/usr/lib64/nginx</file>
<file>/usr/lib64/nginx/modules</file>
<file type="dir">/usr/libexec/initscripts/legacy-actions/nginx</file>
<file>/usr/libexec/initscripts/legacy-actions/nginx/check-reload</file>
<file>/usr/libexec/initscripts/legacy-actions/nginx/upgrade</file>
<file>/usr/sbin/nginx</file>
<file>/usr/sbin/nginx-debug</file>
<file type="dir">/usr/share/doc/nginx-1.16.1</file>
<file>/usr/share/doc/nginx-1.16.1/COPYRIGHT</file>
<file>/usr/share/man/man8/nginx.8.gz</file>
<file type="dir">/usr/share/nginx</file>
<file type="dir">/usr/share/nginx/html</file>
<file>/usr/share/nginx/html/50x.html</file>
<file>/usr/share/nginx/html/index.html</file>
<file>/var/cache/nginx</file>
<file>/var/log/nginx</file>
</format>
</package>
</metadata>

[2;37mDEBUGm] pool-1-thread-7 com.artipie.rpm.Update: Saved: /tmp/x9159270550665791602.data
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<metadata xmlns="http://linux.duke.edu/metadata/common" xmlns:rpm="http://linux.duke.edu/metadata/rpm" packages="1">
<package type="rpm">
<name>nginx</name>
<arch>x86_64</arch>
<version epoch="1" rel="1.el8.ngx" ver="1.16.1"/>
<checksum pkgid="YES" type="sha256">54f1d9a1114fa85cd748174c57986004857b800fe9545fbf23af53f4791b31e2</checksum>
<summary>High performance web server</summary>
<description>nginx [engine x] is an HTTP and reverse proxy server, as well as
a mail proxy server.</description>
<packager/>
<url>http://nginx.org/</url>
<time build="1565708687" file="1565708551"/>
<size archive="0" installed="3003616" package="816120"/>
<location href="nginx-1.16.1-1.el8.ngx.x86_64.rpm"/>
<format>
<rpm:license>2-clause BSD-like license</rpm:license>
<rpm:vendor>Nginx, Inc.</rpm:vendor>
<rpm:group>System Environment/Daemons</rpm:group>
<rpm:buildhost>rhel8-amd64-builder-builder.gnt.nginx.com</rpm:buildhost>
<rpm:sourcerpm>nginx-1.16.1-1.el8.ngx.src.rpm</rpm:sourcerpm>
<rpm:header-range end="22964" start="5112"/>
<rpm:provides>
<rpm:entry name="config(nginx)"/>
<rpm:entry name="nginx"/>
<rpm:entry name="nginx(x86-64)"/>
<rpm:entry name="webserver"/>
</rpm:provides>
<rpm:requires>
<rpm:entry name="libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)"/>
<rpm:entry name="libpcre.so.1()(64bit)"/>
<rpm:entry name="libz.so.1()(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.27)(64bit)"/>
<rpm:entry name="libc.so.6()(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.14)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.28)(64bit)"/>
<rpm:entry name="libpthread.so.0(GLIBC_2.3.2)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.17)(64bit)"/>
<rpm:entry name="libcrypt.so.1()(64bit)"/>
<rpm:entry name="libcrypto.so.1.1()(64bit)"/>
<rpm:entry name="config(nginx)"/>
<rpm:entry name="shadow-utils"/>
<rpm:entry name="libcrypt.so.1(XCRYPT_2.0)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.2.5)(64bit)"/>
<rpm:entry name="libdl.so.2()(64bit)"/>
<rpm:entry name="rtld(GNU_HASH)"/>
<rpm:entry name="libpthread.so.0(GLIBC_2.2.5)(64bit)"/>
<rpm:entry name="systemd&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.3)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libssl.so.1.1(OPENSSL_1_1_1)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.3.2)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.4)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libpthread.so.0()(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;/bin/sh&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.10)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libssl.so.1.1()(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libssl.so.1.1(OPENSSL_1_1_0)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.3.4)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.7)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libdl.so.2(GLIBC_2.2.5)(64bit)&quot;/&gt;
&lt;/rpm:requires&gt;
&lt;file&gt;/etc/logrotate.d/nginx&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/etc/nginx&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/etc/nginx/conf.d&lt;/file&gt;
&lt;file&gt;/etc/nginx/conf.d/default.conf&lt;/file&gt;
&lt;file&gt;/etc/nginx/fastcgi_params&lt;/file&gt;
&lt;file&gt;/etc/nginx/koi-utf&lt;/file&gt;
&lt;file&gt;/etc/nginx/koi-win&lt;/file&gt;
&lt;file&gt;/etc/nginx/mime.types&lt;/file&gt;
&lt;file&gt;/etc/nginx/modules&lt;/file&gt;
&lt;file&gt;/etc/nginx/nginx.conf&lt;/file&gt;
&lt;file&gt;/etc/nginx/scgi_params&lt;/file&gt;
&lt;file&gt;/etc/nginx/uwsgi_params&lt;/file&gt;
&lt;file&gt;/etc/nginx/win-utf&lt;/file&gt;
&lt;file&gt;/etc/sysconfig/nginx&lt;/file&gt;
&lt;file&gt;/etc/sysconfig/nginx-debug&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/usr/lib/.build-id/25&lt;/file&gt;
&lt;file&gt;/usr/lib/.build-id/25/6232e97c72486552b6d3e6191b227e0cc4346e&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/usr/lib/.build-id/e3&lt;/file&gt;
&lt;file&gt;/usr/lib/.build-id/e3/ecb20ef2cf6bb52027480d1802530bda5b311c&lt;/file&gt;
&lt;file&gt;/usr/lib/systemd/system/nginx-debug.service&lt;/file&gt;
&lt;file&gt;/usr/lib/systemd/system/nginx.service&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/usr/lib64/nginx&lt;/file&gt;
&lt;file&gt;/usr/lib64/nginx/modules&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/usr/libexec/initscripts/legacy-actions/nginx&lt;/file&gt;
&lt;file&gt;/usr/libexec/initscripts/legacy-actions/nginx/check-reload&lt;/file&gt;
&lt;file&gt;/usr/libexec/initscripts/legacy-actions/nginx/upgrade&lt;/file&gt;
&lt;file&gt;/usr/sbin/nginx&lt;/file&gt;
&lt;file&gt;/usr/sbin/nginx-debug&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/usr/share/doc/nginx-1.16.1&lt;/file&gt;
&lt;file&gt;/usr/share/doc/nginx-1.16.1/COPYRIGHT&lt;/file&gt;
&lt;file&gt;/usr/share/man/man8/nginx.8.gz</file>
<file type="dir">/usr/share/nginx</file>
<file type="dir">/usr/share/nginx/html</file>
<file>/usr/share/nginx/html/50x.html</file>
<file>/usr/share/nginx/html/index.html</file>
<file>/var/cache/nginx</file>
<file>/var/log/nginx</file>
</format>
</package>
</metadata>

[2;37mDEBUGm] pool-1-thread-7 com.artipie.rpm.Update: Saved: /tmp/x5915308266506217028.data
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<metadata xmlns="http://linux.duke.edu/metadata/common" xmlns:rpm="http://linux.duke.edu/metadata/rpm" packages="1">
<package type="rpm">
<name>nginx</name>
<arch>x86_64</arch>
<version epoch="1" rel="1.el8.ngx" ver="1.16.1"/>
<checksum pkgid="YES" type="sha256">54f1d9a1114fa85cd748174c57986004857b800fe9545fbf23af53f4791b31e2</checksum>
<summary>High performance web server</summary>
<description>nginx [engine x] is an HTTP and reverse proxy server, as well as
a mail proxy server.</description>
<packager/>
<url>http://nginx.org/</url>
<time build="1565708687" file="1565708551"/>
<size archive="0" installed="3003616" package="816120"/>
<location href="nginx-1.16.1-1.el8.ngx.x86_64.rpm"/>
<format>
<rpm:license>2-clause BSD-like license</rpm:license>
<rpm:vendor>Nginx, Inc.</rpm:vendor>
<rpm:group>System Environment/Daemons</rpm:group>
<rpm:buildhost>rhel8-amd64-builder-builder.gnt.nginx.com</rpm:buildhost>
<rpm:sourcerpm>nginx-1.16.1-1.el8.ngx.src.rpm</rpm:sourcerpm>
<rpm:header-range end="22964" start="5112"/>
<rpm:provides>
<rpm:entry name="config(nginx)"/>
<rpm:entry name="nginx"/>
<rpm:entry name="nginx(x86-64)"/>
<rpm:entry name="webserver"/>
</rpm:provides>
<rpm:requires>
<rpm:entry name="libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)"/>
<rpm:entry name="libpcre.so.1()(64bit)"/>
<rpm:entry name="libz.so.1()(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.27)(64bit)"/>
<rpm:entry name="libc.so.6()(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.14)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.28)(64bit)"/>
<rpm:entry name="libpthread.so.0(GLIBC_2.3.2)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.17)(64bit)"/>
<rpm:entry name="libcrypt.so.1()(64bit)"/>
<rpm:entry name="libcrypto.so.1.1()(64bit)"/>
<rpm:entry name="config(nginx)"/>
<rpm:entry name="shadow-utils"/>
<rpm:entry name="libcrypt.so.1(XCRYPT_2.0)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.2.5)(64bit)"/>
<rpm:entry name="libdl.so.2()(64bit)"/>
<rpm:entry name="rtld(GNU_HASH)"/>
<rpm:entry name="libpthread.so.0(GLIBC_2.2.5)(64bit)"/>
<rpm:entry name="systemd"/>
<rpm:entry name="libc.so.6(GLIBC_2.3)(64bit)"/>
<rpm:entry name="libssl.so.1.1(OPENSSL_1_1_1)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.3.2)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.4)(64bit)"/>
<rpm:entry name="libpthread.so.0()(64bit)"/>
<rpm:entry name="/bin/sh"/>
<rpm:entry name="libc.so.6(GLIBC_2.10)(64bit)"/>
<rpm:entry name="libssl.so.1.1()(64bit)"/>
<rpm:entry name="libssl.so.1.1(OPENSSL_1_1_0)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.3.4)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.7)(64bit)"/>
<rpm:entry name="libdl.so.2(GLIBC_2.2.5)(64bit)"/>
</rpm:requires>
<file>/etc/logrotate.d/nginx</file>
<file type="dir">/etc/nginx</file>
<file type="dir">/etc/nginx/conf.d</file>
<file>/etc/nginx/conf.d/default.conf</file>
<file>/etc/nginx/fastcgi_params</file>
<file>/etc/nginx/koi-utf</file>
<file>/etc/nginx/koi-win</file>
<file>/etc/nginx/mime.types</file>
<file>/etc/nginx/modules</file>
<file>/etc/nginx/nginx.conf</file>
<file>/etc/nginx/scgi_params</file>
<file>/etc/nginx/uwsgi_params</file>
<file>/etc/nginx/win-utf</file>
<file>/etc/sysconfig/nginx&lt;/file&gt;
&lt;file&gt;/etc/sysconfig/nginx-debug&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/usr/lib/.build-id/25&lt;/file&gt;
&lt;file&gt;/usr/lib/.build-id/25/6232e97c72486552b6d3e6191b227e0cc4346e&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/usr/lib/.build-id/e3&lt;/file&gt;
&lt;file&gt;/usr/lib/.build-id/e3/ecb20ef2cf6bb52027480d1802530bda5b311c&lt;/file&gt;
&lt;file&gt;/usr/lib/systemd/system/nginx-debug.service&lt;/file&gt;
&lt;file&gt;/usr/lib/systemd/system/nginx.service&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/usr/lib64/nginx&lt;/file&gt;
&lt;file&gt;/usr/lib64/nginx/modules&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/usr/libexec/initscripts/legacy-actions/nginx&lt;/file&gt;
&lt;file&gt;/usr/libexec/initscripts/legacy-actions/nginx/check-reload&lt;/file&gt;
&lt;file&gt;/usr/libexec/initscripts/legacy-actions/nginx/upgrade&lt;/file&gt;
&lt;file&gt;/usr/sbin/nginx&lt;/file&gt;
&lt;file&gt;/usr/sbin/nginx-debug&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/usr/share/doc/nginx-1.16.1&lt;/file&gt;
&lt;file&gt;/usr/share/doc/nginx-1.16.1/COPYRIGHT&lt;/file&gt;
&lt;file&gt;/usr/share/man/man8/nginx.8.gz&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/usr/share/nginx&lt;/file&gt;
&lt;file type=&quot;dir&quot;&gt;/usr/share/nginx/html&lt;/file&gt;
&lt;file&gt;/usr/share/nginx/html/50x.html&lt;/file&gt;
&lt;file&gt;/usr/share/nginx/html/index.html&lt;/file&gt;
&lt;file&gt;/var/cache/nginx&lt;/file&gt;
&lt;file&gt;/var/log/nginx&lt;/file&gt;
&lt;/format&gt;
&lt;/package&gt;
&lt;/metadata&gt;

[2;37mDEBUGm] pool-1-thread-7 com.artipie.rpm.Update: Saved: /tmp/x6132275817377073859.data
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
&lt;metadata xmlns=&quot;http://linux.duke.edu/metadata/common&quot; xmlns:rpm=&quot;http://linux.duke.edu/metadata/rpm&quot; packages=&quot;1&quot;&gt;
&lt;package type=&quot;rpm&quot;&gt;
&lt;name&gt;nginx&lt;/name&gt;
&lt;arch&gt;x86_64&lt;/arch&gt;
&lt;version epoch=&quot;1&quot; rel=&quot;1.el8.ngx&quot; ver=&quot;1.16.1&quot;/&gt;
&lt;checksum pkgid=&quot;YES&quot; type=&quot;sha256&quot;&gt;54f1d9a1114fa85cd748174c57986004857b800fe9545fbf23af53f4791b31e2&lt;/checksum&gt;
&lt;summary&gt;High performance web server&lt;/summary&gt;
&lt;description&gt;nginx [engine x] is an HTTP and reverse proxy server, as well as
a mail proxy server.&lt;/description&gt;
&lt;packager/&gt;
&lt;url&gt;http://nginx.org/&lt;/url&gt;
&lt;time build=&quot;1565708687&quot; file=&quot;1565708551&quot;/&gt;
&lt;size archive=&quot;0&quot; installed=&quot;3003616&quot; package=&quot;816120&quot;/&gt;
&lt;location href=&quot;nginx-1.16.1-1.el8.ngx.x86_64.rpm&quot;/&gt;
&lt;format&gt;
&lt;rpm:license>2-clause BSD-like license</rpm:license>
<rpm:vendor>Nginx, Inc.</rpm:vendor>
<rpm:group>System Environment/Daemons</rpm:group>
<rpm:buildhost>rhel8-amd64-builder-builder.gnt.nginx.com</rpm:buildhost>
<rpm:sourcerpm>nginx-1.16.1-1.el8.ngx.src.rpm</rpm:sourcerpm>
<rpm:header-range end="22964" start="5112"/>
<rpm:provides>
<rpm:entry name="config(nginx)"/>
<rpm:entry name="nginx"/>
<rpm:entry name="nginx(x86-64)"/>
<rpm:entry name="webserver"/>
</rpm:provides>
<rpm:requires>
<rpm:entry name="libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)"/>
<rpm:entry name="libpcre.so.1()(64bit)"/>
<rpm:entry name="libz.so.1()(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.27)(64bit)"/>
<rpm:entry name="libc.so.6()(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.14)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.28)(64bit)"/>
<rpm:entry name="libpthread.so.0(GLIBC_2.3.2)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.17)(64bit)"/>
<rpm:entry name="libcrypt.so.1()(64bit)"/>
<rpm:entry name="libcrypto.so.1.1()(64bit)"/>
<rpm:entry name="config(nginx)"/>
<rpm:entry name="shadow-utils"/>
<rpm:entry name="libcrypt.so.1(XCRYPT_2.0)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.2.5)(64bit)"/>
<rpm:entry name="libdl.so.2()(64bit)"/>
<rpm:entry name="rtld(GNU_HASH)"/>
<rpm:entry name="libpthread.so.0(GLIBC_2.2.5)(64bit)"/>
<rpm:entry name="systemd"/>
<rpm:entry name="libc.so.6(GLIBC_2.3)(64bit)"/>
<rpm:entry name="libssl.so.1.1(OPENSSL_1_1_1)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.3.2)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.4)(64bit)"/>
<rpm:entry name="libpthread.so.0()(64bit)"/>
<rpm:entry name="/bin/sh"/>
<rpm:entry name="libc.so.6(GLIBC_2.10)(64bit)"/>
<rpm:entry name="libssl.so.1.1()(64bit)"/>
<rpm:entry name="libssl.so.1.1(OPENSSL_1_1_0)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.3.4)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.7)(64bit)"/>
<rpm:entry name="libdl.so.2(GLIBC_2.2.5)(64bit)"/>
</rpm:requires>
<file>/etc/logrotate.d/nginx</file>
<file type="dir">/etc/nginx</file>
<file type="dir">/etc/nginx/conf.d</file>
<file>/etc/nginx/conf.d/default.conf</file>
<file>/etc/nginx/fastcgi_params</file>
<file>/etc/nginx/koi-utf</file>
<file>/etc/nginx/koi-win</file>
<file>/etc/nginx/mime.types</file>
<file>/etc/nginx/modules</file>
<file>/etc/nginx/nginx.conf</file>
<file>/etc/nginx/scgi_params</file>
<file>/etc/nginx/uwsgi_params</file>
<file>/etc/nginx/win-utf</file>
<file>/etc/sysconfig/nginx</file>
<file>/etc/sysconfig/nginx-debug</file>
<file type="dir">/usr/lib/.build-id/25</file>
<file>/usr/lib/.build-id/25/6232e97c72486552b6d3e6191b227e0cc4346e</file>
<file type="dir">/usr/lib/.build-id/e3</file>
<file>/usr/lib/.build-id/e3/ecb20ef2cf6bb52027480d1802530bda5b311c</file>
<file>/usr/lib/systemd/system/nginx-debug.service</file>
<file>/usr/lib/systemd/system/nginx.service</file>
<file type="dir">/usr/lib64/nginx</file>
<file>/usr/lib64/nginx/modules</file>
<file type="dir">/usr/libexec/initscripts/legacy-actions/nginx</file>
<file>/usr/libexec/initscripts/legacy-actions/nginx/check-reload</file>
<file>/usr/libexec/initscripts/legacy-actions/nginx/upgrade</file>
<file>/usr/sbin/nginx</file>
<file>/usr/sbin/nginx-debug</file>
<file type="dir">/usr/share/doc/nginx-1.16.1</file>
<file>/usr/share/doc/nginx-1.16.1/COPYRIGHT</file>
<file>/usr/share/man/man8/nginx.8.gz</file>
<file type="dir">/usr/share/nginx</file>
<file type="dir">/usr/share/nginx/html</file>
<file>/usr/share/nginx/html/50x.html</file>
<file>/usr/share/nginx/html/index.html</file>
<file>/var/cache/nginx</file>
<file&gt;/var/log/nginx&lt;/file&gt;
&lt;/format&gt;
&lt;/package&gt;
&lt;/metadata&gt;

[2;37mDEBUGm] pool-1-thread-7 com.artipie.rpm.Update: Saved: /tmp/x1251868460881307466.data
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
&lt;metadata xmlns=&quot;http://linux.duke.edu/metadata/common&quot; xmlns:rpm=&quot;http://linux.duke.edu/metadata/rpm&quot; packages=&quot;1&quot;&gt;
&lt;package type=&quot;rpm&quot;&gt;
&lt;name&gt;nginx&lt;/name&gt;
&lt;arch&gt;x86_64&lt;/arch&gt;
&lt;version epoch=&quot;1&quot; rel=&quot;1.el8.ngx&quot; ver=&quot;1.16.1&quot;/&gt;
&lt;checksum pkgid=&quot;YES&quot; type=&quot;sha256&quot;&gt;54f1d9a1114fa85cd748174c57986004857b800fe9545fbf23af53f4791b31e2&lt;/checksum&gt;
&lt;summary&gt;High performance web server&lt;/summary&gt;
&lt;description&gt;nginx [engine x] is an HTTP and reverse proxy server, as well as
a mail proxy server.&lt;/description&gt;
&lt;packager/&gt;
&lt;url&gt;http://nginx.org/&lt;/url&gt;
&lt;time build=&quot;1565708687&quot; file=&quot;1565708551&quot;/&gt;
&lt;size archive=&quot;0&quot; installed=&quot;3003616&quot; package=&quot;816120&quot;/&gt;
&lt;location href=&quot;nginx-1.16.1-1.el8.ngx.x86_64.rpm&quot;/&gt;
&lt;format&gt;
&lt;rpm:license&gt;2-clause BSD-like license&lt;/rpm:license&gt;
&lt;rpm:vendor&gt;Nginx, Inc.&lt;/rpm:vendor&gt;
&lt;rpm:group&gt;System Environment/Daemons&lt;/rpm:group&gt;
&lt;rpm:buildhost&gt;rhel8-amd64-builder-builder.gnt.nginx.com&lt;/rpm:buildhost&gt;
&lt;rpm:sourcerpm&gt;nginx-1.16.1-1.el8.ngx.src.rpm&lt;/rpm:sourcerpm&gt;
&lt;rpm:header-range end=&quot;22964&quot; start=&quot;5112&quot;/&gt;
&lt;rpm:provides&gt;
&lt;rpm:entry name=&quot;config(nginx)&quot;/&gt;
&lt;rpm:entry name=&quot;nginx&quot;/&gt;
&lt;rpm:entry name=&quot;nginx(x86-64)&quot;/&gt;
&lt;rpm:entry name=&quot;webserver&quot;/&gt;
&lt;/rpm:provides&gt;
&lt;rpm:requires&gt;
&lt;rpm:entry name=&quot;libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libpcre.so.1()(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libz.so.1()(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.27)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6()(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.14)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.28)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libpthread.so.0(GLIBC_2.3.2)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libc.so.6(GLIBC_2.17)(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libcrypt.so.1()(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;libcrypto.so.1.1()(64bit)&quot;/&gt;
&lt;rpm:entry name=&quot;config(nginx)&quot;/&gt;
&lt;rpm:entry name="shadow-utils"/>
<rpm:entry name="libcrypt.so.1(XCRYPT_2.0)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.2.5)(64bit)"/>
<rpm:entry name="libdl.so.2()(64bit)"/>
<rpm:entry name="rtld(GNU_HASH)"/>
<rpm:entry name="libpthread.so.0(GLIBC_2.2.5)(64bit)"/>
<rpm:entry name="systemd"/>
<rpm:entry name="libc.so.6(GLIBC_2.3)(64bit)"/>
<rpm:entry name="libssl.so.1.1(OPENSSL_1_1_1)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.3.2)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.4)(64bit)"/>
<rpm:entry name="libpthread.so.0()(64bit)"/>
<rpm:entry name="/bin/sh"/>
<rpm:entry name="libc.so.6(GLIBC_2.10)(64bit)"/>
<rpm:entry name="libssl.so.1.1()(64bit)"/>
<rpm:entry name="libssl.so.1.1(OPENSSL_1_1_0)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.3.4)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.7)(64bit)"/>
<rpm:entry name="libdl.so.2(GLIBC_2.2.5)(64bit)"/>
</rpm:requires>
<file>/etc/logrotate.d/nginx</file>
<file type="dir">/etc/nginx</file>
<file type="dir">/etc/nginx/conf.d</file>
<file>/etc/nginx/conf.d/default.conf</file>
<file>/etc/nginx/fastcgi_params</file>
<file>/etc/nginx/koi-utf</file>
<file>/etc/nginx/koi-win</file>
<file>/etc/nginx/mime.types</file>
<file>/etc/nginx/modules</file>
<file>/etc/nginx/nginx.conf</file>
<file>/etc/nginx/scgi_params</file>
<file>/etc/nginx/uwsgi_params</file>
<file>/etc/nginx/win-utf</file>
<file>/etc/sysconfig/nginx</file>
<file>/etc/sysconfig/nginx-debug</file>
<file type="dir">/usr/lib/.build-id/25</file>
<file>/usr/lib/.build-id/25/6232e97c72486552b6d3e6191b227e0cc4346e</file>
<file type="dir">/usr/lib/.build-id/e3</file>
<file>/usr/lib/.build-id/e3/ecb20ef2cf6bb52027480d1802530bda5b311c</file>
<file>/usr/lib/systemd/system/nginx-debug.service</file>
<file>/usr/lib/systemd/system/nginx.service</file>
<file type="dir">/usr/lib64/nginx</file>
<file>/usr/lib64/nginx/modules</file>
<file type="dir">/usr/libexec/initscripts/legacy-actions/nginx</file>
<file>/usr/libexec/initscripts/legacy-actions/nginx/check-reload</file>
<file>/usr/libexec/initscripts/legacy-actions/nginx/upgrade</file>
<file>/usr/sbin/nginx</file>
<file>/usr/sbin/nginx-debug</file>
<file type="dir">/usr/share/doc/nginx-1.16.1</file>
<file>/usr/share/doc/nginx-1.16.1/COPYRIGHT</file>
<file>/usr/share/man/man8/nginx.8.gz</file>
<file type="dir">/usr/share/nginx</file>
<file type="dir">/usr/share/nginx/html</file>
<file>/usr/share/nginx/html/50x.html</file>
<file>/usr/share/nginx/html/index.html</file>
<file>/var/cache/nginx</file>
<file>/var/log/nginx</file>
</format>
</package>
</metadata>

[2;37mDEBUGm] pool-1-thread-7 com.artipie.rpm.Update: Saved: /tmp/repomd5881766825154651217.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<repomd xmlns="http://linux.duke.edu/metadata/repo">
<revision>1</revision>
<data type="primary">
<location href="repodata/primary.xml.gz"/>
<open-size>4342</open-size>
<size>1299</size>
<checksum type="sha256">9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41</checksum>
<open-checksum type="sha256">49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a</open-checksum>
<timestamp>1583400261</timestamp>
</data>
</repomd>

[2;37mDEBUGm] pool-1-thread-7 com.artipie.rpm.Update: Saved: /tmp/repomd1297689671676660889.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<repomd xmlns="http://linux.duke.edu/metadata/repo">
<revision>1</revision>
<data type="primary">
<location href="repodata/primary.xml.gz"/>
<open-size>4342</open-size>
<size>1299</size>
<checksum type="sha256">9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41</checksum>
<open-checksum type="sha256"&gt;49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a&lt;/open-checksum&gt;
&lt;timestamp&gt;1583400261&lt;/timestamp&gt;
&lt;/data&gt;
&lt;/repomd&gt;

[2;37mDEBUGm] pool-1-thread-7 com.artipie.rpm.Update: Saved: /tmp/repomd7817058171582428802.xml
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
&lt;repomd xmlns=&quot;http://linux.duke.edu/metadata/repo&quot;&gt;
&lt;revision&gt;1&lt;/revision&gt;
&lt;data type=&quot;primary&quot;&gt;
&lt;location href=&quot;repodata/primary.xml.gz&quot;/&gt;
&lt;open-size&gt;4342&lt;/open-size&gt;
&lt;size&gt;1299&lt;/size&gt;
&lt;checksum type=&quot;sha256&quot;&gt;9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41&lt;/checksum&gt;
&lt;open-checksum type=&quot;sha256&quot;&gt;49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a&lt;/open-checksum&gt;
&lt;timestamp&gt;1583400261&lt;/timestamp&gt;
&lt;/data&gt;
&lt;/repomd&gt;

[2;37mDEBUGm] pool-1-thread-7 com.artipie.rpm.Update: Saved: /tmp/repomd3531568659380990172.xml
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
&lt;repomd xmlns=&quot;http://linux.duke.edu/metadata/repo&quot;&gt;
&lt;revision&gt;1&lt;/revision&gt;
&lt;data type=&quot;primary&quot;&gt;
&lt;location href=&quot;repodata/primary.xml.gz&quot;/&gt;
&lt;open-size&gt;4342&lt;/open-size&gt;
&lt;size&gt;1299&lt;/size&gt;
&lt;checksum type=&quot;sha256&quot;&gt;9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41&lt;/checksum&gt;
&lt;open-checksum type=&quot;sha256&quot;&gt;49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a&lt;/open-checksum&gt;
&lt;timestamp&gt;1583400261&lt;/timestamp&gt;
&lt;/data&gt;
&lt;/repomd&gt;

[2;37mDEBUGm] pool-1-thread-7 com.artipie.rpm.Update: Saved: /tmp/repomd7447195538863468.xml
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
&lt;repomd xmlns=&quot;http://linux.duke.edu/metadata/repo&quot;&gt;
&lt;revision&gt;1&lt;/revision&gt;
&lt;data type=&quot;primary&quot;&gt;
&lt;location href=&quot;repodata/primary.xml.gz&quot;/&gt;
&lt;open-size&gt;4342&lt;/open-size&gt;
&lt;size&gt;1299&lt;/size&gt;
&lt;checksum type=&quot;sha256&quot;&gt;9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41&lt;/checksum&gt;
&lt;open-checksum type=&quot;sha256&quot;&gt;49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a&lt;/open-checksum&gt;
&lt;timestamp&gt;1583400262&lt;/timestamp&gt;
&lt;/data&gt;
&lt;/repomd&gt;

[2;37mDEBUGm] pool-1-thread-7 com.artipie.rpm.Update: Saved: /tmp/repomd5781009835055852350.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<repomd xmlns="http://linux.duke.edu/metadata/repo">
<revision>1</revision>
<data type="primary">
<location href="repodata/primary.xml.gz"/>
<open-size>4342</open-size>
<size>1299</size>
<checksum type="sha256">9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41</checksum>
<open-checksum type="sha256">49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a</open-checksum>
<timestamp>1583400262</timestamp>
</data>
</repomd>

[2;37mDEBUGm] pool-1-thread-7 com.artipie.rpm.Update: Saved: /tmp/repomd298831198929416876.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<repomd xmlns="http://linux.duke.edu/metadata/repo">
<revision>1</revision>
<data type="primary">
<location href="repodata/primary.xml.gz"/>
<open-size>4342</open-size>
<size>1299</size>
<checksum type="sha256">9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41</checksum>
<open-checksum type="sha256">49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a</open-checksum>
<timestamp>1583400262</timestamp>
</data>
</repomd>

[2;37mDEBUGm] pool-1-thread-7 com.artipie.rpm.Update: Saved: /tmp/repomd1923432743353808642.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<repomd xmlns="http://linux.duke.edu/metadata/repo">
<revision>1</revision>
<data type="primary">
<location href="repodata/primary.xml.gz"/>
<open-size>4342</open-size>
<size>1299</size>
<checksum type="sha256">9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41</checksum>
<open-checksum type="sha256">49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a</open-checksum>
<timestamp>1583400262</timestamp>
</data>
</repomd>

[2;37mDEBUGm] pool-1-thread-7 com.artipie.rpm.Update: Saved: /tmp/repomd2075721499710900577.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<repomd xmlns="http://linux.duke.edu/metadata/repo">
<revision>1</revision>
<data type="primary">
<location href="repodata/primary.xml.gz"/>
<open-size>4342</open-size>
<size>1299</size>
<checksum type="sha256">9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41</checksum>
<open-checksum type="sha256">49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a</open-checksum>
<timestamp>1583400262</timestamp>
</data>
</repomd>

[2;37mDEBUGm] pool-1-thread-7 com.artipie.rpm.Update: Saved: /tmp/repomd6997420315421361167.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<repomd xmlns="http://linux.duke.edu/metadata/repo">
<revision>1</revision>
<data type="primary">
<location href="repodata/primary.xml.gz"/>
<open-size>4342</open-size>
<size>1299</size>
<checksum type="sha256">9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41</checksum>
<open-checksum type="sha256">49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a</open-checksum>
<timestamp>1583400262</timestamp>
</data>
</repomd>

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/x1333679742036342457.data
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<filelists xmlns="http://linux.duke.edu/metadata/filelists" packages="1">
<package arch="x86_64" name="nginx" pkgid="54f1d9a1114fa85cd748174c57986004857b800fe9545fbf23af53f4791b31e2">
<version epoch="1" rel="1.el8.ngx" ver="1.16.1"/>
<file>/test</file>
</package>
</filelists>

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/x1658607952628376184.data
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<filelists xmlns="http://linux.duke.edu/metadata/filelists" packages="1">
<package arch="x86_64" name="nginx" pkgid="54f1d9a1114fa85cd748174c57986004857b800fe9545fbf23af53f4791b31e2">
<version epoch="1" rel=&quot;1.el8.ngx&quot; ver=&quot;1.16.1&quot;/&gt;
&lt;file&gt;/test&lt;/file&gt;
&lt;/package&gt;
&lt;/filelists&gt;

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/x7314305774020293019.data
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
&lt;filelists xmlns=&quot;http://linux.duke.edu/metadata/filelists&quot; packages=&quot;1&quot;&gt;
&lt;package arch=&quot;x86_64&quot; name=&quot;nginx&quot; pkgid=&quot;54f1d9a1114fa85cd748174c57986004857b800fe9545fbf23af53f4791b31e2&quot;&gt;
&lt;version epoch=&quot;1&quot; rel=&quot;1.el8.ngx&quot; ver=&quot;1.16.1&quot;/&gt;
&lt;file&gt;/test&lt;/file&gt;
&lt;/package&gt;
&lt;/filelists&gt;

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/x155670791044286161.data
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
&lt;filelists xmlns=&quot;http://linux.duke.edu/metadata/filelists&quot; packages=&quot;1&quot;&gt;
&lt;package arch=&quot;x86_64&quot; name=&quot;nginx&quot; pkgid=&quot;54f1d9a1114fa85cd748174c57986004857b800fe9545fbf23af53f4791b31e2&quot;&gt;
&lt;version epoch=&quot;1&quot; rel=&quot;1.el8.ngx&quot; ver=&quot;1.16.1&quot;/&gt;
&lt;file&gt;/test&lt;/file&gt;
&lt;/package&gt;
&lt;/filelists&gt;

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/x7820590351035613777.data
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
&lt;filelists xmlns=&quot;http://linux.duke.edu/metadata/filelists&quot; packages=&quot;1&quot;&gt;
&lt;package arch=&quot;x86_64&quot; name=&quot;nginx&quot; pkgid=&quot;54f1d9a1114fa85cd748174c57986004857b800fe9545fbf23af53f4791b31e2&quot;&gt;
&lt;version epoch=&quot;1&quot; rel=&quot;1.el8.ngx&quot; ver=&quot;1.16.1&quot;/&gt;
&lt;file&gt;/test&lt;/file&gt;
&lt;/package&gt;
&lt;/filelists&gt;

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/x2270311216004509731.data
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
&lt;filelists xmlns=&quot;http://linux.duke.edu/metadata/filelists&quot; packages=&quot;1&quot;&gt;
&lt;package arch=&quot;x86_64&quot; name=&quot;nginx&quot; pkgid=&quot;54f1d9a1114fa85cd748174c57986004857b800fe9545fbf23af53f4791b31e2&quot;&gt;
&lt;version epoch=&quot;1&quot; rel=&quot;1.el8.ngx&quot; ver=&quot;1.16.1&quot;/&gt;
&lt;file&gt;/test&lt;/file&gt;
&lt;/package&gt;
&lt;/filelists&gt;

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/x1892530045961879397.data
&lt;?xml version="1.0" encoding="UTF-8" standalone="no"?>
<filelists xmlns="http://linux.duke.edu/metadata/filelists" packages="1">
<package arch="x86_64" name="nginx" pkgid="54f1d9a1114fa85cd748174c57986004857b800fe9545fbf23af53f4791b31e2">
<version epoch="1" rel="1.el8.ngx" ver="1.16.1"/>
<file>/test</file>
</package>
</filelists>

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/x547788707579500447.data
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<filelists xmlns="http://linux.duke.edu/metadata/filelists" packages="1">
<package arch="x86_64" name="nginx" pkgid="54f1d9a1114fa85cd748174c57986004857b800fe9545fbf23af53f4791b31e2">
<version epoch="1" rel="1.el8.ngx" ver="1.16.1"/>
<file>/test</file>
</package>
</filelists>

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/x184550515225933837.data
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<filelists xmlns="http://linux.duke.edu/metadata/filelists" packages="1">
<package arch="x86_64" name="nginx" pkgid="54f1d9a1114fa85cd748174c57986004857b800fe9545fbf23af53f4791b31e2">
<version epoch="1" rel="1.el8.ngx" ver="1.16.1"/>
<file>/test</file>
</package>
</filelists>

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/x8567450894513389072.data
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<filelists xmlns="http://linux.duke.edu/metadata/filelists" packages="1">
<package arch="x86_64" name="nginx" pkgid="54f1d9a1114fa85cd748174c57986004857b800fe9545fbf23af53f4791b31e2">
<version epoch="1" rel="1.el8.ngx" ver="1.16.1"/>
<file>/test</file>
</package>
</filelists>

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/repomd488458713520633997.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<repomd xmlns="http://linux.duke.edu/metadata/repo">
<revision>1</revision>
<data type="primary">
<location href="repodata/primary.xml.gz"/>
<open-size>4342</open-size>
<size>1299</size>
<checksum type="sha256">9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41</checksum>
<open-checksum type="sha256">49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a</open-checksum>
<timestamp>1583400262</timestamp>
</data>
<data type="filelists">
<location href="repodata/filelists.xml.gz"/>
<open-size>332</open-size>
<size>253</size>
<checksum type="sha256">e5f9ca12a18569fcbeca3602418d230e9685e52b6b05f5207789d04ac4f2b658</checksum>
<open-checksum type="sha256">29dfb33befc17549996dde92fc83ba863814c5f951ecbefb5ddebfd8ac01a017</open-checksum>
<timestamp>1583400262</timestamp>
</data>
</repomd>

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/repomd18496122402247302.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<repomd xmlns="http://linux.duke.edu/metadata/repo">
<revision>1</revision>
<data type="primary">
<location href="repodata/primary.xml.gz"/>
<open-size>4342</open-size>
<size>1299</size>
<checksum type="sha256">9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41</checksum>
<open-checksum type="sha256">49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a</open-checksum>
<timestamp>1583400262</timestamp>
</data>
<data type="filelists">
<location href="repodata/filelists.xml.gz"/>
<open-size>332</open-size>
<size>253</size>
<checksum type="sha256">e5f9ca12a18569fcbeca3602418d230e9685e52b6b05f5207789d04ac4f2b658</checksum>
<open-checksum type="sha256">29dfb33befc17549996dde92fc83ba863814c5f951ecbefb5ddebfd8ac01a017</open-checksum>
<timestamp>1583400262</timestamp>
</data>
</repomd>

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/repomd3146662698464638570.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<repomd xmlns=&quot;http://linux.duke.edu/metadata/repo&quot;&gt;
&lt;revision&gt;1&lt;/revision&gt;
&lt;data type=&quot;primary&quot;&gt;
&lt;location href=&quot;repodata/primary.xml.gz&quot;/&gt;
&lt;open-size&gt;4342&lt;/open-size&gt;
&lt;size&gt;1299&lt;/size&gt;
&lt;checksum type=&quot;sha256&quot;&gt;9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41&lt;/checksum&gt;
&lt;open-checksum type=&quot;sha256&quot;&gt;49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a&lt;/open-checksum&gt;
&lt;timestamp&gt;1583400262&lt;/timestamp&gt;
&lt;/data&gt;
&lt;data type=&quot;filelists&quot;&gt;
&lt;location href=&quot;repodata/filelists.xml.gz&quot;/&gt;
&lt;open-size&gt;332&lt;/open-size&gt;
&lt;size&gt;253&lt;/size&gt;
&lt;checksum type=&quot;sha256&quot;&gt;e5f9ca12a18569fcbeca3602418d230e9685e52b6b05f5207789d04ac4f2b658&lt;/checksum&gt;
&lt;open-checksum type=&quot;sha256&quot;&gt;29dfb33befc17549996dde92fc83ba863814c5f951ecbefb5ddebfd8ac01a017&lt;/open-checksum&gt;
&lt;timestamp&gt;1583400262&lt;/timestamp&gt;
&lt;/data&gt;
&lt;/repomd&gt;

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/repomd8366071143985979260.xml
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
&lt;repomd xmlns=&quot;http://linux.duke.edu/metadata/repo&quot;&gt;
&lt;revision&gt;1&lt;/revision&gt;
&lt;data type=&quot;primary&quot;&gt;
&lt;location href=&quot;repodata/primary.xml.gz&quot;/&gt;
&lt;open-size&gt;4342&lt;/open-size&gt;
&lt;size&gt;1299&lt;/size&gt;
&lt;checksum type=&quot;sha256&quot;&gt;9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41&lt;/checksum&gt;
&lt;open-checksum type=&quot;sha256&quot;&gt;49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a&lt;/open-checksum&gt;
&lt;timestamp&gt;1583400262&lt;/timestamp&gt;
&lt;/data&gt;
&lt;data type=&quot;filelists&quot;&gt;
&lt;location href=&quot;repodata/filelists.xml.gz&quot;/&gt;
&lt;open-size&gt;332&lt;/open-size&gt;
&lt;size&gt;253&lt;/size&gt;
&lt;checksum type=&quot;sha256&quot;&gt;e5f9ca12a18569fcbeca3602418d230e9685e52b6b05f5207789d04ac4f2b658&lt;/checksum&gt;
&lt;open-checksum type=&quot;sha256&quot;&gt;29dfb33befc17549996dde92fc83ba863814c5f951ecbefb5ddebfd8ac01a017&lt;/open-checksum&gt;
&lt;timestamp&gt;1583400262&lt;/timestamp&gt;
&lt;/data&gt;
&lt;/repomd&gt;

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/repomd6643468370412816903.xml
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
&lt;repomd xmlns="http://linux.duke.edu/metadata/repo">
<revision>1</revision>
<data type="primary">
<location href="repodata/primary.xml.gz"/>
<open-size>4342</open-size>
<size>1299</size>
<checksum type="sha256">9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41</checksum>
<open-checksum type="sha256">49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a</open-checksum>
<timestamp>1583400262</timestamp>
</data>
<data type="filelists">
<location href="repodata/filelists.xml.gz"/>
<open-size>332</open-size>
<size>253</size>
<checksum type="sha256">e5f9ca12a18569fcbeca3602418d230e9685e52b6b05f5207789d04ac4f2b658</checksum>
<open-checksum type="sha256">29dfb33befc17549996dde92fc83ba863814c5f951ecbefb5ddebfd8ac01a017</open-checksum>
<timestamp>1583400262</timestamp>
</data>
</repomd>

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/repomd7868695339145454294.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<repomd xmlns="http://linux.duke.edu/metadata/repo">
<revision>1</revision>
<data type="primary">
<location href="repodata/primary.xml.gz"/>
<open-size>4342</open-size>
<size>1299</size>
<checksum type="sha256">9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41</checksum>
<open-checksum type="sha256">49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a</open-checksum>
<timestamp>1583400262</timestamp>
</data>
<data type="filelists">
<location href="repodata/filelists.xml.gz"/>
<open-size>332</open-size>
<size>253</size>
<checksum type="sha256">e5f9ca12a18569fcbeca3602418d230e9685e52b6b05f5207789d04ac4f2b658</checksum>
<open-checksum type="sha256">29dfb33befc17549996dde92fc83ba863814c5f951ecbefb5ddebfd8ac01a017</open-checksum>
<timestamp>1583400262</timestamp>
</data>
</repomd>

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/repomd7535512872666908020.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<repomd xmlns="http://linux.duke.edu/metadata/repo">
<revision>1</revision>
<data type="primary">
<location href="repodata/primary.xml.gz"/>
<open-size>4342</open-size>
<size>1299</size>
<checksum type="sha256">9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41</checksum>
<open-checksum type="sha256">49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a</open-checksum>
<timestamp>1583400262</timestamp>
</data>
<data type="filelists">
<location href="repodata/filelists.xml.gz"/>
<open-size>332</open-size>
<size>253</size>
<checksum type="sha256">e5f9ca12a18569fcbeca3602418d230e9685e52b6b05f5207789d04ac4f2b658</checksum>
<open-checksum type="sha256">29dfb33befc17549996dde92fc83ba863814c5f951ecbefb5ddebfd8ac01a017</open-checksum>
<timestamp>1583400262</timestamp>
</data>
</repomd>

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/repomd561949767775447338.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<repomd xmlns="http://linux.duke.edu/metadata/repo">
<revision>1</revision>
<data type="primary">
<location href="repodata/primary.xml.gz"/>
<open-size>4342</open-size>
<size>1299</size>
<checksum type="sha256">9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41</checksum>
<open-checksum type="sha256">49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a</open-checksum>
<timestamp>1583400262</timestamp>
</data>
<data type="filelists">
<location href="repodata/filelists.xml.gz"/>
<open-size>332</open-size>
<size>253</size>
<checksum type="sha256">e5f9ca12a18569fcbeca3602418d230e9685e52b6b05f5207789d04ac4f2b658</checksum>
<open-checksum type="sha256">29dfb33befc17549996dde92fc83ba863814c5f951ecbefb5ddebfd8ac01a017</open-checksum>
<timestamp>1583400262</timestamp>
</data>
</repomd>

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/repomd5153040593370385775.xml
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
&lt;repomd xmlns=&quot;http://linux.duke.edu/metadata/repo&quot;&gt;
&lt;revision&gt;1&lt;/revision&gt;
&lt;data type=&quot;primary&quot;&gt;
&lt;location href=&quot;repodata/primary.xml.gz&quot;/&gt;
&lt;open-size&gt;4342&lt;/open-size&gt;
&lt;size&gt;1299&lt;/size&gt;
&lt;checksum type=&quot;sha256&quot;&gt;9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41&lt;/checksum&gt;
&lt;open-checksum type=&quot;sha256&quot;&gt;49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a&lt;/open-checksum&gt;
&lt;timestamp&gt;1583400262&lt;/timestamp&gt;
&lt;/data&gt;
&lt;data type=&quot;filelists&quot;&gt;
&lt;location href=&quot;repodata/filelists.xml.gz&quot;/&gt;
&lt;open-size&gt;332&lt;/open-size&gt;
&lt;size&gt;253&lt;/size&gt;
&lt;checksum type=&quot;sha256&quot;&gt;e5f9ca12a18569fcbeca3602418d230e9685e52b6b05f5207789d04ac4f2b658&lt;/checksum&gt;
&lt;open-checksum type=&quot;sha256&quot;&gt;29dfb33befc17549996dde92fc83ba863814c5f951ecbefb5ddebfd8ac01a017&lt;/open-checksum&gt;
&lt;timestamp&gt;1583400262&lt;/timestamp&gt;
&lt;/data&gt;
&lt;/repomd&gt;

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/repomd3067996550881292612.xml
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
&lt;repomd xmlns=&quot;http://linux.duke.edu/metadata/repo&quot;&gt;
&lt;revision&gt;1&lt;/revision&gt;
&lt;data type=&quot;primary&quot;&gt;
&lt;location href=&quot;repodata/primary.xml.gz&quot;/&gt;
&lt;open-size&gt;4342&lt;/open-size&gt;
&lt;size&gt;1299&lt;/size&gt;
&lt;checksum type=&quot;sha256&quot;&gt;9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41&lt;/checksum&gt;
&lt;open-checksum type=&quot;sha256&quot;&gt;49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a&lt;/open-checksum&gt;
&lt;timestamp&gt;1583400262&lt;/timestamp&gt;
&lt;/data&gt;
&lt;data type=&quot;filelists&quot;&gt;
&lt;location href=&quot;repodata/filelists.xml.gz&quot;/&gt;
&lt;open-size&gt;332&lt;/open-size&gt;
&lt;size&gt;253&lt;/size&gt;
&lt;checksum type=&quot;sha256&quot;&gt;e5f9ca12a18569fcbeca3602418d230e9685e52b6b05f5207789d04ac4f2b658&lt;/checksum&gt;
&lt;open-checksum type=&quot;sha256&quot;&gt;29dfb33befc17549996dde92fc83ba863814c5f951ecbefb5ddebfd8ac01a017&lt;/open-checksum&gt;
&lt;timestamp&gt;1583400262&lt;/timestamp&gt;
&lt;/data&gt;
&lt;/repomd&gt;

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/x3734801930069337148.data
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<otherdata xmlns="http://linux.duke.edu/metadata/other" packages="1">
<package arch="x86_64" name="nginx" pkgid="io.reactivex.internal.operators.single.SingleMap@12e00b48">
<version epoch="1" rel="1.el8.ngx" ver="1.16.1"/>
<changelog>?</changelog>
</package>
</otherdata>

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/x4554603877224470968.data
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<otherdata xmlns="http://linux.duke.edu/metadata/other" packages="1">
<package arch="x86_64" name="nginx" pkgid="io.reactivex.internal.operators.single.SingleMap@4bce3c82">
<version epoch="1" rel="1.el8.ngx" ver="1.16.1"/>
<changelog>?</changelog>
</package>
</otherdata>

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/x3300476181971299825.data
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<otherdata xmlns="http://linux.duke.edu/metadata/other" packages="1">
<package arch="x86_64" name="nginx" pkgid="io.reactivex.internal.operators.single.SingleMap@60207a27">
<version epoch="1" rel="1.el8.ngx" ver="1.16.1"/>
<changelog>?</changelog>
</package>
</otherdata>

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/x8970081895542978269.data
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<otherdata xmlns="http://linux.duke.edu/metadata/other" packages="1">
<package arch="x86_64" name="nginx" pkgid="io.reactivex.internal.operators.single.SingleMap@c07a6">
<version epoch="1" rel="1.el8.ngx" ver="1.16.1"/>
<changelog>?</changelog>
</package>
</otherdata>

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/x3963946529629854418.data
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<otherdata xmlns="http://linux.duke.edu/metadata/other" packages="1">
<package arch="x86_64" name="nginx" pkgid="io.reactivex.internal.operators.single.SingleMap@17ce12c1">
<version epoch="1" rel="1.el8.ngx" ver="1.16.1"/>
<changelog>?</changelog>
</package>
</otherdata>

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/x2074296509859118138.data
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<otherdata xmlns="http://linux.duke.edu/metadata/other" packages="1">
<package arch="x86_64" name="nginx" pkgid="io.reactivex.internal.operators.single.SingleMap@3afc6706">
<version epoch="1" rel="1.el8.ngx" ver="1.16.1"/>
<changelog>?</changelog>
</package>
</otherdata>

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/x8382301534290843767.data
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<otherdata xmlns="http://linux.duke.edu/metadata/other" packages="1">
<package arch="x86_64" name="nginx" pkgid="io.reactivex.internal.operators.single.SingleMap@162d9486">
<version epoch="1" rel="1.el8.ngx" ver="1.16.1"/>
<changelog>?</changelog>
</package>
</otherdata>

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/x4282929807747666379.data
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<otherdata xmlns="http://linux.duke.edu/metadata/other" packages="1">
<package arch="x86_64" name="nginx" pkgid="io.reactivex.internal.operators.single.SingleMap@ed1111f">
<version epoch="1" rel="1.el8.ngx" ver="1.16.1"/>
<changelog>?</changelog>
</package>
</otherdata>

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/x3432154333207629021.data
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<otherdata xmlns="http://linux.duke.edu/metadata/other" packages="1">
<package arch="x86_64" name="nginx" pkgid="io.reactivex.internal.operators.single.SingleMap@2e21ad96&quot;&gt;
&lt;version epoch=&quot;1&quot; rel=&quot;1.el8.ngx&quot; ver=&quot;1.16.1&quot;/&gt;
&lt;changelog&gt;?&lt;/changelog&gt;
&lt;/package&gt;
&lt;/otherdata&gt;

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/x6793295674064045027.data
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
&lt;otherdata xmlns=&quot;http://linux.duke.edu/metadata/other&quot; packages=&quot;1&quot;&gt;
&lt;package arch=&quot;x86_64&quot; name=&quot;nginx&quot; pkgid=&quot;io.reactivex.internal.operators.single.SingleMap@52bbb5a8&quot;&gt;
&lt;version epoch=&quot;1&quot; rel=&quot;1.el8.ngx&quot; ver=&quot;1.16.1&quot;/&gt;
&lt;changelog&gt;?&lt;/changelog&gt;
&lt;/package&gt;
&lt;/otherdata&gt;

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/repomd8885267657218975929.xml
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
&lt;repomd xmlns=&quot;http://linux.duke.edu/metadata/repo&quot;&gt;
&lt;revision&gt;1&lt;/revision&gt;
&lt;data type=&quot;primary&quot;&gt;
&lt;location href=&quot;repodata/primary.xml.gz&quot;/&gt;
&lt;open-size&gt;4342&lt;/open-size&gt;
&lt;size&gt;1299&lt;/size&gt;
&lt;checksum type=&quot;sha256&quot;&gt;9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41&lt;/checksum&gt;
&lt;open-checksum type=&quot;sha256&quot;&gt;49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a&lt;/open-checksum&gt;
&lt;timestamp&gt;1583400262&lt;/timestamp&gt;
&lt;/data&gt;
&lt;data type=&quot;filelists&quot;&gt;
&lt;location href=&quot;repodata/filelists.xml.gz&quot;/&gt;
&lt;open-size&gt;332&lt;/open-size&gt;
&lt;size&gt;253&lt;/size&gt;
&lt;checksum type=&quot;sha256&quot;&gt;e5f9ca12a18569fcbeca3602418d230e9685e52b6b05f5207789d04ac4f2b658&lt;/checksum&gt;
&lt;open-checksum type=&quot;sha256&quot;&gt;29dfb33befc17549996dde92fc83ba863814c5f951ecbefb5ddebfd8ac01a017&lt;/open-checksum&gt;
&lt;timestamp&gt;1583400262&lt;/timestamp&gt;
&lt;/data&gt;
&lt;data type=&quot;other&quot;&gt;
&lt;location href=&quot;repodata/other.xml.gz&quot;/&gt;
&lt;open-size&gt;327&lt;/open-size&gt;
&lt;size&gt;246&lt;/size&gt;
&lt;checksum type=&quot;sha256&quot;&gt;757b6016cc7a52281e26c1fd0935df757940d28cee0bc8d67cb86820915fc1c4&lt;/checksum&gt;
&lt;open-checksum type=&quot;sha256&quot;&gt;3a247c958a923ffec2f86e998ec3cace29dc6928e216b747116c0b3f18693e96&lt;/open-checksum&gt;
&lt;timestamp&gt;1583400262&lt;/timestamp&gt;
&lt;/data&gt;
&lt;/repomd&gt;

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/repomd4095768016875805305.xml
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
&lt;repomd xmlns=&quot;http://linux.duke.edu/metadata/repo">
<revision>1</revision>
<data type="primary">
<location href="repodata/primary.xml.gz"/>
<open-size>4342</open-size>
<size>1299</size>
<checksum type="sha256">9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41</checksum>
<open-checksum type="sha256">49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a</open-checksum>
<timestamp>1583400262</timestamp>
</data>
<data type="filelists">
<location href="repodata/filelists.xml.gz"/>
<open-size>332</open-size>
<size>253</size>
<checksum type="sha256">e5f9ca12a18569fcbeca3602418d230e9685e52b6b05f5207789d04ac4f2b658</checksum>
<open-checksum type="sha256">29dfb33befc17549996dde92fc83ba863814c5f951ecbefb5ddebfd8ac01a017</open-checksum>
<timestamp>1583400262</timestamp>
</data>
<data type="other">
<location href="repodata/other.xml.gz"/>
<open-size>327</open-size>
<size>245</size>
<checksum type="sha256">09aed8fa7194764d26e712802982f336ed21cfc5c7dc75e9edf361f28db5d3c7</checksum>
<open-checksum type="sha256">03945f67866237268b2a62354b905ecf3ec236b311bced7f2dc8012dc7b0a71b</open-checksum>
<timestamp>1583400263</timestamp>
</data>
</repomd>

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/repomd6556003840764806581.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<repomd xmlns="http://linux.duke.edu/metadata/repo">
<revision>1</revision>
<data type="primary">
<location href="repodata/primary.xml.gz"/>
<open-size>4342</open-size>
<size>1299</size>
<checksum type="sha256">9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41</checksum>
<open-checksum type="sha256">49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a</open-checksum>
<timestamp>1583400262</timestamp>
</data>
<data type="filelists">
<location href="repodata/filelists.xml.gz"/>
<open-size>332</open-size>
<size>253</size>
<checksum type="sha256">e5f9ca12a18569fcbeca3602418d230e9685e52b6b05f5207789d04ac4f2b658</checksum>
<open-checksum type="sha256">29dfb33befc17549996dde92fc83ba863814c5f951ecbefb5ddebfd8ac01a017</open-checksum>
<timestamp>1583400262</timestamp>
</data>
<data type="other">
<location href="repodata/other.xml.gz"/>
<open-size>326</open-size>
<size>242</size>
<checksum type="sha256">99415958c7cd34554b4125ac4ec53bc3c84408a455de62e013ff68592763fa88</checksum>
<open-checksum type="sha256">461ec8da02834dc952df4f319358cf4010af23ee959956a5dc09c6a939aea9ec</open-checksum>
<timestamp>1583400263</timestamp>
</data>
</repomd>

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/repomd2668438285456954598.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<repomd xmlns="http://linux.duke.edu/metadata/repo">
<revision>1</revision>
<data type="primary">
<location href="repodata/primary.xml.gz"/>
<open-size>4342</open-size>
<size>1299</size>
<checksum type="sha256">9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41</checksum>
<open-checksum type="sha256">49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a</open-checksum>
<timestamp>1583400262</timestamp>
</data>
<data type="filelists">
<location href="repodata/filelists.xml.gz"/>
<open-size>332</open-size>
<size>253</size>
<checksum type="sha256">e5f9ca12a18569fcbeca3602418d230e9685e52b6b05f5207789d04ac4f2b658</checksum>
<open-checksum type="sha256">29dfb33befc17549996dde92fc83ba863814c5f951ecbefb5ddebfd8ac01a017</open-checksum>
<timestamp>1583400262</timestamp>
</data>
<data type="other">
<location href="repodata/other.xml.gz"/>
<open-size>327</open-size>
<size>245</size>
<checksum type="sha256&quot;&gt;2aa5f9f18caa5c106f07cbd2d032c5512cde0f372ebc8d78f32cfaab2cc1261c&lt;/checksum&gt;
&lt;open-checksum type=&quot;sha256&quot;&gt;013a0d665f0582441293af04ac50c758f04da1e51eac8a67ad93d7eb66a05757&lt;/open-checksum&gt;
&lt;timestamp&gt;1583400263&lt;/timestamp&gt;
&lt;/data&gt;
&lt;/repomd&gt;

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/repomd3873485567158140962.xml
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
&lt;repomd xmlns=&quot;http://linux.duke.edu/metadata/repo&quot;&gt;
&lt;revision&gt;1&lt;/revision&gt;
&lt;data type=&quot;primary&quot;&gt;
&lt;location href=&quot;repodata/primary.xml.gz&quot;/&gt;
&lt;open-size&gt;4342&lt;/open-size&gt;
&lt;size&gt;1299&lt;/size&gt;
&lt;checksum type=&quot;sha256&quot;&gt;9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41&lt;/checksum&gt;
&lt;open-checksum type=&quot;sha256&quot;&gt;49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a&lt;/open-checksum&gt;
&lt;timestamp&gt;1583400262&lt;/timestamp&gt;
&lt;/data&gt;
&lt;data type=&quot;filelists&quot;&gt;
&lt;location href=&quot;repodata/filelists.xml.gz&quot;/&gt;
&lt;open-size&gt;332&lt;/open-size&gt;
&lt;size&gt;253&lt;/size&gt;
&lt;checksum type=&quot;sha256&quot;&gt;e5f9ca12a18569fcbeca3602418d230e9685e52b6b05f5207789d04ac4f2b658&lt;/checksum&gt;
&lt;open-checksum type=&quot;sha256&quot;&gt;29dfb33befc17549996dde92fc83ba863814c5f951ecbefb5ddebfd8ac01a017&lt;/open-checksum&gt;
&lt;timestamp&gt;1583400262&lt;/timestamp&gt;
&lt;/data&gt;
&lt;data type=&quot;other&quot;&gt;
&lt;location href=&quot;repodata/other.xml.gz&quot;/&gt;
&lt;open-size&gt;327&lt;/open-size&gt;
&lt;size&gt;245&lt;/size&gt;
&lt;checksum type=&quot;sha256&quot;&gt;024fb2d5f6bc68733313e716fbbe18394f71020b7df77322de6651b859198f62&lt;/checksum&gt;
&lt;open-checksum type=&quot;sha256&quot;&gt;0971cca66a4d51e1c938ba143bbed1dc4c844e12bb4be2ee4f5f8ebe9b399a02&lt;/open-checksum&gt;
&lt;timestamp&gt;1583400263&lt;/timestamp&gt;
&lt;/data&gt;
&lt;/repomd&gt;

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/repomd1681600249396905235.xml
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
&lt;repomd xmlns=&quot;http://linux.duke.edu/metadata/repo&quot;&gt;
&lt;revision&gt;1&lt;/revision&gt;
&lt;data type=&quot;primary&quot;&gt;
&lt;location href=&quot;repodata/primary.xml.gz&quot;/&gt;
&lt;open-size&gt;4342&lt;/open-size&gt;
&lt;size&gt;1299&lt;/size&gt;
<checksum type="sha256">9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41</checksum>
<open-checksum type="sha256">49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a</open-checksum>
<timestamp>1583400262</timestamp>
</data>
<data type="filelists">
<location href="repodata/filelists.xml.gz"/>
<open-size>332</open-size>
<size>253</size>
<checksum type="sha256">e5f9ca12a18569fcbeca3602418d230e9685e52b6b05f5207789d04ac4f2b658</checksum>
<open-checksum type="sha256">29dfb33befc17549996dde92fc83ba863814c5f951ecbefb5ddebfd8ac01a017</open-checksum>
<timestamp>1583400262</timestamp>
</data>
<data type="other">
<location href="repodata/other.xml.gz"/>
<open-size>327</open-size>
<size>243</size>
<checksum type="sha256">145001a2d0d90b494b5cb16ecbde38ad98942858f29f93284df5647660c3b983</checksum>
<open-checksum type="sha256">ac6d1fbe0f077bc4e02fcfb35aa8fe9573fc67385ae26aa9f8e1f500da0c8670</open-checksum>
<timestamp>1583400263</timestamp>
</data>
</repomd>

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/repomd8343156682861305104.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<repomd xmlns="http://linux.duke.edu/metadata/repo">
<revision>1</revision>
<data type="primary">
<location href="repodata/primary.xml.gz"/>
<open-size>4342</open-size>
<size>1299</size>
<checksum type="sha256">9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41</checksum>
<open-checksum type="sha256">49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a</open-checksum>
<timestamp>1583400262</timestamp>
</data>
<data type="filelists">
<location href="repodata/filelists.xml.gz"/>
<open-size>332</open-size>
<size>253</size>
<checksum type="sha256">e5f9ca12a18569fcbeca3602418d230e9685e52b6b05f5207789d04ac4f2b658</checksum>
<open-checksum type="sha256">29dfb33befc17549996dde92fc83ba863814c5f951ecbefb5ddebfd8ac01a017</open-checksum>
<timestamp>1583400262</timestamp>
</data>
<data type="other">
<location href="repodata/other.xml.gz"/>
<open-size>324</open-size>
<size>242</size>
<checksum type="sha256">823e0d4cc7b796a33d667c1fb5d8246796ee3cde24773014514928ec863bfe09</checksum>
<open-checksum type="sha256">a07785694e7b827855fedfa4ae981cca14d8705bfdf302174f488d699998b4a0</open-checksum>
<timestamp>1583400263</timestamp>
</data>
</repomd>

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/repomd2520541038320411746.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<repomd xmlns="http://linux.duke.edu/metadata/repo">
<revision>1</revision>
<data type="primary">
<location href="repodata/primary.xml.gz"/>
<open-size>4342</open-size>
<size>1299</size>
<checksum type="sha256">9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41</checksum>
<open-checksum type="sha256">49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a</open-checksum>
<timestamp>1583400262</timestamp>
</data>
<data type="filelists">
<location href="repodata/filelists.xml.gz"/>
<open-size>332</open-size>
<size>253</size>
<checksum type="sha256">e5f9ca12a18569fcbeca3602418d230e9685e52b6b05f5207789d04ac4f2b658</checksum>
<open-checksum type="sha256">29dfb33befc17549996dde92fc83ba863814c5f951ecbefb5ddebfd8ac01a017</open-checksum>
<timestamp>1583400262</timestamp>
</data>
<data type="other">
<location href="repodata/other.xml.gz"/>
<open-size>327</open-size>
<size>246</size>
<checksum type="sha256">da17d53a54681c7cd71c1ae93e7976a1912d5101a4f33336a88c664e4924d15d</checksum>
<open-checksum type="sha256">79667364b00e99b92c23365acbdf0cce6d5c6bee13687212f820bd02e04a6aa4</open-checksum>
<timestamp>1583400263</timestamp>
</data>
</repomd>

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/repomd2983221524684819863.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<repomd xmlns="http://linux.duke.edu/metadata/repo&quot;&gt;
&lt;revision&gt;1&lt;/revision&gt;
&lt;data type=&quot;primary&quot;&gt;
&lt;location href=&quot;repodata/primary.xml.gz&quot;/&gt;
&lt;open-size&gt;4342&lt;/open-size&gt;
&lt;size&gt;1299&lt;/size&gt;
&lt;checksum type=&quot;sha256&quot;&gt;9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41&lt;/checksum&gt;
&lt;open-checksum type=&quot;sha256&quot;&gt;49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a&lt;/open-checksum&gt;
&lt;timestamp&gt;1583400262&lt;/timestamp&gt;
&lt;/data&gt;
&lt;data type=&quot;filelists&quot;&gt;
&lt;location href=&quot;repodata/filelists.xml.gz&quot;/&gt;
&lt;open-size&gt;332&lt;/open-size&gt;
&lt;size&gt;253&lt;/size&gt;
&lt;checksum type=&quot;sha256&quot;&gt;e5f9ca12a18569fcbeca3602418d230e9685e52b6b05f5207789d04ac4f2b658&lt;/checksum&gt;
&lt;open-checksum type=&quot;sha256&quot;&gt;29dfb33befc17549996dde92fc83ba863814c5f951ecbefb5ddebfd8ac01a017&lt;/open-checksum&gt;
&lt;timestamp&gt;1583400262&lt;/timestamp&gt;
&lt;/data&gt;
&lt;data type=&quot;other&quot;&gt;
&lt;location href=&quot;repodata/other.xml.gz&quot;/&gt;
&lt;open-size&gt;327&lt;/open-size&gt;
&lt;size&gt;245&lt;/size&gt;
&lt;checksum type=&quot;sha256&quot;&gt;ccba5b686c137622d4dca701cf77bfb22af798c8b54eb917c6149ac61273f489&lt;/checksum&gt;
&lt;open-checksum type=&quot;sha256&quot;&gt;68e161eee0e2930a9c46a8b3d3ca14e3736448a0e86a67d166a16e0fe6bbda33&lt;/open-checksum&gt;
&lt;timestamp&gt;1583400263&lt;/timestamp&gt;
&lt;/data&gt;
&lt;/repomd&gt;

[2;37mDEBUGm] pool-1-thread-10 com.artipie.rpm.Update: Saved: /tmp/repomd1246186743382693319.xml
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
&lt;repomd xmlns=&quot;http://linux.duke.edu/metadata/repo&quot;&gt;
&lt;revision&gt;1&lt;/revision&gt;
&lt;data type=&quot;primary&quot;&gt;
&lt;location href=&quot;repodata/primary.xml.gz&quot;/&gt;
&lt;open-size&gt;4342&lt;/open-size&gt;
&lt;size&gt;1299&lt;/size&gt;
&lt;checksum type=&quot;sha256&quot;&gt;9209a47a947ac3a414a8e695fab154c39edd8428084d9818c512f8bfe9db2c41&lt;/checksum&gt;
&lt;open-checksum type=&quot;sha256&quot;&gt;49040017d1140683bdd29b26b29c581e4bb30364f9d81469bcfbbc034dd6d31a&lt;/open-checksum&gt;
&lt;timestamp&gt;1583400262&lt;/timestamp&gt;
&lt;/data&gt;
&lt;data type=&quot;filelists&quot;&gt;
&lt;location href=&quot;repodata/filelists.xml.gz&quot;/&gt;
&lt;open-size&gt;332&lt;/open-size&gt;
&lt;size&gt;253&lt;/size&gt;
&lt;checksum type="sha256">e5f9ca12a18569fcbeca3602418d230e9685e52b6b05f5207789d04ac4f2b658</checksum>
<open-checksum type="sha256">29dfb33befc17549996dde92fc83ba863814c5f951ecbefb5ddebfd8ac01a017</open-checksum>
<timestamp>1583400262</timestamp>
</data>
<data type="other">
<location href="repodata/other.xml.gz"/>
<open-size>327</open-size>
<size>245</size>
<checksum type="sha256">929173c91a05182946ea78ff856188e767f6e11b6fa6ef7aa4320f8cd72c0769</checksum>
<open-checksum type="sha256">85781a799922143884835391773bc7f4d25fa6fd67e292dc6f1492d00ff1b0a0</open-checksum>
<timestamp>1583400263</timestamp>
</data>
</repomd>

[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.973 s - in com.artipie.rpm.1mRpmTestm
[1;34mINFOm] Running com.artipie.rpm.1mPrimaryTestm
[0;37mINFOm] main com.artipie.rpm.Pkg$1: Lead ended at '96'.
[0;37mINFOm] main com.artipie.rpm.Pkg$1: Signature ended at '5016' and contained '9' headers (expected '9').
[0;37mINFOm] main com.artipie.rpm.Pkg$1: Header ended at '17852 and contained '69' headers (expected '69').
[2;37mDEBUGm] main com.artipie.rpm.Pkg$1: header: Start Header ( class org.redline_rpm.header.Header)
0: headerimmutable[tag=63,type=7,count=16,size=16,offset=16716]
       0:  0  0  0 3f  0  0  0  7 ff ff fb b0  0  0  0 10
1: headeri18ntable[tag=100,type=8,count=1,size=2,offset=0]
        C
2: name[tag=1000,type=6,count=1,size=6,offset=2]
        nginx
3: version[tag=1001,type=6,count=1,size=7,offset=8]
        1.16.1
4: release[tag=1002,type=6,count=1,size=10,offset=15]
        1.el8.ngx
5: epoch[tag=1003,type=4,count=1,size=4,offset=28]
        1,
6: summary[tag=1004,type=9,count=1,size=28,offset=32]
        High performance web server
7: description[tag=1005,type=9,count=1,size=86,offset=60]
        nginx [engine x] is an HTTP and reverse proxy server, as well as
a mail proxy server.
8: buildtime[tag=1006,type=4,count=1,size=4,offset=148]
        1565708687,
9: buildhost[tag=1007,type=6,count=1,size=42,offset=152]
        rhel8-amd64-builder-builder.gnt.nginx.com
10: size[tag=1009,type=4,count=1,size=4,offset=196]
        3003616,
11: vendor[tag=1011,type=6,count=1,size=12,offset=200]
        Nginx, Inc.
12: license[tag=1014,type=6,count=1,size=26,offset=212]
        2-clause BSD-like license
13: group[tag=1016,type=9,count=1,size=27,offset=238]
        System Environment/Daemons
14: url[tag=1020,type=6,count=1,size=18,offset=265]
        http://nginx.org/
15: os[tag=1021,type=6,count=1,size=6,offset=283]
        linux
16: arch[tag=1022,type=6,count=1,size=7,offset=289]
        x86_64
17: prein[tag=1023,type=6,count=1,size=207,offset=296]
        # Add the "nginx" user
getent group nginx >/dev/null || groupadd -r nginx
getent passwd nginx >/dev/null || \
    useradd -r -g nginx -s /sbin/nologin \
    -d /var/cache/nginx -c "nginx user"  nginx
exit 0
18: postin[tag=1024,type=6,count=1,size=1260,offset=503]
        # Register the nginx service
if [ $1 -eq 1 ]; then
    /usr/bin/systemctl preset nginx.service >/dev/null 2>&1 ||:
    /usr/bin/systemctl preset nginx-debug.service >/dev/null 2>&1 ||:
    # print site info
    cat <<BANNER
----------------------------------------------------------------------

Thanks for using nginx!

Please find the official documentation for nginx here:
* http://nginx.org/en/docs/

Please subscribe to nginx-announce mailing list to get
the most important news about nginx:
* http://nginx.org/en/support.html

Commercial subscriptions for nginx are available on:
* http://nginx.com/products/

----------------------------------------------------------------------
BANNER

    # Touch and set permisions on default log files on installation

    if [ -d /var/log/nginx ]; then
        if [ ! -e /var/log/nginx/access.log ]; then
            touch /var/log/nginx/access.log
            /usr/bin/chmod 640 /var/log/nginx/access.log
            /usr/bin/chown nginx:adm /var/log/nginx/access.log
        fi

        if [ ! -e /var/log/nginx/error.log ]; then
            touch /var/log/nginx/error.log
            /usr/bin/chmod 640 /var/log/nginx/error.log
            /usr/bin/chown nginx:adm /var/log/nginx/error.log
        fi
    fi
fi
19: preun[tag=1025,type=6,count=1,size=164,offset=1763]
        if [ $1 -eq 0 ]; then
    /usr/bin/systemctl --no-reload disable nginx.service >/dev/null 2>&1 ||:
    /usr/bin/systemctl stop nginx.service >/dev/null 2>&1 ||:
fi
20: postun[tag=1026,type=6,count=1,size=258,offset=1927]
        /usr/bin/systemctl daemon-reload >/dev/null 2>&1 ||:
if [ $1 -ge 1 ]; then
    /sbin/service nginx status  >/dev/null 2>&1 || exit 0
    /sbin/service nginx upgrade >/dev/null 2>&1 || echo \
        "Binary upgrade failed, please check nginx's error.log&quot;
fi
21: filesizes[tag=1028,type=4,count=38,size=152,offset=2188]
        351, 0, 0, 1093, 1007, 2837, 2223, 5231, 29, 643, 636, 664, 3610, 98, 148, 0, 0, 32, 0, 26, 405, 399, 0, 0, 0, 646, 906, 1425336, 1552448, 0, 1377, 2452, 0, 0, 494, 612, 0, 0,
22: filemodes[tag=1030,type=3,count=38,size=76,offset=2340]
        33188, 16877, 16877, 33188, 33188, 33188, 33188, 33188, 41471, 33188, 33188, 33188, 33188, 33188, 33188, 16877, 16877, 41471, 16877, 41471, 33188, 33188, 16877, 16877, 16877, 33261, 33261, 33261, 33261, 16877, 33188, 33188, 16877, 16877, 33188, 33188, 16877, 16877,
23: filerdevs[tag=1033,type=3,count=38,size=76,offset=2416]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
24: filemtimes[tag=1034,type=4,count=38,size=152,offset=2492]
        1565708551, 1565708684, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708551, 1565708551, 1565708687, 1565708687, 1565708687, 1565708687, 1565708687, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708686, 1565708686, 1565708684, 1565708551, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684, 1565708684,
25: filemd5s[tag=1035,type=8,count=38,size=1446,offset=2644]
        6f0f7a0758bea8d550bdf3871de6b3af2f2f4320309d7f812413f05e3e26a315


        ba015afe3042196e5d0bd117a9e18ac826f52e44cb29321a9b08f7dbf48c62a5
        f37852d0113de30fa6bfc3d9b180ef99383c06739530dd482a8538503afd5a58
        b5f8a6d411db5e5d11d151d50cd1e962444732593adec0e1ef0a8c6eebec63ee
        de518a9eafe86c8bc705e296d0ef26135835b46bdc0de01d1d50a630fa5d341e
        7f0b9e0c2320db6882b6d0db1cb3d28c41dd4ff0d1c6e17798ff19668f412598

        772e914d404163a563e888730a3d4c5d86fbb1a5d3ee6b8c58c7eeda9af1db5b
        f27b2027c571ccafcfb0fbb3f54d7aeee11a984e3a0f5a1fdf14629030fc9011
        015cb581c2eb84b1a1ac9b575521d5881f791f632bfa62f34b26ba97d70c0d4f
        55adf050bad0cb60cbfe18649f8f17cd405fece0cc65eb78dac72c74c9dad944
        94b67a165e2ad3e9b4fa98f2910874fdc2f2e2c202b5305d1cbc968ee55f8d1d
        81fc34f023e445e64a3a64aa2bfbcedf9d8744abeda5e07b9e9a94142f0e313c





        e9c95c0c73ab151da6ab003abd3a082379fa029bce36d99822a88fec1f5698bc
        dec0c53277aa3ece1710b944273d6ea8662f50449dc250250026f9c6a0784c88



        9700706909f288c90a11ff5efe03efc0913bcda28cfd30d03c7d528edfdcca61
        562bb1385b8449eaab7c45d7c774b0b5cedc4973515494d2b5793691c0ea4d86
        7e43d7425bed50f7f0520a56449e112faaae8fb3cf0c25ce4e5c0124a90a168d
        30f067a6b1097166415fbe96864e25d4d24c261f2009a146598ff593308f8a3b

        4f72e2bccf0bcd839dd447ab6f359336f428caa1987a9afec2bc9ade5711658a
        5f5db968cfb09e0c90a565d15f7a04b72dce06f9a762d3971bf15fab9d8e0fa4


        d11dc22c73306cd84bc9869302b02dc8604d596185203a74dd0042c5d2fdd3be
        38ffd4972ae513a0c79a8be4573403edcd709f0f572105362b08ff50cf6de521


26: filelinktos[tag=1036,type=8,count=38,size=125,offset=4090]








        ../../usr/lib64/nginx/modules








        ../../../../usr/sbin/nginx-debug

        ../../../../usr/sbin/nginx


















27: fileflags[tag=1037,type=4,count=38,size=152,offset=4216]
        17, 0, 0, 17, 17, 17, 17, 17, 0, 17, 17, 17, 17, 17, 17, 4096, 4096, 4096, 4096, 4096, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0,
28: fileusername[tag=1039,type=8,count=38,size=190,offset=4368]
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
29: filegroupname[tag=1040,type=8,count=38,size=190,offset=4558]
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
        root
30: sourcerpm[tag=1044,type=6,count=1,size=31,offset=4748]
        nginx-1.16.1-1.el8.ngx.src.rpm
31: fileverifyflags[tag=1045,type=4,count=38,size=152,offset=4780]
        -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
32: providename[tag=1047,type=8,count=4,size=44,offset=4932]
        config(nginx)
        nginx
        nginx(x86-64)
        webserver
33: requireflags[tag=1048,type=4,count=41,size=164,offset=4976]
        768, 1280, 2304, 4352, 16384, 268435464, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16384, 16777226, 16777226, 16777226, 16777226, 16384, 512, 1024, 2048, 4096,
34: requirename[tag=1049,type=8,count=41,size=948,offset=5140]
        /bin/sh
        /bin/sh
        /bin/sh
        /bin/sh
        /bin/sh
        config(nginx)
        libc.so.6()(64bit)
        libc.so.6(GLIBC_2.10)(64bit)
        libc.so.6(GLIBC_2.14)(64bit)
        libc.so.6(GLIBC_2.17)(64bit)
        libc.so.6(GLIBC_2.2.5)(64bit)
        libc.so.6(GLIBC_2.27)(64bit)
        libc.so.6(GLIBC_2.28)(64bit)
        libc.so.6(GLIBC_2.3)(64bit)
        libc.so.6(GLIBC_2.3.2)(64bit)
        libc.so.6(GLIBC_2.3.4)(64bit)
        libc.so.6(GLIBC_2.4)(64bit)
        libc.so.6(GLIBC_2.7)(64bit)
        libcrypt.so.1()(64bit)
        libcrypt.so.1(XCRYPT_2.0)(64bit)
        libcrypto.so.1.1()(64bit)
        libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)
        libdl.so.2()(64bit)
        libdl.so.2(GLIBC_2.2.5)(64bit)
        libpcre.so.1()(64bit)
        libpthread.so.0()(64bit)
        libpthread.so.0(GLIBC_2.2.5)(64bit)
        libpthread.so.0(GLIBC_2.3.2)(64bit)
        libssl.so.1.1()(64bit)
        libssl.so.1.1(OPENSSL_1_1_0)(64bit)
        libssl.so.1.1(OPENSSL_1_1_1)(64bit)
        libz.so.1()(64bit)
        rpmlib(CompressedFileNames)
        rpmlib(FileDigests)
        rpmlib(PayloadFilesHavePrefix)
        rpmlib(PayloadIsXz)
        rtld(GNU_HASH)
        shadow-utils
        systemd
        systemd
        systemd
35: requireversion[tag=1050,type=8,count=41,size=83,offset=6088]





        1:1.16.1-1.el8.ngx


























        3.0.4-1
        4.6.0-1
        4.0-1
        5.2-1





36: rpmversion[tag=1064,type=6,count=1,size=7,offset=6171]
        4.14.2
37: changelogtime[tag=1080,type=4,count=105,size=420,offset=6180]
        1565697600, 1556020800, 1555416000, 1554811200, 1553601600, 1551182400, 1545739200, 1543320000, 1541505600, 1538481600, 1537876800, 1535457600, 1532433600, 1530619200, 1528200000, 1523275200, 1522756800, 1521547200, 1519128000, 1514289600, 1511265600, 1507636800, 1504612800, 1502193600, 1499774400, 1498564800, 1496145600, 1493121600, 1491307200, 1490356800, 1490097600, 1487073600, 1485259200, 1482840000, 1481630400, 1479211200, 1476100800, 1473768000, 1469534400, 1467720000, 1464696000, 1464091200, 1461067200, 1459857600, 1459252800, 1456315200, 1455019200, 1453809600, 1449662400, 1449576000, 1447761600, 1445947200, 1442923200, 1439899200, 1436875200, 1432641600, 1430222400, 1428408000, 1427198400, 1423569600, 1419336000, 1417521600, 1412078400, 1410868800, 1407240000, 1404820800, 1403006400, 1401192000, 1398340800, 1396958400, 1395144000, 1393934400, 1391515200, 1390392000, 1387281600, 1384862400, 1380628800, 1379419200, 1377604800, 1375185600, 1372766400, 1370347200, 1367841600, 1366113600, 1364299200, 1360670400, 1355227200, 1352808000, 1348574400, 1344340800, 1341316800, 1338897600, 1335182400, 1334232000, 1331812800, 1330948800, 1328529600, 1323950400, 1321358400, 1320148800, 1318334400, 1317470400, 1317384000, 1314705600, 1312977600,
38: changelogname[tag=1081,type=8,count=105,size=3630,offset=6600]
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Andrei Belov <defan@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Konstantin Pavlov <thresh@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Andrei Belov <defan@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch <sb@nginx.com>
        Sergey Budnevitch
39: changelogtext[tag=1082,type=8,count=105,size=3046,offset=10230]
        - 1.16.1
        - 1.16.0
        - 1.15.12
        - 1.15.11
        - 1.15.10
        - 1.15.9
        - 1.15.8
        - 1.15.7
        - 1.15.6
- Fixes CVE-2018-16843
- Fixes CVE-2018-16844
- Fixes CVE-2018-16845
        - 1.15.5
        - 1.15.4
        - 1.15.3
        - 1.15.2
        - 1.15.1
        - 1.15.0
        - 1.13.12
        - 1.13.11
        - 1.13.10
        - 1.13.9
        - 1.13.8
        - 1.13.7
        - 1.13.6
        - 1.13.5
        - 1.13.4
        - 1.13.3
- Fixes CVE-2017-7529
        - 1.13.2
        - 1.13.1
        - 1.13.0
        - 1.11.13
- CentOS7/RHEL7: made upgrade loops/timeouts configurable via
  /etc/sysconfig/nginx.
- Bumped upgrade defaults to five loops one second each.
        - 1.11.12
        - 1.11.11
        - 1.11.10
        - 1.11.9
- Extended hardening build flags.
- Added check-reload target to init script / systemd service.
        - 1.11.8
        - 1.11.7
        - 1.11.6
        - 1.11.5
        - 1.11.4.
- njs updated to 0.1.2.
        - 1.11.3.
- njs updated to 0.1.0.
- njs stream dynamic module added to nginx-module-njs package.
- geoip stream dynamic module added to nginx-module-geoip package.
        - 1.11.2
- njs updated to ef2b708510b1.
        - 1.11.1
        - Fixed logrotate error if nginx is not running
- 1.11.0
        - 1.9.15
- njs updated to 1c50334fbea6.
        - 1.9.14
        - 1.9.13
- Added perl and njs dynamic modules
- Fixed Requires section for dynamic modules on CentOS7/RHEL7
        - common configure args are now in macros
- xslt, image-filter and geoip dynamic modules added
- 1.9.12
        - dynamic modules path and symlink in /etc/nginx added
- 1.9.11
        - 1.9.10
        - 1.9.9
        - 1.9.8
- http_slice module enabled
        - 1.9.7
        - 1.9.6
        - 1.9.5
- http_spdy module replaced with http_v2 module
        - 1.9.4
        - 1.9.3
        - 1.9.1
        - 1.9.0
- thread pool support added
- stream module added
- example_ssl.conf removed
        - 1.7.12
        - 1.7.11
        - 1.7.10
        - 1.7.9
        - 1.7.8
        - 1.7.6
        - epoch added to the EPEL7/CentOS7 spec to override EPEL one
- 1.7.5
        - 1.7.4
        - 1.7.3
        - 1.7.2
        - 1.7.1
- incorrect sysconfig filename finding in the initscript fixed
        - 1.7.0
        - 1.5.13
- built spdy module on rhel/centos 6
        - 1.5.12
- spec cleanup
- openssl version dependence added
- upgrade() function in the init script improved
- warning added when binary upgrade returns non-zero exit code
        - 1.5.11
        - 1.5.10
        - 1.5.9
        - 1.5.8
- fixed invalid week days in the changelog
        - 1.5.7
        - 1.5.6
        - 1.5.5
        - 1.5.4
- auth request module added
        - 1.5.3
        - 1.5.2
        - 1.5.1
        - 1.5.0
        - 1.3.16
        - 1.3.15
- gunzip module added
- set permissions on default log files at installation
        - excess slash removed from --prefix
- 1.2.7
        - 1.2.6
        - 1.2.5
        - 1.2.4
        - 1.2.3
- nginx-debug package now actually contains non stripped binary
        - 1.2.2
        - 1.2.1
        - 1.2.0
        - 1.0.15
        - 1.0.14
- OpenSUSE init script and SuSE specific changes to spec file added
        - 1.0.13
        - 1.0.12
- banner added to install script
        - 1.0.11
- init script enhancements (thanks to Gena Makhomed)
- one second sleep during upgrade replaced with 0.1 sec usleep
        - 1.0.10
        - 1.0.9
- nginx-debug package added
        - spec file cleanup (thanks to Yury V. Zaytsev)
- log dir permitions fixed
- logrotate creates new logfiles with nginx owner
- "upgrade" argument to init-script added (based on fedora one)
        - 1.0.8
- built with mp4 module
        - 1.0.7
        - 1.0.6
- replace "conf.d/*" config include with "conf.d/*.conf" in default nginx.conf
        - Initial release
40: preinprog[tag=1085,type=6,count=1,size=8,offset=13276]
        /bin/sh
41: postinprog[tag=1086,type=6,count=1,size=8,offset=13284]
        /bin/sh
42: preunprog[tag=1087,type=6,count=1,size=8,offset=13292]
        /bin/sh
43: postunprog[tag=1088,type=6,count=1,size=8,offset=13300]
        /bin/sh
44: cookie[tag=1094,type=6,count=1,size=53,offset=13308]
        rhel8-amd64-builder-builder.gnt.nginx.com 1565708687
45: filedevices[tag=1095,type=4,count=38,size=152,offset=13364]
        1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
46: fileinodes[tag=1096,type=4,count=38,size=152,offset=13516]
        1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
47: filelangs[tag=1097,type=8,count=38,size=38,offset=13668]






































48: provideflags[tag=1112,type=4,count=4,size=16,offset=13708]
        268435464, 8, 8, 0,
49: provideversion[tag=1113,type=8,count=4,size=58,offset=13724]
        1:1.16.1-1.el8.ngx
        1:1.16.1-1.el8.ngx
        1:1.16.1-1.el8.ngx

50: dirindexes[tag=1116,type=4,count=38,size=152,offset=13784]
        0, 1, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 4, 5, 6, 7, 6, 8, 9, 9, 10, 11, 12, 13, 13, 14, 14, 15, 16, 17, 18, 19, 20, 20, 21, 22,
51: basenames[tag=1117,type=8,count=38,size=408,offset=13936]
        nginx
        nginx
        conf.d
        default.conf
        fastcgi_params
        koi-utf
        koi-win
        mime.types
        modules
        nginx.conf
        scgi_params
        uwsgi_params
        win-utf
        nginx
        nginx-debug
        .build-id
        25
        6232e97c72486552b6d3e6191b227e0cc4346e
        e3
        ecb20ef2cf6bb52027480d1802530bda5b311c
        nginx-debug.service
        nginx.service
        nginx
        modules
        nginx
        check-reload
        upgrade
        nginx
        nginx-debug
        nginx-1.16.1
        COPYRIGHT
        nginx.8.gz
        nginx
        html
        50x.html
        index.html
        nginx
        nginx
52: dirnames[tag=1118,type=8,count=23,size=442,offset=14344]
        /etc/logrotate.d/
        /etc/
        /etc/nginx/
        /etc/nginx/conf.d/
        /etc/sysconfig/
        /usr/lib/
        /usr/lib/.build-id/
        /usr/lib/.build-id/25/
        /usr/lib/.build-id/e3/
        /usr/lib/systemd/system/
        /usr/lib64/
        /usr/lib64/nginx/
        /usr/libexec/initscripts/legacy-actions/
        /usr/libexec/initscripts/legacy-actions/nginx/
        /usr/sbin/
        /usr/share/doc/
        /usr/share/doc/nginx-1.16.1/
        /usr/share/man/man8/
        /usr/share/
        /usr/share/nginx/
        /usr/share/nginx/html/
        /var/cache/
        /var/log/
53: optflags[tag=1122,type=6,count=1,size=336,offset=14786]
        -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
54: payloadformat[tag=1124,type=6,count=1,size=5,offset=15122]
        cpio
55: payloadcompressor[tag=1125,type=6,count=1,size=3,offset=15127]
        xz
56: payloadflags[tag=1126,type=6,count=1,size=2,offset=15130]
        2
57: platform[tag=1132,type=6,count=1,size=24,offset=15132]
        x86_64-redhat-linux-gnu
58: filecolors[tag=1140,type=4,count=38,size=152,offset=15156]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0,
59: fileclass[tag=1141,type=4,count=38,size=152,offset=15308]
        0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, 1, 2, 1, 2, 0, 0, 1, 1, 1, 3, 3, 4, 5, 1, 0, 6, 1, 1, 7, 7, 1, 1,
60: classdict[tag=1142,type=8,count=8,size=631,offset=15460]
        ASCII text
        directory

        POSIX shell script, ASCII text executable
        ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=e3ecb20ef2cf6bb52027480d1802530bda5b311c, stripped, too many notes (256)
        ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=256232e97c72486552b6d3e6191b227e0cc4346e, stripped, too many notes (256)
        troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)
        HTML document, ASCII text
61: filedependsx[tag=1143,type=4,count=38,size=152,offset=16092]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0,
62: filedependsn[tag=1144,type=4,count=38,size=152,offset=16244]
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 27, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0,
63: dependsdict[tag=1145,type=4,count=56,size=224,offset=16396]
        1375731716, 1375731716, 1375731731, 1375731735, 1375731739, 1375731738, 1375731733, 1375731742, 1375731741, 1375731720, 1375731725, 1375731723, 1375731719, 1375731724, 1375731728, 1375731729, 1375731727, 1375731726, 1375731721, 1375731722, 1375731734, 1375731737, 1375731730, 1375731736, 1375731740, 1375731732, 1375731743, 1375731718, 1375731747, 1375731731, 1375731735, 1375731739, 1375731738, 1375731733, 1375731742, 1375731741, 1375731720, 1375731725, 1375731723, 1375731719, 1375731724, 1375731728, 1375731729, 1375731727, 1375731726, 1375731721, 1375731722, 1375731734, 1375731737, 1375731730, 1375731736, 1375731740, 1375731732, 1375731743, 1375731718, 1375731747,
64: sourcepkgid[tag=1146,type=7,count=16,size=16,offset=16620]
       0: 10 ab 1d da 3a  b 3e c6 15 8a 8e ec 90 41 4d 60
65: org.redline_rpm.header.AbstractHeader$Int32Entry@57a78e3[tag=5011,type=4,count=1,size=4,offset=16636]
        8,
66: org.redline_rpm.header.AbstractHeader$StringEntry@402c4085[tag=5062,type=6,count=1,size=6,offset=16640]
        utf-8
67: org.redline_rpm.header.AbstractHeader$StringArrayEntry@6fa51cd4[tag=5092,type=8,count=1,size=65,offset=16646]
        9b0469e35b5ebd238ed8b5987a1b2a3c0a79f3222e62b4e32a02dfb3494ecaed
68: org.redline_rpm.header.AbstractHeader$Int32Entry@2767e23c[tag=5093,type=4,count=1,size=4,offset=16712]
        8,

[2;37mDEBUGm] main com.artipie.rpm.Update: Saved: /tmp/junit3437343756779482303/primary.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<metadata xmlns="http://linux.duke.edu/metadata/common" xmlns:rpm="http://linux.duke.edu/metadata/rpm" packages="1">
<package type="rpm">
<name>nginx</name>
<arch>x86_64</arch>
<version epoch="1" rel="1.el8.ngx" ver="1.16.1"/>
<checksum pkgid="YES" type="sha256">54f1d9a1114fa85cd748174c57986004857b800fe9545fbf23af53f4791b31e2</checksum>
<summary>High performance web server&lt;/summary&gt;
&lt;description&gt;nginx [engine x] is an HTTP and reverse proxy server, as well as
a mail proxy server.&lt;/description&gt;
&lt;packager/&gt;
&lt;url&gt;http://nginx.org/&lt;/url&gt;
&lt;time build=&quot;1565708687" file="1565708551"/>
<size archive="0" installed="3003616" package="816120"/>
<location href="test.rpm"/>
<format>
<rpm:license>2-clause BSD-like license</rpm:license>
<rpm:vendor>Nginx, Inc.</rpm:vendor>
<rpm:group>System Environment/Daemons</rpm:group>
<rpm:buildhost>rhel8-amd64-builder-builder.gnt.nginx.com</rpm:buildhost>
<rpm:sourcerpm>nginx-1.16.1-1.el8.ngx.src.rpm</rpm:sourcerpm>
<rpm:header-range end="22964" start="5112"/>
<rpm:provides>
<rpm:entry name="config(nginx)"/>
<rpm:entry name="nginx"/>
<rpm:entry name="nginx(x86-64)"/>
<rpm:entry name="webserver"/>
</rpm:provides>
<rpm:requires>
<rpm:entry name="libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)"/>
<rpm:entry name="libpcre.so.1()(64bit)"/>
<rpm:entry name="libz.so.1()(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.27)(64bit)"/>
<rpm:entry name="libc.so.6()(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.14)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.28)(64bit)"/>
<rpm:entry name="libpthread.so.0(GLIBC_2.3.2)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.17)(64bit)"/>
<rpm:entry name="libcrypt.so.1()(64bit)"/>
<rpm:entry name="libcrypto.so.1.1()(64bit)"/>
<rpm:entry name="config(nginx)"/>
<rpm:entry name="shadow-utils"/>
<rpm:entry name="libcrypt.so.1(XCRYPT_2.0)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.2.5)(64bit)"/>
<rpm:entry name="libdl.so.2()(64bit)"/>
<rpm:entry name="rtld(GNU_HASH)"/>
<rpm:entry name="libpthread.so.0(GLIBC_2.2.5)(64bit)"/>
<rpm:entry name="systemd"/>
<rpm:entry name="libc.so.6(GLIBC_2.3)(64bit)"/>
<rpm:entry name="libssl.so.1.1(OPENSSL_1_1_1)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.3.2)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.4)(64bit)"/>
<rpm:entry name="libpthread.so.0()(64bit)"/>
<rpm:entry name="/bin/sh"/>
<rpm:entry name="libc.so.6(GLIBC_2.10)(64bit)"/>
<rpm:entry name="libssl.so.1.1()(64bit)"/>
<rpm:entry name="libssl.so.1.1(OPENSSL_1_1_0)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.3.4)(64bit)"/>
<rpm:entry name="libc.so.6(GLIBC_2.7)(64bit)"/>
<rpm:entry name="libdl.so.2(GLIBC_2.2.5)(64bit)"/>
</rpm:requires>
<file>/etc/logrotate.d/nginx</file>
<file type="dir">/etc/nginx</file>
<file type="dir">/etc/nginx/conf.d</file>
<file>/etc/nginx/conf.d/default.conf</file>
<file>/etc/nginx/fastcgi_params</file>
<file>/etc/nginx/koi-utf</file>
<file>/etc/nginx/koi-win</file>
<file>/etc/nginx/mime.types</file>
<file>/etc/nginx/modules</file>
<file>/etc/nginx/nginx.conf</file>
<file>/etc/nginx/scgi_params</file>
<file>/etc/nginx/uwsgi_params</file>
<file>/etc/nginx/win-utf</file>
<file>/etc/sysconfig/nginx</file>
<file>/etc/sysconfig/nginx-debug</file>
<file type="dir">/usr/lib/.build-id/25</file>
<file>/usr/lib/.build-id/25/6232e97c72486552b6d3e6191b227e0cc4346e</file>
<file type="dir">/usr/lib/.build-id/e3</file>
<file>/usr/lib/.build-id/e3/ecb20ef2cf6bb52027480d1802530bda5b311c</file>
<file>/usr/lib/systemd/system/nginx-debug.service</file>
<file>/usr/lib/systemd/system/nginx.service</file>
<file type="dir">/usr/lib64/nginx</file>
<file>/usr/lib64/nginx/modules</file>
<file type="dir">/usr/libexec/initscripts/legacy-actions/nginx</file>
<file>/usr/libexec/initscripts/legacy-actions/nginx/check-reload</file>
<file>/usr/libexec/initscripts/legacy-actions/nginx/upgrade</file>
<file>/usr/sbin/nginx</file>
<file>/usr/sbin/nginx-debug</file>
<file type="dir">/usr/share/doc/nginx-1.16.1</file>
<file>/usr/share/doc/nginx-1.16.1/COPYRIGHT</file>
<file>/usr/share/man/man8/nginx.8.gz</file>
<file type="dir">/usr/share/nginx</file>
<file type="dir">/usr/share/nginx/html</file>
<file>/usr/share/nginx/html/50x.html</file>
<file>/usr/share/nginx/html/index.html</file>
<file>/var/cache/nginx</file>
<file>/var/log/nginx</file>
</format>
</package>
</metadata>

[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in com.artipie.rpm.1mPrimaryTestm
[1;34mINFOm] Running com.artipie.rpm.1mUpdateTestm
[2;37mDEBUGm] main com.artipie.rpm.Update: Saved: /tmp/junit276873212331864626/a.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<test>
<foo/>
</test>

[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.artipie.rpm.1mUpdateTestm
[1;34mINFOm]
[1;34mINFOm] Results:
[1;34mINFOm]
[1;34mINFOm] 1;32mTests run: 3, Failures: 0, Errors: 0, Skipped: 0m
[1;34mINFOm]
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjcabi-maven-plugin:0.14.1:versionalizem 1m(jcabi-versionalize-packages)m @ 36mrpm-adapter0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.pom (4.5 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.pom (7.9 kB at 1.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.pom (1.0 kB at 4.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.pom (4.7 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 283 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (2.8 kB at 139 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 1.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (2.2 kB at 109 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (3.2 kB at 171 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (2.2 kB at 109 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (3.1 kB at 163 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (1.9 kB at 98 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (1.6 kB at 83 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (1.9 kB at 96 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.pom (1.0 kB at 2.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.pom (13 kB at 608 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator-parent/5.1.2.Final/hibernate-validator-parent-5.1.2.Final.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.1.2.Final/hibernate-validator-parent-5.1.2.Final.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.1.2.Final/hibernate-validator-parent-5.1.2.Final.pom (26 kB at 1.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom (11 kB at 506 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom (3.2 kB at 166 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/shrinkwrap-resolver-bom-1.0.0-beta-7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/shrinkwrap-resolver-bom-1.0.0-beta-7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/shrinkwrap-resolver-bom-1.0.0-beta-7.pom (3.3 kB at 172 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom (4.4 kB at 207 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.pom (5.0 kB at 250 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/jboss-parent/9/jboss-parent-9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/9/jboss-parent-9.pom
Downloaded1from9central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/9/jboss-parent-9.pom (29 kB at 1.3 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.0.0/classmate-1.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.0.0/classmate-1.0.0.pom (6.6 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (2.7 kB at 133 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 1.0 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 190 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 145 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (1.6 kB at 82 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6.1 kB at 341 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 190 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3.0 kB at 160 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (1.2 kB at 57 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (3.2 kB at 162 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 354 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 194 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7.1 kB at 356 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 441 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 546 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (1.1 kB at 60 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 500 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (5.5 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (1.8 kB at 102 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (2.3 kB at 119 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom (1.9 kB at 105 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom (2.5 kB at 130 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom (2.8 kB at 148 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (1.4 kB at 76 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (1.7 kB at 56 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (2.5 kB at 130 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom (20 kB at 886 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.pom
Downloading from central: https://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.pom (11 kB at 539 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.jar
Downloading)from/oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar
Downloaded3from0oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.jar (7.9 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.jar (80 kB at 107 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.jar (40 kB at 54 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar
Downloading)from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar
Downloading)from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar
Downloading)from0oss.sonatype.org:Bhttps://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
Downloaded2from.oss.sonatype.org:Bhttps://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar (60 kB at 33 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar
Downloading)from1oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
Downloading)from8oss.sonatype.org:Bhttps://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar
Downloading)from9oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.jar (117 kB at 50 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar
Downloading)from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar
Downloading)from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar
Downloading)from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar
Downloading)from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar
Downloading)from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
Downloading)from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
Downloading)from/oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
Downloading)from/oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
Downloading)from/oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.jar (11 MB at 3.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar
Downloaded5from0central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar (30 kB at 825 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.jar
Downloaded4from0central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 1.5 MB/s)
Downloading)from central:1https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar
Downloaded3from5central:/https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar (35 kB at 862 kB/s)
Downloading)from/central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar
Downloaded5from1central:|https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar (65 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar
Downloaded5from5central:0https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar (57 kB at 773 kB/s)
Downloading)from6central:/https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar
Downloaded4from5central:1https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar (156 kB at 2.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar (49 kB at 641 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar
Downloaded5from6central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar (204 kB at 1.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
Downloaded5from2central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar (289 kB at 1.5 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar
Downloaded5from3central:1https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (164 kB at 679 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.jar (633 kB at 2.6 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar
Downloaded4from5central:.https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 1.4 MB/s)
Downloading)from3central:|https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar (47 kB at 163 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar (223 kB at 752 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar (30 kB at 93 kB/s)
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar (41 kB at 128 kB/s)
Downloading)from5central:|https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar
Downloading)from5central:|https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar (151 kB at 429 kB/s)
Downloading)from6central:|https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (15 kB at 44 kB/s)
Downloading)from6central:|https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar (57 kB at 156 kB/s)
Downloading)from7central:|https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (130 kB at 317 kB/s)
Downloading)from8central:|https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar (559 kB at 1.3 MB/s)
Downloading)from8central:|https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 112 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 kB at 307 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (45 kB at 95 kB/s)
Downloading)from0central:|https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (134 kB at 272 kB/s)
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (217 kB at 440 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar (52 kB at 103 kB/s)
Downloaded3from.central: https://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.jar (73 kB at 138 kB/s)
Downloaded2from.central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar (413 kB at 724 kB/s)
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar (1.5 MB at 2.6 MB/s)
[1;34mINFOm] jcabi-aspects 0.18/55a5c13 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[1;34mINFOm] Versionalizing /home/r/repo/target/classes directory
[0;37mINFOm] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.1.2.Final
[1;34mINFOm] JSR-303 validator org.hibernate.validator.internal.engine.ValidatorImpl instantiated by jcabi-aspects 0.18/55a5c13
[1;34mINFOm] File /home/r/repo/target/classes/com/artipie/rpm/com-artipie-rpm-adapter-jar.txt added
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-jar-plugin:3.0.2:jarm 1m(default-jar)m @ 36mrpm-adapter0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.pom (4.3 kB at 217 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.pom (4.6 kB at 229 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.pom (5.3 kB at 254 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 246 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom (13 kB at 449 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 280 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.5/xz-1.5.jar
Downloaded2from8oss.sonatype.org:Bhttps://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 53 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 58 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar
Downloaded5from4central:/https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.jar (24 kB at 816 kB/s)
Downloaded4from4central:|https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 1.6 MB/s)
Downloaded3from8central:5https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar (154 kB at 2.2 MB/s)
Downloaded2from8central:4https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 2.7 MB/s)
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar (426 kB at 2.9 MB/s)
[1;34mINFOm] Building jar: /home/r/repo/target/rpm-adapter-0.3.jar
[1;34mINFOm]
[1;34mINFOm] 1m>>> 0;32mmaven-source-plugin:3.0.1:jarm 1m(jcabi-sources)0;1m > 0;1mgenerate-sourcesm @ 36mrpm-adapter0;1m >>>m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.4.1:enforcem 1m(enforce-maven)m @ 36mrpm-adapter0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:createm 1m(jcabi-build-number)m @ 36mrpm-adapter0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:create-timestampm 1m(jcabi-build-number)m @ 36mrpm-adapter0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m<<< 0;32mmaven-source-plugin:3.0.1:jarm 1m(jcabi-sources)0;1m < 0;1mgenerate-sourcesm @ 36mrpm-adapter0;1m &lt;&lt;&lt;m
[1;34mINFOm]
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-source-plugin:3.0.1:jarm 1m(jcabi-sources)m @ 36mrpm-adapter0;1m ---m
[1;34mINFOm] Building jar: /home/r/repo/target/rpm-adapter-0.3-sources.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-javadoc-plugin:2.10.4:jarm 1m(jcabi-javadoc)m @ 36mrpm-adapter0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 2.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 167 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 119 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 406 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/16/maven-parent-16.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 1.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 77 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 482 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 227 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 75 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 452 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 726 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 160 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 353 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 105 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 91 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 92 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 76 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 104 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 92 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 90 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 139 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 146 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 108 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 105 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 77 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 106 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 70 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 140 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 91 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.pom (5.9 kB at 293 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 190 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 185 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 467 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/13/maven-parent-13.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 1.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (1.5 kB at 75 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom (2.3 kB at 128 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (1.5 kB at 73 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
Downloaded1from8central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 kB at 816 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (1.5 kB at 73 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (6.1 kB at 306 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom (17 kB at 746 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4.1 kB at 185 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 157 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 948 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (1.4 kB at 68 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 96 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 326 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 427 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.1/project-4.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 819 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 257 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 445 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.0/project-4.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 656 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
Downloaded1from8central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 875 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/5/commons-parent-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 729 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (2.7 kB at 134 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (1.6 kB at 82 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (2.6 kB at 131 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (4.8 kB at 240 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
Downloaded1from8central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 867 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 350 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 343 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/logkit/logkit/1.0.1/logkit-1.0.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 7.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 9.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 8.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 301 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 376 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 7.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.pom
Downloading from central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 36 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 216 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 469 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-master/4/struts-master-4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-master/4/struts-master-4.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 563 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/2/apache-2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/2/apache-2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/apache/2/apache-2.pom (3.4 kB at 170 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.2/antlr-2.7.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 7.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 171 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 145 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 531 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 658 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.pom (5.9 kB at 246 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.3.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.3.pom (15 kB at 584 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.pom (5.7 kB at 284 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.2.2/httpcomponents-core-4.2.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2.2/httpcomponents-core-4.2.2.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2.2/httpcomponents-core-4.2.2.pom (11 kB at 546 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.14/log4j-1.2.14.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.14/log4j-1.2.14.pom (2.4 kB at 4.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom (18 kB at 56 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.2/antlr-2.7.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.14/log4j-1.2.14.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar
Downloading)from/oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.jar
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.14/log4j-1.2.14.jar (367 kB at 125 kB/s)
Downloaded2from8oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar (180 kB at 54 kB/s)
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 28 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
Downloaded5from1central:/https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 456 kB/s)
Downloading)from/central:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 779 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 913 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.jar (30 kB at 889 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar
Downloaded2from8central:2https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 1.0 MB/s)
Downloading)from0central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
Downloaded4from1central:/https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 220 kB/s)
Downloaded3from1central:/https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 231 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
Downloading)from/central:4https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar
Downloaded5from3central:4https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 737 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar
Downloaded5from6central:.https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 652 kB/s)
Downloading)from5central:2https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar
Downloaded4from6central:.https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar (165 kB at 1.7 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 160 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 1.6 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 308 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 529 kB/s)
Downloading)from4central:|https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 811 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 129 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 681 kB/s)
Downloading)from5central:|https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 1.7 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 740 kB/s)
Downloading)from9central:|https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 1.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 961 kB/s)
Downloading)from0central:|https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 879 kB/s)
Downloading)from0central:|https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 301 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
Downloaded5from.central:7https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 135 kB/s)
Downloading)from2central:8https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
Downloaded4from.central:1https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 2.7 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.jar
Downloaded4from2central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.jar (224 kB at 481 kB/s)
Downloaded4from4central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 369 kB/s)
Downloaded3from7central:3https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.jar (433 kB at 802 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.jar (185 kB at 343 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 1.1 MB/s)
[1;34mINFOm]
Loading source files for package com.artipie.rpm...
Constructing Javadoc information...
Standard Doclet version 1.8.0_212
Building tree for all the packages and classes...
Generating /home/r/repo/target/apidocs/com/artipie/rpm/NamingPolicy.html...
Generating /home/r/repo/target/apidocs/com/artipie/rpm/NamingPolicy.Sha1Prefixed.html...
Generating /home/r/repo/target/apidocs/com/artipie/rpm/Rpm.html...
Generating /home/r/repo/target/apidocs/com/artipie/rpm/package-frame.html...
Generating /home/r/repo/target/apidocs/com/artipie/rpm/package-summary.html...
Generating /home/r/repo/target/apidocs/com/artipie/rpm/package-tree.html...
Generating /home/r/repo/target/apidocs/constant-values.html...
Generating /home/r/repo/target/apidocs/com/artipie/rpm/class-use/Rpm.html...
Generating /home/r/repo/target/apidocs/com/artipie/rpm/class-use/NamingPolicy.html...
Generating /home/r/repo/target/apidocs/com/artipie/rpm/class-use/NamingPolicy.Sha1Prefixed.html...
Generating /home/r/repo/target/apidocs/com/artipie/rpm/package-use.html...
Building index for all the packages and classes...
Generating /home/r/repo/target/apidocs/overview-tree.html...
Generating /home/r/repo/target/apidocs/index-all.html...
Generating /home/r/repo/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/r/repo/target/apidocs/allclasses-frame.html...
Generating /home/r/repo/target/apidocs/allclasses-noframe.html...
Generating /home/r/repo/target/apidocs/index.html...
Generating /home/r/repo/target/apidocs/help-doc.html...
1 warning
[1;33mWARNINGm] Javadoc Warnings
[1;33mWARNINGm] /home/r/repo/src/main/java/com/artipie/rpm/Rpm.java:57: warning - @checkstyle is an unknown tag.
[1;34mINFOm] Building jar: /home/r/repo/target/rpm-adapter-0.3-javadoc.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-failsafe-plugin:3.0.0-M4:integration-testm 1m(default)m @ 36mrpm-adapter0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.pom (13 kB at 557 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.pom (5.1 kB at 257 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.pom (3.6 kB at 171 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.pom (3.8 kB at 160 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.pom (8.0 kB at 399 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom (11 kB at 545 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 268 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 240 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 698 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/42/commons-parent-42.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom
Downloaded1from8central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 2.2 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.pom (4.8 kB at 238 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/1.0.3/plexus-languages-1.0.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.0.3/plexus-languages-1.0.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.0.3/plexus-languages-1.0.3.pom (4.2 kB at 211 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/7.0/asm-7.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/7.0/asm-7.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/7.0/asm-7.0.pom (2.9 kB at 155 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/7.0/asm-7.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.jar
Downloaded5from2central:|https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.jar (14 kB at 443 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar
Downloaded4from2central:|https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.jar (14 kB at 409 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar
Downloaded5from5central:|https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 696 kB/s)
Downloading)from4central:|https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
Downloaded5from4central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar (128 kB at 1.2 MB/s)
Downloading)from0central:|https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.jar
Downloaded5from7central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.jar (343 kB at 2.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/7.0/asm-7.0.jar
Downloaded4from7central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.jar (317 kB at 2.2 MB/s)
Downloading)from1central:|https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
Downloaded3from2central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.jar (51 kB at 339 kB/s)
Downloaded4from0central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 571 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 1.7 MB/s)
Downloaded2from0central:6https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (169 kB at 773 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.jar (804 kB at 3.6 MB/s)
[1;34mINFOm] Tests are skipped.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mqulice-maven-plugin:0.18.19:checkm 1m(default)m @ 36mrpm-adapter0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/cactoos/cactoos/0.41/cactoos-0.41.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/cactoos/cactoos/0.41/cactoos-0.41.pom (11 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.18.19/qulice-spi-0.18.19.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.18.19/qulice-spi-0.18.19.pom (3.0 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.18.19/qulice-checkstyle-0.18.19.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.18.19/qulice-checkstyle-0.18.19.pom (6.0 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/8.15/checkstyle-8.15.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/8.15/checkstyle-8.15.pom (106 kB at 262 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/info/picocli/picocli/3.8.0/picocli-3.8.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/info/picocli/picocli/3.8.0/picocli-3.8.0.pom (1.4 kB at 6.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 29 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom (3.5 kB at 7.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom (4.4 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.pom (15 kB at 770 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/41/commons-parent-41.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/41/commons-parent-41.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 2.4 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
Downloaded1from9central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 960 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 2.3 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 591 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.pom (5.7 kB at 302 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom
Downloaded1from8central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 1.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.pom (11 kB at 548 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 45 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 212 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 867 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom (4.0 kB at 213 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 2.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.18.19/qulice-pmd-0.18.19.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.18.19/qulice-pmd-0.18.19.pom (5.3 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-core/6.10.0/pmd-core-6.10.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-core/6.10.0/pmd-core-6.10.0.pom (8.5 kB at 39 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd/6.10.0/pmd-6.10.0.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd/6.10.0/pmd-6.10.0.pom (47 kB at 153 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.72/jcommander-1.72.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.72/jcommander-1.72.pom (1.2 kB at 5.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom (2.9 kB at 155 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.5/gson-2.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.5/gson-2.5.pom (8.9 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-java/6.10.0/pmd-java-6.10.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-java/6.10.0/pmd-java-6.10.0.pom (6.2 kB at 27 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-jsp/6.10.0/pmd-jsp-6.10.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-jsp/6.10.0/pmd-jsp-6.10.0.pom (3.9 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.pom (1.4 kB at 6.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom (153 B at 9.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.18.19/qulice-findbugs-0.18.19.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.18.19/qulice-findbugs-0.18.19.pom (8.4 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.1/findbugs-3.0.1.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.1/findbugs-3.0.1.pom (11 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom
Downloaded1from9central: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom (491 B at 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.pom (3.9 kB at 7.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/2.0.1/jFormatString-2.0.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jFormatString/2.0.1/jFormatString-2.0.1.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jFormatString/2.0.1/jFormatString-2.0.1.pom (950 B at 50 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom (6.8 kB at 356 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom (2.0 kB at 99 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom (5.5 kB at 289 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/ow2/1.3/ow2-1.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 453 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.pom (2.1 kB at 110 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.pom (2.1 kB at 110 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom (1.9 kB at 108 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.pom (5.9 kB at 297 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jaxen/jaxen/1.1.6/jaxen-1.1.6.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jaxen/jaxen/1.1.6/jaxen-1.1.6.pom (14 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.pom (3.9 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.pom (3.8 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/ibm/icu/icu4j/53.1/icu4j-53.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/ibm/icu/icu4j/53.1/icu4j-53.1.pom (4.8 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom (1.9 kB at 102 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (5.5 kB at 305 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.pom (2.1 kB at 104 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom (2.0 kB at 99 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/mebigfatguy/fb-contrib/fb-contrib/6.6.0/fb-contrib-6.6.0.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/mebigfatguy/fb-contrib/fb-contrib/6.6.0/fb-contrib-6.6.0.pom (11 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 215 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xalan/xalan/2.7.1/xalan-2.7.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/xalan/xalan/2.7.1/xalan-2.7.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/xalan/xalan/2.7.1/xalan-2.7.1.pom (1.3 kB at 64 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xalan/serializer/2.7.1/serializer-2.7.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.1/serializer-2.7.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.1/serializer-2.7.1.pom (1.1 kB at 61 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.17.1/jcabi-xml-0.17.1.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.17.1/jcabi-xml-0.17.1.pom (12 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.4/jcabi-immutable-1.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.4/jcabi-immutable-1.4.pom (3.1 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.pom (5.4 kB at 269 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 128 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 151 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.5/maven-2.0.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.5/maven-2.0.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 285 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 36 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 179 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.6.0/sisu-inject-plexus-2.6.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.6.0/sisu-inject-plexus-2.6.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.6.0/sisu-inject-plexus-2.6.0.pom (2.4 kB at 121 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/wrappers/2.6.0/wrappers-2.6.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/wrappers/2.6.0/wrappers-2.6.0.pom
Downloaded1from8central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/wrappers/2.6.0/wrappers-2.6.0.pom (983 B at 49 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/2.6.0/sisu-inject-2.6.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.6.0/sisu-inject-2.6.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.6.0/sisu-inject-2.6.0.pom (2.0 kB at 99 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/2.6.0/sisu-parent-2.6.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.6.0/sisu-parent-2.6.0.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.6.0/sisu-parent-2.6.0.pom (11 kB at 481 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
Downloaded1from9central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 937 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 384 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.pom (3.4 kB at 170 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.6.0/sisu-inject-bean-2.6.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.6.0/sisu-inject-bean-2.6.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.6.0/sisu-inject-bean-2.6.0.pom (2.1 kB at 106 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 2.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 5.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 68 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 54 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5.pom (11 kB at 437 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-parent/3.2.5/guice-parent-3.2.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.5/guice-parent-3.2.5.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.5/guice-parent-3.2.5.pom (15 kB at 625 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom (2.6 kB at 5.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom (14 kB at 48 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom (4.2 kB at 9.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom (14 kB at 60 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.0.0.Final/hibernate-validator-5.0.0.Final.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.0.0.Final/hibernate-validator-5.0.0.Final.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.0.0.Final/hibernate-validator-5.0.0.Final.pom (13 kB at 644 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator-parent/5.0.0.Final/hibernate-validator-parent-5.0.0.Final.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.0.0.Final/hibernate-validator-parent-5.0.0.Final.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.0.0.Final/hibernate-validator-parent-5.0.0.Final.pom (26 kB at 1.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.pom (6.1 kB at 304 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/jboss-parent/7/jboss-parent-7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/7/jboss-parent-7.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/7/jboss-parent-7.pom (22 kB at 1.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/0.8.0/classmate-0.8.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/0.8.0/classmate-0.8.0.pom (6.6 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/glassfish/web/javax.el/2.2.4/javax.el-2.2.4.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/glassfish/web/javax.el/2.2.4/javax.el-2.2.4.pom (12 kB at 37 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/cactoos/cactoos/0.41/cactoos-0.41.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.18.19/qulice-spi-0.18.19.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/8.15/checkstyle-8.15.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.18.19/qulice-checkstyle-0.18.19.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/info/picocli/picocli/3.8.0/picocli-3.8.0.jar
Downloaded4from2oss.sonatype.org:Bhttps://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.18.19/qulice-checkstyle-0.18.19.jar (63 kB at 90 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.jar
Downloading)from3oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar
Downloaded4from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/info/picocli/picocli/3.8.0/picocli-3.8.0.jar (245 kB at 276 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.18.19/qulice-spi-0.18.19.jar (9.9 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Downloading)from3oss.sonatype.org:Bhttps://oss.sonatype.org/content/groups/public/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar
Downloading)from8oss.sonatype.org:Bhttps://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.jar
Downloaded3from3oss.sonatype.org:3https://oss.sonatype.org/content/groups/public/org/cactoos/cactoos/0.41/cactoos-0.41.jar (338 kB at 262 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Downloading)from3oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar
Downloading)from3oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.18.19/qulice-pmd-0.18.19.jar
Downloaded2from.oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar (337 kB at 198 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-core/6.10.0/pmd-core-6.10.0.jar
Downloading)from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.72/jcommander-1.72.jar
Downloaded4from.oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.18.19/qulice-pmd-0.18.19.jar (18 kB at 8.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.5/gson-2.5.jar
Downloaded4from.oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 61 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-dom.jar
Downloaded3from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-core/6.10.0/pmd-core-6.10.0.jar (1.1 MB at 507 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-java/6.10.0/pmd-java-6.10.0.jar
Downloading)from6oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-jsp/6.10.0/pmd-jsp-6.10.0.jar
Downloaded4from.oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.72/jcommander-1.72.jar (69 kB at 25 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.jar
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.5/gson-2.5.jar (232 kB at 83 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar
Downloading)from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.18.19/qulice-findbugs-0.18.19.jar
Downloaded4from.oss.sonatype.org:0https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.jar (33 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.1/findbugs-3.0.1.jar
Downloaded4from.oss.sonatype.org:0https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-jsp/6.10.0/pmd-jsp-6.10.0.jar (100 kB at 32 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar
Downloading)from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.jar
Downloaded4from.oss.sonatype.org:0https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.18.19/qulice-findbugs-0.18.19.jar (12 kB at 3.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.jar
Downloading)from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/ibm/icu/icu4j/53.1/icu4j-53.1.jar
Downloaded5from.oss.sonatype.org:0https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-java/6.10.0/pmd-java-6.10.0.jar (1.0 MB at 235 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.1/findbugs-3.0.1.jar (3.8 MB at 888 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.jar (35 kB at 8.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar
Downloading)from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/mebigfatguy/fb-contrib/fb-contrib/6.6.0/fb-contrib-6.6.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xalan/xalan/2.7.1/xalan-2.7.1.jar
Downloaded2from.oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/8.15/checkstyle-8.15.jar (1.3 MB at 279 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xalan/serializer/2.7.1/serializer-2.7.1.jar
Downloading)from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar
Downloading)from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
Downloading)from6oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
Downloading)from0oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.17.1/jcabi-xml-0.17.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar (232 kB at 41 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.4/jcabi-immutable-1.4.jar
Downloaded3from.oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar (612 kB at 108 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.jar
Downloading)from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar
Downloaded3from.oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.17.1/jcabi-xml-0.17.1.jar (38 kB at 6.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.6.0/sisu-inject-plexus-2.6.0.jar
Downloading)from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.6.0/sisu-inject-bean-2.6.0.jar
Downloading)from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Downloaded3from.oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.4/jcabi-immutable-1.4.jar (23 kB at 3.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Downloading)from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5-no_aop.jar
Downloaded2from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/mebigfatguy/fb-contrib/fb-contrib/6.6.0/fb-contrib-6.6.0.jar (701 kB at 109 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar
Downloading)from4oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar
Downloaded3from.oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar (375 kB at 56 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar
Downloading)from7oss.sonatype.org:Bhttps://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.0.0.Final/hibernate-validator-5.0.0.Final.jar
Downloading)from9oss.sonatype.org:Bhttps://oss.sonatype.org/content/groups/public/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.jar
Downloaded2from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 6.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/0.8.0/classmate-0.8.0.jar
Downloading)from1oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/glassfish/web/javax.el/2.2.4/javax.el-2.2.4.jar
Downloaded3from.oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar (205 kB at 28 kB/s)
Downloaded3from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/0.8.0/classmate-0.8.0.jar (60 kB at 7.5 kB/s)
Downloaded2from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/glassfish/web/javax.el/2.2.4/javax.el-2.2.4.jar (118 kB at 15 kB/s)
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/ibm/icu/icu4j/53.1/icu4j-53.1.jar (9.7 MB at 720 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar
Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar
Downloaded4from4central:|https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.jar (26 kB at 864 kB/s)
Downloading)from/central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Downloaded4from9central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 1.2 MB/s)
Downloading)from0central:|https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar
Downloaded3from2central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 171 kB/s)
Downloading)from3central:|https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-dom.jar
Downloaded5from8central: https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-dom.jar (129 kB at 1.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar
Downloaded5from4central:.https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar (445 kB at 3.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar (155 kB at 1.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar (2.3 kB at 13 kB/s)
Downloading)from6central:|https://repo.maven.apache.org/maven2/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar (125 kB at 701 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar (246 kB at 1.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.jar (42 kB at 227 kB/s)
Downloading)from6central:|https://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.jar (12 kB at 60 kB/s)
Downloading)from7central:|https://repo.maven.apache.org/maven2/xalan/xalan/2.7.1/xalan-2.7.1.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar (53 kB at 249 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.1/serializer-2.7.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar (29 kB at 136 kB/s)
Downloading)from7central:|https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (314 kB at 910 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.1/serializer-2.7.1.jar (278 kB at 746 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar (379 kB at 966 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.jar (31 kB at 73 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.6.0/sisu-inject-plexus-2.6.0.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.6.0/sisu-inject-plexus-2.6.0.jar (20 kB at 43 kB/s)
Downloading)from5central:|https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.6.0/sisu-inject-bean-2.6.0.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.6.0/sisu-inject-bean-2.6.0.jar (45 kB at 84 kB/s)
Downloading)from7central:|https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5-no_aop.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 10 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar (252 kB at 446 kB/s)
Downloading)from8central:|https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.0.0.Final/hibernate-validator-5.0.0.Final.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5-no_aop.jar (400 kB at 616 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.jar (61 kB at 89 kB/s)
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar (500 kB at 611 kB/s)
Downloaded3from.central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.0.0.Final/hibernate-validator-5.0.0.Final.jar (573 kB at 680 kB/s)
Downloaded2from.central: https://repo.maven.apache.org/maven2/xalan/xalan/2.7.1/xalan-2.7.1.jar (3.2 MB at 3.0 MB/s)
Downloaded1from.central: https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar (5.0 MB at 4.2 MB/s)
Mar 05, 2020 9:26:47 AM net.sourceforge.pmd.lang.ast.xpath.Attribute getValue
WARNING: Use of deprecated attribute 'FieldDeclaration/@VariableName' in XPath query
[1;34mINFOm] Starting FindBugs validator
[1;34mINFOm] Finishing FindBugs validator
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.0-beta-1/maven-enforcer-plugin-1.0-beta-1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0-beta-1/maven-enforcer-plugin-1.0-beta-1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0-beta-1/maven-enforcer-plugin-1.0-beta-1.pom (5.6 kB at 180 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer/1.0-beta-1/enforcer-1.0-beta-1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0-beta-1/enforcer-1.0-beta-1.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0-beta-1/enforcer-1.0-beta-1.pom (11 kB at 436 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.0-beta-1/maven-enforcer-plugin-1.0-beta-1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0-beta-1/maven-enforcer-plugin-1.0-beta-1.jar
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0-beta-1/maven-enforcer-plugin-1.0-beta-1.jar (21 kB at 893 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 77 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
Downloaded1from9central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 900 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/8/maven-parent-8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 862 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 71 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 136 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 103 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 157 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.2/junit-3.8.2.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 924 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 102 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 91 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 94 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 410 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 89 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 90 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 78 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 103 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 109 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 61 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/1.0-beta-1/enforcer-api-1.0-beta-1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.0-beta-1/enforcer-api-1.0-beta-1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.0-beta-1/enforcer-api-1.0-beta-1.pom (3.3 kB at 149 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/1.0-beta-1/enforcer-rules-1.0-beta-1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.0-beta-1/enforcer-rules-1.0-beta-1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.0-beta-1/enforcer-rules-1.0-beta-1.pom (4.2 kB at 182 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/1.0-beta-1/enforcer-api-1.0-beta-1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/1.0-beta-1/enforcer-rules-1.0-beta-1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar
Downloaded5from3central:/https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 477 kB/s)
Downloading)from/central:3https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar
Downloaded5from9central:/https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 982 kB/s)
Downloading)from central:1https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar
Downloaded4from9central:4https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 2.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar
Downloaded5from2central:2https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 2.1 MB/s)
Downloading)from/central:6https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar
Downloaded4from2central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 933 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 428 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar
Downloaded3from2central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.jar
Downloaded5from2central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 240 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar
Downloaded4from2central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 114 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar
Downloaded3from2central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.jar (9.9 kB at 108 kB/s)
Downloading)from/central:1https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
Downloaded5from9central:0https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 1.5 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar
Downloaded4from9central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 435 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 122 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 217 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.0-beta-1/enforcer-api-1.0-beta-1.jar
Downloaded2from0central:/https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 249 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.0-beta-1/enforcer-rules-1.0-beta-1.jar
Downloaded5from7central:7https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 276 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 77 kB/s)
Downloaded3from1central:|https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.0-beta-1/enforcer-api-1.0-beta-1.jar (9.8 kB at 71 kB/s)
Downloaded2from6central:|https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.0-beta-1/enforcer-rules-1.0-beta-1.jar (54 kB at 354 kB/s)
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar (268 kB at 1.5 MB/s)
[1;34mINFOm] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
[1;34mINFOm] This is not an SVN project
[1;34mINFOm] No dependency analysis in this project
[1;34mINFOm] Qulice quality check completed in 20s
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mqulice-maven-plugin:0.18.19:checkm 1m(jcabi-qulice-check)m @ 36mrpm-adapter0;1m ---m
[1;34mINFOm] Starting FindBugs validator
[1;34mINFOm] Finishing FindBugs validator
[1;34mINFOm] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
[1;34mINFOm] This is not an SVN project
[1;34mINFOm] No dependency analysis in this project
[1;34mINFOm] Qulice quality check completed in 3s
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-antrun-plugin:1.8:runm 1m(default)m @ 36mrpm-adapter0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom
Downloading from central: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom (761 B at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.pom (9.6 kB at 481 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom (5.6 kB at 280 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom (2.3 kB at 52 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Downloaded5from8central:/https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 1.3 MB/s)
Downloaded4from9central:|https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar (18 kB at 593 kB/s)
Downloaded3from4central:2https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 2.5 MB/s)
Downloaded2from2central:.https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar (224 kB at 2.3 MB/s)
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.jar (2.0 MB at 6.2 MB/s)
[1;34mINFOm] Executing tasks

main:
     [exec] /home/r/repo/pom.xml looks good
[1;34mINFOm] Executed tasks
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-gpg-plugin:1.6:signm 1m(jcabi-sign-artifacts)m @ 36mrpm-adapter0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-failsafe-plugin:3.0.0-M4:verifym 1m(default)m @ 36mrpm-adapter0;1m ---m
[1;34mINFOm] Tests are skipped.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-install-plugin:2.5.2:installm 1m(default-install)m @ 36mrpm-adapter0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom (4.0 kB at 193 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar
Downloaded2from5central:1https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (155 kB at 3.6 MB/s)
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (239 kB at 2.9 MB/s)
[1;34mINFOm] Installing /home/r/repo/target/rpm-adapter-0.3.jar to /home/r/.m2/repository/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3.jar
[1;34mINFOm] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3.pom
[1;34mINFOm] Installing /home/r/repo/target/rpm-adapter-0.3-sources.jar to /home/r/.m2/repository/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3-sources.jar
[1;34mINFOm] Installing /home/r/repo/target/rpm-adapter-0.3-javadoc.jar to /home/r/.m2/repository/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3-javadoc.jar
[1;34mINFOm] Installing /home/r/repo/target/rpm-adapter-0.3.jar.asc to /home/r/.m2/repository/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3.jar.asc
[1;34mINFOm] Installing /home/r/repo/target/rpm-adapter-0.3.pom.asc to /home/r/.m2/repository/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3.pom.asc
[1;34mINFOm] Installing /home/r/repo/target/rpm-adapter-0.3-sources.jar.asc to /home/r/.m2/repository/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3-sources.jar.asc
[1;34mINFOm] Installing /home/r/repo/target/rpm-adapter-0.3-javadoc.jar.asc to /home/r/.m2/repository/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3-javadoc.jar.asc
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-deploy-plugin:2.8.2:deploym 1m(default-deploy)m @ 36mrpm-adapter0;1m ---m
[1;34mINFOm] Skipping artifact deployment
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mnexus-staging-maven-plugin:1.6.7:deploym 1m(jcabi-deploy-to-sonatype)m @ 36mrpm-adapter0;1m ---m
[1;34mINFOm] Performing local staging (local stagingDirectory="/home/r/repo/target/nexus-staging/staging")...
[1;34mINFOm]  + Using server credentials "oss.sonatype.org" from Maven settings.
[1;34mINFOm]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.16-01 and edition "Professional"
[1;34mINFOm]  * Using staging profile ID "229a643773d845" (matched by Nexus).
[1;34mINFOm] Installing /home/r/repo/target/rpm-adapter-0.3.jar to /home/r/repo/target/nexus-staging/staging/229a643773d845/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3.jar
[1;34mINFOm] Installing /home/r/repo/pom.xml to /home/r/repo/target/nexus-staging/staging/229a643773d845/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3.pom
[1;34mINFOm] Installing /home/r/repo/target/rpm-adapter-0.3-sources.jar to /home/r/repo/target/nexus-staging/staging/229a643773d845/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3-sources.jar
[1;34mINFOm] Installing /home/r/repo/target/rpm-adapter-0.3-javadoc.jar to /home/r/repo/target/nexus-staging/staging/229a643773d845/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3-javadoc.jar
[1;34mINFOm] Installing /home/r/repo/target/rpm-adapter-0.3.jar.asc to /home/r/repo/target/nexus-staging/staging/229a643773d845/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3.jar.asc
[1;34mINFOm] Installing /home/r/repo/target/rpm-adapter-0.3.pom.asc to /home/r/repo/target/nexus-staging/staging/229a643773d845/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3.pom.asc
[1;34mINFOm] Installing /home/r/repo/target/rpm-adapter-0.3-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/229a643773d845/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3-sources.jar.asc
[1;34mINFOm] Installing /home/r/repo/target/rpm-adapter-0.3-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/229a643773d845/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3-javadoc.jar.asc
[1;34mINFOm] Performing remote staging...
[1;34mINFOm]
[1;34mINFOm]  * Remote staging into staging profile ID "229a643773d845"
[1;34mINFOm]  * Created staging repository with ID "comartipie-1054".
[1;34mINFOm]  * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comartipie-1054
[1;34mINFOm]  * Uploading locally staged artifacts to profile com.artipie
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comartipie-1054/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comartipie-1054/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3.jar (30 kB at 20 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comartipie-1054/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3.pom
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comartipie-1054/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3.pom (5.5 kB at 5.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comartipie-1054/com/artipie/rpm-adapter/maven-metadata.xml
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comartipie-1054/com/artipie/rpm-adapter/maven-metadata.xml
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comartipie-1054/com/artipie/rpm-adapter/maven-metadata.xml (298 B at 283 B/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comartipie-1054/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3-sources.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comartipie-1054/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3-sources.jar (23 kB at 23 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comartipie-1054/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3.pom.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comartipie-1054/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3.pom.asc (488 B at 2.3 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comartipie-1054/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3-sources.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comartipie-1054/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3-sources.jar.asc (488 B at 2.3 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comartipie-1054/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comartipie-1054/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3.jar.asc (488 B at 2.2 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comartipie-1054/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3-javadoc.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comartipie-1054/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3-javadoc.jar (34 kB at 36 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comartipie-1054/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3-javadoc.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comartipie-1054/com/artipie/rpm-adapter/0.3/rpm-adapter-0.3-javadoc.jar.asc (488 B at 2.2 kB/s)
[1;34mINFOm]  * Upload of locally staged artifacts finished.
[1;34mINFOm]  * Closing staging repository with ID "comartipie-1054".

Waiting for operation to complete...
......................

[1;34mINFOm] Remote staged 1 repositories, finished with success.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mnexus-staging-maven-plugin:1.6.7:releasem 1m(jcabi-deploy-to-sonatype)m @ 36mrpm-adapter0;1m ---m
[1;34mINFOm]  + Using server credentials "oss.sonatype.org" from Maven settings.
[1;34mINFOm]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.16-01 and edition "Professional"
[1;34mINFOm] Releasing staging repository with IDs=[comartipie-1054]

Waiting for operation to complete...
..............

[1;34mINFOm] Released
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1;32mBUILD SUCCESSm
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] Total time:  08:45 min
[1;34mINFOm] Finished at: 2020-03-05T09:29:59Z
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;33mWARNINGm] The requested profile "publish" could not be activated because it does not exist.
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.3 -m '0.3: tagged by rultor.com'
+ git reset --hard
HEAD is now at 246e842 0.3
+ git clean -fd
+ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was 246e842).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To git@github.com:artipie/rpm-adapter.git
 * [new tag]         0.3 -> 0.3
container 95bc4f8b81588b2d849a22bd0d11f35c36aaf47d862fbf5b6b6fb24d1645955c is dead
Thu Mar  5 10:31:27 CET 2020