secpaste

← back to home

created: 08.05.2026 16:27:16 | language: Zed
QR Code
  1gitianuser@r3600x:~/monero/contrib/gitian$ vim dockrun.sh
  2gitianuser@r3600x:~/monero/contrib/gitian$ docker stop gitian-target
  3gitian-target
  4gitianuser@r3600x:~/monero/contrib/gitian$ docker stop gitrun
  5gitrun
  6gitianuser@r3600x:~/monero/contrib/gitian$ docker rm --force gitrun
  7gitrun
  8gitianuser@r3600x:~/monero/contrib/gitian$ docker image rm gitrun-bionic
  9Untagged: gitrun-bionic:latest
 10Deleted: sha256:dda9036ffb1a8b6d0f14c129f8be489abaf5c075cee75b67dd3d9b74e240f289
 11gitianuser@r3600x:~/monero/contrib/gitian$ docker image rm base-bionic-amd64
 12Error response from daemon: conflict: unable to remove repository reference "base-bionic-amd64" (must force) - container 2f5f3026cc1e is using its referenced image a9e5289f874f
 13gitianuser@r3600x:~/monero/contrib/gitian$ docker image rm --force base-bionic-amd64
 14Untagged: base-bionic-amd64:latest
 15Deleted: sha256:a9e5289f874f1678aa6314013d75f61f431cd0e697b42ef06b201187ee29e13f
 16gitianuser@r3600x:~/monero/contrib/gitian$ docker builder prune
 17WARNING! This will remove all dangling build cache. Are you sure you want to continue? [y/N] y
 18ID						RECLAIMABLE	SIZE		LAST ACCESSED
 195gsuzhhmbm18h94oiyh7hptvc               	true 		322.1MB   	16 hours ago
 20wtta3750slr2pw1nmgvgze5ue               	true 	0B        	16 hours ago
 21644u6gua4ath33gh2owhopdcc*              	true 	724B      	16 hours ago
 227i6me992ie8wp5azwqwqogsze*              	true 	0B        	16 hours ago
 23nf7clbucequhjzl8lnnded688               	true 	0B        	16 hours ago
 24p26w33pvca5o5rvmb9wmeg334               	true 	397.8kB   	16 hours ago
 25n5liearnfdr57p0vbyh63lbzs               	true 	420.7MB   	16 hours ago
 260betdfp2nhg1rqaczpew3t5xj               	true 	397.9kB   	16 hours ago
 278ur2kbx45ufe7pul7h6pxqqdg               	true 	460.8MB   	16 hours ago
 28lupu66gv8jce9kctqrfx8ae7c               	true 	470B      	16 hours ago
 29zsyh6mwcppwfx32dar9seyus3               	true 	51B       	16 hours ago
 30Total:	1.204GB
 31gitianuser@r3600x:~/monero/contrib/gitian$ OPT="-j 12" ./dockrun.sh v0.18.5.0
 32WARNING: This output is designed for human readability. For machine-readable output, please use --format.
 33[+] Building 33.1s (11/11) FINISHED                                                                                                                                               docker:default
 34 => [internal] load build definition from gitrun-bionic.Dockerfile                                                                                                                          0.0s
 35 => => transferring dockerfile: 777B                                                                                                                                                        0.0s
 36 => [internal] load metadata for docker.io/library/ubuntu:bionic                                                                                                                            0.3s
 37 => [internal] load .dockerignore                                                                                                                                                           0.0s
 38 => => transferring context: 2B                                                                                                                                                             0.0s
 39 => CACHED [1/7] FROM docker.io/library/ubuntu:bionic@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98                                                               0.0s
 40 => [2/7] RUN echo 'Acquire::http { Proxy "http://172.17.0.1:3142"; };' > /etc/apt/apt.conf.d/50cacher                                                                                      0.2s
 41 => [3/7] RUN echo "docker:x:998:gitianuser" >> /etc/group                                                                                                                                  0.4s
 42 => [4/7] RUN apt-get update && apt-get --no-install-recommends -y install lsb-release ruby git make wget docker.io python3 curl                                                           21.3s
 43 => [5/7] RUN useradd -ms /bin/bash -U ubuntu -G docker                                                                                                                                     0.3s
 44 => [6/7] WORKDIR /home/ubuntu                                                                                                                                                              0.0s
 45 => [7/7] RUN GIT clone https://github.com/monero-project/gitian.sigs.git sigs;   git clone https://github.com/devrandom/gitian-builder.git builder;   cd builder; git checkout c0f77ca018  8.6s
 46 => exporting to image                                                                                                                                                                      1.8s
 47 => => exporting layers                                                                                                                                                                     1.7s
 48 => => writing image sha256:c1a54b2e581d2a02df2c8e318a4af79f4ffd76fa0d9d6e6a8151ea77652c1746                                                                                                0.0s
 49 => => naming to docker.io/library/gitrun-bionic                                                                                                                                            0.0s
 50da4b75650f044de70a5f21aa2ba14760c3dcce2e374b0c468d2a694d4ab3003e
 51WARNING: This output is designed for human readability. For machine-readable output, please use --format.
 52[+] Building 38.6s (9/9) FINISHED                                                                                                                                                 docker:default
 53 => [internal] load build definition from base-bionic-amd64.Dockerfile                                                                                                                      0.0s
 54 => => transferring dockerfile: 565B                                                                                                                                                        0.0s
 55 => [internal] load metadata for docker.io/library/ubuntu:bionic                                                                                                                            0.1s
 56 => [internal] load .dockerignore                                                                                                                                                           0.0s
 57 => => transferring context: 2B                                                                                                                                                             0.0s
 58 => CACHED [1/5] FROM docker.io/library/ubuntu:bionic@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98                                                               0.0s
 59 => [2/5] RUN echo 'Acquire::http { Proxy "http://172.17.0.1:3142"; };' > /etc/apt/apt.conf.d/50cacher                                                                                      0.2s
 60 => [3/5] RUN apt-get update && apt-get --no-install-recommends -y install build-essential git language-pack-en   wget lsb-release curl gcc-7 g++-7 gcc g++ binutils-gold pkg-config auto  35.7s
 61 => [4/5] RUN useradd -ms /bin/bash -U ubuntu                                                                                                                                               0.3s
 62 => [5/5] WORKDIR /home/ubuntu                                                                                                                                                              0.1s
 63 => exporting to image                                                                                                                                                                      2.0s
 64 => => exporting layers                                                                                                                                                                     2.0s
 65 => => writing image sha256:ff213cfde797f8e6ab1dafa290740132264674d2c3ffa67fbe53bdd1067dbdb8                                                                                                0.0s
 66 => => naming to docker.io/library/base-bionic-amd64                                                                                                                                        0.0s
 67Successfully copied 9.33kB (transferred 11.3kB) to gitrun:/home/ubuntu/
 68v0.18.5.0
 69Note: checking out 'v0.18.5.0'.
 70
 71You are in 'detached HEAD' state. You can look around, make experimental
 72changes and commit them, and you can discard any commits you make in this
 73state without impacting any branches by performing another checkout.
 74
 75If you want to create a new branch to retain commits you create, you may
 76do so (now or later) by using -b with the checkout command again. Example:
 77
 78  git checkout -b <new-branch-name>
 79
 80HEAD is now at 3ca4c30f7 Merge pull request #10406
 81
 82Checking Depends Freshness
 83
 84make: Entering directory '/home/ubuntu/builder/inputs/monero/contrib/depends'
 85make[1]: Entering directory '/home/ubuntu/builder/inputs/monero/contrib/depends'
 86Fetching boost_1_69_0.tar.gz from https://archives.boost.io/release/1.69.0/source/
 87  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
 88                                 Dload  Upload   Total   Spent    Left  Speed
 89100  106M  100  106M    0     0  38.4M      0  0:00:02  0:00:02 --:--:-- 38.4M
 90/home/ubuntu/builder/inputs/monero/contrib/depends/work/download/boost-1.69.0/boost_1_69_0.tar.gz.temp: OK
 91Fetching openssl-3.0.19.tar.gz from https://www.openssl.org/source
 92  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
 93                                 Dload  Upload   Total   Spent    Left  Speed
 94100   169  100   169    0     0    601      0 --:--:-- --:--:-- --:--:--   601
 95  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 96100 14.5M  100 14.5M    0     0  17.7M      0 --:--:-- --:--:-- --:--:-- 47.3M
 97/home/ubuntu/builder/inputs/monero/contrib/depends/work/download/openssl-3.0.19/openssl-3.0.19.tar.gz.temp: OK
 98Fetching zeromq-4.3.4.tar.gz from https://github.com/zeromq/libzmq/releases/download/v4.3.4/
 99  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
