Package evaluation of LinkedLists on Julia 1.10.8 (92f03a4775*) started at 2025-02-25T04:03:12.453 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 5.36s ################################################################################ # 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.94s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 1237.0 ms ✓ TestEnv 1 dependency successfully precompiled in 4 seconds Precompiling package dependencies... Precompilation completed after 10.66s ################################################################################ # Testing # Testing LinkedLists Status `/tmp/jl_jVSyeW/Project.toml` [70f5e60a] LinkedLists v0.1.1 [8dfed614] Test Status `/tmp/jl_jVSyeW/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.1s 3.246228 seconds (1.19 M allocations: 81.578 MiB, 4.76% gc time, 99.23% 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 2.0s 2.039912 seconds (618.20 k allocations: 41.734 MiB, 1.07% gc time, 98.98% compilation time) Testing LinkedLists tests passed Testing completed after 9.47s PkgEval succeeded after 31.92s