-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path1.6.0-DEV-bac321d949.log
133 lines (132 loc) · 4.51 KB
/
1.6.0-DEV-bac321d949.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
Current time is 2020-10-26T04:52:27.899
Julia Version 1.6.0-DEV.1331
Commit bac321d949 (2020-10-25 22:53 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: AMD EPYC 7502 32-Core Processor
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-11.0.0 (ORCJIT, znver2)
Environment:
JULIA_DEPOT_PATH = ::/usr/local/share/julia
JULIA_NUM_THREADS = 2
JULIA_MAX_NUM_PRECOMPILE_FILES = 9223372036854775807
JULIA_PKG_SERVER =
Starting installation at 2020-10-26T04:52:30.428
Resolving package versions...
Installed EventSimulation ─ v0.7.2
Updating `~/.julia/environments/v1.6/Project.toml`
[bf752c2e] + EventSimulation v0.7.2
Updating `~/.julia/environments/v1.6/Manifest.toml`
[bf752c2e] + EventSimulation v0.7.2
[9a3f8284] + Random
[9e88b42a] + Serialization
Precompiling project... (tip: to disable auto-precompilation set ENV["JULIA_PKG_PRECOMPILE_AUTO"]=0)
[32m ✓ [39mEventSimulation
1 dependency successfully precompiled
Starting tests at 2020-10-26T04:52:35.674
Testing EventSimulation
Status `/tmp/jl_GGTz2Z/Project.toml`
[bf752c2e] EventSimulation v0.7.2
[9fa8497b] Future
[9a3f8284] Random
[10745b16] Statistics
[8dfed614] Test
Status `/tmp/jl_GGTz2Z/Manifest.toml`
[bf752c2e] EventSimulation v0.7.2
[2a0f44e3] Base64
[9fa8497b] Future
[b77e0a4c] InteractiveUtils
[8f399da3] Libdl
[37e2e46d] LinearAlgebra
[56ddb016] Logging
[d6f4376e] Markdown
[9a3f8284] Random
[9e88b42a] Serialization
[2f01184e] SparseArrays
[10745b16] Statistics
[8dfed614] Test
Testing Running tests...
Running tests:
* core.jl ...
Test Summary: | Pass Total
Testing core Scheduler creation | 5 5
Test Summary: | Pass Total
Testing if register! and go! produce correct order | 2 2
Test Summary: | Pass Total
Testing register! and terminate! for correct number of elements | 2 2
WARNING: Method definition f(Any) in module Main at /home/pkgeval/.julia/packages/EventSimulation/aq1Td/test/core.jl:48 overwritten at /home/pkgeval/.julia/packages/EventSimulation/aq1Td/test/core.jl:56.
Test Summary: | Pass Total
Testing repeat_register! | 2 2
Test Summary: | Pass Total
Testing ordered bulk_register! | 1 1
Test Summary: | Pass Total
Testing random bulk_register! | 11 11
Test Summary: | Pass Total
Testing ordered repeat_bulk_register! | 2 2
Test Summary: | Pass Total
Testing random repeat_bulk_register!. Visual inspection required. | 11 11
Test Summary: | Pass Total
Testing interrupt. | 3 3
Test Summary: | Pass Total
Testing monitor. | 1 1
* prioritytime.jl ...
Test Summary: | Pass Total
Testing Scheduler with PriorityTime | 198 198
Test Summary: | Pass Total
Testing +, -, promotion and conversion | 9 9
Test Summary: | Pass Total
Testing zero | 3 3
Test Summary: | Pass Total
Testing comparison | 32 32
* queue.jl ...
Test Summary: | Pass Total
SimQueue FIFO/LIFO, Resource FIFO/LIFO | 92 92
Test Summary: | Pass Total
SimQueue waive! test | 8 8
Test Summary: | Pass Total
SimQueue withdraw! test | 8 8
* resource.jl ...
Test Summary: | Pass Total
SimResource FIFO/LIFO | 28 28
Test Summary: | Pass Total
SimResource waive! test | 8 8
* ../examples/mms_example.jl ...
MM1 fast time: 1.524227614
MM1 queue time: 0.509007887
MM1 resource time: 0.303820753
Test Summary: | Pass Total
Test of M/M/1 queue | 2 2
MM2 queue time: 0.660878239
MM2 resource time: 0.178947892
Test Summary: | Pass Total
Test of M/M/2 queue | 2 2
MM5 queue time: 0.287506016
MM5 resource time: 0.174829226
Test Summary: | Pass Total
Test of M/M/5 queue | 2 2
* ../examples/mm1_example.jl ...
0 => 0.5723 0.5714
1 => 0.2452 0.2449
2 => 0.1046 0.105
3 => 0.0446 0.045
4 => 0.0191 0.0193
5 => 0.0082 0.0083
6 => 0.0035 0.0035
7 => 0.0015 0.0015
8 => 0.0006 0.0007
9 => 0.0003 0.0003
10 => 0.0001 0.0001
11 => 0.0001 0.0001
12 => 0.0 0.0
13 => 0.0 0.0
14 => 0.0 0.0
15 => 0.0 0.0
16 => 0.0 0.0
17 => 0.0 0.0
18 => 0.0 0.0
19 => 0.0 0.0
Test Summary: | Pass Total
Test of M/M/1 queue with monitor | 1 1
Testing EventSimulation tests passed
Finished at 2020-10-26T04:53:05.961