100                                 Dload  Upload   Total   Spent    Left  Speed
101  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
102100 2428k  100 2428k    0     0  6801k      0 --:--:-- --:--:-- --:--:-- 6801k
103/home/ubuntu/builder/inputs/monero/contrib/depends/work/download/zeromq-4.3.4/zeromq-4.3.4.tar.gz.temp: OK
104Fetching libiconv-1.15.tar.gz from https://ftp.gnu.org/gnu/libiconv
105  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
106                                 Dload  Upload   Total   Spent    Left  Speed
107100 5140k  100 5140k    0     0  3125k      0  0:00:01  0:00:01 --:--:-- 3123k
108/home/ubuntu/builder/inputs/monero/contrib/depends/work/download/libiconv-1.15/libiconv-1.15.tar.gz.temp: OK
109Fetching expat-2.6.0.tar.bz2 from https://github.com/libexpat/libexpat/releases/download/R_2_6_0/
110  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
111                                 Dload  Upload   Total   Spent    Left  Speed
112  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
113100  596k  100  596k    0     0  1735k      0 --:--:-- --:--:-- --:--:-- 1735k
114/home/ubuntu/builder/inputs/monero/contrib/depends/work/download/expat-2.6.0/expat-2.6.0.tar.bz2.temp: OK
115Fetching unbound-1.19.1.tar.gz from https://www.nlnetlabs.nl/downloads/unbound/
116  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
117                                 Dload  Upload   Total   Spent    Left  Speed
118100 6191k  100 6191k    0     0  4136k      0  0:00:01  0:00:01 --:--:-- 4136k
119/home/ubuntu/builder/inputs/monero/contrib/depends/work/download/unbound-1.19.1/unbound-1.19.1.tar.gz.temp: OK
120Fetching ncurses-6.1.tar.gz from https://ftp.gnu.org/gnu/ncurses
121  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
122                                 Dload  Upload   Total   Spent    Left  Speed
123100 3286k  100 3286k    0     0  3228k      0  0:00:01  0:00:01 --:--:-- 3228k
124/home/ubuntu/builder/inputs/monero/contrib/depends/work/download/ncurses-6.1/ncurses-6.1.tar.gz.temp: OK
125Fetching readline-8.0.tar.gz from https://ftp.gnu.org/gnu/readline
126  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
127                                 Dload  Upload   Total   Spent    Left  Speed
128100 2906k  100 2906k    0     0  3774k      0 --:--:-- --:--:-- --:--:-- 3769k
129/home/ubuntu/builder/inputs/monero/contrib/depends/work/download/readline-8.0/readline-8.0.tar.gz.temp: OK
130Fetching libsodium-1.0.18.tar.gz from https://download.libsodium.org/libsodium/releases/
131  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
132                                 Dload  Upload   Total   Spent    Left  Speed
133  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
134curl: (22) The requested URL returned error: 404
135Fetching libsodium-1.0.18.tar.gz from https://downloads.getmonero.org/depends-sources
136  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
137                                 Dload  Upload   Total   Spent    Left  Speed
138100 1874k  100 1874k    0     0  2920k      0 --:--:-- --:--:-- --:--:-- 2915k
139/home/ubuntu/builder/inputs/monero/contrib/depends/work/download/sodium-1.0.18/libsodium-1.0.18.tar.gz.temp: OK
140Fetching hidapi-0.15.0.tar.gz from https://github.com/libusb/hidapi/archive/refs/tags
141  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
142                                 Dload  Upload   Total   Spent    Left  Speed
143  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
144100  355k    0  355k    0     0   834k      0 --:--:-- --:--:-- --:--:--  834k
145/home/ubuntu/builder/inputs/monero/contrib/depends/work/download/hidapi-0.15.0/hidapi-0.15.0.tar.gz.temp: OK
146Fetching protobuf-cpp-3.6.1.tar.gz from https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/
147  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
148                                 Dload  Upload   Total   Spent    Left  Speed
149  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
150100 4346k  100 4346k    0     0   9.8M      0 --:--:-- --:--:-- --:--:--  9.8M
151/home/ubuntu/builder/inputs/monero/contrib/depends/work/download/protobuf-3.6.1/protobuf-cpp-3.6.1.tar.gz.temp: OK
152Fetching libusb-1.0.26.tar.bz2 from https://github.com/libusb/libusb/releases/download/v1.0.26
153  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
154                                 Dload  Upload   Total   Spent    Left  Speed
155  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
156100  605k  100  605k    0     0  2321k      0 --:--:-- --:--:-- --:--:-- 2321k
157/home/ubuntu/builder/inputs/monero/contrib/depends/work/download/libusb-1.0.26/libusb-1.0.26.tar.bz2.temp: OK
158Fetching ccache-3.3.4.tar.bz2 from https://samba.org/ftp/ccache
159  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
160                                 Dload  Upload   Total   Spent    Left  Speed
161100   301  100   301    0     0    340      0 --:--:-- --:--:-- --:--:--   340
162100  341k  100  341k    0     0   171k      0  0:00:01  0:00:01 --:--:--  880k
163/home/ubuntu/builder/inputs/monero/contrib/depends/work/download/native_ccache-3.3.4/ccache-3.3.4.tar.bz2.temp: OK
164Fetching MacOSX11.1.sdk.tar.xz from https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/
165  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
166                                 Dload  Upload   Total   Spent    Left  Speed
167  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
168100 47.1M  100 47.1M    0     0  58.2M      0 --:--:-- --:--:-- --:--:-- 95.8M
169/home/ubuntu/builder/inputs/monero/contrib/depends/work/download/darwin_sdk-11.1/MacOSX11.1.sdk.tar.xz.temp: OK
170Fetching clang+llvm-9.0.0-x86_64-linux-gnu-ubuntu-18.04.tar.xz from https://releases.llvm.org/9.0.0
171  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
172                                 Dload  Upload   Total   Spent    Left  Speed
173100  414M  100  414M    0     0   104M      0  0:00:03  0:00:03 --:--:--  104M
174/home/ubuntu/builder/inputs/monero/contrib/depends/work/download/native_clang-9.0.0/clang-llvm-9.0.0-x86_64-linux-gnu-ubuntu-18.04.tar.xz.temp: OK
175Fetching 04663295d0425abfac90a42440a7ec02d7155fea.tar.gz from https://github.com/tpoechtrager/cctools-port/archive
176  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
177                                 Dload  Upload   Total   Spent    Left  Speed
178  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
179100 2869k    0 2869k    0     0  3698k      0 --:--:-- --:--:-- --:--:-- 7892k
180/home/ubuntu/builder/inputs/monero/contrib/depends/work/download/native_cctools-04663295d0425abfac90a42440a7ec02d7155fea/native_cctools-04663295d0425abfac90a42440a7ec02d7155fea.tar.gz.temp: OK
181Fetching 664b8414f89612f2dfd35a9b679c345aa5389026.tar.gz from https://github.com/tpoechtrager/apple-libtapi/archive
182  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
183                                 Dload  Upload   Total   Spent    Left  Speed
184  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
185100 30.7M    0 30.7M    0     0  6019k      0 --:--:--  0:00:05 --:--:-- 6591k
186/home/ubuntu/builder/inputs/monero/contrib/depends/work/download/native_libtapi-664b8414f89612f2dfd35a9b679c345aa5389026/native_libtapi-664b8414f89612f2dfd35a9b679c345aa5389026.tar.gz.temp: OK
187make[1]: Leaving directory '/home/ubuntu/builder/inputs/monero/contrib/depends'
188make[1]: Entering directory '/home/ubuntu/builder/inputs/monero/contrib/depends'
189Fetching v3.2.6.tar.gz from https://github.com/gentoo/eudev/archive/
190  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
191                                 Dload  Upload   Total   Spent    Left  Speed
192  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
193  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
194100 1899k    0 1899k    0     0  2546k      0 --:--:-- --:--:-- --:--:-- 9115k
195/home/ubuntu/builder/inputs/monero/contrib/depends/work/download/eudev-v3.2.6/eudev-v3.2.6.tar.gz.temp: OK
196Fetching libunwind-1.5.0.tar.gz from https://download.savannah.nongnu.org/releases/libunwind
197  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
198                                 Dload  Upload   Total   Spent    Left  Speed
199  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
200100  857k  100  857k    0     0   476k      0  0:00:01  0:00:01 --:--:--  789k
201/home/ubuntu/builder/inputs/monero/contrib/depends/work/download/unwind-1.5.0/libunwind-1.5.0.tar.gz.temp: OK
202make[1]: Leaving directory '/home/ubuntu/builder/inputs/monero/contrib/depends'
203make[1]: Entering directory '/home/ubuntu/builder/inputs/monero/contrib/depends'
204Fetching icu4c-55_2-src.tgz from https://github.com/unicode-org/icu/releases/download/release-55-2/
205  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
206                                 Dload  Upload   Total   Spent    Left  Speed
207  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
208100 21.3M  100 21.3M    0     0  32.7M      0 --:--:-- --:--:-- --:--:-- 32.7M
209/home/ubuntu/builder/inputs/monero/contrib/depends/work/download/icu4c-55.2/icu4c-55_2-src.tgz.temp: OK
210make[1]: Leaving directory '/home/ubuntu/builder/inputs/monero/contrib/depends'
211make: Leaving directory '/home/ubuntu/builder/inputs/monero/contrib/depends'
212
213Building Dependencies
214
215
216Compiling v0.18.5.0 Linux
217From https://github.com/monero-project/monero
218 * [new branch]          release-v0.11.0.0 -> release-v0.11.0.0
219 * [new branch]          release-v0.12     -> release-v0.12
220 * [new branch]          release-v0.13     -> release-v0.13
221 * [new branch]          release-v0.14     -> release-v0.14
222 * [new branch]          release-v0.15     -> release-v0.15
223 * [new branch]          release-v0.16     -> release-v0.16
224 * [new branch]          release-v0.17     -> release-v0.17
225 * [new branch]          release-v0.18     -> release-v0.18
226Submodule 'external/randomx' (https://github.com/tevador/RandomX) registered for path 'external/randomx'
227Submodule 'external/rapidjson' (https://github.com/Tencent/rapidjson) registered for path 'external/rapidjson'
228Submodule 'external/supercop' (https://github.com/monero-project/supercop) registered for path 'external/supercop'
229Submodule 'external/trezor-common' (https://github.com/trezor/trezor-common.git) registered for path 'external/trezor-common'
230Cloning into '/home/ubuntu/builder/inputs/monero/external/randomx'...
231Cloning into '/home/ubuntu/builder/inputs/monero/external/rapidjson'...
232Cloning into '/home/ubuntu/builder/inputs/monero/external/supercop'...
233Cloning into '/home/ubuntu/builder/inputs/monero/external/trezor-common'...
234Submodule path 'external/randomx': checked out '102f8acf90a7649ada410de5499a7ec62e49e1da'
235Submodule path 'external/rapidjson': checked out '129d19ba7f496df5e33658527a7158c79b99c21c'
236Submodule 'thirdparty/gtest' (https://github.com/google/googletest.git) registered for path 'external/rapidjson/thirdparty/gtest'
237Cloning into '/home/ubuntu/builder/inputs/monero/external/rapidjson/thirdparty/gtest'...
238Submodule path 'external/rapidjson/thirdparty/gtest': checked out '0a439623f75c029912728d80cb7f1b8b48739ca4'
239Submodule path 'external/supercop': checked out '633500ad8c8759995049ccd022107d1fa8a1bbc9'
240Submodule path 'external/trezor-common': checked out 'bff7fdfe436c727982cc553bdfb29a9021b423b0'
241Submodule 'defs/ethereum/tokens' (https://github.com/ethereum-lists/tokens.git) registered for path 'external/trezor-common/defs/ethereum/tokens'
242Cloning into '/home/ubuntu/builder/inputs/monero/external/trezor-common/defs/ethereum/tokens'...
243Submodule path 'external/trezor-common/defs/ethereum/tokens': checked out '88414ef852e21279f217d2f3f8fd439cd7c5fd9f'
244--- Building for bionic amd64 ---
245Stopping target if it is up
246Making a new image copy
247Starting target
248Checking if target is up.
249Preparing build environment
250Updating apt-get repository (log in var/install.log)
251Installing additional packages (log in var/install.log)
252Upgrading system, may take a while (log in var/install.log)
253Creating package manifest
254Creating build script (var/build-script)
255Running build script (log in var/build.log)
256^C
257gitianuser@r3600x:~/monero/contrib/gitian$ docker inspect --format='{{index .RepoDigests 0}}' ubuntu:bionic
258ubuntu@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98
259gitianuser@r3600x:~/monero/contrib/gitian$ OPT="-j 12" ./dockrun.sh v0.18.5.0
260WARNING: This output is designed for human readability. For machine-readable output, please use --format.
261WARNING: This output is designed for human readability. For machine-readable output, please use --format.
262Successfully copied 9.33kB (transferred 11.3kB) to gitrun:/home/ubuntu/
263v0.18.5.0
264HEAD is now at 3ca4c30f7 Merge pull request #10406
265
266Checking Depends Freshness
267
268make: Entering directory '/home/ubuntu/builder/inputs/monero/contrib/depends'
269make[1]: Entering directory '/home/ubuntu/builder/inputs/monero/contrib/depends'
270make[1]: Leaving directory '/home/ubuntu/builder/inputs/monero/contrib/depends'
271make[1]: Entering directory '/home/ubuntu/builder/inputs/monero/contrib/depends'
272make[1]: Leaving directory '/home/ubuntu/builder/inputs/monero/contrib/depends'
273make[1]: Entering directory '/home/ubuntu/builder/inputs/monero/contrib/depends'
274make[1]: Leaving directory '/home/ubuntu/builder/inputs/monero/contrib/depends'
275make: Leaving directory '/home/ubuntu/builder/inputs/monero/contrib/depends'
276
277Building Dependencies
278
279
280Compiling v0.18.5.0 Linux
281Submodule path 'external/randomx': checked out '102f8acf90a7649ada410de5499a7ec62e49e1da'
282Submodule path 'external/rapidjson': checked out '129d19ba7f496df5e33658527a7158c79b99c21c'
283Submodule path 'external/rapidjson/thirdparty/gtest': checked out '0a439623f75c029912728d80cb7f1b8b48739ca4'
284Submodule path 'external/supercop': checked out '633500ad8c8759995049ccd022107d1fa8a1bbc9'
285Submodule path 'external/trezor-common': checked out 'bff7fdfe436c727982cc553bdfb29a9021b423b0'
286Submodule path 'external/trezor-common/defs/ethereum/tokens': checked out '88414ef852e21279f217d2f3f8fd439cd7c5fd9f'
287--- Building for bionic amd64 ---
288Stopping target if it is up
289Making a new image copy
290Starting target
291Checking if target is up.
292Preparing build environment
293Updating apt-get repository (log in var/install.log)
294Installing additional packages (log in var/install.log)
295Upgrading system, may take a while (log in var/install.log)
296Creating package manifest
297Creating build script (var/build-script)
298Running build script (log in var/build.log)
299Grabbing results from target
300Grabbing cache from target
301Generating report
302d8f19b947ce46d468615bb7331962d4ca732e79b1ac6c5128fa509df3f6cc487  monero-aarch64-linux-gnu-v0.18.5.0.tar.bz2
303dedaf94b765c428040f1b64e580e389206141fa2be72fd1394be0a8614f04f40  monero-arm-linux-gnueabihf-v0.18.5.0.tar.bz2
304b6fad27181d01718ba334665c9c27eaa7dc76571e9ef14d7aaeecfe1815f8122  monero-i686-linux-gnu-v0.18.5.0.tar.bz2
305219112ffac9af48226dc6ec1fadc8a210a5876eeb7f3a32f3d3cbae842b52bf9  monero-riscv64-linux-gnu-v0.18.5.0.tar.bz2
306166ad93036f95f5abeba24c8670061be022c9238dba2e6a7587611a1d759e294  monero-x86_64-linux-gnu-v0.18.5.0.tar.bz2
3079772f6cc5406bb6408e485874dd773684f46d068f9cd8a8e71b43d8bb21c3a25  monero-linux-0.18-res.yml
308Done.
309Moving var/install.log to var/install-linux.log
310Moving var/build.log to var/build-linux.log
311
312Compiling v0.18.5.0 Android
313remote: Enumerating objects: 47, done.
314remote: Counting objects: 100% (30/30), done.
315remote: Compressing objects: 100% (5/5), done.
316remote: Total 47 (delta 28), reused 25 (delta 25), pack-reused 17 (from 2)
317Unpacking objects: 100% (47/47), done.
318From https://github.com/monero-project/monero
319   cabeafa01..539012f5b  master     -> master
320Submodule path 'external/randomx': checked out '102f8acf90a7649ada410de5499a7ec62e49e1da'
321Submodule path 'external/rapidjson': checked out '129d19ba7f496df5e33658527a7158c79b99c21c'
322Submodule path 'external/rapidjson/thirdparty/gtest': checked out '0a439623f75c029912728d80cb7f1b8b48739ca4'
323Submodule path 'external/supercop': checked out '633500ad8c8759995049ccd022107d1fa8a1bbc9'
324Submodule path 'external/trezor-common': checked out 'bff7fdfe436c727982cc553bdfb29a9021b423b0'
325Submodule path 'external/trezor-common/defs/ethereum/tokens': checked out '88414ef852e21279f217d2f3f8fd439cd7c5fd9f'
326--- Building for bionic amd64 ---
327Stopping target if it is up
328Making a new image copy
329Starting target
330Checking if target is up.
331Preparing build environment
332Updating apt-get repository (log in var/install.log)
333Installing additional packages (log in var/install.log)
334Upgrading system, may take a while (log in var/install.log)
335Creating package manifest
336Creating build script (var/build-script)
337Running build script (log in var/build.log)
338Grabbing results from target
339Grabbing cache from target
340Generating report
3417321662959f917db85c3da1c0a37530d21fb5c25e2c9a2dc0490486842dec974  monero-aarch64-linux-android-v0.18.5.0.tar.bz2
342ab5ab33899c5ac6806a0c1a24a3b01d46c291142f0983a8a184f93c8a3baca9f  monero-arm-linux-android-v0.18.5.0.tar.bz2
34306581418cb023c69d2a918e2f8373746078367f706d23eb521b062aef6c9a9df  monero-android-0.18-res.yml
344Done.
345Moving var/install.log to var/install-android.log
346Moving var/build.log to var/build-android.log
347
348Compiling v0.18.5.0 FreeBSD
349Submodule path 'external/randomx': checked out '102f8acf90a7649ada410de5499a7ec62e49e1da'
350Submodule path 'external/rapidjson': checked out '129d19ba7f496df5e33658527a7158c79b99c21c'
351Submodule path 'external/rapidjson/thirdparty/gtest': checked out '0a439623f75c029912728d80cb7f1b8b48739ca4'
352Submodule path 'external/supercop': checked out '633500ad8c8759995049ccd022107d1fa8a1bbc9'
353Submodule path 'external/trezor-common': checked out 'bff7fdfe436c727982cc553bdfb29a9021b423b0'
354Submodule path 'external/trezor-common/defs/ethereum/tokens': checked out '88414ef852e21279f217d2f3f8fd439cd7c5fd9f'
355--- Building for bionic amd64 ---
356Stopping target if it is up
357Making a new image copy
358Starting target
359Checking if target is up.
360Preparing build environment
361Updating apt-get repository (log in var/install.log)
362Installing additional packages (log in var/install.log)
363Upgrading system, may take a while (log in var/install.log)
364Creating package manifest
365Creating build script (var/build-script)
366Running build script (log in var/build.log)
367Grabbing results from target
368Grabbing cache from target
369Generating report
3700beb34bac944fdf02e2939fe320b9a6a5b26910cbf0a1a629b26be2aad50bace  monero-x86_64-unknown-freebsd-v0.18.5.0.tar.bz2
371de8e76174d1f7c8271de622a4106db5066dc2ce7af63bb2882419206b3054df5  monero-freebsd-0.18-res.yml
372Done.
373Moving var/install.log to var/install-freebsd.log
374Moving var/build.log to var/build-freebsd.log
375
376Compiling v0.18.5.0 Windows
377Submodule path 'external/randomx': checked out '102f8acf90a7649ada410de5499a7ec62e49e1da'
378Submodule path 'external/rapidjson': checked out '129d19ba7f496df5e33658527a7158c79b99c21c'
379Submodule path 'external/rapidjson/thirdparty/gtest': checked out '0a439623f75c029912728d80cb7f1b8b48739ca4'
380Submodule path 'external/supercop': checked out '633500ad8c8759995049ccd022107d1fa8a1bbc9'
381Submodule path 'external/trezor-common': checked out 'bff7fdfe436c727982cc553bdfb29a9021b423b0'
382Submodule path 'external/trezor-common/defs/ethereum/tokens': checked out '88414ef852e21279f217d2f3f8fd439cd7c5fd9f'
383--- Building for bionic amd64 ---
384Stopping target if it is up
385Making a new image copy
386Starting target
387Checking if target is up.
388Preparing build environment
389Updating apt-get repository (log in var/install.log)
390Installing additional packages (log in var/install.log)
391Set alternatives (log in var/install.log)
392Upgrading system, may take a while (log in var/install.log)
393Creating package manifest
394Creating build script (var/build-script)
395Running build script (log in var/build.log)
396Grabbing results from target
397Grabbing cache from target
398Generating report
399ce0210583b1b4113d709bb432dde72c55b76c40ebbc7b5b4d4ae862b507632a1  monero-i686-w64-mingw32-v0.18.5.0.zip
400027d96a72d36663b6f5cbcc5b1564c65c628a9f8f2bb9b4d9859c03f741cabc4  monero-x86_64-w64-mingw32-v0.18.5.0.zip
401abaff1c1bc2eb42643bb85084077997dbbf2fe4d2fc3e9480ab420f372133840  monero-win-0.18-res.yml
402Done.
403Moving var/install.log to var/install-win.log
404Moving var/build.log to var/build-win.log
405
406Compiling v0.18.5.0 MacOS
407Submodule path 'external/randomx': checked out '102f8acf90a7649ada410de5499a7ec62e49e1da'
408Submodule path 'external/rapidjson': checked out '129d19ba7f496df5e33658527a7158c79b99c21c'
409Submodule path 'external/rapidjson/thirdparty/gtest': checked out '0a439623f75c029912728d80cb7f1b8b48739ca4'
410Submodule path 'external/supercop': checked out '633500ad8c8759995049ccd022107d1fa8a1bbc9'
411Submodule path 'external/trezor-common': checked out 'bff7fdfe436c727982cc553bdfb29a9021b423b0'
412Submodule path 'external/trezor-common/defs/ethereum/tokens': checked out '88414ef852e21279f217d2f3f8fd439cd7c5fd9f'
413--- Building for bionic amd64 ---
414Stopping target if it is up
415Making a new image copy
416Starting target
417Checking if target is up.
418Preparing build environment
419Updating apt-get repository (log in var/install.log)
420Installing additional packages (log in var/install.log)
421Upgrading system, may take a while (log in var/install.log)
422Creating package manifest
423Creating build script (var/build-script)
424Running build script (log in var/build.log)
425Grabbing results from target
426Grabbing cache from target
427Generating report
428fb48fcef9302bf2f97821498ec791b4f693af4984702e72e588ce02209f8960d  monero-aarch64-apple-darwin11-v0.18.5.0.tar.bz2
42979e03406046255d0f6a47e1fdcbbe677ab11ef7d9fcc4481252235361769292c  monero-x86_64-apple-darwin11-v0.18.5.0.tar.bz2
4305a0650047a0065aedca41aff911b3daf6d8fbbdd665def2cbe19e5b2bfe4a996  monero-osx-0.18-res.yml
431Done.
432Moving var/install.log to var/install-osx.log
433Moving var/build.log to var/build-osx.log
434
435Build Results:
436
437fb48fcef9302bf2f97821498ec791b4f693af4984702e72e588ce02209f8960d  out/v0.18.5.0/monero-aarch64-apple-darwin11-v0.18.5.0.tar.bz2
4387321662959f917db85c3da1c0a37530d21fb5c25e2c9a2dc0490486842dec974  out/v0.18.5.0/monero-aarch64-linux-android-v0.18.5.0.tar.bz2
439d8f19b947ce46d468615bb7331962d4ca732e79b1ac6c5128fa509df3f6cc487  out/v0.18.5.0/monero-aarch64-linux-gnu-v0.18.5.0.tar.bz2
440ab5ab33899c5ac6806a0c1a24a3b01d46c291142f0983a8a184f93c8a3baca9f  out/v0.18.5.0/monero-arm-linux-android-v0.18.5.0.tar.bz2
441dedaf94b765c428040f1b64e580e389206141fa2be72fd1394be0a8614f04f40  out/v0.18.5.0/monero-arm-linux-gnueabihf-v0.18.5.0.tar.bz2
442b6fad27181d01718ba334665c9c27eaa7dc76571e9ef14d7aaeecfe1815f8122  out/v0.18.5.0/monero-i686-linux-gnu-v0.18.5.0.tar.bz2
443ce0210583b1b4113d709bb432dde72c55b76c40ebbc7b5b4d4ae862b507632a1  out/v0.18.5.0/monero-i686-w64-mingw32-v0.18.5.0.zip
444219112ffac9af48226dc6ec1fadc8a210a5876eeb7f3a32f3d3cbae842b52bf9  out/v0.18.5.0/monero-riscv64-linux-gnu-v0.18.5.0.tar.bz2
44579e03406046255d0f6a47e1fdcbbe677ab11ef7d9fcc4481252235361769292c  out/v0.18.5.0/monero-x86_64-apple-darwin11-v0.18.5.0.tar.bz2
446166ad93036f95f5abeba24c8670061be022c9238dba2e6a7587611a1d759e294  out/v0.18.5.0/monero-x86_64-linux-gnu-v0.18.5.0.tar.bz2
4470beb34bac944fdf02e2939fe320b9a6a5b26910cbf0a1a629b26be2aad50bace  out/v0.18.5.0/monero-x86_64-unknown-freebsd-v0.18.5.0.tar.bz2
448027d96a72d36663b6f5cbcc5b1564c65c628a9f8f2bb9b4d9859c03f741cabc4  out/v0.18.5.0/monero-x86_64-w64-mingw32-v0.18.5.0.zip
449
450If these results look correct, type "sign" to sign them, otherwise ^C to stop now.
451^C
452gitianuser@r3600x:~/monero/contrib/gitian$ docker inspect --format='{{index .RepoDigests 0}}' ubuntu:bionic
453ubuntu@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98