From: "Girar awaiter (imz)" <girar-builder@altlinux.org> To: Ivan Zakharyaschev <imz@altlinux.org> Cc: sisyphus-incominger@lists.altlinux.org, girar-builder-sisyphus@altlinux.org Subject: [#320624] [test-only] FAILED (try 7) apt.git=0.5.15lorg2-alt84 apt-indicator.git=0.3.20-alt2 ... Date: Mon, 22 May 2023 03:28:08 +0000 Message-ID: <girar.task.320624.7.1@gyle.mskdc.altlinux.org> (raw) In-Reply-To: <girar.task.320624.1.1@gyle.mskdc.altlinux.org> 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
next prev parent reply other threads:[~2023-05-22 3:28 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-05-16 13:37 [#320624] [test-only] FAILED apt.git=0.5.15lorg2-alt84 Girar awaiter (imz) 2023-05-16 13:57 ` [#320624] [test-only] FAILED (try 2) apt.git=0.5.15lorg2-alt84 apt-indicator.git=0.3.20-alt2 Girar awaiter (imz) 2023-05-16 14:02 ` [#320624] [test-only] FAILED (try 3) " Girar awaiter (imz) 2023-05-17 1:16 ` [#320624] [test-only] FAILED (try 4) " Girar awaiter (imz) 2023-05-21 23:42 ` [#320624] [test-only] FAILED (try 5) " Girar awaiter (imz) 2023-05-22 2:27 ` [#320624] [test-only] FAILED (try 6) " Girar awaiter (imz) 2023-05-22 3:28 ` Girar awaiter (imz) [this message] 2023-05-22 3:37 ` [#320624] [test-only] FAILED (try 8) " Girar awaiter (imz)
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=girar.task.320624.7.1@gyle.mskdc.altlinux.org \ --to=girar-builder@altlinux.org \ --cc=devel@lists.altlinux.org \ --cc=girar-builder-sisyphus@altlinux.org \ --cc=imz@altlinux.org \ --cc=sisyphus-incominger@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Girar Builder robot reports This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sisyphus-incominger/0 sisyphus-incominger/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 sisyphus-incominger sisyphus-incominger/ http://lore.altlinux.org/sisyphus-incominger \ sisyphus-incominger@lists.altlinux.org sisyphus-incominger@lists.altlinux.ru sisyphus-incominger@lists.altlinux.com public-inbox-index sisyphus-incominger Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-incominger AGPL code for this site: git clone https://public-inbox.org/public-inbox.git