CORBITS

← Back to package list

If you think that there is an error in how your package is being tested or represented, please file an issue at NewPkgEval.jl, making sure to read the FAQ first.

Results with Julia v1.2.0

Testing was successful. Last evaluation was ago and took 29 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed CORBITS ─ v1.0.1
  Updating `~/.julia/environments/v1.2/Project.toml`
  [19bfd68b] + CORBITS v1.0.1
  Updating `~/.julia/environments/v1.2/Manifest.toml`
  [19bfd68b] + CORBITS v1.0.1
  [2a0f44e3] + Base64 
  [ade2ca70] + Dates 
  [8ba89e20] + Distributed 
  [b77e0a4c] + InteractiveUtils 
  [76f85450] + LibGit2 
  [8f399da3] + Libdl 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [44cfe95a] + Pkg 
  [de0858da] + Printf 
  [3fa0cd96] + REPL 
  [9a3f8284] + Random 
  [ea8e919c] + SHA 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [8dfed614] + Test 
  [cf7118a7] + UUIDs 
  [4ec0a83e] + Unicode 
  Building CORBITS → `~/.julia/packages/CORBITS/2Gbsd/deps/build.log`
┌ Error: Error building `CORBITS`: 
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat lib/math_misc.cpp -o lib/math_misc.o
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat lib/point3D.cpp -o lib/point3D.o
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat lib/transit.cpp -o lib/transit.o
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat lib/occultations.cpp -o lib/occultations.o
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat lib/c_interface.cpp -o lib/c_interface.o
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat data/koi_input.cpp -o data/koi_input.o
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat stat/stat_dist.cpp -o stat/stat_dist.o
│ g++ -shared -olibcorbits.so lib/math_misc.o lib/point3D.o lib/transit.o lib/occultations.o lib/c_interface.o data/koi_input.o stat/stat_dist.o
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat base/corbits.cpp -o base/corbits.o
│ g++ -Wall -O2 -I lib -I data -I stat lib/math_misc.o lib/point3D.o lib/transit.o lib/occultations.o lib/c_interface.o data/koi_input.o stat/stat_dist.o base/corbits.o -o base/corbits
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat examples/kepler-11/Kepler-11.cpp -o examples/kepler-11/Kepler-11.o
│ examples/kepler-11/Kepler-11.cpp: In function 'void read_input()':
│ examples/kepler-11/Kepler-11.cpp:27:12: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
│      fscanf (fin, "%d", &n_planets);
│      ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
│ examples/kepler-11/Kepler-11.cpp:32:16: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
│          fscanf (fin, "%s %d", s, &use[i]);
│          ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
│ g++ -Wall -O2 -I lib -I data -I stat lib/math_misc.o lib/point3D.o lib/transit.o lib/occultations.o lib/c_interface.o data/koi_input.o stat/stat_dist.o examples/kepler-11/Kepler-11.o -o examples/kepler-11/kepler-11
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat examples/period-dist/period_dist.cpp -o examples/period-dist/period_dist.o
│ examples/period-dist/period_dist.cpp: In function 'void print_results()':
│ examples/period-dist/period_dist.cpp:312:65: warning: format '%d' expects argument of type 'int', but argument 3 has type 'std::vector<pdf>::size_type {aka long unsigned int}' [-Wformat=]
│      fprintf (stderr, "Number of pairs of KOIs: %d\n", PDF.size());
│                                                        ~~~~~~~~~~^
│ g++ -Wall -O2 -I lib -I data -I stat lib/math_misc.o lib/point3D.o lib/transit.o lib/occultations.o lib/c_interface.o data/koi_input.o stat/stat_dist.o examples/period-dist/period_dist.o -o examples/period-dist/period-dist
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat examples/mhs-dist/mhs_dist.cpp -o examples/mhs-dist/mhs_dist.o
│ examples/mhs-dist/mhs_dist.cpp: In function 'void print_results()':
│ examples/mhs-dist/mhs_dist.cpp:256:63: warning: format '%d' expects argument of type 'int', but argument 3 has type 'std::vector<pdf>::size_type {aka long unsigned int}' [-Wformat=]
│    fprintf (stderr, "Number of pairs of KOIs: %d\n", PDF.size());
│                                                      ~~~~~~~~~~^
│ g++ -Wall -O2 -I lib -I data -I stat lib/math_misc.o lib/point3D.o lib/transit.o lib/occultations.o lib/c_interface.o data/koi_input.o stat/stat_dist.o examples/mhs-dist/mhs_dist.o -o examples/mhs-dist/mhs-dist
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat examples/solar-system/solsys.cpp -o examples/solar-system/solsys.o
│ g++ -Wall -O2 -I lib -I data -I stat lib/math_misc.o lib/point3D.o lib/transit.o lib/occultations.o lib/c_interface.o data/koi_input.o stat/stat_dist.o examples/solar-system/solsys.o -o examples/solar-system/solar-system
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat examples/case-trans/case_trans.cpp -o examples/case-trans/case_trans.o
│ g++ -Wall -O2 -I lib -I data -I stat lib/math_misc.o lib/point3D.o lib/transit.o lib/occultations.o lib/c_interface.o data/koi_input.o stat/stat_dist.o examples/case-trans/case_trans.o -o examples/case-trans/case-trans
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat examples/koi-table/koi_table.cpp -o examples/koi-table/koi_table.o
│ g++ -Wall -O2 -I lib -I data -I stat lib/math_misc.o lib/point3D.o lib/transit.o lib/occultations.o lib/c_interface.o data/koi_input.o stat/stat_dist.o examples/koi-table/koi_table.o -o examples/koi-table/koi-table
│ data/grab.sh
│ sed: can't read data/koi-data.txt: No such file or directory
│ Makefile:203: recipe for target 'data/koi-data-edit.txt' failed
│ make: *** [data/koi-data-edit.txt] Error 2
│ ERROR: LoadError: failed process: Process(`make`, ProcessExited(2)) [2]
│ 
│ Stacktrace:
│  [1] pipeline_error at ./process.jl:813 [inlined]
│  [2] #run#536(::Bool, ::typeof(run), ::Cmd) at ./process.jl:728
│  [3] run(::Cmd) at ./process.jl:726
│  [4] top-level scope at /root/.julia/packages/CORBITS/2Gbsd/deps/build.jl:2
│  [5] include at ./boot.jl:328 [inlined]
│  [6] include_relative(::Module, ::String) at ./loading.jl:1094
│  [7] include(::Module, ::String) at ./Base.jl:31
│  [8] include(::String) at ./client.jl:431
│  [9] top-level scope at none:5
│ in expression starting at /root/.julia/packages/CORBITS/2Gbsd/deps/build.jl:2
└ @ Pkg.Operations /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/backwards_compatible_isolation.jl:647
   Testing CORBITS
    Status `/tmp/jl_O0h4fl/Manifest.toml`
  [19bfd68b] CORBITS v1.0.1
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [76f85450] LibGit2  [`@stdlib/LibGit2`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [44cfe95a] Pkg  [`@stdlib/Pkg`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [3fa0cd96] REPL  [`@stdlib/REPL`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [ea8e919c] SHA  [`@stdlib/SHA`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [8dfed614] Test  [`@stdlib/Test`]
  [cf7118a7] UUIDs  [`@stdlib/UUIDs`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
   Testing CORBITS tests passed 

Results with Julia v1.3.0

Testing was successful. Last evaluation was ago and took 25 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed CORBITS ─ v1.0.1
  Updating `~/.julia/environments/v1.3/Project.toml`
  [19bfd68b] + CORBITS v1.0.1
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [19bfd68b] + CORBITS v1.0.1
  [2a0f44e3] + Base64 
  [ade2ca70] + Dates 
  [8ba89e20] + Distributed 
  [b77e0a4c] + InteractiveUtils 
  [76f85450] + LibGit2 
  [8f399da3] + Libdl 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [44cfe95a] + Pkg 
  [de0858da] + Printf 
  [3fa0cd96] + REPL 
  [9a3f8284] + Random 
  [ea8e919c] + SHA 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [8dfed614] + Test 
  [cf7118a7] + UUIDs 
  [4ec0a83e] + Unicode 
  Building CORBITS → `~/.julia/packages/CORBITS/2Gbsd/deps/build.log`
┌ Error: Error building `CORBITS`: 
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat lib/math_misc.cpp -o lib/math_misc.o
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat lib/point3D.cpp -o lib/point3D.o
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat lib/transit.cpp -o lib/transit.o
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat lib/occultations.cpp -o lib/occultations.o
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat lib/c_interface.cpp -o lib/c_interface.o
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat data/koi_input.cpp -o data/koi_input.o
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat stat/stat_dist.cpp -o stat/stat_dist.o
│ g++ -shared -olibcorbits.so lib/math_misc.o lib/point3D.o lib/transit.o lib/occultations.o lib/c_interface.o data/koi_input.o stat/stat_dist.o
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat base/corbits.cpp -o base/corbits.o
│ g++ -Wall -O2 -I lib -I data -I stat lib/math_misc.o lib/point3D.o lib/transit.o lib/occultations.o lib/c_interface.o data/koi_input.o stat/stat_dist.o base/corbits.o -o base/corbits
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat examples/kepler-11/Kepler-11.cpp -o examples/kepler-11/Kepler-11.o
│ examples/kepler-11/Kepler-11.cpp: In function 'void read_input()':
│ examples/kepler-11/Kepler-11.cpp:27:12: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
│      fscanf (fin, "%d", &n_planets);
│      ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
│ examples/kepler-11/Kepler-11.cpp:32:16: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
│          fscanf (fin, "%s %d", s, &use[i]);
│          ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
│ g++ -Wall -O2 -I lib -I data -I stat lib/math_misc.o lib/point3D.o lib/transit.o lib/occultations.o lib/c_interface.o data/koi_input.o stat/stat_dist.o examples/kepler-11/Kepler-11.o -o examples/kepler-11/kepler-11
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat examples/period-dist/period_dist.cpp -o examples/period-dist/period_dist.o
│ examples/period-dist/period_dist.cpp: In function 'void print_results()':
│ examples/period-dist/period_dist.cpp:312:65: warning: format '%d' expects argument of type 'int', but argument 3 has type 'std::vector<pdf>::size_type {aka long unsigned int}' [-Wformat=]
│      fprintf (stderr, "Number of pairs of KOIs: %d\n", PDF.size());
│                                                        ~~~~~~~~~~^
│ g++ -Wall -O2 -I lib -I data -I stat lib/math_misc.o lib/point3D.o lib/transit.o lib/occultations.o lib/c_interface.o data/koi_input.o stat/stat_dist.o examples/period-dist/period_dist.o -o examples/period-dist/period-dist
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat examples/mhs-dist/mhs_dist.cpp -o examples/mhs-dist/mhs_dist.o
│ examples/mhs-dist/mhs_dist.cpp: In function 'void print_results()':
│ examples/mhs-dist/mhs_dist.cpp:256:63: warning: format '%d' expects argument of type 'int', but argument 3 has type 'std::vector<pdf>::size_type {aka long unsigned int}' [-Wformat=]
│    fprintf (stderr, "Number of pairs of KOIs: %d\n", PDF.size());
│                                                      ~~~~~~~~~~^
│ g++ -Wall -O2 -I lib -I data -I stat lib/math_misc.o lib/point3D.o lib/transit.o lib/occultations.o lib/c_interface.o data/koi_input.o stat/stat_dist.o examples/mhs-dist/mhs_dist.o -o examples/mhs-dist/mhs-dist
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat examples/solar-system/solsys.cpp -o examples/solar-system/solsys.o
│ g++ -Wall -O2 -I lib -I data -I stat lib/math_misc.o lib/point3D.o lib/transit.o lib/occultations.o lib/c_interface.o data/koi_input.o stat/stat_dist.o examples/solar-system/solsys.o -o examples/solar-system/solar-system
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat examples/case-trans/case_trans.cpp -o examples/case-trans/case_trans.o
│ g++ -Wall -O2 -I lib -I data -I stat lib/math_misc.o lib/point3D.o lib/transit.o lib/occultations.o lib/c_interface.o data/koi_input.o stat/stat_dist.o examples/case-trans/case_trans.o -o examples/case-trans/case-trans
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat examples/koi-table/koi_table.cpp -o examples/koi-table/koi_table.o
│ g++ -Wall -O2 -I lib -I data -I stat lib/math_misc.o lib/point3D.o lib/transit.o lib/occultations.o lib/c_interface.o data/koi_input.o stat/stat_dist.o examples/koi-table/koi_table.o -o examples/koi-table/koi-table
│ data/grab.sh
│ sed: can't read data/koi-data.txt: No such file or directory
│ Makefile:203: recipe for target 'data/koi-data-edit.txt' failed
│ make: *** [data/koi-data-edit.txt] Error 2
│ ERROR: LoadError: failed process: Process(`make`, ProcessExited(2)) [2]
│ 
│ Stacktrace:
│  [1] pipeline_error at ./process.jl:525 [inlined]
│  [2] #run#565(::Bool, ::typeof(run), ::Cmd) at ./process.jl:440
│  [3] run(::Cmd) at ./process.jl:438
│  [4] top-level scope at /root/.julia/packages/CORBITS/2Gbsd/deps/build.jl:2
│  [5] include at ./boot.jl:328 [inlined]
│  [6] include_relative(::Module, ::String) at ./loading.jl:1105
│  [7] include(::Module, ::String) at ./Base.jl:31
│  [8] include(::String) at ./client.jl:424
│  [9] top-level scope at none:5
│ in expression starting at /root/.julia/packages/CORBITS/2Gbsd/deps/build.jl:2
└ @ Pkg.Operations /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/backwards_compatible_isolation.jl:649
   Testing CORBITS
    Status `/tmp/jl_VUOJ1g/Manifest.toml`
  [19bfd68b] CORBITS v1.0.1
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [76f85450] LibGit2  [`@stdlib/LibGit2`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [44cfe95a] Pkg  [`@stdlib/Pkg`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [3fa0cd96] REPL  [`@stdlib/REPL`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [ea8e919c] SHA  [`@stdlib/SHA`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [8dfed614] Test  [`@stdlib/Test`]
  [cf7118a7] UUIDs  [`@stdlib/UUIDs`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
   Testing CORBITS tests passed 

Results with Julia v1.3.1-pre-7704df0a5a

Testing was successful. Last evaluation was ago and took 30 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed CORBITS ─ v1.0.1
  Updating `~/.julia/environments/v1.3/Project.toml`
  [19bfd68b] + CORBITS v1.0.1
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [19bfd68b] + CORBITS v1.0.1
  [2a0f44e3] + Base64 
  [ade2ca70] + Dates 
  [8ba89e20] + Distributed 
  [b77e0a4c] + InteractiveUtils 
  [76f85450] + LibGit2 
  [8f399da3] + Libdl 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [44cfe95a] + Pkg 
  [de0858da] + Printf 
  [3fa0cd96] + REPL 
  [9a3f8284] + Random 
  [ea8e919c] + SHA 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [8dfed614] + Test 
  [cf7118a7] + UUIDs 
  [4ec0a83e] + Unicode 
  Building CORBITS → `~/.julia/packages/CORBITS/2Gbsd/deps/build.log`
┌ Error: Error building `CORBITS`: 
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat lib/math_misc.cpp -o lib/math_misc.o
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat lib/point3D.cpp -o lib/point3D.o
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat lib/transit.cpp -o lib/transit.o
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat lib/occultations.cpp -o lib/occultations.o
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat lib/c_interface.cpp -o lib/c_interface.o
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat data/koi_input.cpp -o data/koi_input.o
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat stat/stat_dist.cpp -o stat/stat_dist.o
│ g++ -shared -olibcorbits.so lib/math_misc.o lib/point3D.o lib/transit.o lib/occultations.o lib/c_interface.o data/koi_input.o stat/stat_dist.o
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat base/corbits.cpp -o base/corbits.o
│ g++ -Wall -O2 -I lib -I data -I stat lib/math_misc.o lib/point3D.o lib/transit.o lib/occultations.o lib/c_interface.o data/koi_input.o stat/stat_dist.o base/corbits.o -o base/corbits
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat examples/kepler-11/Kepler-11.cpp -o examples/kepler-11/Kepler-11.o
│ examples/kepler-11/Kepler-11.cpp: In function 'void read_input()':
│ examples/kepler-11/Kepler-11.cpp:27:12: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
│      fscanf (fin, "%d", &n_planets);
│      ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
│ examples/kepler-11/Kepler-11.cpp:32:16: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
│          fscanf (fin, "%s %d", s, &use[i]);
│          ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
│ g++ -Wall -O2 -I lib -I data -I stat lib/math_misc.o lib/point3D.o lib/transit.o lib/occultations.o lib/c_interface.o data/koi_input.o stat/stat_dist.o examples/kepler-11/Kepler-11.o -o examples/kepler-11/kepler-11
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat examples/period-dist/period_dist.cpp -o examples/period-dist/period_dist.o
│ examples/period-dist/period_dist.cpp: In function 'void print_results()':
│ examples/period-dist/period_dist.cpp:312:65: warning: format '%d' expects argument of type 'int', but argument 3 has type 'std::vector<pdf>::size_type {aka long unsigned int}' [-Wformat=]
│      fprintf (stderr, "Number of pairs of KOIs: %d\n", PDF.size());
│                                                        ~~~~~~~~~~^
│ g++ -Wall -O2 -I lib -I data -I stat lib/math_misc.o lib/point3D.o lib/transit.o lib/occultations.o lib/c_interface.o data/koi_input.o stat/stat_dist.o examples/period-dist/period_dist.o -o examples/period-dist/period-dist
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat examples/mhs-dist/mhs_dist.cpp -o examples/mhs-dist/mhs_dist.o
│ examples/mhs-dist/mhs_dist.cpp: In function 'void print_results()':
│ examples/mhs-dist/mhs_dist.cpp:256:63: warning: format '%d' expects argument of type 'int', but argument 3 has type 'std::vector<pdf>::size_type {aka long unsigned int}' [-Wformat=]
│    fprintf (stderr, "Number of pairs of KOIs: %d\n", PDF.size());
│                                                      ~~~~~~~~~~^
│ g++ -Wall -O2 -I lib -I data -I stat lib/math_misc.o lib/point3D.o lib/transit.o lib/occultations.o lib/c_interface.o data/koi_input.o stat/stat_dist.o examples/mhs-dist/mhs_dist.o -o examples/mhs-dist/mhs-dist
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat examples/solar-system/solsys.cpp -o examples/solar-system/solsys.o
│ g++ -Wall -O2 -I lib -I data -I stat lib/math_misc.o lib/point3D.o lib/transit.o lib/occultations.o lib/c_interface.o data/koi_input.o stat/stat_dist.o examples/solar-system/solsys.o -o examples/solar-system/solar-system
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat examples/case-trans/case_trans.cpp -o examples/case-trans/case_trans.o
│ g++ -Wall -O2 -I lib -I data -I stat lib/math_misc.o lib/point3D.o lib/transit.o lib/occultations.o lib/c_interface.o data/koi_input.o stat/stat_dist.o examples/case-trans/case_trans.o -o examples/case-trans/case-trans
│ g++ -c -fPIC -Wall -O2 -I lib -I data -I stat examples/koi-table/koi_table.cpp -o examples/koi-table/koi_table.o
│ g++ -Wall -O2 -I lib -I data -I stat lib/math_misc.o lib/point3D.o lib/transit.o lib/occultations.o lib/c_interface.o data/koi_input.o stat/stat_dist.o examples/koi-table/koi_table.o -o examples/koi-table/koi-table
│ data/grab.sh
│ sed: can't read data/koi-data.txt: No such file or directory
│ Makefile:203: recipe for target 'data/koi-data-edit.txt' failed
│ make: *** [data/koi-data-edit.txt] Error 2
│ ERROR: LoadError: failed process: Process(`make`, ProcessExited(2)) [2]
│ 
│ Stacktrace:
│  [1] pipeline_error at ./process.jl:525 [inlined]
│  [2] #run#565(::Bool, ::typeof(run), ::Cmd) at ./process.jl:440
│  [3] run(::Cmd) at ./process.jl:438
│  [4] top-level scope at /root/.julia/packages/CORBITS/2Gbsd/deps/build.jl:2
│  [5] include at ./boot.jl:328 [inlined]
│  [6] include_relative(::Module, ::String) at ./loading.jl:1105
│  [7] include(::Module, ::String) at ./Base.jl:31
│  [8] include(::String) at ./client.jl:424
│  [9] top-level scope at none:5
│ in expression starting at /root/.julia/packages/CORBITS/2Gbsd/deps/build.jl:2
└ @ Pkg.Operations /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/backwards_compatible_isolation.jl:649
   Testing CORBITS
    Status `/tmp/jl_8NMvlq/Manifest.toml`
  [19bfd68b] CORBITS v1.0.1
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [76f85450] LibGit2  [`@stdlib/LibGit2`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [44cfe95a] Pkg  [`@stdlib/Pkg`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [3fa0cd96] REPL  [`@stdlib/REPL`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [ea8e919c] SHA  [`@stdlib/SHA`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [8dfed614] Test  [`@stdlib/Test`]
  [cf7118a7] UUIDs  [`@stdlib/UUIDs`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
   Testing CORBITS tests passed