Created
September 11, 2021 09:44
-
-
Save SuperCipher/c30fd38083e92cfc38f20b2931986b76 to your computer and use it in GitHub Desktop.
bu "make -j2" build error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker build . ⮂ | |
[+] Building 509.3s (14/15) | |
=> [internal] load build definition from Dockerfile 0.0s | |
=> => transferring dockerfile: 932B 0.0s | |
=> [internal] load .dockerignore 0.0s | |
=> => transferring context: 2B 0.0s | |
=> [internal] load metadata for docker.io/library/ubuntu:18.04 5.1s | |
=> [auth] library/ubuntu:pull token for registry-1.docker.io 0.0s | |
=> [ 1/11] FROM docker.io/library/ubuntu:18.04@sha256:9bc830af2bef73276515a29aa896eedfa7bdf4bdbc5c1063b4c457a4bbb8cd79 6.4s | |
=> => resolve docker.io/library/ubuntu:18.04@sha256:9bc830af2bef73276515a29aa896eedfa7bdf4bdbc5c1063b4c457a4bbb8cd79 0.0s | |
=> => sha256:9bc830af2bef73276515a29aa896eedfa7bdf4bdbc5c1063b4c457a4bbb8cd79 1.41kB / 1.41kB 0.0s | |
=> => sha256:b9caadbf898c50ce67da0ab5bafc4680997b010c3e17d2bb73d2ae5fe056e52b 529B / 529B 0.0s | |
=> => sha256:54919e10a95d6f756f7286dc0fa6b3e25b637a7f90e361504b0b14ab6762a547 1.46kB / 1.46kB 0.0s | |
=> => sha256:e4ca327ec0e73c737201b7a6d7b2df779a3ccf34fe9cf1b0c031e767f6464240 26.71MB / 26.71MB 2.9s | |
=> => extracting sha256:e4ca327ec0e73c737201b7a6d7b2df779a3ccf34fe9cf1b0c031e767f6464240 2.9s | |
=> [ 2/11] RUN apt-get update 7.6s | |
=> [ 3/11] RUN apt-get install -y libdb-dev libdb++-dev build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libboost-all-dev libminiupnpc-dev libzmq3-dev git u 103.5s | |
=> [ 4/11] RUN apt-get clean && rm -rf /var/lib/apt/lists/* 0.7s | |
=> [ 5/11] RUN git clone https://github.com/bitcoinunlimited/bitcoinunlimited 13.4s | |
=> [ 6/11] WORKDIR /bitcoinunlimited 0.1s | |
=> [ 7/11] RUN git checkout 938a7dd97c69a1b84049b929ff6d48443b682ae0 0.5s | |
=> [ 8/11] RUN ./autogen.sh 42.9s | |
=> [ 9/11] RUN ./configure --disable-dependency-tracking --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++ --with-gui=no --with-incompatible-bdb 36.2s | |
=> ERROR [10/11] RUN make -j2 292.5s | |
------ | |
> [10/11] RUN make -j2: | |
#14 0.372 Making all in src | |
#14 0.394 make[1]: Entering directory '/bitcoinunlimited/src' | |
#14 0.423 make[2]: Entering directory '/bitcoinunlimited/src' | |
#14 0.431 CXX libbitcoincash_la-base58.lo | |
#14 0.432 CXX libbitcoincash_la-merkleblock.lo | |
#14 5.128 CXX libbitcoincash_la-chainparams.lo | |
#14 6.844 CXX libbitcoincash_la-chainparamsbase.lo | |
#14 20.70 CXX libbitcoincash_la-hashwrapper.lo | |
#14 22.20 CXX libbitcoincash_la-key.lo | |
#14 25.42 CXX libbitcoincash_la-pubkey.lo | |
#14 26.82 CXX libbitcoincash_la-random.lo | |
#14 29.97 CXX script/libbitcoincash_la-bitfield.lo | |
#14 30.37 CXX script/libbitcoincash_la-interpreter.lo | |
#14 40.36 CXX script/libbitcoincash_la-standard.lo | |
#14 46.11 CXX script/libbitcoincash_la-script.lo | |
#14 49.55 CXX script/libbitcoincash_la-sign.lo | |
#14 55.68 CXX libbitcoincash_la-uint256.lo | |
#14 56.90 CXX libbitcoincash_la-utilstrencodings.lo | |
#14 60.03 CXX libbitcoincash_la-cashaddrenc.lo | |
#14 64.79 CXX libbitcoincash_la-cashaddr.lo | |
#14 66.04 CXX libbitcoincash_la-utiltime.lo | |
#14 67.53 CXX libbitcoincash_la-arith_uint256.lo | |
#14 68.52 CXX libbitcoincash_la-bloom.lo | |
#14 75.94 make[3]: Entering directory '/bitcoinunlimited/src/secp256k1' | |
#14 75.96 gcc -I. -I./src -I./src -g -O2 -Wall -Wextra -Wno-unused-function -c src/gen_context.c -o gen_context.o | |
#14 78.06 gcc -g -O2 -Wall -Wextra -Wno-unused-function gen_context.o -o gen_context | |
#14 78.11 ./gen_context | |
#14 78.12 CC src/libsecp256k1_la-secp256k1.lo | |
#14 79.99 CCLD libsecp256k1.la | |
#14 80.13 /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') | |
#14 80.16 make[3]: Leaving directory '/bitcoinunlimited/src/secp256k1' | |
#14 80.17 CXX crypto/libbitcoinconsensus_la-aes.lo | |
#14 80.77 CXX crypto/libbitcoinconsensus_la-chacha20.lo | |
#14 80.97 CXX crypto/libbitcoinconsensus_la-hmac_sha256.lo | |
#14 81.10 CXX crypto/libbitcoinconsensus_la-hmac_sha512.lo | |
#14 81.32 CXX crypto/libbitcoinconsensus_la-ripemd160.lo | |
#14 81.54 CXX crypto/libbitcoinconsensus_la-sha1.lo | |
#14 82.25 CXX crypto/libbitcoinconsensus_la-sha256.lo | |
#14 82.44 CXX crypto/libbitcoinconsensus_la-sha512.lo | |
#14 83.53 CXX crypto/libbitcoinconsensus_la-sha256_sse4.lo | |
#14 83.71 CXX libbitcoinconsensus_la-arith_uint256.lo | |
#14 84.74 CXX consensus/libbitcoinconsensus_la-merkle.lo | |
#14 85.55 CXX libbitcoinconsensus_la-hashwrapper.lo | |
#14 87.04 CXX primitives/libbitcoinconsensus_la-block.lo | |
#14 88.87 CXX primitives/libbitcoinconsensus_la-transaction.lo | |
#14 92.61 CXX libbitcoinconsensus_la-pubkey.lo | |
#14 94.07 CXX script/libbitcoinconsensus_la-bitcoinconsensus.lo | |
#14 96.78 CXX script/libbitcoinconsensus_la-bitfield.lo | |
#14 97.20 CXX script/libbitcoinconsensus_la-interpreter.lo | |
#14 98.55 CXX script/libbitcoinconsensus_la-sigcommon.lo | |
#14 112.9 CXX script/libbitcoinconsensus_la-script.lo | |
#14 116.0 CXX script/libbitcoinconsensus_la-script_error.lo | |
#14 116.2 CXX libbitcoinconsensus_la-uint256.lo | |
#14 117.1 CXX libbitcoinconsensus_la-utilstrencodings.lo | |
#14 117.2 CXX compat/libbitcoinconsensus_la-glibc_compat.lo | |
#14 117.4 CXX bitcoind-bitcoind.o | |
#14 120.6 CXX libbitcoin_server_a-globals.o | |
#14 134.6 CXX libbitcoin_server_a-addrman.o | |
#14 145.1 CXX libbitcoin_server_a-bandb.o | |
#14 150.5 CXX libbitcoin_server_a-banentry.o | |
#14 151.2 CXX libbitcoin_server_a-bitnodes.o | |
#14 155.0 CXX libbitcoin_server_a-bloom.o | |
#14 162.8 CXX libbitcoin_server_a-chain.o | |
#14 165.4 CXX libbitcoin_server_a-checkpoints.o | |
#14 174.4 CXX libbitcoin_server_a-connmgr.o | |
#14 175.4 CXX consensus/libbitcoin_server_a-tx_verify.o | |
#14 185.2 CXX libbitcoin_server_a-DoubleSpendProof.o | |
#14 187.1 CXX libbitcoin_server_a-DoubleSpendProofStorage.o | |
#14 204.4 CXX libbitcoin_server_a-dosman.o | |
#14 204.8 CXX libbitcoin_server_a-expedited.o | |
#14 216.6 CXX libbitcoin_server_a-extversionmessage.o | |
#14 217.4 CXX libbitcoin_server_a-forks_csv.o | |
#14 223.8 CXX libbitcoin_server_a-httprpc.o | |
#14 225.6 CXX libbitcoin_server_a-httpserver.o | |
#14 234.4 CXX libbitcoin_server_a-iblt.o | |
#14 238.2 CXX libbitcoin_server_a-init.o | |
#14 239.7 CXX libbitcoin_server_a-dbwrapper.o | |
#14 246.1 CXX libbitcoin_server_a-main.o | |
#14 283.1 g++: internal compiler error: Killed (program cc1plus) | |
#14 283.1 Please submit a full bug report, | |
#14 283.1 with preprocessed source if appropriate. | |
#14 283.1 See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions. | |
#14 283.1 make[2]: *** [libbitcoin_server_a-init.o] Error 4 | |
#14 283.1 Makefile:7044: recipe for target 'libbitcoin_server_a-init.o' failed | |
#14 283.1 make[2]: *** Waiting for unfinished jobs.... | |
#14 292.1 make[2]: Leaving directory '/bitcoinunlimited/src' | |
#14 292.1 make[1]: *** [all-recursive] Error 1 | |
#14 292.1 Makefile:12199: recipe for target 'all-recursive' failed | |
#14 292.2 make[1]: Leaving directory '/bitcoinunlimited/src' | |
#14 292.3 Makefile:716: recipe for target 'all-recursive' failed | |
#14 292.3 make: *** [all-recursive] Error 1 | |
------ | |
executor failed running [/bin/sh -c make -j2]: exit code: 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment