[#257389] [test-only] p9 FAILED (try 4) libmegasdk.git=3.6.8-alt1 megasync.git=4.3.1.0-alt1 ...

Girar awaiter (zerg) girar-builder at altlinux.org
Mon Sep 7 14:21:54 MSK 2020


http://git.altlinux.org/tasks/257389/logs/events.4.1.log

subtask  name        aarch64  armh  i586  ppc64le  x86_64
    #40  libmegasdk     3:25  4:38  3:51     3:55    3:53
   #100  megasync          -     ?  3:17        -    2:36
   #200  megacmd      failed     ?     ?   failed       ?

2020-Sep-07 11:04:47 :: test-only task #257389 for p9 resumed by zerg:
2020-Sep-07 11:04:47 :: message: update
#40 build 3.6.8-alt1 from /gears/l/libmegasdk.git fetched at 2020-Sep-04 14:33:33
#100 build 4.3.1.0-alt1 from /gears/m/megasync.git fetched at 2020-Sep-04 09:26:35
#200 build 1.0.0-alt2 from /gears/m/megacmd.git fetched at 2020-Sep-07 10:47:09
2020-Sep-07 11:14:42 :: created build repo
2020-Sep-07 11:14:46 :: [x86_64] #40 libmegasdk.git 3.6.8-alt1: build start
2020-Sep-07 11:14:46 :: [aarch64] #40 libmegasdk.git 3.6.8-alt1: build start
2020-Sep-07 11:14:46 :: [i586] #40 libmegasdk.git 3.6.8-alt1: build start
2020-Sep-07 11:14:46 :: [armh] #40 libmegasdk.git 3.6.8-alt1: build start
2020-Sep-07 11:14:46 :: [ppc64le] #40 libmegasdk.git 3.6.8-alt1: build start
2020-Sep-07 11:18:11 :: [aarch64] #40 libmegasdk.git 3.6.8-alt1: build OK
2020-Sep-07 11:18:11 :: [aarch64] #100 megasync.git 4.3.1.0-alt1: build start
2020-Sep-07 11:18:25 :: [aarch64] #100 megasync.git 4.3.1.0-alt1: build SKIPPED
2020-Sep-07 11:18:26 :: [aarch64] #200 megacmd.git 1.0.0-alt2: build start
2020-Sep-07 11:18:37 :: [i586] #40 libmegasdk.git 3.6.8-alt1: build OK
2020-Sep-07 11:18:37 :: [i586] #100 megasync.git 4.3.1.0-alt1: build start
2020-Sep-07 11:18:39 :: [x86_64] #40 libmegasdk.git 3.6.8-alt1: build OK
2020-Sep-07 11:18:39 :: [x86_64] #100 megasync.git 4.3.1.0-alt1: build start
2020-Sep-07 11:18:41 :: [ppc64le] #40 libmegasdk.git 3.6.8-alt1: build OK
2020-Sep-07 11:18:42 :: [ppc64le] #100 megasync.git 4.3.1.0-alt1: build start
2020-Sep-07 11:18:57 :: [ppc64le] #100 megasync.git 4.3.1.0-alt1: build SKIPPED
2020-Sep-07 11:18:57 :: [ppc64le] #200 megacmd.git 1.0.0-alt2: build start
[aarch64] src/listeners.h:164:11: error: 'MegaMutex' in namespace 'mega' does not name a type
[aarch64]      mega::MegaMutex completedTransfersMutex;
[aarch64] --
[aarch64] In file included from src/megacmdexecuter.cpp:19:
[aarch64] src/megacmdexecuter.h:36:11: error: 'MegaMutex' in namespace 'mega' does not name a type
[aarch64]      mega::MegaMutex mtxSyncMap;
[aarch64] --
[aarch64]      MegaFile
[aarch64] src/megacmdexecuter.h:37:11: error: 'MegaMutex' in namespace 'mega' does not name a type
[aarch64]      mega::MegaMutex mtxWebDavLocations; //TODO: destroy these two
[aarch64] --
[aarch64]      MegaFile
[aarch64] src/megacmdexecuter.h:38:11: error: 'MegaMutex' in namespace 'mega' does not name a type
[aarch64]      mega::MegaMutex mtxFtpLocations;
[aarch64] --
[aarch64]      MegaFile
[aarch64] src/megacmdexecuter.h:41:11: error: 'MegaMutex' in namespace 'mega' does not name a type
[aarch64]      mega::MegaMutex mtxBackupsMap;
[aarch64] --
[aarch64] src/megacmdexecuter.cpp: In constructor 'MegaCmdExecuter::MegaCmdExecuter(mega::MegaApi*, MegaCMDLogger*, MegaCmdSandbox*)':
[aarch64] src/megacmdexecuter.cpp:110:5: error: 'mtxSyncMap' was not declared in this scope
[aarch64]      mtxSyncMap.init(false);
[aarch64] src/megacmdexecuter.cpp:111:5: error: 'mtxWebDavLocations' was not declared in this scope
[aarch64]      mtxWebDavLocations.init(false);
[aarch64] --
[aarch64]      addWebdavLocation
[aarch64] src/megacmdexecuter.cpp:112:5: error: 'mtxFtpLocations' was not declared in this scope
[aarch64]      mtxFtpLocations.init(false);
[aarch64] --
[aarch64]      addFtpLocation
[aarch64] src/megacmdexecuter.cpp:114:5: error: 'mtxBackupsMap' was not declared in this scope
[aarch64]      mtxBackupsMap.init(true);
[aarch64] src/megacmdexecuter.cpp: In member function 'void MegaCmdExecuter::createOrModifyBackup(std::__cxx11::string, std::__cxx11::string, std::__cxx11::string, int)':
[aarch64] src/megacmdexecuter.cpp:1218:49: error: cannot convert 'std::unique_ptr<mega::FileAccess>' to 'mega::FileAccess*' in initialization
[aarch64]      FileAccess *fa = fsAccessCMD->newfileaccess();
2020-Sep-07 11:19:08 :: [aarch64] megacmd.git 1.0.0-alt2: remote: build failed
2020-Sep-07 11:19:08 :: [aarch64] #200 megacmd.git 1.0.0-alt2: build FAILED
2020-Sep-07 11:19:09 :: [aarch64] requesting cancellation of task processing
2020-Sep-07 11:19:24 :: [armh] #40 libmegasdk.git 3.6.8-alt1: build OK
2020-Sep-07 11:19:24 :: [armh] task processing CANCELLED
[ppc64le] src/listeners.h:164:11: error: 'MegaMutex' in namespace 'mega' does not name a type
[ppc64le]      mega::MegaMutex completedTransfersMutex;
[ppc64le] --
[ppc64le] In file included from src/megacmdexecuter.cpp:19:
[ppc64le] src/megacmdexecuter.h:36:11: error: 'MegaMutex' in namespace 'mega' does not name a type
[ppc64le]      mega::MegaMutex mtxSyncMap;
[ppc64le] --
[ppc64le]      MegaFile
[ppc64le] src/megacmdexecuter.h:37:11: error: 'MegaMutex' in namespace 'mega' does not name a type
[ppc64le]      mega::MegaMutex mtxWebDavLocations; //TODO: destroy these two
[ppc64le] --
[ppc64le]      MegaFile
[ppc64le] src/megacmdexecuter.h:38:11: error: 'MegaMutex' in namespace 'mega' does not name a type
[ppc64le]      mega::MegaMutex mtxFtpLocations;
[ppc64le] --
[ppc64le]      MegaFile
[ppc64le] src/megacmdexecuter.h:41:11: error: 'MegaMutex' in namespace 'mega' does not name a type
[ppc64le]      mega::MegaMutex mtxBackupsMap;
[ppc64le] --
[ppc64le] src/megacmdexecuter.cpp: In constructor 'MegaCmdExecuter::MegaCmdExecuter(mega::MegaApi*, MegaCMDLogger*, MegaCmdSandbox*)':
[ppc64le] src/megacmdexecuter.cpp:110:5: error: 'mtxSyncMap' was not declared in this scope
[ppc64le]      mtxSyncMap.init(false);
[ppc64le] src/megacmdexecuter.cpp:111:5: error: 'mtxWebDavLocations' was not declared in this scope
[ppc64le]      mtxWebDavLocations.init(false);
[ppc64le] --
[ppc64le]      addWebdavLocation
[ppc64le] src/megacmdexecuter.cpp:112:5: error: 'mtxFtpLocations' was not declared in this scope
[ppc64le]      mtxFtpLocations.init(false);
[ppc64le] --
[ppc64le]      addFtpLocation
[ppc64le] src/megacmdexecuter.cpp:114:5: error: 'mtxBackupsMap' was not declared in this scope
[ppc64le]      mtxBackupsMap.init(true);
[ppc64le] src/megacmdexecuter.cpp: In member function 'void MegaCmdExecuter::createOrModifyBackup(std::__cxx11::string, std::__cxx11::string, std::__cxx11::string, int)':
[ppc64le] src/megacmdexecuter.cpp:1218:49: error: cannot convert 'std::unique_ptr<mega::FileAccess>' to 'mega::FileAccess*' in initialization
[ppc64le]      FileAccess *fa = fsAccessCMD->newfileaccess();
2020-Sep-07 11:19:50 :: [ppc64le] megacmd.git 1.0.0-alt2: remote: build failed
2020-Sep-07 11:19:50 :: [ppc64le] #200 megacmd.git 1.0.0-alt2: build FAILED
2020-Sep-07 11:21:15 :: [x86_64] #100 megasync.git 4.3.1.0-alt1: build OK
2020-Sep-07 11:21:15 :: [x86_64] task processing CANCELLED
2020-Sep-07 11:21:54 :: [i586] #100 megasync.git 4.3.1.0-alt1: build OK
2020-Sep-07 11:21:54 :: [i586] task processing CANCELLED
2020-Sep-07 11:19:09 :: [aarch64] build FAILED
2020-Sep-07 11:19:24 :: [armh] build FAILED
2020-Sep-07 11:19:50 :: [ppc64le] build FAILED
2020-Sep-07 11:21:15 :: [x86_64] build FAILED
2020-Sep-07 11:21:54 :: [i586] build FAILED
2020-Sep-07 11:21:54 :: task #257389 for p9 FAILED


More information about the Sisyphus-incominger mailing list