-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The network timeout caused the package download to fail. Can the package be configured for local installation? #389
Comments
For this issue, could you give a try with "lkp install --china" which will install gem packages from the mirror in China? |
Hi,
I have run the command: lkp install --china ./ltp-mm-1HDD-mm-00.yaml &>
log, and it still reports an error.
Thanks!
|
Got it @zhaogogyi , can you share the error detail, is it same as before? |
These errors also existed before.
See the current log file for details.
From: "Philip ***@***.***>
Date: Wed, Dec 11, 2024, 11:03
Subject: [External] Re: [intel/lkp-tests] The network timeout caused the
package download to fail. Can the package be configured for local
installation? (Issue #389)
To: ***@***.***>
Cc: ***@***.***>, "Mention"<
***@***.***>
Got it @zhaogogyi <https://github.com/zhaogogyi> , can you share the error
detail, is it same as before?
—
Reply to this email directly, view it on GitHub
<#389 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6FPUKD4GNAMUO2MK2F6TBL2E6TN5AVCNFSM6AAAAABS3E2TWKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMZTGUYTSMZYHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
in initial description it is
Can you help confirm the rubygems address is changed with the new command? If so, we may need find a different mirror. |
Hi!
The bundler is now installed, but i don't know how it was solved.
I run the command as:
lkp install ./ltp-mm-1HDD-mm-00.yaml &> log
lkp install --china ./ltp-mm-1HDD-mm-00.yaml &> china.log
Please refer to the attachment for detailed logs.
From: "Philip ***@***.***>
Date: Wed, Dec 11, 2024, 11:17
Subject: [External] Re: [intel/lkp-tests] The network timeout caused the
package download to fail. Can the package be configured for local
installation? (Issue #389)
To: ***@***.***>
Cc: ***@***.***>, "Mention"<
***@***.***>
in initial description it is
ERROR: Could not find a valid gem 'bundler' (= 1.17.3), here is why:
Unable to download data from https://rubygems.org/ -
Errno::ECONNRESET: Connection reset by peer - SSL_connect
Can you help confirm the rubygems address is changed with the new command?
If so, we may need find a different mirror.
—
Reply to this email directly, view it on GitHub
<#389 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6FPUKCSS7EGMJ6J47WRJPD2E6VCRAVCNFSM6AAAAABS3E2TWKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMZTGUZTGNRVGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi!
I run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs git
repo failed through https,but it was success when i clone the repo through
ssh。
So, can we try clone repo through ssh since it was failed through https?
Thanks!
Zhao
|
Hi!
--I run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs
git repo failed through https,but it was ---success when i clone the repo
through ssh。
…--So, can we try clone repo through ssh since it was failed through https?
Sorry! There is something wrong with the pasted log. Or could we retry
after the git clone of the code fails?
From: ***@***.***>
Date: Wed, Jan 8, 2025, 15:25
Subject: run "lkp install --china lkvs-dsa.yaml" failed because of clone
lkvs git repo failed
To: "intel/lkp-tests"<
***@***.***>, "Wang,
Lin ***@***.***>
Cc: "Jia, Pei ***@***.***>, "Huang, Yaohong"<
***@***.***>, ***@***.***>, "李中杰"<
***@***.***>, ***@***.***>
Hi!
I run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs git
repo failed through https,but it was success when i clone the repo through
ssh。
So, can we try clone repo through ssh since it was failed through https?
Thanks!
Zhao
|
Hi!
I can clone the repo, but lkp install --china lkvs-dsa.yaml failed。
From: ***@***.***>
Date: Wed, Jan 8, 2025, 15:34
Subject: Re: run "lkp install --china lkvs-dsa.yaml" failed because of
clone lkvs git repo failed
To: "intel/lkp-tests"<
***@***.***>, "Wang,
Lin ***@***.***>
Hi!
--I run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs
git repo failed through https,but it was ---success when i clone the repo
through ssh。
…--So, can we try clone repo through ssh since it was failed through https?
Sorry! There is something wrong with the pasted log. Or could we retry
after the git clone of the code fails?
From: ***@***.***>
Date: Wed, Jan 8, 2025, 15:25
Subject: run "lkp install --china lkvs-dsa.yaml" failed because of clone
lkvs git repo failed
To: "intel/lkp-tests"<
***@***.***>, "Wang,
Lin ***@***.***>
Cc: "Jia, Pei ***@***.***>, "Huang, Yaohong"<
***@***.***>, ***@***.***>, "李中杰"<
***@***.***>, ***@***.***>
Hi!
I run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs git
repo failed through https,but it was success when i clone the repo through
ssh。
So, can we try clone repo through ssh since it was failed through https?
Thanks!
Zhao
|
Hi Gongyi,
I think SSH might be workable, you can add an SSH key to github and change the remote https URL to SSH format and have a try:
***@***.***:~/workspace/lkp-tests$ cat ./programs/lkvs/pkg/PKGBUILD
pkgname=lkvs
pkgver=git
pkgrel=1
url='https://github.com/intel/lkvs.git'
arch=('i386' 'x86_64')
license=('GPL')
source=('https://github.com/intel/lkvs.git' 'http://github.com/intel/libipt.git')
md5sums=('SKIP' 'SKIP')
build()
{
:
}
package()
{
benchmark_path="${pkgdir}/lkp/benchmarks/${pkgname}"
mkdir -p $benchmark_path
cp -af $srcdir/* $benchmark_path
}
Br,
Lin
From: 赵公怡 ***@***.***>
Sent: Wednesday, January 8, 2025 3:34 PM
To: intel/lkp-tests ***@***.***>; Wang, Lin X ***@***.***>
Subject: Re: run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs git repo failed
Hi!
--I run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs git repo failed through https,but it was ---success when i clone the repo through ssh。
…--So, can we try clone repo through ssh since it was failed through https?
Sorry! There is something wrong with the pasted log. Or could we retry after the git clone of the code fails?
***@***.***
From: ***@***.******@***.***>>
Date: Wed, Jan 8, 2025, 15:25
Subject: run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs git repo failed
To: ***@***.******@***.***>>, "Wang, Lin ***@***.******@***.***>>
Cc: "Jia, Pei ***@***.******@***.***>>, "Huang, ***@***.******@***.***>>, ***@***.******@***.***>>, ***@***.******@***.***>>, ***@***.******@***.***>>
Hi!
I run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs git repo failed through https,but it was success when i clone the repo through ssh。
So, can we try clone repo through ssh since it was failed through https?
***@***.***
Thanks!
Zhao
|
I know, I just mean to change source list in programs/lkvs/pkg/PKGBUILD and have a try.
From https url to ssh format!
source=('https://github.com/intel/lkvs.git' 'http://github.com/intel/libipt.git')
please check my last mail carefully!
Br,
Lin
From: 赵公怡 ***@***.***>
Sent: Wednesday, January 8, 2025 3:42 PM
To: intel/lkp-tests ***@***.***>; Wang, Lin X ***@***.***>
Subject: Re: run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs git repo failed
Hi!
I can clone the repo, but lkp install --china lkvs-dsa.yaml failed。
***@***.***
From: ***@***.******@***.***>>
Date: Wed, Jan 8, 2025, 15:34
Subject: Re: run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs git repo failed
To: ***@***.******@***.***>>, "Wang, Lin ***@***.******@***.***>>
Hi!
--I run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs git repo failed through https,but it was ---success when i clone the repo through ssh。
…--So, can we try clone repo through ssh since it was failed through https?
Sorry! There is something wrong with the pasted log. Or could we retry after the git clone of the code fails?
***@***.***
From: ***@***.******@***.***>>
Date: Wed, Jan 8, 2025, 15:25
Subject: run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs git repo failed
To: ***@***.******@***.***>>, "Wang, Lin ***@***.******@***.***>>
Cc: "Jia, Pei ***@***.******@***.***>>, "Huang, ***@***.******@***.***>>, ***@***.******@***.***>>, ***@***.******@***.***>>, ***@***.******@***.***>>
Hi!
I run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs git repo failed through https,but it was success when i clone the repo through ssh。
So, can we try clone repo through ssh since it was failed through https?
***@***.***
Thanks!
Zhao
|
Hi!
After i clone the lkvs repo in /lkp/benchmarks/ manually, and run "lkp run
lkvs-ifs.yaml", it reports errors like:
# lkp run lkvs-ifs.yaml
/data00/1210_lkp/lkp-tests/lib/tests/lkvs.sh: line 9: cd:
/lkp/benchmarks/lkvs/libipt: No such file or directory
2025-01-09 00:10:52 cd /lkp/benchmarks/lkvs/lkvs/BM/tools
/data00/1210_lkp/lkp-tests/lib/reproduce-log.sh: line 21: cd:
/lkp/benchmarks/lkvs/lkvs/BM/tools: No such file or directory
kill 1653447 vmstat --timestamp -n 10
kill 1653445 dmesg --follow --decode
wait for background processes: 1653451 meminfo
/data00/1210_lkp/lkp-tests/lib/nresult_root.rb:303:in `testcase_to_table':
Unknow testcase: lkvs (RuntimeError)
from /data00/1210_lkp/lkp-tests/lib/nresult_root.rb:313:in
`axes_to_table'
from /data00/1210_lkp/lkp-tests/lib/nresult_root.rb:317:in
`new_node'
from /data00/1210_lkp/lkp-tests/lib/result_root.rb:338:in
`convert_one_mresult_root'
from /data00/1210_lkp/lkp-tests/lib/result_root.rb:380:in
`convert_mrt'
from /data00/1210_lkp/lkp-tests/bin/run-local:169:in `<main>'
From: ***@***.***>
Date: Wed, Jan 8, 2025, 15:42
Subject: Re: run "lkp install --china lkvs-dsa.yaml" failed because of
clone lkvs git repo failed
To: "intel/lkp-tests"<
***@***.***>, "Wang,
Lin ***@***.***>
Hi!
I can clone the repo, but lkp install --china lkvs-dsa.yaml failed。
From: ***@***.***>
Date: Wed, Jan 8, 2025, 15:34
Subject: Re: run "lkp install --china lkvs-dsa.yaml" failed because of
clone lkvs git repo failed
To: "intel/lkp-tests"<
***@***.***>, "Wang,
Lin ***@***.***>
Hi!
--I run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs
git repo failed through https,but it was ---success when i clone the repo
through ssh。
…--So, can we try clone repo through ssh since it was failed through https?
Sorry! There is something wrong with the pasted log. Or could we retry
after the git clone of the code fails?
From: ***@***.***>
Date: Wed, Jan 8, 2025, 15:25
Subject: run "lkp install --china lkvs-dsa.yaml" failed because of clone
lkvs git repo failed
To: "intel/lkp-tests"<
***@***.***>, "Wang,
Lin ***@***.***>
Cc: "Jia, Pei ***@***.***>, "Huang, Yaohong"<
***@***.***>, ***@***.***>, "李中杰"<
***@***.***>, ***@***.***>
Hi!
I run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs git
repo failed through https,but it was success when i clone the repo through
ssh。
So, can we try clone repo through ssh since it was failed through https?
Thanks!
Zhao
|
Hi Gongyi,
Manually clone required repo is not recommended, if you have to do it please:
1. mkdir -p /lkp/benchmarks/lkvs/ && cd /lkp/benchmarks/lkvs
2. git clone http://github.com/intel/libipt.git
3. mkdir lkvs && cd lkvs
4. git clone https://github.com/intel/lkvs.git
***@***.***:/lkp/benchmarks$ ls
lkvs
***@***.***:/lkp/benchmarks/lkvs$ ls
libipt lkvs
***@***.***:/lkp/benchmarks/lkvs$ cd lkvs/
***@***.***:/lkp/benchmarks/lkvs/lkvs$ ls
BM CONTRIBUTING.md KVM LICENSE README.md SECURITY.md scenario
Br,
Lin
From: 赵公怡 ***@***.***>
Sent: Wednesday, January 8, 2025 3:55 PM
To: intel/lkp-tests ***@***.***>; Wang, Lin X ***@***.***>
Cc: Jia, Pei P ***@***.***>; Huang, Yaohong ***@***.***>; 王宇冬 ***@***.***>; 李中杰 ***@***.***>; She, Kairui ***@***.***>
Subject: Re: run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs git repo failed
Hi!
After i clone the lkvs repo in /lkp/benchmarks/ manually, and run "lkp run lkvs-ifs.yaml", it reports errors like:
# lkp run lkvs-ifs.yaml
/data00/1210_lkp/lkp-tests/lib/tests/lkvs.sh<http://lkvs.sh>: line 9: cd: /lkp/benchmarks/lkvs/libipt: No such file or directory
2025-01-09 00:10:52 cd /lkp/benchmarks/lkvs/lkvs/BM/tools
/data00/1210_lkp/lkp-tests/lib/reproduce-log.sh<http://reproduce-log.sh>: line 21: cd: /lkp/benchmarks/lkvs/lkvs/BM/tools: No such file or directory
kill 1653447 vmstat --timestamp -n 10
kill 1653445 dmesg --follow --decode
wait for background processes: 1653451 meminfo
/data00/1210_lkp/lkp-tests/lib/nresult_root.rb:303:in `testcase_to_table': Unknow testcase: lkvs (RuntimeError)
from /data00/1210_lkp/lkp-tests/lib/nresult_root.rb:313:in `axes_to_table'
from /data00/1210_lkp/lkp-tests/lib/nresult_root.rb:317:in `new_node'
from /data00/1210_lkp/lkp-tests/lib/result_root.rb:338:in `convert_one_mresult_root'
from /data00/1210_lkp/lkp-tests/lib/result_root.rb:380:in `convert_mrt'
from /data00/1210_lkp/lkp-tests/bin/run-local:169:in `<main>'
From: ***@***.******@***.***>>
Date: Wed, Jan 8, 2025, 15:42
Subject: Re: run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs git repo failed
To: ***@***.******@***.***>>, "Wang, Lin ***@***.******@***.***>>
Hi!
I can clone the repo, but lkp install --china lkvs-dsa.yaml failed。
***@***.***
From: ***@***.******@***.***>>
Date: Wed, Jan 8, 2025, 15:34
Subject: Re: run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs git repo failed
To: ***@***.******@***.***>>, "Wang, Lin ***@***.******@***.***>>
Hi!
--I run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs git repo failed through https,but it was ---success when i clone the repo through ssh。
…--So, can we try clone repo through ssh since it was failed through https?
Sorry! There is something wrong with the pasted log. Or could we retry after the git clone of the code fails?
***@***.***
From: ***@***.******@***.***>>
Date: Wed, Jan 8, 2025, 15:25
Subject: run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs git repo failed
To: ***@***.******@***.***>>, "Wang, Lin ***@***.******@***.***>>
Cc: "Jia, Pei ***@***.******@***.***>>, "Huang, ***@***.******@***.***>>, ***@***.******@***.***>>, ***@***.******@***.***>>, ***@***.******@***.***>>
Hi!
I run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs git repo failed through https,but it was success when i clone the repo through ssh。
So, can we try clone repo through ssh since it was failed through https?
***@***.***
Thanks!
Zhao
|
Hi Gongyi,
I had a try with SSH and lkp installation succeed as expected, here is the change of “lkp-tests/programs/lkvs/pkg/PKGBUILD”
***@***.***
Installation log:
lkvs::
x86_64
==> Making package: lkvs git-1 (Wed Jan 8 07:20:04 PM CST 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Source is ***@***.******@***.***:intel/lkvs.git>
-> Cloning lkvs git repo...
Cloning into bare repository '/home/lin/workspace/lkp-tests/programs/lkvs/pkg/lkvs'...
remote: Enumerating objects: 4891, done.
remote: Counting objects: 100% (47/47), done.
remote: Compressing objects: 100% (40/40), done.
remote: Total 4891 (delta 12), reused 19 (delta 6), pack-reused 4844 (from 2)
Receiving objects: 100% (4891/4891), 1.28 MiB | 1.41 MiB/s, done.
Resolving deltas: 100% (2890/2890), done.
-> Source is ***@***.******@***.***:intel/libipt.git>
-> Cloning libipt git repo...
Cloning into bare repository '/home/lin/workspace/lkp-tests/programs/lkvs/pkg/libipt'...
remote: Enumerating objects: 16659, done.
remote: Counting objects: 100% (1077/1077), done.
remote: Compressing objects: 100% (174/174), done.
remote: Total 16659 (delta 964), reused 903 (delta 903), pack-reused 15582 (from 2)
Receiving objects: 100% (16659/16659), 4.20 MiB | 2.91 MiB/s, done.
Resolving deltas: 100% (12620/12620), done.
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with md5sums...
lkvs ... Skipped
libipt ... Skipped
==> Extracting sources...
-> Source is ***@***.******@***.***:intel/lkvs.git>
-> Creating working copy of lkvs git repo...
Cloning into 'lkvs'...
done.
-> Source is ***@***.******@***.***:intel/libipt.git>
-> Creating working copy of libipt git repo...
Cloning into 'libipt'...
done.
==> Starting patch_source()...
PWD=/home/lin/workspace/lkp-tests/tmp-pkg/lkvs/src, startdir=/home/lin/workspace/lkp-tests/programs/lkvs/pkg, pkgname=lkvs, srcdir=/home/lin/workspace/lkp-tests/tmp-pkg/lkvs/src
==> Starting build()...
==> Entering fakeroot environment...
x86_64
==> Starting package()...
==> Tidying install...
-> Purging unwanted files...
-> Removing libtool files...
-> Removing static library files...
-> Compressing man and info pages...
-> Stripping unneeded symbols from binaries and libraries...
==> Creating package "lkvs"...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: lkvs git-1 (Wed Jan 8 07:20:25 PM CST 2025)
==> Installing package lkvs with /home/lin/workspace/lkp-tests/sbin/pacman-LKP -U...
dpkg-deb: building package 'lkvs-lkp' in 'lkvs-lkp.deb'.
(Reading database ... 141730 files and directories currently installed.)
Preparing to unpack lkvs-lkp.deb ...
Unpacking lkvs-lkp (2025-01-08) over (2025-01-01) ...
Setting up lkvs-lkp (2025-01-08) ...
install succeed
Br,
Lin
From: Wang, Lin X ***@***.***>
Sent: Wednesday, January 8, 2025 3:42 PM
To: 赵公怡 ***@***.***>; intel/lkp-tests ***@***.***>
Cc: Jia, Pei P ***@***.***>; Wang, Lin X ***@***.***>; Li, Philip ***@***.***>
Subject: RE: run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs git repo failed
Hi Gongyi,
I think SSH might be workable, you can add an SSH key to github and change the remote https URL to SSH format and have a try:
***@***.***:~/workspace/lkp-tests$ cat ./programs/lkvs/pkg/PKGBUILD
pkgname=lkvs
pkgver=git
pkgrel=1
url='https://github.com/intel/lkvs.git'
arch=('i386' 'x86_64')
license=('GPL')
source=('https://github.com/intel/lkvs.git' 'http://github.com/intel/libipt.git')
md5sums=('SKIP' 'SKIP')
build()
{
:
}
package()
{
benchmark_path="${pkgdir}/lkp/benchmarks/${pkgname}"
mkdir -p $benchmark_path
cp -af $srcdir/* $benchmark_path
}
Br,
Lin
From: 赵公怡 ***@***.******@***.***>>
Sent: Wednesday, January 8, 2025 3:34 PM
To: intel/lkp-tests ***@***.******@***.***>>; Wang, Lin X ***@***.******@***.***>>
Subject: Re: run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs git repo failed
Hi!
--I run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs git repo failed through https,but it was ---success when i clone the repo through ssh。
…--So, can we try clone repo through ssh since it was failed through https?
Sorry! There is something wrong with the pasted log. Or could we retry after the git clone of the code fails?
***@***.***
From: ***@***.******@***.***>>
Date: Wed, Jan 8, 2025, 15:25
Subject: run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs git repo failed
To: ***@***.******@***.***>>, "Wang, Lin ***@***.******@***.***>>
Cc: "Jia, Pei ***@***.******@***.***>>, "Huang, ***@***.******@***.***>>, ***@***.******@***.***>>, ***@***.******@***.***>>, ***@***.******@***.***>>
Hi!
I run "lkp install --china lkvs-dsa.yaml" failed because of clone lkvs git repo failed through https,but it was success when i clone the repo through ssh。
So, can we try clone repo through ssh since it was failed through https?
***@***.***
Thanks!
Zhao
|
lib/nresult_root.rb:303:in `testcase_to_table': Unknow testcase: lkvs (RuntimeError) from /data00/1210_lkp/lkp-tests/lib/nresult_root.rb:313:in `axes_to_table' from /data00/1210_lkp/lkp-tests/lib/nresult_root.rb:317:in `new_node' from /data00/1210_lkp/lkp-tests/lib/result_root.rb:338:in `convert_one_mresult_root' from /data00/1210_lkp/lkp-tests/lib/result_root.rb:380:in `convert_mrt' from /data00/1210_lkp/lkp-tests/bin/run-local:169:in `<main>' Reported-by: 赵公怡 <[email protected]> Link: #389 Signed-off-by: Philip Li <[email protected]>
For this issue, it is a bug which is fixed now. Can you try the latest code? |
On the Debian 12 system, executing lkp install ./ltp-mm-1HDD-mm-00.yaml failed. The log is as follows:
lkp split-job jobs/ltp-mm.yaml
jobs/ltp-mm.yaml => ./ltp-mm-1HDD-mm-00.yaml
jobs/ltp-mm.yaml => ./ltp-mm-1HDD-mm-mtest06_3.yaml
lkp install ./ltp-mm-1HDD-mm-00.yaml
distro=debian
version=12
Use: /data00/lkp-tests/distro/installer/debian install bc debianutils gawk gzip kmod numactl rsync time automake bison build-essential bzip2 ca-certificates cpio fakeroot flex git libarchive-tools libc6-dev:i386 libc6-dev-x32 libipc-run-perl libklibc-dev libssl-dev libtool linux-cpupower linux-libc-dev:i386 linux-perf openssl patch rsync ruby ruby-dev wget
Hit:1 http://mirrors.byted.org/debian bookworm InRelease
Hit:2 http://mirrors.byted.org/debian bookworm-backports InRelease
Hit:3 http://mirrors.byted.org/debian-security bookworm-security InRelease
Reading package lists... Done
N: Repository 'Debian bookworm' changed its 'non-free component' value from 'non-free' to 'non-free non-free-firmware'
N: More information about this can be found online in the Release notes at: https://www.debian.org/releases/bookworm/amd64/release-notes/ch-information.html#non-free-split
Reading package lists...
Building dependency tree...
Reading state information...
bc is already the newest version (1.07.1-3+b1).
debianutils is already the newest version (5.7-0.5
deb12u1).deb12u1).gawk is already the newest version (1:5.2.1-2).
gzip is already the newest version (1.12-1).
kmod is already the newest version (30+20221128-1).
numactl is already the newest version (2.0.16-1).
rsync is already the newest version (3.2.7-1).
time is already the newest version (1.9-0.2).
automake is already the newest version (1:1.16.5-1.3).
bison is already the newest version (2:3.8.2+dfsg-1+b1).
build-essential is already the newest version (12.9).
bzip2 is already the newest version (1.0.8-5+b1).
ca-certificates is already the newest version (20230311).
cpio is already the newest version (2.13+dfsg-7.1).
fakeroot is already the newest version (1.31-1.2).
flex is already the newest version (2.6.4-8.2).
git is already the newest version (1:2.39.5-0+deb12u1).
libarchive-tools is already the newest version (3.6.2-1+deb12u2).
libc6-dev:i386 is already the newest version (2.36-9+deb12u9).
libc6-dev-x32 is already the newest version (2.36-9+deb12u9).
libipc-run-perl is already the newest version (20220807.0-1).
libklibc-dev is already the newest version (2.0.12-1).
libssl-dev is already the newest version (3.0.15-1
libtool is already the newest version (2.4.7-7
deb12u1).deb12u1).linux-cpupower is already the newest version (6.1.119-1).
linux-libc-dev:i386 is already the newest version (6.1.119-1).
linux-perf is already the newest version (6.1.119-1).
openssl is already the newest version (3.0.15-1
patch is already the newest version (2.7.6-7).
ruby is already the newest version (1:3.1).
ruby-dev is already the newest version (1:3.1).
wget is already the newest version (1.21.3-1+b2).
0 upgraded, 0 newly installed, 0 to remove and 18 not upgraded.
ERROR: Could not find a valid gem 'bundler' (= 1.17.3), here is why:
Unable to download data from https://rubygems.org/ - Errno::ECONNRESET: Connection reset by peer - SSL_connect (https://rubygems.org/specs.4.8.gz)
The text was updated successfully, but these errors were encountered: