Skip to content

Console Output

09:45:10 [2024-02-05T14:45:10.326Z] + docker build -t riscv-crosscompile .
09:45:11 [2024-02-05T14:45:11.529Z] #0 building with "default" instance using docker driver
09:45:11 [2024-02-05T14:45:11.529Z] 
09:45:11 [2024-02-05T14:45:11.529Z] #1 [internal] load .dockerignore
09:45:11 [2024-02-05T14:45:11.529Z] #1 transferring context: 2B done
09:45:11 [2024-02-05T14:45:11.529Z] #1 DONE 0.0s
09:45:11 [2024-02-05T14:45:11.529Z] 
09:45:11 [2024-02-05T14:45:11.529Z] #2 [internal] load build definition from Dockerfile
09:45:11 [2024-02-05T14:45:11.529Z] #2 transferring dockerfile: 4.08kB done
09:45:11 [2024-02-05T14:45:11.529Z] #2 DONE 0.0s
09:45:11 [2024-02-05T14:45:11.529Z] 
09:45:11 [2024-02-05T14:45:11.529Z] #3 [internal] load metadata for docker.io/library/debian:11.7-slim
09:45:11 [2024-02-05T14:45:11.529Z] #3 DONE 0.0s
09:45:11 [2024-02-05T14:45:11.529Z] 
09:45:11 [2024-02-05T14:45:11.529Z] #4 [ 1/16] FROM docker.io/library/debian:11.7-slim
09:45:11 [2024-02-05T14:45:11.529Z] #4 DONE 0.0s
09:45:11 [2024-02-05T14:45:11.529Z] 
09:45:11 [2024-02-05T14:45:11.529Z] #5 [ 7/16] RUN gpg --homedir /tmp 	--no-default-keyring --primary-keyring "/tmp/debian-ports-keyring.gpg"         --keyserver keyserver.ubuntu.com --recv-key 8D69674688B6CB36
09:45:11 [2024-02-05T14:45:11.529Z] #5 CACHED
09:45:11 [2024-02-05T14:45:11.529Z] 
09:45:11 [2024-02-05T14:45:11.529Z] #6 [ 3/16] RUN apt-get update && apt-get install -y 	binfmt-support         bison 	build-essential         ccache         cmake         flex 	gcc-riscv64-linux-gnu         gdb         git 	g++-riscv64-linux-gnu         libelf-dev         libdwarf-dev 	libglib2.0-dev 	lsb-release 	mmdebstrap         ninja-build 	pkg-config         python3 	qemu-user-static 	time 	tzdata         vim 	wget         && rm -rf /var/lib/apt/lists/*
09:45:11 [2024-02-05T14:45:11.529Z] #6 CACHED
09:45:11 [2024-02-05T14:45:11.529Z] 
09:45:11 [2024-02-05T14:45:11.529Z] #7 [ 6/16] RUN gpg --homedir /tmp 	--no-default-keyring --primary-keyring "/tmp/debian-ports-keyring.gpg"         --keyserver keyserver.ubuntu.com --recv-key B523E5F3FC4E5F2C
09:45:11 [2024-02-05T14:45:11.529Z] #7 CACHED
09:45:11 [2024-02-05T14:45:11.529Z] 
09:45:11 [2024-02-05T14:45:11.529Z] #8 [ 5/16] RUN wget -O /usr/local/include/riscv.h 'https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=include/opcode/riscv.h;hb=2f973f134d7752cbc662ec65da8ad8bbe4c6fb8f' && wget -O /usr/local/include/riscv-opc.h 'https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=include/opcode/riscv-opc.h;hb=2f973f134d7752cbc662ec65da8ad8bbe4c6fb8f'
09:45:11 [2024-02-05T14:45:11.529Z] #8 CACHED
09:45:11 [2024-02-05T14:45:11.529Z] 
09:45:11 [2024-02-05T14:45:11.529Z] #9 [ 2/16] RUN ln -snf /usr/share/zoneinfo/America/Toronto /etc/localtime && echo America/Toronto > /etc/timezone
09:45:11 [2024-02-05T14:45:11.529Z] #9 CACHED
09:45:11 [2024-02-05T14:45:11.529Z] 
09:45:11 [2024-02-05T14:45:11.529Z] #10 [ 8/16] RUN gpg --homedir /tmp 	--no-default-keyring --primary-keyring "/tmp/debian-ports-keyring.gpg"         --export 8D69674688B6CB36 > /etc/apt/trusted.gpg.d/debian-ports-archive-2023.gpg
09:45:11 [2024-02-05T14:45:11.529Z] #10 CACHED
09:45:11 [2024-02-05T14:45:11.529Z] 
09:45:11 [2024-02-05T14:45:11.529Z] #11 [ 9/16] RUN gpg --homedir /tmp 	--no-default-keyring --primary-keyring "/tmp/debian-ports-keyring.gpg"         --export 8D69674688B6CB36 > /etc/apt/trusted.gpg.d/debian-ports-archive-2023.gpg
09:45:11 [2024-02-05T14:45:11.529Z] #11 CACHED
09:45:11 [2024-02-05T14:45:11.529Z] 
09:45:11 [2024-02-05T14:45:11.529Z] #12 [ 4/16] RUN groupadd -g 1001 jenkins && useradd -rm -u 1001 -g jenkins jenkins
09:45:11 [2024-02-05T14:45:11.529Z] #12 CACHED
09:45:11 [2024-02-05T14:45:11.529Z] 
09:45:11 [2024-02-05T14:45:11.529Z] #13 [10/16] RUN apt-get install -y fakeroot
09:45:11 [2024-02-05T14:45:11.529Z] #13 CACHED
09:45:11 [2024-02-05T14:45:11.529Z] 
09:45:11 [2024-02-05T14:45:11.529Z] #14 [11/16] RUN wget -O /tmp/libfakeroot_1.31-1.2_riscv64.deb 	 http://ftp.ports.debian.org/debian-ports/pool-riscv64/main/f/fakeroot/libfakeroot_1.31-1.2_riscv64.deb
09:45:11 [2024-02-05T14:45:11.529Z] #14 0.401 --2024-02-05 09:45:10--  http://ftp.ports.debian.org/debian-ports/pool-riscv64/main/f/fakeroot/libfakeroot_1.31-1.2_riscv64.deb
09:45:11 [2024-02-05T14:45:11.529Z] #14 0.401 Resolving ftp.ports.debian.org (ftp.ports.debian.org)... 130.89.148.77, 2001:67c:2564:a119::77
09:45:11 [2024-02-05T14:45:11.529Z] #14 0.713 Connecting to ftp.ports.debian.org (ftp.ports.debian.org)|130.89.148.77|:80... connected.
09:45:11 [2024-02-05T14:45:11.529Z] #14 0.819 HTTP request sent, awaiting response... 404 Not Found
09:45:11 [2024-02-05T14:45:11.529Z] #14 0.924 2024-02-05 09:45:11 ERROR 404: Not Found.
09:45:11 [2024-02-05T14:45:11.529Z] #14 0.924 
09:45:11 [2024-02-05T14:45:11.529Z] #14 ERROR: process "/bin/sh -c wget -O /tmp/libfakeroot_1.31-1.2_riscv64.deb \t http://ftp.ports.debian.org/debian-ports/pool-riscv64/main/f/fakeroot/libfakeroot_1.31-1.2_riscv64.deb" did not complete successfully: exit code: 8
09:45:11 [2024-02-05T14:45:11.529Z] ------
09:45:11 [2024-02-05T14:45:11.529Z]  > [11/16] RUN wget -O /tmp/libfakeroot_1.31-1.2_riscv64.deb 	 http://ftp.ports.debian.org/debian-ports/pool-riscv64/main/f/fakeroot/libfakeroot_1.31-1.2_riscv64.deb:
09:45:11 [2024-02-05T14:45:11.529Z] 130.89.148.77, 2001:67c:2564:a119::77
09:45:11 [2024-02-05T14:45:11.529Z] 0.713 Connecting to ftp.ports.debian.org (ftp.ports.debian.org)|130.89.148.77|:80... connected.
09:45:11 [2024-02-05T14:45:11.529Z] 0.819 HTTP request sent, awaiting response... 404 Not Found
09:45:11 [2024-02-05T14:45:11.529Z] 0.924 2024-02-05 09:45:11 ERROR 404: Not Found.
09:45:11 [2024-02-05T14:45:11.530Z] 0.924 
09:45:11 [2024-02-05T14:45:11.530Z] ------
09:45:11 [2024-02-05T14:45:11.530Z] Dockerfile:78
09:45:11 [2024-02-05T14:45:11.530Z] --------------------
09:45:11 [2024-02-05T14:45:11.530Z]   77 |     RUN apt-get install -y fakeroot
09:45:11 [2024-02-05T14:45:11.530Z]   78 | >>> RUN wget -O /tmp/libfakeroot_1.31-1.2_riscv64.deb \
09:45:11 [2024-02-05T14:45:11.530Z]   79 | >>> 	 http://ftp.ports.debian.org/debian-ports/pool-riscv64/main/f/fakeroot/libfakeroot_1.31-1.2_riscv64.deb
09:45:11 [2024-02-05T14:45:11.530Z]   80 |     RUN wget -O /tmp/libfakechroot_2.20.1+ds-15_riscv64.deb \
09:45:11 [2024-02-05T14:45:11.530Z] --------------------
09:45:11 [2024-02-05T14:45:11.530Z] ERROR: failed to solve: process "/bin/sh -c wget -O /tmp/libfakeroot_1.31-1.2_riscv64.deb \t http://ftp.ports.debian.org/debian-ports/pool-riscv64/main/f/fakeroot/libfakeroot_1.31-1.2_riscv64.deb" did not complete successfully: exit code: 8