+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 10304
+ echo '1.68.5 81439e161'
1.68.5 81439e161
+ date
Thu Oct 17 15:08:54 CEST 2019
+ uptime
15:08:54 up 11:17, 0 users, load average: 0.23, 0.08, 0.10
+ head=git@github.com:yegor256/thindeck.git
+ ff=default
+ image=yegor256/rultor
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.7.2
+ vars=('--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' '--env=head=git@github.com:yegor256/thindeck.git' '--env=tag=0.7.2' '--env=scripts=( '\''export '\''\'\'''\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:yegor256/thindeck.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.7.2'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo locale-gen en_US en_US.UTF-8'\'' '\'';'\'' '\''sudo dpkg-reconfigure locales'\'' '\'';'\'' '\''export LC_ALL=en_US.UTF-8'\'' '\'';'\'' '\''export LANG=en_US.UTF-8'\'' '\'';'\'' '\''export LANGUAGE=en_US.UTF-8'\'' '\'';'\'' '\''sudo gem install pdd -v 0.20.5'\'' '\'';'\'' '\''sudo gem install est -v 0.3.4'\'' '\'';'\'' '\''git clone --depth=1 https://github.com/n1k0/casperjs.git /tmp/casperjs'\'' '\'';'\'' '\''export PATH=$PATH:/tmp/casperjs/bin'\'' '\'';'\'' '\''mvn versions:set "-DnewVersion=${tag}"'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mv ../settings.xml settings.xml'\'' '\'';'\'' '\''mvn clean install -Ptomcat-test -Pqulice --errors'\'' '\'';'\'' '\''git remote add dokku dokku@beta.thindeck.com:thindeck'\'' '\'';'\'' '\''mkdir ~/.ssh'\'' '\'';'\'' '\''mv ../id_rsa ../id_rsa.pub ~/.ssh'\'' '\'';'\'' '\''chmod -R 600 ~/.ssh/*'\'' '\'';'\'' '\''echo -e "Host *\n StrictHostKeyChecking no\n UserKnownHostsFile=/dev/null" > ~/.ssh/config'\'' '\'';'\'' '\''build=$(git rev-parse --short HEAD)'\'' '\'';'\'' '\''sed -i "s/BUILD/${build}/g" src/main/resources/META-INF/MANIFEST.MF'\'' '\'';'\'' '\''sed -i "s/BUILD/${build}/g" src/main/resources/log4j.properties'\'' '\'';'\'' '\''git add src/main/resources/META-INF/MANIFEST.MF'\'' '\'';'\'' '\''git add src/main/resources/log4j.properties'\'' '\'';'\'' '\''git commit -m '\''\'\'''\''build number set'\''\'\'''\'''\'' '\'';'\'' '\''git add settings.xml'\'' '\'';'\'' '\''git commit -m '\''\'\'''\''settings.xml'\''\'\'''\'''\'' '\'';'\'' '\''git push -f dokku $(git symbolic-ref --short HEAD):master'\'' '\'';'\'' '\''git reset HEAD~1'\'' '\'';'\'' '\''curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://beta.thindeck.com'\'' '\'';'\'' '\''mvn clean site-deploy -Psite --settings settings.xml || echo '\''\'\'''\''failed to deploy site'\''\'\'''\'''\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256')
+ scripts=('export '\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''' ';' 'export '\''head=git@github.com:yegor256/thindeck.git'\''' ';' 'export '\''tag=0.7.2'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo locale-gen en_US en_US.UTF-8' ';' 'sudo dpkg-reconfigure locales' ';' 'export LC_ALL=en_US.UTF-8' ';' 'export LANG=en_US.UTF-8' ';' 'export LANGUAGE=en_US.UTF-8' ';' 'sudo gem install pdd -v 0.20.5' ';' 'sudo gem install est -v 0.3.4' ';' 'git clone --depth=1 https://github.com/n1k0/casperjs.git /tmp/casperjs' ';' 'export PATH=$PATH:/tmp/casperjs/bin' ';' 'mvn versions:set "-DnewVersion=${tag}"' ';' 'git commit -am "${tag}"' ';' 'mv ../settings.xml settings.xml' ';' 'mvn clean install -Ptomcat-test -Pqulice --errors' ';' 'git remote add dokku dokku@beta.thindeck.com:thindeck' ';' 'mkdir ~/.ssh' ';' 'mv ../id_rsa ../id_rsa.pub ~/.ssh' ';' 'chmod -R 600 ~/.ssh/*' ';' 'echo -e "Host *\n StrictHostKeyChecking no\n UserKnownHostsFile=/dev/null" > ~/.ssh/config' ';' 'build=$(git rev-parse --short HEAD)' ';' 'sed -i "s/BUILD/${build}/g" src/main/resources/META-INF/MANIFEST.MF' ';' 'sed -i "s/BUILD/${build}/g" src/main/resources/log4j.properties' ';' 'git add src/main/resources/META-INF/MANIFEST.MF' ';' 'git add src/main/resources/log4j.properties' ';' 'git commit -m '\''build number set'\''' ';' 'git add settings.xml' ';' 'git commit -m '\''settings.xml'\''' ';' 'git push -f dokku $(git symbolic-ref --short HEAD):master' ';' 'git reset HEAD~1' ';' 'curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://beta.thindeck.com' ';' 'mvn clean site-deploy -Psite --settings settings.xml || echo '\''failed to deploy site'\''' ';')
+ directory=
+ container=yegor256_thindeck_557
+ 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:yegor256/thindeck.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''' ';' 'export '\''head=git@github.com:yegor256/thindeck.git'\''' ';' 'export '\''tag=0.7.2'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo locale-gen en_US en_US.UTF-8' ';' 'sudo dpkg-reconfigure locales' ';' 'export LC_ALL=en_US.UTF-8' ';' 'export LANG=en_US.UTF-8' ';' 'export LANGUAGE=en_US.UTF-8' ';' 'sudo gem install pdd -v 0.20.5' ';' 'sudo gem install est -v 0.3.4' ';' 'git clone --depth=1 https://github.com/n1k0/casperjs.git /tmp/casperjs' ';' 'export PATH=$PATH:/tmp/casperjs/bin' ';' 'mvn versions:set "-DnewVersion=${tag}"' ';' 'git commit -am "${tag}"' ';' 'mv ../settings.xml settings.xml' ';' 'mvn clean install -Ptomcat-test -Pqulice --errors' ';' 'git remote add dokku dokku@beta.thindeck.com:thindeck' ';' 'mkdir ~/.ssh' ';' 'mv ../id_rsa ../id_rsa.pub ~/.ssh' ';' 'chmod -R 600 ~/.ssh/*' ';' 'echo -e "Host *\n StrictHostKeyChecking no\n UserKnownHostsFile=/dev/null" > ~/.ssh/config' ';' 'build=$(git rev-parse --short HEAD)' ';' 'sed -i "s/BUILD/${build}/g" src/main/resources/META-INF/MANIFEST.MF' ';' 'sed -i "s/BUILD/${build}/g" src/main/resources/log4j.properties' ';' 'git add src/main/resources/META-INF/MANIFEST.MF' ';' 'git add src/main/resources/log4j.properties' ';' 'git commit -m '\''build number set'\''' ';' 'git add settings.xml' ';' 'git commit -m '\''settings.xml'\''' ';' 'git push -f dokku $(git symbolic-ref --short HEAD):master' ';' 'git reset HEAD~1' ';' 'curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://beta.thindeck.com' ';' 'mvn clean site-deploy -Psite --settings settings.xml || echo '\''failed to deploy site'\''' ';'
+ sensitive=()
+ rm -rf .gpg
+ '[' -z 0.7.2 ']'
+ [[ 0.7.2 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.7.2"'
tag name is valid: "0.7.2"
+ cd repo
++ git tag -l 0.7.2
+ '[' ']'
+ 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'
M powtoons/back-light.png
M website/1.png
M website/2.png
M website/3.png
M website/4.png
M website/logo-512x512.png
M website/logo.png
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=0.10
++ echo 0.10 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.10, low enough to run a new Docker container'
load average is 0.10, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor
+ docker pull yegor256/rultor
Using default tag: latest
latest: Pulling from yegor256/rultor
Digest: sha256:89ad567752735f414ef0f6408fd08b5aeed93259147b0dfe2df279054c27a472
Status: Image is up to date for yegor256/rultor:latest
+ docker ps --filter=status=exited
+ grep --quiet '\syegor256_thindeck_557\s*$'
+ ls -al .
total 736
drwx--x--x 3 rultor rultor 4096 Oct 17 15:08 .
drwxrwxrwt 10 root root 684032 Oct 17 15:08 ..
-rw-rw-r-- 1 rultor rultor 444 Oct 17 15:08 end.sh
-rwxrwxr-x 1 rultor rultor 338 Oct 17 15:08 entry.sh
-rw-rw-r-- 1 rultor rultor 1679 Oct 17 15:08 id_rsa
-rw-rw-r-- 1 rultor rultor 396 Oct 17 15:08 id_rsa.pub
-rw-rw-r-- 1 rultor rultor 6 Oct 17 15:08 pid
drwxrwxr-x 11 rultor rultor 4096 Oct 17 15:08 repo
-rwxrwxr-x 1 rultor rultor 8431 Oct 17 15:08 run.sh
-rw-rw-r-- 1 rultor rultor 98 Oct 17 15:08 s3cfg
-rw-rw-r-- 1 rultor rultor 1617 Oct 17 15:08 script.sh
-rw-rw-r-- 1 rultor rultor 6629 Oct 17 15:08 settings.xml
-rw-rw-r-- 1 rultor rultor 7826 Oct 17 15:09 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-DqlV:/main '--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' --env=head=git@github.com:yegor256/thindeck.git --env=tag=0.7.2 '--env=scripts=( '\''export '\''\'\'''\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:yegor256/thindeck.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.7.2'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo locale-gen en_US en_US.UTF-8'\'' '\'';'\'' '\''sudo dpkg-reconfigure locales'\'' '\'';'\'' '\''export LC_ALL=en_US.UTF-8'\'' '\'';'\'' '\''export LANG=en_US.UTF-8'\'' '\'';'\'' '\''export LANGUAGE=en_US.UTF-8'\'' '\'';'\'' '\''sudo gem install pdd -v 0.20.5'\'' '\'';'\'' '\''sudo gem install est -v 0.3.4'\'' '\'';'\'' '\''git clone --depth=1 https://github.com/n1k0/casperjs.git /tmp/casperjs'\'' '\'';'\'' '\''export PATH=$PATH:/tmp/casperjs/bin'\'' '\'';'\'' '\''mvn versions:set "-DnewVersion=${tag}"'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mv ../settings.xml settings.xml'\'' '\'';'\'' '\''mvn clean install -Ptomcat-test -Pqulice --errors'\'' '\'';'\'' '\''git remote add dokku dokku@beta.thindeck.com:thindeck'\'' '\'';'\'' '\''mkdir ~/.ssh'\'' '\'';'\'' '\''mv ../id_rsa ../id_rsa.pub ~/.ssh'\'' '\'';'\'' '\''chmod -R 600 ~/.ssh/*'\'' '\'';'\'' '\''echo -e "Host *\n StrictHostKeyChecking no\n UserKnownHostsFile=/dev/null" > ~/.ssh/config'\'' '\'';'\'' '\''build=$(git rev-parse --short HEAD)'\'' '\'';'\'' '\''sed -i "s/BUILD/${build}/g" src/main/resources/META-INF/MANIFEST.MF'\'' '\'';'\'' '\''sed -i "s/BUILD/${build}/g" src/main/resources/log4j.properties'\'' '\'';'\'' '\''git add src/main/resources/META-INF/MANIFEST.MF'\'' '\'';'\'' '\''git add src/main/resources/log4j.properties'\'' '\'';'\'' '\''git commit -m '\''\'\'''\''build number set'\''\'\'''\'''\'' '\'';'\'' '\''git add settings.xml'\'' '\'';'\'' '\''git commit -m '\''\'\'''\''settings.xml'\''\'\'''\'''\'' '\'';'\'' '\''git push -f dokku $(git symbolic-ref --short HEAD):master'\'' '\'';'\'' '\''git reset HEAD~1'\'' '\'';'\'' '\''curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://beta.thindeck.com'\'' '\'';'\'' '\''mvn clean site-deploy -Psite --settings settings.xml || echo '\''\'\'''\''failed to deploy site'\''\'\'''\'''\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-DqlV/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --entrypoint=/main/entry.sh --name=yegor256_thindeck_557 yegor256/rultor /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
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.composer /root/.gem /root/.gnupg /root/.m2 /root/.profile /root/texmf /root/.wget-hsts /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./id_rsa ./id_rsa.pub ./pid ./repo ./run.sh ./s3cfg ./script.sh ./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
mesg: change /dev/pts/0 mode failed: Operation not permitted
+ 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 'MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'
+ MAVEN_OPTS='-XX:MaxPermSize=256m -Xmx1g'
+ export head=git@github.com:yegor256/thindeck.git
+ head=git@github.com:yegor256/thindeck.git
+ export tag=0.7.2
+ tag=0.7.2
+ export head_branch=master
+ head_branch=master
+ export author=yegor256
+ author=yegor256
+ sudo -i locale-gen en_US en_US.UTF-8
Generating locales (this might take a while)...
en_US.ISO-8859-1... done
en_US.UTF-8... done
Generation complete.
+ sudo -i dpkg-reconfigure locales
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
Configuring locales
-------------------
Locales are a framework to switch between multiple languages and allow users to
use their language, country, characters, collation order, etc.
Please choose which locales to generate. UTF-8 locales should be chosen by
default, particularly for new installations. Other character sets may be useful
for backwards compatibility with older systems and software.
1. All locales 242. gl_ES ISO-8859-1
2. aa_DJ ISO-8859-1 243. gl_ES.UTF-8 UTF-8
3. aa_DJ.UTF-8 UTF-8 244. gl_ES@euro ISO-8859-15
4. aa_ER UTF-8 245. gu_IN UTF-8
5. aa_ER@saaho UTF-8 246. gv_GB ISO-8859-1
6. aa_ET UTF-8 247. gv_GB.UTF-8 UTF-8
7. af_ZA ISO-8859-1 248. ha_NG UTF-8
8. af_ZA.UTF-8 UTF-8 249. hak_TW UTF-8
9. ak_GH UTF-8 250. he_IL ISO-8859-8
10. am_ET UTF-8 251. he_IL.UTF-8 UTF-8
11. an_ES ISO-8859-15 252. hi_IN UTF-8
12. an_ES.UTF-8 UTF-8 253. hne_IN UTF-8
13. anp_IN UTF-8 254. hr_HR ISO-8859-2
14. ar_AE ISO-8859-6 255. hr_HR.UTF-8 UTF-8
15. ar_AE.UTF-8 UTF-8 256. hsb_DE ISO-8859-2
16. ar_BH ISO-8859-6 257. hsb_DE.UTF-8 UTF-8
17. ar_BH.UTF-8 UTF-8 258. ht_HT UTF-8
18. ar_DZ ISO-8859-6 259. hu_HU ISO-8859-2
19. ar_DZ.UTF-8 UTF-8 260. hu_HU.UTF-8 UTF-8
20. ar_EG ISO-8859-6 261. hy_AM UTF-8
21. ar_EG.UTF-8 UTF-8 262. hy_AM.ARMSCII-8 ARMSCII-8
22. ar_IN UTF-8 263. ia_FR UTF-8
23. ar_IQ ISO-8859-6 264. id_ID ISO-8859-1
24. ar_IQ.UTF-8 UTF-8 265. id_ID.UTF-8 UTF-8
25. ar_JO ISO-8859-6 266. ig_NG UTF-8
26. ar_JO.UTF-8 UTF-8 267. ik_CA UTF-8
27. ar_KW ISO-8859-6 268. is_IS ISO-8859-1
28. ar_KW.UTF-8 UTF-8 269. is_IS.UTF-8 UTF-8
29. ar_LB ISO-8859-6 270. it_CH ISO-8859-1
30. ar_LB.UTF-8 UTF-8 271. it_CH.UTF-8 UTF-8
31. ar_LY ISO-8859-6 272. it_IT ISO-8859-1
32. ar_LY.UTF-8 UTF-8 273. it_IT.UTF-8 UTF-8
33. ar_MA ISO-8859-6 274. it_IT@euro ISO-8859-15
34. ar_MA.UTF-8 UTF-8 275. iu_CA UTF-8
35. ar_OM ISO-8859-6 276. iw_IL ISO-8859-8
36. ar_OM.UTF-8 UTF-8 277. iw_IL.UTF-8 UTF-8
37. ar_QA ISO-8859-6 278. ja_JP.EUC-JP EUC-JP
38. ar_QA.UTF-8 UTF-8 279. ja_JP.UTF-8 UTF-8
39. ar_SA ISO-8859-6 280. ka_GE GEORGIAN-PS
40. ar_SA.UTF-8 UTF-8 281. ka_GE.UTF-8 UTF-8
41. ar_SD ISO-8859-6 282. kk_KZ PT154
42. ar_SD.UTF-8 UTF-8 283. kk_KZ RK1048
43. ar_SS UTF-8 284. kk_KZ.UTF-8 UTF-8
44. ar_SY ISO-8859-6 285. kl_GL ISO-8859-1
45. ar_SY.UTF-8 UTF-8 286. kl_GL.UTF-8 UTF-8
46. ar_TN ISO-8859-6 287. km_KH UTF-8
47. ar_TN.UTF-8 UTF-8 288. kn_IN UTF-8
48. ar_YE ISO-8859-6 289. ko_KR.EUC-KR EUC-KR
49. ar_YE.UTF-8 UTF-8 290. ko_KR.UTF-8 UTF-8
50. as_IN UTF-8 291. kok_IN UTF-8
51. ast_ES ISO-8859-15 292. ks_IN UTF-8
52. ast_ES.UTF-8 UTF-8 293. ks_IN@devanagari UTF-8
53. ayc_PE UTF-8 294. ku_TR ISO-8859-9
54. az_AZ UTF-8 295. ku_TR.UTF-8 UTF-8
55. be_BY CP1251 296. kw_GB ISO-8859-1
56. be_BY.UTF-8 UTF-8 297. kw_GB.UTF-8 UTF-8
57. be_BY@latin UTF-8 298. ky_KG UTF-8
58. bem_ZM UTF-8 299. lb_LU UTF-8
59. ber_DZ UTF-8 300. lg_UG ISO-8859-10
60. ber_MA UTF-8 301. lg_UG.UTF-8 UTF-8
61. bg_BG CP1251 302. li_BE UTF-8
62. bg_BG.UTF-8 UTF-8 303. li_NL UTF-8
63. bhb_IN.UTF-8 UTF-8 304. lij_IT UTF-8
64. bho_IN UTF-8 305. ln_CD UTF-8
65. bn_BD UTF-8 306. lo_LA UTF-8
66. bn_IN UTF-8 307. lt_LT ISO-8859-13
67. bo_CN UTF-8 308. lt_LT.UTF-8 UTF-8
68. bo_IN UTF-8 309. lv_LV ISO-8859-13
69. br_FR ISO-8859-1 310. lv_LV.UTF-8 UTF-8
70. br_FR.UTF-8 UTF-8 311. lzh_TW UTF-8
71. br_FR@euro ISO-8859-15 312. mag_IN UTF-8
72. brx_IN UTF-8 313. mai_IN UTF-8
73. bs_BA ISO-8859-2 314. mg_MG ISO-8859-15
74. bs_BA.UTF-8 UTF-8 315. mg_MG.UTF-8 UTF-8
75. byn_ER UTF-8 316. mhr_RU UTF-8
76. ca_AD ISO-8859-15 317. mi_NZ ISO-8859-13
77. ca_AD.UTF-8 UTF-8 318. mi_NZ.UTF-8 UTF-8
78. ca_ES ISO-8859-1 319. mk_MK ISO-8859-5
79. ca_ES.UTF-8 UTF-8 320. mk_MK.UTF-8 UTF-8
80. ca_ES.UTF-8@valencia UTF-8 321. ml_IN UTF-8
81. ca_ES@euro ISO-8859-15 322. mn_MN UTF-8
82. ca_ES@valencia ISO-8859-15 323. mni_IN UTF-8
83. ca_FR ISO-8859-15 324. mr_IN UTF-8
84. ca_FR.UTF-8 UTF-8 325. ms_MY ISO-8859-1
85. ca_IT ISO-8859-15 326. ms_MY.UTF-8 UTF-8
86. ca_IT.UTF-8 UTF-8 327. mt_MT ISO-8859-3
87. ce_RU UTF-8 328. mt_MT.UTF-8 UTF-8
88. ckb_IQ UTF-8 329. my_MM UTF-8
89. cmn_TW UTF-8 330. nan_TW UTF-8
90. crh_UA UTF-8 331. nan_TW@latin UTF-8
91. cs_CZ ISO-8859-2 332. nb_NO ISO-8859-1
92. cs_CZ.UTF-8 UTF-8 333. nb_NO.UTF-8 UTF-8
93. csb_PL UTF-8 334. nds_DE UTF-8
94. cv_RU UTF-8 335. nds_NL UTF-8
95. cy_GB ISO-8859-14 336. ne_NP UTF-8
96. cy_GB.UTF-8 UTF-8 337. nhn_MX UTF-8
97. da_DK ISO-8859-1 338. niu_NU UTF-8
98. da_DK.UTF-8 UTF-8 339. niu_NZ UTF-8
99. de_AT ISO-8859-1 340. nl_AW UTF-8
100. de_AT.UTF-8 UTF-8 341. nl_BE ISO-8859-1
101. de_AT@euro ISO-8859-15 342. nl_BE.UTF-8 UTF-8
102. de_BE ISO-8859-1 343. nl_BE@euro ISO-8859-15
103. de_BE.UTF-8 UTF-8 344. nl_NL ISO-8859-1
104. de_BE@euro ISO-8859-15 345. nl_NL.UTF-8 UTF-8
105. de_CH ISO-8859-1 346. nl_NL@euro ISO-8859-15
106. de_CH.UTF-8 UTF-8 347. nn_NO ISO-8859-1
107. de_DE ISO-8859-1 348. nn_NO.UTF-8 UTF-8
108. de_DE.UTF-8 UTF-8 349. nr_ZA UTF-8
109. de_DE@euro ISO-8859-15 350. nso_ZA UTF-8
110. de_LI.UTF-8 UTF-8 351. oc_FR ISO-8859-1
111. de_LU ISO-8859-1 352. oc_FR.UTF-8 UTF-8
112. de_LU.UTF-8 UTF-8 353. om_ET UTF-8
113. de_LU@euro ISO-8859-15 354. om_KE ISO-8859-1
114. doi_IN UTF-8 355. om_KE.UTF-8 UTF-8
115. dv_MV UTF-8 356. or_IN UTF-8
116. dz_BT UTF-8 357. os_RU UTF-8
117. el_CY ISO-8859-7 358. pa_IN UTF-8
118. el_CY.UTF-8 UTF-8 359. pa_PK UTF-8
119. el_GR ISO-8859-7 360. pap_AN UTF-8
120. el_GR.UTF-8 UTF-8 361. pap_AW UTF-8
121. en_AG UTF-8 362. pap_CW UTF-8
122. en_AU ISO-8859-1 363. pl_PL ISO-8859-2
123. en_AU.UTF-8 UTF-8 364. pl_PL.UTF-8 UTF-8
124. en_BW ISO-8859-1 365. ps_AF UTF-8
125. en_BW.UTF-8 UTF-8 366. pt_BR ISO-8859-1
126. en_CA ISO-8859-1 367. pt_BR.UTF-8 UTF-8
127. en_CA.UTF-8 UTF-8 368. pt_PT ISO-8859-1
128. en_DK ISO-8859-1 369. pt_PT.UTF-8 UTF-8
129. en_DK.ISO-8859-15 ISO-8859-15 370. pt_PT@euro ISO-8859-15
130. en_DK.UTF-8 UTF-8 371. quz_PE UTF-8
131. en_GB ISO-8859-1 372. raj_IN UTF-8
132. en_GB.ISO-8859-15 ISO-8859-15 373. ro_RO ISO-8859-2
133. en_GB.UTF-8 UTF-8 374. ro_RO.UTF-8 UTF-8
134. en_HK ISO-8859-1 375. ru_RU ISO-8859-5
135. en_HK.UTF-8 UTF-8 376. ru_RU.CP1251 CP1251
136. en_IE ISO-8859-1 377. ru_RU.KOI8-R KOI8-R
137. en_IE.UTF-8 UTF-8 378. ru_RU.UTF-8 UTF-8
138. en_IE@euro ISO-8859-15 379. ru_UA KOI8-U
139. en_IN UTF-8 380. ru_UA.UTF-8 UTF-8
140. en_NG UTF-8 381. rw_RW UTF-8
141. en_NZ ISO-8859-1 382. sa_IN UTF-8
142. en_NZ.UTF-8 UTF-8 383. sat_IN UTF-8
143. en_PH ISO-8859-1 384. sc_IT UTF-8
144. en_PH.UTF-8 UTF-8 385. sd_IN UTF-8
145. en_SG ISO-8859-1 386. sd_IN@devanagari UTF-8
146. en_SG.UTF-8 UTF-8 387. sd_PK UTF-8
147. en_US ISO-8859-1 388. se_NO UTF-8
148. en_US.ISO-8859-15 ISO-8859-15 389. shs_CA UTF-8
149. en_US.UTF-8 UTF-8 390. si_LK UTF-8
150. en_ZA ISO-8859-1 391. sid_ET UTF-8
151. en_ZA.UTF-8 UTF-8 392. sk_SK ISO-8859-2
152. en_ZM UTF-8 393. sk_SK.UTF-8 UTF-8
153. en_ZW ISO-8859-1 394. sl_SI ISO-8859-2
154. en_ZW.UTF-8 UTF-8 395. sl_SI.UTF-8 UTF-8
155. eo ISO-8859-3 396. so_DJ ISO-8859-1
156. eo.UTF-8 UTF-8 397. so_DJ.UTF-8 UTF-8
157. eo_US.UTF-8 UTF-8 398. so_ET UTF-8
158. es_AR ISO-8859-1 399. so_KE ISO-8859-1
159. es_AR.UTF-8 UTF-8 400. so_KE.UTF-8 UTF-8
160. es_BO ISO-8859-1 401. so_SO ISO-8859-1
161. es_BO.UTF-8 UTF-8 402. so_SO.UTF-8 UTF-8
162. es_CL ISO-8859-1 403. sq_AL ISO-8859-1
163. es_CL.UTF-8 UTF-8 404. sq_AL.UTF-8 UTF-8
164. es_CO ISO-8859-1 405. sq_MK UTF-8
165. es_CO.UTF-8 UTF-8 406. sr_ME UTF-8
166. es_CR ISO-8859-1 407. sr_RS UTF-8
167. es_CR.UTF-8 UTF-8 408. sr_RS@latin UTF-8
168. es_CU UTF-8 409. ss_ZA UTF-8
169. es_DO ISO-8859-1 410. st_ZA ISO-8859-1
170. es_DO.UTF-8 UTF-8 411. st_ZA.UTF-8 UTF-8
171. es_EC ISO-8859-1 412. sv_FI ISO-8859-1
172. es_EC.UTF-8 UTF-8 413. sv_FI.UTF-8 UTF-8
173. es_ES ISO-8859-1 414. sv_FI@euro ISO-8859-15
174. es_ES.UTF-8 UTF-8 415. sv_SE ISO-8859-1
175. es_ES@euro ISO-8859-15 416. sv_SE.ISO-8859-15 ISO-8859-15
176. es_GT ISO-8859-1 417. sv_SE.UTF-8 UTF-8
177. es_GT.UTF-8 UTF-8 418. sw_KE UTF-8
178. es_HN ISO-8859-1 419. sw_TZ UTF-8
179. es_HN.UTF-8 UTF-8 420. szl_PL UTF-8
180. es_MX ISO-8859-1 421. ta_IN UTF-8
181. es_MX.UTF-8 UTF-8 422. ta_LK UTF-8
182. es_NI ISO-8859-1 423. tcy_IN.UTF-8 UTF-8
183. es_NI.UTF-8 UTF-8 424. te_IN UTF-8
184. es_PA ISO-8859-1 425. tg_TJ KOI8-T
185. es_PA.UTF-8 UTF-8 426. tg_TJ.UTF-8 UTF-8
186. es_PE ISO-8859-1 427. th_TH TIS-620
187. es_PE.UTF-8 UTF-8 428. th_TH.UTF-8 UTF-8
188. es_PR ISO-8859-1 429. the_NP UTF-8
189. es_PR.UTF-8 UTF-8 430. ti_ER UTF-8
190. es_PY ISO-8859-1 431. ti_ET UTF-8
191. es_PY.UTF-8 UTF-8 432. tig_ER UTF-8
192. es_SV ISO-8859-1 433. tk_TM UTF-8
193. es_SV.UTF-8 UTF-8 434. tl_PH ISO-8859-1
194. es_US ISO-8859-1 435. tl_PH.UTF-8 UTF-8
195. es_US.UTF-8 UTF-8 436. tn_ZA UTF-8
196. es_UY ISO-8859-1 437. tr_CY ISO-8859-9
197. es_UY.UTF-8 UTF-8 438. tr_CY.UTF-8 UTF-8
198. es_VE ISO-8859-1 439. tr_TR ISO-8859-9
199. es_VE.UTF-8 UTF-8 440. tr_TR.UTF-8 UTF-8
200. et_EE ISO-8859-1 441. ts_ZA UTF-8
201. et_EE.ISO-8859-15 ISO-8859-15 442. tt_RU UTF-8
202. et_EE.UTF-8 UTF-8 443. tt_RU@iqtelif UTF-8
203. eu_ES ISO-8859-1 444. ug_CN UTF-8
204. eu_ES.UTF-8 UTF-8 445. ug_CN@latin UTF-8
205. eu_ES@euro ISO-8859-15 446. uk_UA KOI8-U
206. eu_FR ISO-8859-1 447. uk_UA.UTF-8 UTF-8
207. eu_FR.UTF-8 UTF-8 448. unm_US UTF-8
208. eu_FR@euro ISO-8859-15 449. ur_IN UTF-8
209. fa_IR UTF-8 450. ur_PK UTF-8
210. ff_SN UTF-8 451. uz_UZ ISO-8859-1
211. fi_FI ISO-8859-1 452. uz_UZ.UTF-8 UTF-8
212. fi_FI.UTF-8 UTF-8 453. uz_UZ@cyrillic UTF-8
213. fi_FI@euro ISO-8859-15 454. ve_ZA UTF-8
214. fil_PH UTF-8 455. vi_VN UTF-8
215. fo_FO ISO-8859-1 456. wa_BE ISO-8859-1
216. fo_FO.UTF-8 UTF-8 457. wa_BE.UTF-8 UTF-8
217. fr_BE ISO-8859-1 458. wa_BE@euro ISO-8859-15
218. fr_BE.UTF-8 UTF-8 459. wae_CH UTF-8
219. fr_BE@euro ISO-8859-15 460. wal_ET UTF-8
220. fr_CA ISO-8859-1 461. wo_SN UTF-8
221. fr_CA.UTF-8 UTF-8 462. xh_ZA ISO-8859-1
222. fr_CH ISO-8859-1 463. xh_ZA.UTF-8 UTF-8
223. fr_CH.UTF-8 UTF-8 464. yi_US CP1255
224. fr_FR ISO-8859-1 465. yi_US.UTF-8 UTF-8
225. fr_FR.UTF-8 UTF-8 466. yo_NG UTF-8
226. fr_FR@euro ISO-8859-15 467. yue_HK UTF-8
227. fr_LU ISO-8859-1 468. zh_CN GB2312
228. fr_LU.UTF-8 UTF-8 469. zh_CN.GB18030 GB18030
229. fr_LU@euro ISO-8859-15 470. zh_CN.GBK GBK
230. fur_IT UTF-8 471. zh_CN.UTF-8 UTF-8
231. fy_DE UTF-8 472. zh_HK BIG5-HKSCS
232. fy_NL UTF-8 473. zh_HK.UTF-8 UTF-8
233. ga_IE ISO-8859-1 474. zh_SG GB2312
234. ga_IE.UTF-8 UTF-8 475. zh_SG.GBK GBK
235. ga_IE@euro ISO-8859-15 476. zh_SG.UTF-8 UTF-8
236. gd_GB ISO-8859-15 477. zh_TW BIG5
237. gd_GB.UTF-8 UTF-8 478. zh_TW.EUC-TW EUC-TW
238. gez_ER UTF-8 479. zh_TW.UTF-8 UTF-8
239. gez_ER@abegede UTF-8 480. zu_ZA ISO-8859-1
240. gez_ET UTF-8 481. zu_ZA.UTF-8 UTF-8
241. gez_ET@abegede UTF-8
(Enter the items you want to select, separated by spaces.)
Locales to be generated: 003f2582758ac6d6e0e9441f58142353e3de2e2e4d426cd2fc32d73c3d5e02d2
'pid' file is absent, something was broken