AliceO2Group / AliceO2

O2 software project for the ALICE experiment at CERN
GNU General Public License v3.0
94 stars 415 forks source link

Error while checking branch dev@02f9c196cad61234aad11f219ce69eb105d30ea3:bebe9d449b #806

Closed alibuild closed 6 years ago

alibuild commented 6 years ago

Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/ITSMFT/MFT/macros/run_clus.C:44:27: error: allocation of incomplete type 'FairRunAna'
  FairRunAna * fRun = new FairRunAna();
                          ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:16:7: note: forward declaration of 'FairRunAna'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/ITSMFT/MFT/macros/run_clus.C:45:37: error: allocation of incomplete type 'FairFileSource'
  FairFileSource *fFileSource = new FairFileSource(inFile);
                                    ^~~~~~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:17:69: note: forward declaration of 'FairFileSource'
class __attribute__((annotate("$clingAutoload$FairFileSource.h")))  FairFileSource;
                                                                    ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/ITSMFT/MFT/macros/run_clus.C:46:7: error: member access into incomplete type 'FairRunAna'
  fRun->SetSource(fFileSource);
      ^
G__BaseDict dictionary forward declarations' payload:16:7: note: forward declaration of 'FairRunAna'
class FairRunAna;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/ITSMFT/MFT/macros/run_clus.C:47:7: error: member access into incomplete type 'FairRunAna'
  fRun->SetOutputFile(outFile);
      ^
G__BaseDict dictionary forward declarations' payload:16:7: note: forward declaration of 'FairRunAna'
class FairRunAna;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/ITSMFT/MFT/macros/run_clus.C:50:29: error: member access into incomplete type 'FairRunAna'
  FairRuntimeDb* rtdb = fRun->GetRuntimeDb();
                            ^
G__BaseDict dictionary forward declarations' payload:16:7: note: forward declaration of 'FairRunAna'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/ITSMFT/MFT/macros/run_clus.C:51:38: error: allocation of incomplete type 'FairParRootFileIo'
  FairParRootFileIo* parInput1 = new FairParRootFileIo();
                                     ^~~~~~~~~~~~~~~~~
G__ParBaseDict dictionary forward declarations' payload:17:85: note: forward declaration of 'FairParRootFileIo'
class __attribute__((annotate(R"ATTRDUMP(Parameter I/O from ROOT files)ATTRDUMP"))) FairParRootFileIo;
                                                                                    ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/ITSMFT/MFT/macros/run_clus.C:52:12: error: member access into incomplete type 'FairParRootFileIo'
  parInput1->open(parFile);

Full log here.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:29:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:30:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:31:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");        // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:37:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:37:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:39:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:29:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:30:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:31:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");        // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:37:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:37:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:39:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:29:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:30:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:31:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");        // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:37:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:37:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:39:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:29:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:30:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:31:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");        // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:37:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:37:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:39:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:29:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:30:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:31:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");        // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:37:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:37:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:39:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:29:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:30:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:31:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");        // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:37:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:37:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:39:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:29:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:30:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:31:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");        // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:37:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:37:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:39:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:29:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:30:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:31:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");        // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:37:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:37:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:39:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:29:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:30:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:31:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");        // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:37:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:37:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:39:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:29:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:30:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:31:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");        // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:37:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:37:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:39:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:29:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:30:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:31:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");        // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:37:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:37:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:39:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:29:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:30:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:31:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");        // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:37:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:37:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/drawEMCALgeometry.C:39:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.

alibuild commented 6 years ago

Error for commit 02f9c196cad61234aad11f219ce69eb105d30ea3Error while checking build/O2/o2 for 02f9c196cad61234aad11f219ce69eb105d30ea3:

sw/BUILD/O2-latest/log
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:24:25: error: allocation of incomplete type 'FairRunSim'
  FairRunSim* run = new FairRunSim();
                        ^~~~~~~~~~
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:25:6: error: member access into incomplete type 'FairRunSim'
  run->SetOutputFile("foo.root"); // Output file
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:26:6: error: member access into incomplete type 'FairRunSim'
  run->SetName("TGeant3");      // Transport engine
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
class FairRunSim;
      ^
In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:28:6: error: member access into incomplete type 'FairRunSim'
  run->SetMaterials("media.geo"); // Materials
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:16: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
  ~~~~~~~~~~~~~^
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:31:46: error: no type named 'Cave' in namespace 'o2::Passive'
  o2::Passive::Cave* cave = new o2::Passive::Cave("CAVE");
                                ~~~~~~~~~~~~~^
In file included from G__BaseDict dictionary payload:1884:
--
#undef  _BACKWARD_BACKWARD_WARNING_H

In file included from input_line_10:1:
/mnt/mesos/sandbox/sandbox/O2/Detectors/EMCAL/testsimulation/PutEmcalInTop.C:33:6: error: member access into incomplete type 'FairRunSim'
  run->AddModule(cave);
     ^
G__BaseDict dictionary forward declarations' payload:22:7: note: forward declaration of 'FairRunSim'
--
#undef  _BACKWARD_BACKWARD_WARNING_H

Full log here. has changed.