[#320624] [test-only] FAILED (try 7) apt.git=0.5.15lorg2-alt84 apt-indicator.git=0.3.20-alt2 ...
Girar awaiter (imz)
girar-builder at altlinux.org
Mon May 22 06:28:08 MSK 2023
https://git.altlinux.org/tasks/320624/logs/events.7.1.log
subtask name aarch64 armh i586 ppc64le x86_64
#70 apt failed failed failed failed failed
2023-May-22 03:26:51 :: test-only task #320624 for sisyphus resumed by imz:
2023-May-22 03:26:51 :: message: WIP_to_fix_work_with_large_rpm_archives
#40 removed
#60 removed
#70 build 0.5.15lorg2-alt84 from /people/imz/packages/apt.git fetched at 2023-May-22 03:02:16
#100 removed
#200 build 0.3.20-alt2 from /gears/a/apt-indicator.git fetched at 2023-May-16 13:53:55 from sisyphus
#300 build 0.8.0-alt1 from /gears/a/apt-repo-tools.git fetched at 2023-May-16 13:53:56 from sisyphus
#400 removed
#500 build 1.2.5-alt7 from /gears/p/packagekit.git fetched at 2023-May-16 13:53:58 from sisyphus
#540 removed
#560 removed
#570 build 0.1.26-alt7 from /people/imz/packages/perl-AptPkg.git fetched at 2023-May-22 03:26:25
#600 removed
#700 removed
#1000 build 0.4.5-alt14 from /gears/a/aptitude.git fetched at 2023-May-21 23:36:45 from sisyphus
2023-May-22 03:26:51 :: created build repo
2023-May-22 03:26:52 :: [i586] #70 apt.git 0.5.15lorg2-alt84: build start
2023-May-22 03:26:52 :: [armh] #70 apt.git 0.5.15lorg2-alt84: build start
2023-May-22 03:26:52 :: [ppc64le] #70 apt.git 0.5.15lorg2-alt84: build start
2023-May-22 03:26:52 :: [x86_64] #70 apt.git 0.5.15lorg2-alt84: build start
2023-May-22 03:26:52 :: [aarch64] #70 apt.git 0.5.15lorg2-alt84: build start
[i586] acquire-item.cc: In member function 'virtual void pkgAcqArchive::DoneByWorker(const std::string&, filesize, pkgAcquire::MethodConfig*)':
[i586] acquire-item.cc:861:16: error: no match for 'operator!=' (operand types are 'const filesize' and 'long long unsigned int')
[i586] 861 | if (AcqSize != Version->Size)
[i586] --
[i586] rpm/rpmlistparser.cc: In member function 'virtual bool rpmListParser::NewVersion(pkgCache::VerIterator&)':
[i586] rpm/rpmlistparser.cc:172:48: error: cannot convert 'filesize' to 'long unsigned int'
[i586] 172 | RpmData->SetVersion(Handler->GetID(), Offset(), Ver);
[i586] --
[i586] rpm/rpmlistparser.cc: In member function 'virtual bool rpmListParser::Step()':
[i586] rpm/rpmlistparser.cc:399:56: error: cannot convert 'filesize' to 'long unsigned int'
[i586] 399 | VI = RpmData->GetVersion(Handler->GetID(), Offset());
[i586] --
[i586] pkgcachegen.cc: In member function 'bool pkgCacheGenerator::MergeList(ListParser&, pkgCache::VerIterator*)':
[i586] pkgcachegen.cc:167:43: error: cannot convert 'filesize' to 'long unsigned int'
[i586] 167 | Progress->Progress(List.Offset());
[i586] --
[i586] pkgcachegen.cc: In member function 'bool pkgCacheGenerator::MergeFileProvides(ListParser&)':
[i586] pkgcachegen.cc:329:43: error: cannot convert 'filesize' to 'long unsigned int'
[i586] 329 | Progress->Progress(List.Offset());
[i586] --
[i586] pkgcachegen.cc: In member function 'bool pkgCacheGenerator::NewFileVer(pkgCache::VerIterator&, ListParser&)':
[i586] pkgcachegen.cc:453:22: error: call of overloaded 'SafeAssign_u(map_filepos&, filesize)' is ambiguous
[i586] 453 | if (! SafeAssign_u(NewVerFile.Offset, List.Offset()))
[i586] --
[i586] pkgcachegen.cc: In function 'std::unique_ptr<MMap> pkgMakeStatusCache(pkgSourceList&, OpProgress&, bool)':
[i586] pkgcachegen.cc:960:64: error: cannot convert 'filesize' to 'size_t' {aka 'unsigned int'}
[i586] 960 | const auto idxAllocate = Map->RawAllocate(SCacheF.Size());
2023-May-22 03:27:21 :: [i586] apt.git 0.5.15lorg2-alt84: remote: build failed
2023-May-22 03:27:21 :: [i586] #70 apt.git 0.5.15lorg2-alt84: build FAILED
2023-May-22 03:27:21 :: [i586] requesting cancellation of task processing
[x86_64] acquire-item.cc: In member function 'void pkgAcquire::Item::BaseItem_Done(const std::string&, filesize, const pkgAcquire::MethodConfig*)':
[x86_64] acquire-item.cc:147:30: error: cannot convert 'const filesize' to 'long unsigned int'
[x86_64] 147 | Owner->Log->Fetched(Size,atoi(LookupTag(Message,"Resume-Point","0").c_str()));
[x86_64] --
[x86_64] acquire-item.cc: In member function 'bool pkgAcqArchive::QueueNext()':
[x86_64] acquire-item.cc:760:27: error: cannot convert 'long long unsigned int' to 'filesize' in assignment
[x86_64] 760 | FileSize = Version->Size;
[x86_64] | long long unsigned int
[x86_64] acquire-item.cc:765:27: error: no match for 'operator==' (operand types are 'const filesize' and 'long long unsigned int')
[x86_64] 765 | if (*FinalFileSz == Version->Size)
[x86_64] | const filesize long long unsigned int
[x86_64] acquire-item.cc:784:27: error: no match for 'operator==' (operand types are 'const filesize' and 'long long unsigned int')
[x86_64] 784 | if (*FinalFileSz == Version->Size)
[x86_64] | const filesize long long unsigned int
[x86_64] acquire-item.cc:804:26: error: no match for 'operator>' (operand types are 'const filesize' and 'long long unsigned int')
[x86_64] 804 | if (*DestFileSz > Version->Size)
[x86_64] --
[x86_64] acquire-item.cc: In member function 'virtual void pkgAcqArchive::DoneByWorker(const std::string&, filesize, pkgAcquire::MethodConfig*)':
[x86_64] acquire-item.cc:861:16: error: no match for 'operator!=' (operand types are 'const filesize' and 'long long unsigned int')
[x86_64] 861 | if (AcqSize != Version->Size)
[x86_64] --
[x86_64] rpm/rpmlistparser.cc: In member function 'virtual bool rpmListParser::NewVersion(pkgCache::VerIterator&)':
[x86_64] rpm/rpmlistparser.cc:172:48: error: cannot convert 'filesize' to 'long unsigned int'
[x86_64] 172 | RpmData->SetVersion(Handler->GetID(), Offset(), Ver);
[x86_64] --
[x86_64] rpm/rpmlistparser.cc: In member function 'virtual bool rpmListParser::Step()':
[x86_64] rpm/rpmlistparser.cc:399:56: error: cannot convert 'filesize' to 'long unsigned int'
[x86_64] 399 | VI = RpmData->GetVersion(Handler->GetID(), Offset());
[x86_64] --
[x86_64] pkgcachegen.cc: In member function 'bool pkgCacheGenerator::MergeList(ListParser&, pkgCache::VerIterator*)':
[x86_64] pkgcachegen.cc:167:43: error: cannot convert 'filesize' to 'long unsigned int'
[x86_64] 167 | Progress->Progress(List.Offset());
[x86_64] --
[x86_64] pkgcachegen.cc: In member function 'bool pkgCacheGenerator::MergeFileProvides(ListParser&)':
[x86_64] pkgcachegen.cc:329:43: error: cannot convert 'filesize' to 'long unsigned int'
[x86_64] 329 | Progress->Progress(List.Offset());
2023-May-22 03:27:22 :: [x86_64] apt.git 0.5.15lorg2-alt84: remote: build failed
2023-May-22 03:27:22 :: [x86_64] #70 apt.git 0.5.15lorg2-alt84: build FAILED
[aarch64] acquire.cc:781:26: error: no match for 'operator==' (operand types are 'filesize' and 'int')
[aarch64] 781 | if ((*I)->FileSize == 0 && (*I)->Complete == false)
[aarch64] | filesize int
[aarch64] acquire.cc:795:46: error: no match for 'operator==' (operand types are 'filesize' and 'int')
[aarch64] 795 | if (I->CurrentItem->Owner->FileSize == 0 &&
[aarch64] --
[aarch64] acquire-item.cc: In member function 'void pkgAcquire::Item::BaseItem_Done(const std::string&, filesize, const pkgAcquire::MethodConfig*)':
[aarch64] acquire-item.cc:147:30: error: cannot convert 'const filesize' to 'long unsigned int'
[aarch64] 147 | Owner->Log->Fetched(Size,atoi(LookupTag(Message,"Resume-Point","0").c_str()));
[aarch64] --
[aarch64] acquire-item.cc: In member function 'bool pkgAcqArchive::QueueNext()':
[aarch64] acquire-item.cc:760:27: error: cannot convert 'long long unsigned int' to 'filesize' in assignment
[aarch64] 760 | FileSize = Version->Size;
[aarch64] | long long unsigned int
[aarch64] acquire-item.cc:765:27: error: no match for 'operator==' (operand types are 'const filesize' and 'long long unsigned int')
[aarch64] 765 | if (*FinalFileSz == Version->Size)
[aarch64] | const filesize long long unsigned int
[aarch64] acquire-item.cc:784:27: error: no match for 'operator==' (operand types are 'const filesize' and 'long long unsigned int')
[aarch64] 784 | if (*FinalFileSz == Version->Size)
[aarch64] | const filesize long long unsigned int
[aarch64] acquire-item.cc:804:26: error: no match for 'operator>' (operand types are 'const filesize' and 'long long unsigned int')
[aarch64] 804 | if (*DestFileSz > Version->Size)
[aarch64] --
[aarch64] acquire-item.cc: In member function 'virtual void pkgAcqArchive::DoneByWorker(const std::string&, filesize, pkgAcquire::MethodConfig*)':
[aarch64] acquire-item.cc:861:16: error: no match for 'operator!=' (operand types are 'const filesize' and 'long long unsigned int')
[aarch64] 861 | if (AcqSize != Version->Size)
[aarch64] --
[aarch64] acquire-worker.cc: In member function 'bool pkgAcquire::Worker::RunMessages()':
[aarch64] acquire-worker.cc:278:43: error: cannot convert 'int' to 'filesize'
[aarch64] 278 | Itm->Owner->Start(Message,atoi(LookupTag(Message,"Size","0").c_str()));
[aarch64] --
[aarch64] 93 | virtual void Start(string Message,filesize Size);
[aarch64] acquire-worker.cc:314:45: error: cannot convert 'int' to 'filesize'
[aarch64] 314 | Owner->DoneByWorker(Message,atoi(LookupTag(Message,"Size","0").c_str()),
2023-May-22 03:27:45 :: [aarch64] apt.git 0.5.15lorg2-alt84: remote: build failed
2023-May-22 03:27:45 :: [aarch64] #70 apt.git 0.5.15lorg2-alt84: build FAILED
[ppc64le] | const filesize long long unsigned int
[ppc64le] acquire-item.cc:784:27: error: no match for 'operator==' (operand types are 'const filesize' and 'long long unsigned int')
[ppc64le] 784 | if (*FinalFileSz == Version->Size)
[ppc64le] | const filesize long long unsigned int
[ppc64le] acquire-item.cc:804:26: error: no match for 'operator>' (operand types are 'const filesize' and 'long long unsigned int')
[ppc64le] 804 | if (*DestFileSz > Version->Size)
[ppc64le] --
[ppc64le] acquire-item.cc: In member function 'virtual void pkgAcqArchive::DoneByWorker(const std::string&, filesize, pkgAcquire::MethodConfig*)':
[ppc64le] acquire-item.cc:861:16: error: no match for 'operator!=' (operand types are 'const filesize' and 'long long unsigned int')
[ppc64le] 861 | if (AcqSize != Version->Size)
[ppc64le] --
[ppc64le] pkgcachegen.cc: In member function 'bool pkgCacheGenerator::MergeList(ListParser&, pkgCache::VerIterator*)':
[ppc64le] pkgcachegen.cc:167:43: error: cannot convert 'filesize' to 'long unsigned int'
[ppc64le] 167 | Progress->Progress(List.Offset());
[ppc64le] --
[ppc64le] pkgcachegen.cc: In member function 'bool pkgCacheGenerator::MergeFileProvides(ListParser&)':
[ppc64le] pkgcachegen.cc:329:43: error: cannot convert 'filesize' to 'long unsigned int'
[ppc64le] 329 | Progress->Progress(List.Offset());
[ppc64le] --
[ppc64le] pkgcachegen.cc: In member function 'bool pkgCacheGenerator::NewFileVer(pkgCache::VerIterator&, ListParser&)':
[ppc64le] pkgcachegen.cc:453:22: error: call of overloaded 'SafeAssign_u(map_filepos&, filesize)' is ambiguous
[ppc64le] 453 | if (! SafeAssign_u(NewVerFile.Offset, List.Offset()))
[ppc64le] --
[ppc64le] pkgcachegen.cc: In function 'std::unique_ptr<MMap> pkgMakeStatusCache(pkgSourceList&, OpProgress&, bool)':
[ppc64le] pkgcachegen.cc:960:64: error: cannot convert 'filesize' to 'size_t' {aka 'long unsigned int'}
[ppc64le] 960 | const auto idxAllocate = Map->RawAllocate(SCacheF.Size());
[ppc64le] --
[ppc64le] rpm/rpmlistparser.cc: In member function 'virtual bool rpmListParser::NewVersion(pkgCache::VerIterator&)':
[ppc64le] rpm/rpmlistparser.cc:172:48: error: cannot convert 'filesize' to 'long unsigned int'
[ppc64le] 172 | RpmData->SetVersion(Handler->GetID(), Offset(), Ver);
[ppc64le] --
[ppc64le] rpm/rpmlistparser.cc: In member function 'virtual bool rpmListParser::Step()':
[ppc64le] rpm/rpmlistparser.cc:399:56: error: cannot convert 'filesize' to 'long unsigned int'
[ppc64le] 399 | VI = RpmData->GetVersion(Handler->GetID(), Offset());
2023-May-22 03:27:49 :: [ppc64le] apt.git 0.5.15lorg2-alt84: remote: build failed
2023-May-22 03:27:49 :: [ppc64le] #70 apt.git 0.5.15lorg2-alt84: build FAILED
[armh] acquire-item.cc: In member function 'virtual void pkgAcqArchive::DoneByWorker(const std::string&, filesize, pkgAcquire::MethodConfig*)':
[armh] acquire-item.cc:861:16: error: no match for 'operator!=' (operand types are 'const filesize' and 'long long unsigned int')
[armh] 861 | if (AcqSize != Version->Size)
[armh] --
[armh] rpm/rpmlistparser.cc: In member function 'virtual bool rpmListParser::NewVersion(pkgCache::VerIterator&)':
[armh] rpm/rpmlistparser.cc:172:48: error: cannot convert 'filesize' to 'long unsigned int'
[armh] 172 | RpmData->SetVersion(Handler->GetID(), Offset(), Ver);
[armh] --
[armh] rpm/rpmlistparser.cc: In member function 'virtual bool rpmListParser::Step()':
[armh] rpm/rpmlistparser.cc:399:56: error: cannot convert 'filesize' to 'long unsigned int'
[armh] 399 | VI = RpmData->GetVersion(Handler->GetID(), Offset());
[armh] --
[armh] pkgcachegen.cc: In member function 'bool pkgCacheGenerator::MergeList(ListParser&, pkgCache::VerIterator*)':
[armh] pkgcachegen.cc:167:43: error: cannot convert 'filesize' to 'long unsigned int'
[armh] 167 | Progress->Progress(List.Offset());
[armh] --
[armh] pkgcachegen.cc: In member function 'bool pkgCacheGenerator::MergeFileProvides(ListParser&)':
[armh] pkgcachegen.cc:329:43: error: cannot convert 'filesize' to 'long unsigned int'
[armh] 329 | Progress->Progress(List.Offset());
[armh] --
[armh] pkgcachegen.cc: In member function 'bool pkgCacheGenerator::NewFileVer(pkgCache::VerIterator&, ListParser&)':
[armh] pkgcachegen.cc:453:22: error: call of overloaded 'SafeAssign_u(map_filepos&, filesize)' is ambiguous
[armh] 453 | if (! SafeAssign_u(NewVerFile.Offset, List.Offset()))
[armh] --
[armh] pkgcachegen.cc: In function 'std::unique_ptr<MMap> pkgMakeStatusCache(pkgSourceList&, OpProgress&, bool)':
[armh] pkgcachegen.cc:960:64: error: cannot convert 'filesize' to 'size_t' {aka 'unsigned int'}
[armh] 960 | const auto idxAllocate = Map->RawAllocate(SCacheF.Size());
2023-May-22 03:28:08 :: [armh] apt.git 0.5.15lorg2-alt84: remote: build failed
2023-May-22 03:28:08 :: [armh] #70 apt.git 0.5.15lorg2-alt84: build FAILED
2023-May-22 03:27:21 :: [i586] build FAILED
2023-May-22 03:27:23 :: [x86_64] build FAILED
2023-May-22 03:27:45 :: [aarch64] build FAILED
2023-May-22 03:27:49 :: [ppc64le] build FAILED
2023-May-22 03:28:08 :: [armh] build FAILED
2023-May-22 03:28:08 :: task #320624 for sisyphus FAILED
More information about the Sisyphus-incominger
mailing list