-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.4.0-DEV-81899bf99e.log
107 lines (106 loc) · 7.06 KB
/
1.4.0-DEV-81899bf99e.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Julia Version 1.4.0-DEV.634
Commit 81899bf99e (2019-12-18 10:13 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-8.0.1 (ORCJIT, skylake)
Environment:
JULIA_DEPOT_PATH = ::/usr/local/share/julia
Resolving package versions...
Installed CORBITS ─ v1.0.1
Updating `~/.julia/environments/v1.4/Project.toml`
[19bfd68b] + CORBITS v1.0.1
Updating `~/.julia/environments/v1.4/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`
Path `/home/pkgeval/.julia/packages/CORBITS/2Gbsd` exists and looks like the correct package. Using existing path.
Updating `/tmp/jl_Gw47lV/Project.toml`
[2ef0fd6c] + CORBITS v1.0.0 [`~/.julia/packages/CORBITS/2Gbsd`]
Updating `/tmp/jl_Gw47lV/Manifest.toml`
[2ef0fd6c] + CORBITS v1.0.0 [`~/.julia/packages/CORBITS/2Gbsd`]
┌ 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(::Cmd; wait::Bool) at ./process.jl:440
│ [3] run(::Cmd) at ./process.jl:438
│ [4] top-level scope at /home/pkgeval/.julia/packages/CORBITS/2Gbsd/deps/build.jl:2
│ [5] include(::String) at ./client.jl:439
│ [6] top-level scope at none:5
│ in expression starting at /home/pkgeval/.julia/packages/CORBITS/2Gbsd/deps/build.jl:2
└ @ Pkg.Operations /workspace/srcdir/usr/share/julia/stdlib/v1.4/Pkg/src/Operations.jl:892
Testing CORBITS
Path `/home/pkgeval/.julia/packages/CORBITS/2Gbsd` exists and looks like the correct package. Using existing path.
Updating `/tmp/jl_7YqTOy/Project.toml`
[2ef0fd6c] + CORBITS v1.0.0 [`~/.julia/packages/CORBITS/2Gbsd`]
Updating `/tmp/jl_7YqTOy/Manifest.toml`
[2ef0fd6c] + CORBITS v1.0.0 [`~/.julia/packages/CORBITS/2Gbsd`]
Running sandbox
Status `/tmp/jl_7YqTOy/Project.toml`
[2ef0fd6c] CORBITS v1.0.0 [`~/.julia/packages/CORBITS/2Gbsd`]
[8f399da3] Libdl
[44cfe95a] Pkg
[8dfed614] Test
Testing CORBITS tests passed