You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: failed to solve: process "/bin/sh -c cd /tmp/i2pd/build && cmake -DWITH_AESNI=ON -DWITH_UPNP=ON . && make -j $(nproc) && strip i2pd" did not complete successfully: exit code: 2
The text was updated successfully, but these errors were encountered:
#40 [linux/arm64 builder 9/9] RUN cd /tmp/i2pd/build && cmake -DWITH_AESNI=ON -DWITH_UPNP=ON . && make -j $(nproc) && strip i2pd
#40 3072.7 [ 84%] Building CXX object CMakeFiles/libi2pd.dir/tmp/i2pd/libi2pd/TunnelEndpoint.cpp.o
#40 3076.9 [ 85%] Building CXX object CMakeFiles/libi2pd.dir/tmp/i2pd/libi2pd/TunnelGateway.cpp.o
#40 3077.4 c++: internal compiler error: Segmentation fault signal terminated program cc1plus
#40 3077.5 Please submit a full bug report, with preprocessed source (by using -freport-bug).
#40 3077.5 See https://gitlab.alpinelinux.org/alpine/aports/-/issues for instructions.
#40 3077.5 make[2]: *** [CMakeFiles/libi2pd.dir/build.make:653: CMakeFiles/libi2pd.dir/tmp/i2pd/libi2pd/TunnelGateway.cpp.o] Error 4
#40 3077.5 make[2]: *** Deleting file 'CMakeFiles/libi2pd.dir/tmp/i2pd/libi2pd/TunnelGateway.cpp.o'
#40 3077.5 make[2]: *** Waiting for unfinished jobs....
#40 ...
#41 [linux/arm/v7 builder 9/9] RUN cd /tmp/i2pd/build && cmake -DWITH_AESNI=ON -DWITH_UPNP=ON . && make -j $(nproc) && strip i2pd
#41 3075.8 [ 90%] Built target libi2pd
#41 3076.4 [ 91%] Building CXX object CMakeFiles/i2pd.dir/tmp/i2pd/daemon/Daemon.cpp.o
#41 3076.5 [ 92%] Building CXX object CMakeFiles/i2pd.dir/tmp/i2pd/daemon/I2PControlHandlers.cpp.o
#41 3076.5 [ 94%] Building CXX object CMakeFiles/i2pd.dir/tmp/i2pd/daemon/HTTPServer.cpp.o
#41 3076.6 [ 95%] Building CXX object CMakeFiles/i2pd.dir/tmp/i2pd/daemon/I2PControl.cpp.o
#41 ...
#40 [linux/arm64 builder 9/9] RUN cd /tmp/i2pd/build && cmake -DWITH_AESNI=ON -DWITH_UPNP=ON . && make -j $(nproc) && strip i2pd
#40 3174.7 make[1]: *** [CMakeFiles/Makefile2:96: CMakeFiles/libi2pd.dir/all] Error 2
#40 3174.7 make: *** [Makefile:136: all] Error 2
#40 ERROR: process "/bin/sh -c cd /tmp/i2pd/build && cmake -DWITH_AESNI=ON -DWITH_UPNP=ON . && make -j $(nproc) && strip i2pd" did not complete successfully: exit code: 2
#41 [linux/arm/v7 builder 9/9] RUN cd /tmp/i2pd/build && cmake -DWITH_AESNI=ON -DWITH_UPNP=ON . && make -j $(nproc) && strip i2pd
#41 CANCELED
Dockerfile-tor:48
47 |
48 | >>> RUN cd /tmp/i2pd/build
49 | >>> && cmake -DWITH_AESNI=ON -DWITH_UPNP=ON .
50 | >>> && make -j $(nproc)
51 | >>> && strip i2pd
52 |
ERROR: failed to solve: process "/bin/sh -c cd /tmp/i2pd/build && cmake -DWITH_AESNI=ON -DWITH_UPNP=ON . && make -j $(nproc) && strip i2pd" did not complete successfully: exit code: 2
The text was updated successfully, but these errors were encountered: