[#216083] FAILED (try 2) libcryptopp.git=7.0.0-alt1 aMule.git=2.3.2-alt3.1 ...

Girar Builder awaiter robot girar-builder at altlinux.org
Sun Nov 4 17:18:44 MSK 2018


http://git.altlinux.org/tasks/216083/logs/events.2.1.log

2018-Nov-04 13:36:21 :: test-only task #216083 for sisyphus resumed by lav:
#100 build 7.0.0-alt1 from /people/lav/packages/libcryptopp.git fetched at 2018-Nov-04 10:08:23
#200 build 2.3.2-alt3.1 from /people/lav/packages/aMule.git fetched at 2018-Nov-04 12:09:33
#300 build 1.3.1-alt7.1 from /people/lav/packages/clementine.git fetched at 2018-Nov-04 12:09:49
#400 build 0.9.9-alt2.1 from /people/lav/packages/fuse-cryfs.git fetched at 2018-Nov-04 12:09:56
#500 build 3.2.8-alt3.2 from /people/lav/packages/libmegasdk.git fetched at 2018-Nov-04 12:10:11
#600 build 1.0.0-alt3.3 from /people/lav/packages/megafuse.git fetched at 2018-Nov-04 12:10:17
2018-Nov-04 13:36:21 :: waiting for a shared lock on sisyphus
2018-Nov-04 13:37:01 :: acquired a shared lock on sisyphus
2018-Nov-04 13:37:19 :: created build repo
2018-Nov-04 13:37:21 :: [x86_64] #100 libcryptopp.git 7.0.0-alt1: build start
2018-Nov-04 13:37:21 :: [i586] #100 libcryptopp.git 7.0.0-alt1: build start
2018-Nov-04 13:37:21 :: [aarch64] #100 libcryptopp.git 7.0.0-alt1: build start
2018-Nov-04 13:37:55 :: [i586] libcryptopp.git 7.0.0-alt1: remote: no need to rebuild
2018-Nov-04 13:37:55 :: [i586] #100 libcryptopp.git 7.0.0-alt1: build OK
2018-Nov-04 13:37:55 :: [i586] #200 aMule.git 2.3.2-alt3.1: build start
2018-Nov-04 13:37:55 :: [x86_64] libcryptopp.git 7.0.0-alt1: remote: no need to rebuild
2018-Nov-04 13:37:55 :: [x86_64] #100 libcryptopp.git 7.0.0-alt1: build OK
2018-Nov-04 13:37:55 :: [x86_64] #200 aMule.git 2.3.2-alt3.1: build start
2018-Nov-04 13:38:41 :: [aarch64] libcryptopp.git 7.0.0-alt1: remote: no need to rebuild
2018-Nov-04 13:38:41 :: [aarch64] #100 libcryptopp.git 7.0.0-alt1: build OK
2018-Nov-04 13:38:41 :: [aarch64] #200 aMule.git 2.3.2-alt3.1: build start
2018-Nov-04 13:42:24 :: [i586] #200 aMule.git 2.3.2-alt3.1: build OK
2018-Nov-04 13:42:24 :: [i586] #300 clementine.git 1.3.1-alt7.1: build start
2018-Nov-04 13:42:25 :: [x86_64] #200 aMule.git 2.3.2-alt3.1: build OK
2018-Nov-04 13:42:25 :: [x86_64] #300 clementine.git 1.3.1-alt7.1: build start
2018-Nov-04 13:48:29 :: [aarch64] #200 aMule.git 2.3.2-alt3.1: build OK
2018-Nov-04 13:48:29 :: [aarch64] #300 clementine.git 1.3.1-alt7.1: build start
2018-Nov-04 13:49:41 :: [x86_64] #300 clementine.git 1.3.1-alt7.1: build OK
2018-Nov-04 13:49:41 :: [x86_64] #400 fuse-cryfs.git 0.9.9-alt2.1: build start
2018-Nov-04 13:50:13 :: [i586] #300 clementine.git 1.3.1-alt7.1: build OK
2018-Nov-04 13:50:13 :: [i586] #400 fuse-cryfs.git 0.9.9-alt2.1: build start
2018-Nov-04 13:54:04 :: [x86_64] #400 fuse-cryfs.git 0.9.9-alt2.1: build OK
2018-Nov-04 13:54:04 :: [x86_64] #500 libmegasdk.git 3.2.8-alt3.2: build start
2018-Nov-04 13:54:45 :: [i586] #400 fuse-cryfs.git 0.9.9-alt2.1: build OK
2018-Nov-04 13:54:45 :: [i586] #500 libmegasdk.git 3.2.8-alt3.2: build start
src/megaclient.cpp:9294:44: error: 'class mega::SymmCipher' has no member named 'key'; did you mean 'setkey'?
         dbname.resize((SIDLEN - sizeof key.key) * 4 / 3 + 3);
                                            setkey
src/megaclient.cpp:9295:43: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
         dbname.resize(Base64::btoa((const byte*)sid.data() + sizeof key.key, SIDLEN - sizeof key.key, (char*)dbname.c_str()));
src/megaclient.cpp:9295:37: error: expected primary-expression before 'const'
         dbname.resize(Base64::btoa((const byte*)sid.data() + sizeof key.key, SIDLEN - sizeof key.key, (char*)dbname.c_str()));
src/megaclient.cpp:9295:37: error: expected ')' before 'const'
src/megaclient.cpp:9301:43: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
         dbname.resize(Base64::btoa((const byte*)&publichandle, NODEHANDLE, (char*)dbname.c_str()));
src/megaclient.cpp:9301:37: error: expected primary-expression before 'const'
         dbname.resize(Base64::btoa((const byte*)&publichandle, NODEHANDLE, (char*)dbname.c_str()));
src/megaclient.cpp:9301:37: error: expected ')' before 'const'
src/megaclient.cpp: In member function 'void mega::MegaClient::fetchnodes(bool)':
src/megaclient.cpp:9358:23: error: 'byte' was not declared in this scope
         Base64::btoa((byte*)&cachedscsn, sizeof cachedscsn, scsn);
--
 typedef unsigned char byte;
src/megaclient.cpp:9358:28: error: expected primary-expression before ')' token
         Base64::btoa((byte*)&cachedscsn, sizeof cachedscsn, scsn);
src/megaclient.cpp: In member function 'mega::handle mega::MegaClient::nextsyncid()':
src/megaclient.cpp:10099:5: error: 'byte' was not declared in this scope
     byte* ptr = (byte*)&currsyncid;
2018-Nov-04 13:55:14 :: [x86_64] libmegasdk.git 3.2.8-alt3.2: remote: build failed
2018-Nov-04 13:55:14 :: [x86_64] #500 libmegasdk.git 3.2.8-alt3.2: build FAILED
src/megaapi_impl.cpp:16411:4: error: 'byte' was not declared in this scope
    byte buf[FOLDERNODEKEYLENGTH];
--
 typedef unsigned char byte;
src/megaapi_impl.cpp:16412:21: error: 'buf' was not declared in this scope
    PrnGen::genblock(buf,sizeof buf);
src/megaapi_impl.cpp:16419:22: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
    key.setkey((const byte*)t->nodekey.data(),n->type);
src/megaapi_impl.cpp:16419:16: error: expected primary-expression before 'const'
    key.setkey((const byte*)t->nodekey.data(),n->type);
src/megaapi_impl.cpp:16419:16: error: expected ')' before 'const'
src/megaapi_impl.cpp: In constructor 'mega::MegaHashSignatureImpl::MegaHashSignatureImpl(const char*)':
src/megaapi_impl.cpp:16552:43: error: 'byte' was not declared in this scope
     pubks.resize(Base64::atob(base64Key, (byte *)pubks.data(), len));
--
 typedef unsigned char byte;
src/megaapi_impl.cpp:16552:49: error: expected primary-expression before ')' token
     pubks.resize(Base64::atob(base64Key, (byte *)pubks.data(), len));
src/megaapi_impl.cpp:16553:51: error: expected primary-expression before ')' token
     asymmCypher->setkey(AsymmCipher::PUBKEY,(byte*)pubks.data(), pubks.size());
src/megaapi_impl.cpp: In member function 'void mega::MegaHashSignatureImpl::add(const char*, unsigned int)':
src/megaapi_impl.cpp:16569:31: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
     hashSignature->add((const byte *)data, size);
src/megaapi_impl.cpp:16569:25: error: expected primary-expression before 'const'
     hashSignature->add((const byte *)data, size);
2018-Nov-04 13:56:02 :: [i586] libmegasdk.git 3.2.8-alt3.2: remote: build failed
2018-Nov-04 13:56:02 :: [i586] #500 libmegasdk.git 3.2.8-alt3.2: build FAILED
2018-Nov-04 14:04:29 :: [aarch64] #300 clementine.git 1.3.1-alt7.1: build OK
2018-Nov-04 14:04:29 :: [aarch64] #400 fuse-cryfs.git 0.9.9-alt2.1: build start
2018-Nov-04 14:15:37 :: [aarch64] #400 fuse-cryfs.git 0.9.9-alt2.1: build OK
2018-Nov-04 14:15:37 :: [aarch64] #500 libmegasdk.git 3.2.8-alt3.2: build start
src/megaapi_impl.cpp:16411:4: error: 'byte' was not declared in this scope
    byte buf[FOLDERNODEKEYLENGTH];
--
 typedef unsigned char byte;
src/megaapi_impl.cpp:16412:21: error: 'buf' was not declared in this scope
    PrnGen::genblock(buf,sizeof buf);
src/megaapi_impl.cpp:16419:22: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
    key.setkey((const byte*)t->nodekey.data(),n->type);
src/megaapi_impl.cpp:16419:16: error: expected primary-expression before 'const'
    key.setkey((const byte*)t->nodekey.data(),n->type);
src/megaapi_impl.cpp:16419:16: error: expected ')' before 'const'
src/megaapi_impl.cpp: In constructor 'mega::MegaHashSignatureImpl::MegaHashSignatureImpl(const char*)':
src/megaapi_impl.cpp:16552:43: error: 'byte' was not declared in this scope
     pubks.resize(Base64::atob(base64Key, (byte *)pubks.data(), len));
--
 typedef unsigned char byte;
src/megaapi_impl.cpp:16552:49: error: expected primary-expression before ')' token
     pubks.resize(Base64::atob(base64Key, (byte *)pubks.data(), len));
src/megaapi_impl.cpp:16553:51: error: expected primary-expression before ')' token
     asymmCypher->setkey(AsymmCipher::PUBKEY,(byte*)pubks.data(), pubks.size());
src/megaapi_impl.cpp: In member function 'void mega::MegaHashSignatureImpl::add(const char*, unsigned int)':
src/megaapi_impl.cpp:16569:31: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
     hashSignature->add((const byte *)data, size);
src/megaapi_impl.cpp:16569:25: error: expected primary-expression before 'const'
     hashSignature->add((const byte *)data, size);
2018-Nov-04 14:18:44 :: [aarch64] libmegasdk.git 3.2.8-alt3.2: remote: build failed
2018-Nov-04 14:18:44 :: [aarch64] #500 libmegasdk.git 3.2.8-alt3.2: build FAILED
2018-Nov-04 13:55:14 :: [x86_64] build FAILED
2018-Nov-04 13:56:03 :: [i586] build FAILED
2018-Nov-04 14:18:44 :: [aarch64] build FAILED
2018-Nov-04 14:18:44 :: task #216083 for sisyphus FAILED


More information about the Sisyphus-incominger mailing list