-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.4.0-DEV-81899bf99e.log
86 lines (85 loc) · 3.81 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
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 Parsers ─────── v0.3.10
Installed AbstractTrees ─ v0.2.1
Installed D3Trees ─────── v0.3.1
Installed JSON ────────── v0.21.0
Updating `~/.julia/environments/v1.4/Project.toml`
[e3df1716] + D3Trees v0.3.1
Updating `~/.julia/environments/v1.4/Manifest.toml`
[1520ce14] + AbstractTrees v0.2.1
[e3df1716] + D3Trees v0.3.1
[682c06a0] + JSON v0.21.0
[69de0a69] + Parsers v0.3.10
[2a0f44e3] + Base64
[ade2ca70] + Dates
[8ba89e20] + Distributed
[b77e0a4c] + InteractiveUtils
[56ddb016] + Logging
[d6f4376e] + Markdown
[a63ad114] + Mmap
[de0858da] + Printf
[9a3f8284] + Random
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[8dfed614] + Test
[4ec0a83e] + Unicode
Testing D3Trees
Path `/home/pkgeval/.julia/packages/D3Trees/CDEyE` exists and looks like the correct package. Using existing path.
Installed SoftGlobalScope ─ v1.0.10
Installed Compat ────────── v2.2.0
Installed NBInclude ─────── v2.1.0
Updating `/tmp/jl_9lGWxF/Project.toml`
[e3df1716] + D3Trees v0.3.1+ [`~/.julia/packages/D3Trees/CDEyE`]
[0db19996] + NBInclude v2.1.0
Updating `/tmp/jl_9lGWxF/Manifest.toml`
[34da2185] + Compat v2.2.0
[e3df1716] ↑ D3Trees v0.3.1 ⇒ v0.3.1+ [`~/.julia/packages/D3Trees/CDEyE`]
[0db19996] + NBInclude v2.1.0
[b85f4697] + SoftGlobalScope v1.0.10
[8bb1440f] + DelimitedFiles
[76f85450] + LibGit2
[8f399da3] + Libdl
[37e2e46d] + LinearAlgebra
[44cfe95a] + Pkg
[3fa0cd96] + REPL
[ea8e919c] + SHA
[1a1011a3] + SharedArrays
[2f01184e] + SparseArrays
[10745b16] + Statistics
[cf7118a7] + UUIDs
Running sandbox
Status `/tmp/jl_9lGWxF/Project.toml`
[1520ce14] AbstractTrees v0.2.1
[e3df1716] D3Trees v0.3.1+ [`~/.julia/packages/D3Trees/CDEyE`]
[682c06a0] JSON v0.21.0
[0db19996] NBInclude v2.1.0
[2a0f44e3] Base64
[9a3f8284] Random
[8dfed614] Test
json(t1) = "{\"children\":[[2,3],[],[4],[]],\"text\":[\"one\\n(second line)\",\"2\",\"III\",\"four\"],\"tooltip\":[\"pops\",\"up\",\"on\",\"hover\"],\"style\":[\"\",\"fill:red\",\"r:14\",\"opacity:0.7\"],\"link_style\":[\"\",\"stroke:blue\",\"\",\"stroke-width:10px\"],\"title\":\"Julia D3Tree\",\"options\":{\"tooltip\":[\"pops\",\"up\",\"on\",\"hover\"],\"link_style\":[\"\",\"stroke:blue\",\"\",\"stroke-width:10px\"],\"text\":[\"one\\n(second line)\",\"2\",\"III\",\"four\"],\"style\":[\"\",\"fill:red\",\"r:14\",\"opacity:0.7\"]}}"
D3Trees.children(D3TreeNode(t1, 1)) = Base.Generator{Array{Int64,1},D3Trees.var"#3#4"{D3TreeNode}}(D3Trees.var"#3#4"{D3TreeNode}(D3TreeNode(D3Tree([[2, 3], [], [4], []], ["one\n(second line)", "2", "III", "four"], ["pops", "up", "on", "hover"], ["", "fill:red", "r:14", "opacity:0.7"], ["", "stroke:blue", "", "stroke-width:10px"], "Julia D3Tree", Dict{Symbol,Any}(:tooltip => ["pops", "up", "on", "hover"],:link_style => ["", "stroke:blue", "", "stroke-width:10px"],:text => ["one\n(second line)", "2", "III", "four"],:style => ["", "fill:red", "r:14", "opacity:0.7"])), 1)), [2, 3])
one
(second line)
├──2
└──III
└──four
generating 1000000 children
0.489798 seconds (1.05 M allocations: 109.281 MiB, 40.06% gc time)
creating tree object
0.472507 seconds (2.17 M allocations: 130.743 MiB, 30.55% gc time)
html string
1.849788 seconds (6.00 M allocations: 261.242 MiB, 18.91% gc time)
AbstractTrees constructor
0.466101 seconds (357.42 k allocations: 16.604 MiB)
0.114541 seconds (7.23 k allocations: 407.246 KiB)
Testing D3Trees tests passed