[#324165] FAILED (try 2) rocksdb.git=8.1.1-alt1 ceph.git=17.2.6-alt3

Girar awaiter (shaba) girar-builder at altlinux.org
Tue Jul 4 00:00:46 MSK 2023


https://git.altlinux.org/tasks/324165/logs/events.2.1.log

subtask  name     aarch64  armh  i586  ppc64le  x86_64
   #100  rocksdb     5:46  7:22  3:16     5:49    3:05
   #200  ceph      failed     -     -   failed  failed

2023-Jul-03 19:42:21 :: task #324165 for sisyphus resumed by shaba:
2023-Jul-03 19:42:21 :: message: rebuild_with_rocksdb
#100 build 8.1.1-alt1 from /people/shaba/packages/rocksdb.git fetched at 2023-Jul-03 15:49:57
#200 build 17.2.6-alt3 from /gears/c/ceph.git fetched at 2023-Jul-03 17:25:24 from sisyphus
2023-Jul-03 19:42:22 :: created build repo
2023-Jul-03 19:42:23 :: [x86_64] #100 rocksdb.git 8.1.1-alt1: build start
2023-Jul-03 19:42:23 :: [armh] #100 rocksdb.git 8.1.1-alt1: build start
2023-Jul-03 19:42:23 :: [ppc64le] #100 rocksdb.git 8.1.1-alt1: build start
2023-Jul-03 19:42:23 :: [i586] #100 rocksdb.git 8.1.1-alt1: build start
2023-Jul-03 19:42:23 :: [aarch64] #100 rocksdb.git 8.1.1-alt1: build start
2023-Jul-03 19:45:28 :: [x86_64] #100 rocksdb.git 8.1.1-alt1: build OK
2023-Jul-03 19:45:28 :: [x86_64] #200 ceph.git 17.2.6-alt3: build start
2023-Jul-03 19:45:39 :: [i586] #100 rocksdb.git 8.1.1-alt1: build OK
2023-Jul-03 19:45:39 :: [i586] #200 ceph.git 17.2.6-alt3: build start
2023-Jul-03 19:45:56 :: [i586] #200 ceph.git 17.2.6-alt3: build SKIPPED
2023-Jul-03 19:48:09 :: [aarch64] #100 rocksdb.git 8.1.1-alt1: build OK
2023-Jul-03 19:48:10 :: [aarch64] #200 ceph.git 17.2.6-alt3: build start
2023-Jul-03 19:48:12 :: [ppc64le] #100 rocksdb.git 8.1.1-alt1: build OK
2023-Jul-03 19:48:13 :: [ppc64le] #200 ceph.git 17.2.6-alt3: build start
2023-Jul-03 19:49:45 :: [armh] #100 rocksdb.git 8.1.1-alt1: build OK
2023-Jul-03 19:49:46 :: [armh] #200 ceph.git 17.2.6-alt3: build start
2023-Jul-03 19:50:32 :: [armh] #200 ceph.git 17.2.6-alt3: build SKIPPED
[x86_64] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:40:67: error: 'rocksdb::Cache::Priority' has not been declared
[x86_64]    40 |                                  rocksdb::Cache::Handle** handle, rocksdb::Cache::Priority priority) = 0;
[x86_64] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:41:27: error: invalid use of incomplete type 'class rocksdb::Cache'
[x86_64]    41 |   virtual rocksdb::Cache::Handle* Lookup(const rocksdb::Slice& key, uint32_t hash) = 0;
[x86_64] --
[x86_64]    24 | class Cache;  // defined in advanced_cache.h
[x86_64] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:42:20: error: 'rocksdb::Cache::Handle' has not been declared
[x86_64]    42 |   virtual bool Ref(rocksdb::Cache::Handle* handle) = 0;
[x86_64] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:43:24: error: 'rocksdb::Cache::Handle' has not been declared
[x86_64]    43 |   virtual bool Release(rocksdb::Cache::Handle* handle, bool force_erase = false) = 0;
[x86_64] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:57:32: error: 'rocksdb::Cache::Handle' has not been declared
[x86_64]    57 |   virtual DeleterFn GetDeleter(rocksdb::Cache::Handle* handle) const = 0;
[x86_64] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:63:67: error: invalid use of incomplete type 'class rocksdb::Cache'
[x86_64]    63 | class ShardedCache : public rocksdb::Cache, public PriorityCache::PriCache {
[x86_64] --
[x86_64]    24 | class Cache;  // defined in advanced_cache.h
[x86_64] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:71:34: error: 'rocksdb::Cache::Handle' has not been declared
[x86_64]    71 |                                  rocksdb::Cache::Handle** handle, Priority priority) override;
[x86_64] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:71:67: error: 'Priority' has not been declared
[x86_64]    71 |                                  rocksdb::Cache::Handle** handle, Priority priority) override;
[x86_64] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:72:27: error: invalid use of incomplete type 'class rocksdb::Cache'
[x86_64]    72 |   virtual rocksdb::Cache::Handle* Lookup(const rocksdb::Slice& key, rocksdb::Statistics* stats) override;
[x86_64] --
[x86_64]    24 | class Cache;  // defined in advanced_cache.h
[x86_64] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:73:20: error: 'rocksdb::Cache::Handle' has not been declared
[x86_64]    73 |   virtual bool Ref(rocksdb::Cache::Handle* handle) override;
2023-Jul-03 20:20:09 :: [x86_64] ceph.git 17.2.6-alt3: remote: build failed
2023-Jul-03 20:20:09 :: [x86_64] #200 ceph.git 17.2.6-alt3: build FAILED
2023-Jul-03 20:20:09 :: [x86_64] requesting cancellation of task processing
[ppc64le] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:40:67: error: 'rocksdb::Cache::Priority' has not been declared
[ppc64le]    40 |                                  rocksdb::Cache::Handle** handle, rocksdb::Cache::Priority priority) = 0;
[ppc64le] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:41:27: error: invalid use of incomplete type 'class rocksdb::Cache'
[ppc64le]    41 |   virtual rocksdb::Cache::Handle* Lookup(const rocksdb::Slice& key, uint32_t hash) = 0;
[ppc64le] --
[ppc64le]    24 | class Cache;  // defined in advanced_cache.h
[ppc64le] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:42:20: error: 'rocksdb::Cache::Handle' has not been declared
[ppc64le]    42 |   virtual bool Ref(rocksdb::Cache::Handle* handle) = 0;
[ppc64le] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:43:24: error: 'rocksdb::Cache::Handle' has not been declared
[ppc64le]    43 |   virtual bool Release(rocksdb::Cache::Handle* handle, bool force_erase = false) = 0;
[ppc64le] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:57:32: error: 'rocksdb::Cache::Handle' has not been declared
[ppc64le]    57 |   virtual DeleterFn GetDeleter(rocksdb::Cache::Handle* handle) const = 0;
[ppc64le] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:63:67: error: invalid use of incomplete type 'class rocksdb::Cache'
[ppc64le]    63 | class ShardedCache : public rocksdb::Cache, public PriorityCache::PriCache {
[ppc64le] --
[ppc64le]    24 | class Cache;  // defined in advanced_cache.h
[ppc64le] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:71:34: error: 'rocksdb::Cache::Handle' has not been declared
[ppc64le]    71 |                                  rocksdb::Cache::Handle** handle, Priority priority) override;
[ppc64le] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:71:67: error: 'Priority' has not been declared
[ppc64le]    71 |                                  rocksdb::Cache::Handle** handle, Priority priority) override;
[ppc64le] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:72:27: error: invalid use of incomplete type 'class rocksdb::Cache'
[ppc64le]    72 |   virtual rocksdb::Cache::Handle* Lookup(const rocksdb::Slice& key, rocksdb::Statistics* stats) override;
[ppc64le] --
[ppc64le]    24 | class Cache;  // defined in advanced_cache.h
[ppc64le] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:73:20: error: 'rocksdb::Cache::Handle' has not been declared
[ppc64le]    73 |   virtual bool Ref(rocksdb::Cache::Handle* handle) override;
2023-Jul-03 20:57:05 :: [ppc64le] ceph.git 17.2.6-alt3: remote: build failed
2023-Jul-03 20:57:05 :: [ppc64le] #200 ceph.git 17.2.6-alt3: build FAILED
[aarch64] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:40:67: error: 'rocksdb::Cache::Priority' has not been declared
[aarch64]    40 |                                  rocksdb::Cache::Handle** handle, rocksdb::Cache::Priority priority) = 0;
[aarch64] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:41:27: error: invalid use of incomplete type 'class rocksdb::Cache'
[aarch64]    41 |   virtual rocksdb::Cache::Handle* Lookup(const rocksdb::Slice& key, uint32_t hash) = 0;
[aarch64] --
[aarch64]    24 | class Cache;  // defined in advanced_cache.h
[aarch64] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:42:20: error: 'rocksdb::Cache::Handle' has not been declared
[aarch64]    42 |   virtual bool Ref(rocksdb::Cache::Handle* handle) = 0;
[aarch64] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:43:24: error: 'rocksdb::Cache::Handle' has not been declared
[aarch64]    43 |   virtual bool Release(rocksdb::Cache::Handle* handle, bool force_erase = false) = 0;
[aarch64] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:57:32: error: 'rocksdb::Cache::Handle' has not been declared
[aarch64]    57 |   virtual DeleterFn GetDeleter(rocksdb::Cache::Handle* handle) const = 0;
[aarch64] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:63:67: error: invalid use of incomplete type 'class rocksdb::Cache'
[aarch64]    63 | class ShardedCache : public rocksdb::Cache, public PriorityCache::PriCache {
[aarch64] --
[aarch64]    24 | class Cache;  // defined in advanced_cache.h
[aarch64] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:71:34: error: 'rocksdb::Cache::Handle' has not been declared
[aarch64]    71 |                                  rocksdb::Cache::Handle** handle, Priority priority) override;
[aarch64] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:71:67: error: 'Priority' has not been declared
[aarch64]    71 |                                  rocksdb::Cache::Handle** handle, Priority priority) override;
[aarch64] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:72:27: error: invalid use of incomplete type 'class rocksdb::Cache'
[aarch64]    72 |   virtual rocksdb::Cache::Handle* Lookup(const rocksdb::Slice& key, rocksdb::Statistics* stats) override;
[aarch64] --
[aarch64]    24 | class Cache;  // defined in advanced_cache.h
[aarch64] /usr/src/RPM/BUILD/ceph-17.2.6/src/kv/rocksdb_cache/ShardedCache.h:73:20: error: 'rocksdb::Cache::Handle' has not been declared
[aarch64]    73 |   virtual bool Ref(rocksdb::Cache::Handle* handle) override;
2023-Jul-03 21:00:45 :: [aarch64] ceph.git 17.2.6-alt3: remote: build failed
2023-Jul-03 21:00:45 :: [aarch64] #200 ceph.git 17.2.6-alt3: build FAILED
2023-Jul-03 20:20:09 :: [x86_64] build FAILED
2023-Jul-03 20:57:05 :: [ppc64le] build FAILED
2023-Jul-03 21:00:45 :: [aarch64] build FAILED
2023-Jul-03 21:00:45 :: task #324165 for sisyphus FAILED


More information about the Sisyphus-incominger mailing list