deck9 / input

A privacy-focused, no-code, open-source form builder designed for simplicity and brand consistency.
https://getinput.co
GNU Affero General Public License v3.0
196 stars 30 forks source link

make up error #128

Closed changchichung closed 9 months ago

changchichung commented 10 months ago

log

3105.9 Get:1 https://deb.nodesource.com/node_20.x nodistro InRelease [12.1 kB]
3106.1 Err:1 https://deb.nodesource.com/node_20.x nodistro InRelease
3106.1   At least one invalid signature was encountered.
3106.2 Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease
3106.3 Err:2 http://security.ubuntu.com/ubuntu jammy-security InRelease
3106.3   At least one invalid signature was encountered.
3106.5 Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease
3106.8 Hit:4 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease
3106.9 Hit:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
3107.1 Err:3 http://archive.ubuntu.com/ubuntu jammy InRelease
3107.1   At least one invalid signature was encountered.
3107.1 Err:4 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease
3107.1   At least one invalid signature was encountered.
3107.1 Err:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
3107.1   At least one invalid signature was encountered.
3109.5 Hit:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
3111.1 Err:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
3111.1   At least one invalid signature was encountered.
3111.1 Reading package lists...
3112.1 W: GPG error: https://deb.nodesource.com/node_20.x nodistro InRelease: At least one invalid signature was encountered.
3112.1 E: The repository 'https://deb.nodesource.com/node_20.x nodistro InRelease' is not signed.
3112.1 W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://security.ubuntu.com/ubuntu jammy-security InRelease: At least one invalid signature was encountered.
3112.1 W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://archive.ubuntu.com/ubuntu jammy InRelease: At least one invalid signature was encountered.
3112.1 W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease: At least one invalid signature was encountered.
3112.1 W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://archive.ubuntu.com/ubuntu jammy-updates InRelease: At least one invalid signature was encountered.
3112.1 W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://archive.ubuntu.com/ubuntu jammy-backports InRelease: At least one invalid signature was encountered.
------
failed to solve: process "/bin/sh -c apt-get update     && mkdir -p /etc/apt/keyrings     && apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervisor sqlite3 libcap2-bin libpng-dev python2 dnsutils librsvg2-bin fswatch     && curl -sS 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x14aa40ec0831756756d7f66c4f4ea0aae5267a6c' | gpg --dearmor | tee /usr/share/keyrings/ppa_ondrej_php.gpg > /dev/null     && echo \"deb [signed-by=/usr/share/keyrings/ppa_ondrej_php.gpg] https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy main\" > /etc/apt/sources.list.d/ppa_ondrej_php.list     && apt-get update     && apt-get install -y php8.1-cli php8.1-dev        php8.1-pgsql php8.1-sqlite3 php8.1-gd php8.1-imagick        php8.1-curl        php8.1-imap php8.1-mysql php8.1-mbstring        php8.1-xml php8.1-zip php8.1-bcmath php8.1-soap        php8.1-intl php8.1-readline        php8.1-ldap        php8.1-msgpack php8.1-igbinary php8.1-redis php8.1-swoole        php8.1-memcached php8.1-pcov php8.1-xdebug     && curl -sLS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer     && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg     && echo \"deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_VERSION.x nodistro main\" > /etc/apt/sources.list.d/nodesource.list     && apt-get update     && apt-get install -y nodejs     && npm install -g npm     && npm install -g bun     && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /usr/share/keyrings/yarn.gpg >/dev/null     && echo \"deb [signed-by=/usr/share/keyrings/yarn.gpg] https://dl.yarnpkg.com/debian/ stable main\" > /etc/apt/sources.list.d/yarn.list     && curl -sS https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | tee /usr/share/keyrings/pgdg.gpg >/dev/null     && echo \"deb [signed-by=/usr/share/keyrings/pgdg.gpg] http://apt.postgresql.org/pub/repos/apt jammy-pgdg main\" > /etc/apt/sources.list.d/pgdg.list     && apt-get update     && apt-get install -y yarn     && apt-get install -y mysql-client     && apt-get install -y postgresql-client-$POSTGRES_VERSION     && apt-get -y autoremove     && apt-get clean     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 100
make: *** [Makefile:7: up] Error 17

any suggestions ?

PhilReinking commented 9 months ago

@changchichung could not reproduce that on my machine. Since the log says it could not verify the package signature, could it be something about your network?

Moreover, I just read that similar errors can occur if the allocated docker disk gets full. Can you check if your docker has enough disk space?

changchichung commented 9 months ago

yup , it turns out that my disk space was not enough .