-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrun.out
112 lines (112 loc) · 6.62 KB
/
run.out
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
+ export LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8
+ date
Sat Mar 25 23:35:51 UTC 2023
+ dirname icu-unicode-sorting/run.sh
+ cd icu-unicode-sorting
+ pwd
/home/ubuntu/icu-unicode-sorting
+ which dpkg
/usr/bin/dpkg
+ dpkg -l libicu* postgresql*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=========================-==================-============-=========================================================
ii libicu60:amd64 60.2-3ubuntu3.1 amd64 International Components for Unicode
ii postgresql-15 15.2-1.pgdg18.04+1 amd64 The World's Most Advanced Open Source Relational Database
un postgresql-9.1 <none> <none> (no description available)
un postgresql-client <none> <none> (no description available)
ii postgresql-client-15 15.2-1.pgdg18.04+1 amd64 front-end programs for PostgreSQL 15
ii postgresql-client-common 248.pgdg18.04+1 all manager for multiple PostgreSQL client versions
ii postgresql-common 248.pgdg18.04+1 all PostgreSQL database-cluster manager
un postgresql-contrib-15 <none> <none> (no description available)
un postgresql-doc-15 <none> <none> (no description available)
un postgresql-server-dev-all <none> <none> (no description available)
+ curl -s http://169.254.169.254/latest/meta-data/ami-id
+ SOURCE_AMI=ami-0279c3b3186e54acd
+ cat /etc/issue
+ OS_VERS=Ubuntu 18.04.6 LTS \n \l
+ which dpkg
/usr/bin/dpkg
+ awk /^ii libicu/{print$3}
+ dpkg -l libicu*
+ ICU_VERS=60.2-3ubuntu3.1
+ [ -f /etc/os-release ]
+ cat /etc/os-release
NAME="Ubuntu"
VERSION="18.04.6 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.6 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
+ [ -f /etc/system-release ]
+ [ -f /etc/system-release-cpe ]
+ UNICODE_VERS=15
+ sudo su - postgres -c psql -v ON_ERROR_STOP=on
Timing is on.
NOTICE: table "unicode_spec" does not exist, skipping
DROP TABLE
Time: 0.396 ms
CREATE TABLE
Time: 8.447 ms
COPY 34924
Time: 595.119 ms
NOTICE: table "unicode_data" does not exist, skipping
DROP TABLE
Time: 0.280 ms
CREATE TABLE
Time: 4.642 ms
CREATE PROCEDURE
Time: 2.754 ms
DO
Time: 157011.909 ms (02:37.012)
SET
Time: 3.318 ms
COPY 26085514
Time: 80570.503 ms (01:20.571)
COPY 26085514
Time: 65279.054 ms (01:05.279)
COPY 26085514
Time: 59454.896 ms (00:59.455)
COPY 26085514
Time: 58487.159 ms (00:58.487)
COPY 26085514
Time: 58995.605 ms (00:58.996)
COPY 26085514
Time: 57908.022 ms (00:57.908)
COPY 26085514
Time: 58879.716 ms (00:58.880)
+ ls -ltr /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-de.txt /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-en.txt /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-es.txt /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-fr.txt /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-ja.txt /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-ru.txt /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-zh.txt
-rw-r--r-- 1 postgres postgres 249155525 Mar 25 23:39 /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-en.txt
-rw-r--r-- 1 postgres postgres 249155525 Mar 25 23:40 /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-zh.txt
-rw-r--r-- 1 postgres postgres 249155525 Mar 25 23:41 /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-ja.txt
-rw-r--r-- 1 postgres postgres 249155525 Mar 25 23:42 /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-fr.txt
-rw-r--r-- 1 postgres postgres 249155525 Mar 25 23:43 /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-ru.txt
-rw-r--r-- 1 postgres postgres 249155525 Mar 25 23:44 /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-de.txt
-rw-r--r-- 1 postgres postgres 249155525 Mar 25 23:45 /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-es.txt
+ wc /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-de.txt /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-en.txt /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-es.txt /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-fr.txt /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-ja.txt /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-ru.txt /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-zh.txt
26085514 26159674 249155525 /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-de.txt
26085514 26159674 249155525 /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-en.txt
26085514 26159674 249155525 /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-es.txt
26085514 26159674 249155525 /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-fr.txt
26085514 26159674 249155525 /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-ja.txt
26085514 26159674 249155525 /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-ru.txt
26085514 26159674 249155525 /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-zh.txt
182598598 183117718 1744088675 total
+ cp -v /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-de.txt /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-en.txt /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-es.txt /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-fr.txt /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-ja.txt /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-ru.txt /tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-zh.txt /home/ubuntu/icu-unicode-sorting/
'/tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-de.txt' -> '/home/ubuntu/icu-unicode-sorting/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-de.txt'
'/tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-en.txt' -> '/home/ubuntu/icu-unicode-sorting/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-en.txt'
'/tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-es.txt' -> '/home/ubuntu/icu-unicode-sorting/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-es.txt'
'/tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-fr.txt' -> '/home/ubuntu/icu-unicode-sorting/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-fr.txt'
'/tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-ja.txt' -> '/home/ubuntu/icu-unicode-sorting/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-ja.txt'
'/tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-ru.txt' -> '/home/ubuntu/icu-unicode-sorting/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-ru.txt'
'/tmp/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-zh.txt' -> '/home/ubuntu/icu-unicode-sorting/unicode-15-chars-sorted-icu-60.2-3ubuntu3.1-zh.txt'
+ date
Sat Mar 25 23:46:44 UTC 2023