Project

General

Profile

Build logs commit 030569965cba9fe869fc01893a48c790afd12a0d

1
Keeping only last 200 lines...
2
Get:2 https://deb.nodesource.com/node_16.x buster/main amd64 nodejs amd64 16.18.1-deb-1nodesource1 [27.2 MB]
3
Get:3 http://deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
4
Get:4 http://deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
5
Get:5 http://deb.debian.org/debian bullseye/main amd64 python3.9-venv amd64 3.9.2-1 [5396 B]
6
Get:6 http://deb.debian.org/debian bullseye/main amd64 python3-venv amd64 3.9.2-3 [1188 B]
7
debconf: delaying package configuration, since apt-utils is not installed
8
Fetched 29.3 MB in 0s (105 MB/s)
9
Selecting previously unselected package nodejs.
10
(Reading database ... 
11
(Reading database ... 5%
12
(Reading database ... 10%
13
(Reading database ... 15%
14
(Reading database ... 20%
15
(Reading database ... 25%
16
(Reading database ... 30%
17
(Reading database ... 35%
18
(Reading database ... 40%
19
(Reading database ... 45%
20
(Reading database ... 50%
21
(Reading database ... 55%
22
(Reading database ... 60%
23
(Reading database ... 65%
24
(Reading database ... 70%
25
(Reading database ... 75%
26
(Reading database ... 80%
27
(Reading database ... 85%
28
(Reading database ... 90%
29
(Reading database ... 95%
30
(Reading database ... 100%
31
(Reading database ... 28753 files and directories currently installed.)
32
Preparing to unpack .../0-nodejs_16.18.1-deb-1nodesource1_amd64.deb ...
33
Unpacking nodejs (16.18.1-deb-1nodesource1) ...
34
Selecting previously unselected package python-pip-whl.
35
Preparing to unpack .../1-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
36
Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
37
Selecting previously unselected package python3-lib2to3.
38
Preparing to unpack .../2-python3-lib2to3_3.9.2-1_all.deb ...
39
Unpacking python3-lib2to3 (3.9.2-1) ...
40
Selecting previously unselected package python3-distutils.
41
Preparing to unpack .../3-python3-distutils_3.9.2-1_all.deb ...
42
Unpacking python3-distutils (3.9.2-1) ...
43
Selecting previously unselected package python3.9-venv.
44
Preparing to unpack .../4-python3.9-venv_3.9.2-1_amd64.deb ...
45
Unpacking python3.9-venv (3.9.2-1) ...
46
Selecting previously unselected package python3-venv.
47
Preparing to unpack .../5-python3-venv_3.9.2-3_amd64.deb ...
48
Unpacking python3-venv (3.9.2-3) ...
49
Setting up nodejs (16.18.1-deb-1nodesource1) ...
50
Setting up python-pip-whl (20.3.4-4+deb11u1) ...
51
Setting up python3-lib2to3 (3.9.2-1) ...
52
Setting up python3-distutils (3.9.2-1) ...
53
Setting up python3.9-venv (3.9.2-1) ...
54
Setting up python3-venv (3.9.2-3) ...
55
Setting up pymailcatch-build-deps (0.9.4) ...
56
Processing triggers for man-db (2.9.4-2) ...
57
dpkg-buildpackage: info: source package pymailcatch
58
dpkg-buildpackage: info: source version 0.9.4
59
dpkg-buildpackage: info: source distribution bullseye
60
dpkg-buildpackage: info: source changed by Olivier Bitsch <olivier.b@iabsis.com>
61
dpkg-buildpackage: info: host architecture amd64
62
 dpkg-source --before-build .
63
 debian/rules clean
64
dh clean
65
   dh_auto_clean
66
   dh_clean
67
 dpkg-source -b .
68
dpkg-source: info: using source format '3.0 (native)'
69
dpkg-source: info: building pymailcatch in pymailcatch_0.9.4.tar.xz
70
dpkg-source: info: building pymailcatch in pymailcatch_0.9.4.dsc
71
 debian/rules binary
72
dh binary
73
   dh_update_autotools_config
74
   dh_autoreconf
75
   dh_auto_configure
76
   dh_auto_build
77
	make -j4 "INSTALL=install --strip-program=true"
78
make[1]: Entering directory '/build/sources'
79
mkdir -p //usr/share/pymailcatch/
80
make -C vue
81
make[2]: Entering directory '/build/sources'
82
make[2]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
83
python3 -m venv //usr/share/pymailcatch/venv/
84
npm i
85
. //usr/share/pymailcatch/venv/bin/activate; pip3 install -r requirements.txt
86
Collecting aiosmtpd==1.4.2
87
  Downloading aiosmtpd-1.4.2-py3-none-any.whl (143 kB)
88
Collecting atpublic==3.0.1
89
  Downloading atpublic-3.0.1-py3-none-any.whl (4.8 kB)
90
Collecting attrs==21.4.0
91
  Downloading attrs-21.4.0-py2.py3-none-any.whl (60 kB)
92
Collecting bidict==0.22.0
93
  Downloading bidict-0.22.0-py3-none-any.whl (36 kB)
94
Collecting click==8.0.3
95
  Downloading click-8.0.3-py3-none-any.whl (97 kB)
96
Collecting Flask==2.0.2
97
  Downloading Flask-2.0.2-py3-none-any.whl (95 kB)
98
Collecting Flask-Cors==3.0.10
99
  Downloading Flask_Cors-3.0.10-py2.py3-none-any.whl (14 kB)
100
Collecting Flask-SocketIO==4.3.2
101
  Downloading Flask_SocketIO-4.3.2-py2.py3-none-any.whl (15 kB)
102
Collecting itsdangerous==2.0.1
103
  Downloading itsdangerous-2.0.1-py3-none-any.whl (18 kB)
104
Collecting Jinja2==3.0.3
105
  Downloading Jinja2-3.0.3-py3-none-any.whl (133 kB)
106
Collecting MarkupSafe==2.0.1
107
  Downloading MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (30 kB)
108
Collecting six==1.16.0
109
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
110
npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
111
Collecting Werkzeug==2.0.2
112
  Downloading Werkzeug-2.0.2-py3-none-any.whl (288 kB)
113
Collecting python-socketio<5,>=4.3.0
114
  Downloading python_socketio-4.6.1-py2.py3-none-any.whl (51 kB)
115
Collecting python-engineio<4,>=3.13.0
116
  Downloading python_engineio-3.14.2-py2.py3-none-any.whl (51 kB)
117
Installing collected packages: six, MarkupSafe, Werkzeug, python-engineio, Jinja2, itsdangerous, click, python-socketio, Flask, attrs, atpublic, Flask-SocketIO, Flask-Cors, bidict, aiosmtpd
118
Successfully installed Flask-2.0.2 Flask-Cors-3.0.10 Flask-SocketIO-4.3.2 Jinja2-3.0.3 MarkupSafe-2.0.1 Werkzeug-2.0.2 aiosmtpd-1.4.2 atpublic-3.0.1 attrs-21.4.0 bidict-0.22.0 click-8.0.3 itsdangerous-2.0.1 python-engineio-3.14.2 python-socketio-4.6.1 six-1.16.0
119
mv //usr/share/pymailcatch/venv venv
120
rmdir //usr/share/pymailcatch/
121

    
122
added 974 packages, and audited 975 packages in 20s
123

    
124
2 critical severity vulnerabilities
125

    
126
To address all issues, run:
127
  npm audit fix
128

    
129
Run `npm audit` for details.
130
npm notice 
131
npm notice New major version of npm available! 8.19.2 -> 9.1.3
132
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.1.3>
133
npm notice Run `npm install -g npm@9.1.3` to update!
134
npm notice 
135
npm run build
136

    
137
> mymailcatch@0.1.0 build
138
> vue-cli-service build
139

    
140
All browser targets in the browserslist configuration have supported ES module.
141
Therefore we don't build two separate bundles for differential loading.
142

    
143

    
144
-  Building for production...
145
 WARNING  Compiled with 3 warnings10:18:41 AM
146

    
147
 warning  
148

    
149
asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
150
This can impact web performance.
151
Assets: 
152
  js/chunk-vendors.ac88ef99.js (550 KiB)
153

    
154
 warning  
155

    
156
entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
157
Entrypoints:
158
  app (565 KiB)
159
      js/chunk-vendors.ac88ef99.js
160
      css/app.61ff7c43.css
161
      js/app.910eff3a.js
162

    
163

    
164
 warning  
165

    
166
webpack performance recommendations: 
167
You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
168
For more info visit https://webpack.js.org/guides/code-splitting/
169

    
170
  File                                 Size               Gzipped
171

    
172
  dist/js/chunk-vendors.ac88ef99.js    549.52 KiB         148.78 KiB
173
  dist/js/app.910eff3a.js              14.65 KiB          5.42 KiB
174
  dist/style.css                       1.53 KiB           0.56 KiB
175
  dist/css/app.61ff7c43.css            1.06 KiB           0.48 KiB
176

    
177
  Images and other types of assets omitted.
178
  Build at: 2022-12-01T10:18:41.526Z - Hash: 1196edcfdeaccd8c - Time: 8685ms
179

    
180
 DONE  Build complete. The dist directory is ready to be deployed.
181
 INFO  Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
182
       
183
make[2]: Leaving directory '/build/sources/vue'
184
make[1]: Leaving directory '/build/sources'
185
   dh_auto_test
186
   create-stamp debian/debhelper-build-stamp
187
   dh_prep
188
   dh_auto_install
189
   debian/rules override_dh_install
190
make[1]: Entering directory '/build/sources'
191
dh_install
192
sed -i 's|database\.db|/var/lib/pymailcatch/database\.db|g' debian/pymailcatch/usr/share/pymailcatch/lib/db.py
193
make[1]: Leaving directory '/build/sources'
194
   dh_installdocs
195
   dh_installchangelogs
196
   dh_installinit
197
   dh_installsystemd
198
   dh_perl
199
   dh_link
200
   dh_strip_nondeterminism
201
   dh_compress
202
   dh_fixperms
203
   dh_missing
204
   dh_dwz -a
205
   dh_strip -a
206
   dh_makeshlibs -a
207
   dh_shlibdeps -a
208
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/pymailcatch/usr/share/pymailcatch/venv/lib/python3.9/site-packages/markupsafe/_speedups.cpython-39-x86_64-linux-gnu.so was not linked against libpthread.so.0 (it uses none of the library's symbols)
209
   dh_installdeb
210
   dh_gencontrol
211
   dh_md5sums
212
   dh_builddeb
213
dpkg-deb: building package 'pymailcatch-dbgsym' in '../pymailcatch-dbgsym_0.9.4_amd64.deb'.
214
dpkg-deb: building package 'pymailcatch' in '../pymailcatch_0.9.4_amd64.deb'.
215
 dpkg-genbuildinfo
216
 dpkg-genchanges  >../pymailcatch_0.9.4_amd64.changes
217
dpkg-genchanges: info: including full source code in upload
218
 dpkg-source --after-build .
219
dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
220

    
221
### Step: publish, Method: apt-ftparchive
222
No log reported at this stage