Package evaluation of LinkedLists on Julia 1.10.9 (96dc2d8c45*) started at 2025-06-06T11:18:49.976 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 4.96s ################################################################################ # Installation # Installing LinkedLists... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [70f5e60a] + LinkedLists v0.1.1 Updating `~/.julia/environments/v1.10/Manifest.toml` [70f5e60a] + LinkedLists v0.1.1 Installation completed after 3.78s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 1191.5 ms ✓ TestEnv 1 dependency successfully precompiled in 4 seconds Precompiling package dependencies... Precompilation completed after 10.85s ################################################################################ # Testing # Testing LinkedLists Status `/tmp/jl_eOj6DG/Project.toml` [70f5e60a] LinkedLists v0.1.1 [8dfed614] Test Status `/tmp/jl_eOj6DG/Manifest.toml` [70f5e60a] LinkedLists v0.1.1 [2a0f44e3] Base64 [b77e0a4c] InteractiveUtils [56ddb016] Logging [d6f4376e] Markdown [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [8dfed614] Test Testing Running tests... SLinkedList{Int64}{Int64}(3, 2, 7, 7, 9) [3, 2, 7, 7, 9] SLinkedList{Int64}{Int64}(3, 2, 7, 7, 9)SLinkedList{Int64}{Int64}(8, 3, 2, 7, 7, 9)SLinkedList{Int64}{Int64}(8, 3, 2, 7, 7, 9, 11) [8, 3, 2, 7, 7, 9] SLinkedList{Int64}{Int64}(17, 16, 3, 12, 7, 7, 23, 24) [17, 16, 3, 12, 7, 7, 23, 24] Test Summary: |Time Singly-Linked Lists | None 3.0s 3.187716 seconds (1.19 M allocations: 81.625 MiB, 3.58% gc time, 99.14% compilation time) LinkedList{Int64}{Int64}(3, 2, 7, 7, 9) [3, 2, 7, 7, 9] LinkedList{Int64}{Int64}(3, 2, 7, 7, 9)LinkedList{Int64}{Int64}(8, 3, 2, 7, 7, 9) LinkedList{Int64}{Int64}(3, 6, 2, 7, 7, 9) [3, 6, 2, 7, 7, 9] LinkedList{Int64}{Int64}(17, 16, 3, 12, 7, 7, 23, 24) [17, 16, 3, 12, 7, 7, 23, 24] Test Summary: |Time Doubly-Linked Lists | None 1.8s 1.848402 seconds (618.31 k allocations: 41.710 MiB, 1.81% gc time, 98.85% compilation time) Testing LinkedLists tests passed Testing completed after 9.34s PkgEval succeeded after 31.21s