GithubHelp home page GithubHelp logo

Comments (3)

Datseris avatar Datseris commented on June 25, 2024

Hi, as far as I can tell tests pass on all three major operating systems: https://github.com/JuliaDynamics/DrWatson.jl/actions/runs/3659946335 . Please provide more information. Specifically, what's the verrsion you have for both Julia and DrWatson, what is your operating system, and which tests fail.

from drwatson.jl.

iajzenszmi avatar iajzenszmi commented on June 25, 2024

Julia version 1.8.3. Dr Watson version is 1.8
Here is the run:
$ julia
_
_ _ ()_ | Documentation: https://docs.julialang.org
() | () () |
_ _ | | __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ ` | |
| | |
| | | | (
| | | Version 1.8.3 (2022-11-14)
/ |_'|||_'_| | Official https://julialang.org/ release
|__/ |

julia> add DrWatson
ERROR: syntax: extra token "DrWatson" after end of expression
Stacktrace:
[1] top-level scope
@ none:1

(@v1.8) pkg> add DrWatson
Updating registry at ~/.julia/registries/General.toml
Resolving package versions...
No Changes to ~/.julia/environments/v1.8/Project.toml
No Changes to ~/.julia/environments/v1.8/Manifest.toml

(@v1.8) pkg> test DrWatson
Testing DrWatson
Status /tmp/jl_y5RF7P/Project.toml
[fbb218c0] BSON v0.3.6
[5d742f6a] CSVFiles v1.0.2
[944b1d66] CodecZlib v0.7.0
[a93c6f00] DataFrames v1.4.4
⌃ [864edb3b] DataStructures v0.17.20
⌃ [634d3b9d] DrWatson v2.5.0
[5789e2e9] FileIO v1.16.0
[033835bb] JLD2 v0.4.29
[1914dd2f] MacroTools v0.5.10
[d96e819e] Parameters v0.12.3
[ae029012] Requires v1.3.0
[3a884ed6] UnPack v1.0.2
[ade2ca70] Dates @stdlib/Dates
[76f85450] LibGit2 @stdlib/LibGit2
[44cfe95a] Pkg v1.8.0 @stdlib/Pkg
[9a3f8284] Random @stdlib/Random
[10745b16] Statistics @stdlib/Statistics
[8dfed614] Test @stdlib/Test
Status /tmp/jl_y5RF7P/Manifest.toml
[fbb218c0] BSON v0.3.6
[d1d4a3ce] BitFlags v0.1.7
[5d742f6a] CSVFiles v1.0.2
[d360d2e6] ChainRulesCore v1.15.6
[9e997f8a] ChangesOfVariables v0.1.4
[944b1d66] CodecZlib v0.7.0
[34da2185] Compat v4.5.0
[a8cc5b0e] Crayons v4.1.1
[9a962f9c] DataAPI v1.13.0
[a93c6f00] DataFrames v1.4.4
⌃ [864edb3b] DataStructures v0.17.20
[e2d170a0] DataValueInterfaces v1.0.0
[e7dc6d0d] DataValues v0.4.13
[ffbed154] DocStringExtensions v0.9.3
[497a8b3b] DoubleFloats v1.2.2
⌃ [634d3b9d] DrWatson v2.5.0
[5789e2e9] FileIO v1.16.0
[59287772] Formatting v0.4.2
[14197337] GenericLinearAlgebra v0.3.5
[cd3eb016] HTTP v1.6.2
[83e8ac13] IniFile v0.5.1
[842dd82b] InlineStrings v1.3.2
[3587e190] InverseFunctions v0.1.8
[41ab1584] InvertedIndices v1.2.0
[92d709cd] IrrationalConstants v0.1.1
[1c8ee90f] IterableTables v1.0.0
[82899510] IteratorInterfaceExtensions v1.0.0
[033835bb] JLD2 v0.4.29
[692b3bcd] JLLWrappers v1.4.1
[682c06a0] JSON v0.21.3
[b964fa9f] LaTeXStrings v1.3.0
[2ab3a3ac] LogExpFunctions v0.3.19
[e6f89c97] LoggingExtras v1.0.0
[1914dd2f] MacroTools v0.5.10
[739be429] MbedTLS v1.1.7
[e1d29d7a] Missings v1.0.2
[4d1e1d77] Nullables v1.0.0
[4d8831e6] OpenSSL v1.3.2
[bac558e1] OrderedCollections v1.4.1
[d96e819e] Parameters v0.12.3
[69de0a69] Parsers v2.5.2
[f27b6e38] Polynomials v3.2.0
[2dfb63ee] PooledArrays v1.4.2
[21216c6a] Preferences v1.3.0
[08abe8d2] PrettyTables v2.2.2
[be4d8f0f] Quadmath v0.5.6
[3cdcf5f2] RecipesBase v1.3.2
[189a3867] Reexport v1.2.2
[ae029012] Requires v1.3.0
[777ac1f9] SimpleBufferStream v1.1.0
[66db9d55] SnoopPrecompile v1.0.1
[a2af1166] SortingAlgorithms v1.1.0
[276daf66] SpecialFunctions v2.1.7
[892a3eda] StringManipulation v0.3.0
[5e66a065] TableShowUtils v0.2.5
[3783bdb8] TableTraits v1.0.1
[382cd787] TableTraitsUtils v1.0.2
[bd369af6] Tables v1.10.0
[e0df1984] TextParse v1.0.2
[3bb67fe8] TranscodingStreams v0.9.10
[5c2747f8] URIs v1.4.1
[3a884ed6] UnPack v1.0.2
[ea10d353] WeakRefStrings v1.4.2
[458c3c95] OpenSSL_jll v1.1.19+0
[efe28fd5] OpenSpecFun_jll v0.5.5+0
[0dad84c5] ArgTools v1.1.1 @stdlib/ArgTools
[56f22d72] Artifacts @stdlib/Artifacts
[2a0f44e3] Base64 @stdlib/Base64
[ade2ca70] Dates @stdlib/Dates
[f43a241f] Downloads v1.6.0 @stdlib/Downloads
[7b1f6079] FileWatching @stdlib/FileWatching
[9fa8497b] Future @stdlib/Future
[b77e0a4c] InteractiveUtils @stdlib/InteractiveUtils
[b27032c2] LibCURL v0.6.3 @stdlib/LibCURL
[76f85450] LibGit2 @stdlib/LibGit2
[8f399da3] Libdl @stdlib/Libdl
[37e2e46d] LinearAlgebra @stdlib/LinearAlgebra
[56ddb016] Logging @stdlib/Logging
[d6f4376e] Markdown @stdlib/Markdown
[a63ad114] Mmap @stdlib/Mmap
[ca575930] NetworkOptions v1.2.0 @stdlib/NetworkOptions
[44cfe95a] Pkg v1.8.0 @stdlib/Pkg
[de0858da] Printf @stdlib/Printf
[3fa0cd96] REPL @stdlib/REPL
[9a3f8284] Random @stdlib/Random
[ea8e919c] SHA v0.7.0 @stdlib/SHA
[9e88b42a] Serialization @stdlib/Serialization
[6462fe0b] Sockets @stdlib/Sockets
[2f01184e] SparseArrays @stdlib/SparseArrays
[10745b16] Statistics @stdlib/Statistics
[fa267f1f] TOML v1.0.0 @stdlib/TOML
[a4e569a6] Tar v1.10.1 @stdlib/Tar
[8dfed614] Test @stdlib/Test
[cf7118a7] UUIDs @stdlib/UUIDs
[4ec0a83e] Unicode @stdlib/Unicode
[e66e0078] CompilerSupportLibraries_jll v0.5.2+0 @stdlib/CompilerSupportLibraries_jll
[deac9b47] LibCURL_jll v7.84.0+0 @stdlib/LibCURL_jll
[29816b5a] LibSSH2_jll v1.10.2+0 @stdlib/LibSSH2_jll
[c8ffd9c3] MbedTLS_jll v2.28.0+0 @stdlib/MbedTLS_jll
[14a3606d] MozillaCACerts_jll v2022.2.1 @stdlib/MozillaCACerts_jll
[4536629a] OpenBLAS_jll v0.3.20+0 @stdlib/OpenBLAS_jll
[05823500] OpenLibm_jll v0.8.1+0 @stdlib/OpenLibm_jll
[83775a58] Zlib_jll v1.2.12+3 @stdlib/Zlib_jll
[8e850b90] libblastrampoline_jll v5.1.1+0 @stdlib/libblastrampoline_jll
[8e850ede] nghttp2_jll v1.48.0+0 @stdlib/nghttp2_jll
[3f19e933] p7zip_jll v17.4.0+0 @stdlib/p7zip_jll
Info Packages marked with ⌃ have new versions available and may be upgradable.
Precompiling project...
8 dependencies successfully precompiled in 106 seconds. 64 already precompiled.
Testing Running tests...
┌ Warning: Path separators in savename prefixes may break reproducibility on other OS.
│ The recommended way is using the *dir() methods or joinpath with
savename (e.g. datadir("path", "to", "folder", savename("prefix", data))).
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/naming.jl:94
┌ Warning: Path separators in savename prefixes may break reproducibility on other OS.
│ The recommended way is using the *dir() methods or joinpath with
savename (e.g. datadir("path", "to", "folder", savename("prefix", data))).
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/naming.jl:94
┌ Warning: Path separators in savename prefixes may break reproducibility on other OS.
│ The recommended way is using the *dir() methods or joinpath with
savename (e.g. datadir("path", "to", "folder", savename("prefix", data))).
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/naming.jl:94
Activating project at /tmp/jl_y5RF7P
Base.active_project() = "/tmp/jl_y5RF7P/Project.toml"
Base.load_path_expand("@v$(VERSION.major).$(VERSION.minor)") = "/home/ian/.julia/environments/v1.8/Project.toml"
Activating new project at ~/.julia/packages/DrWatson/OgRKj/test/test project
Updating registry at ~/.julia/registries/General.toml
Resolving package versions...
Updating ~/.julia/packages/DrWatson/OgRKj/test/test project/Project.toml
[634d3b9d] + DrWatson v2.12.0
Updating ~/.julia/packages/DrWatson/OgRKj/test/test project/Manifest.toml
[634d3b9d] + DrWatson v2.12.0
[5789e2e9] + FileIO v1.16.0
[033835bb] + JLD2 v0.4.29
[1914dd2f] + MacroTools v0.5.10
[bac558e1] + OrderedCollections v1.4.1
[189a3867] + Reexport v1.2.2
[ae029012] + Requires v1.3.0
[6c6a2e73] + Scratch v1.1.1
[3bb67fe8] + TranscodingStreams v0.9.10
[3a884ed6] + UnPack v1.0.2
[0dad84c5] + ArgTools v1.1.1
[56f22d72] + Artifacts
[2a0f44e3] + Base64
[ade2ca70] + Dates
[f43a241f] + Downloads v1.6.0
[7b1f6079] + FileWatching
[b77e0a4c] + InteractiveUtils
[b27032c2] + LibCURL v0.6.3
[76f85450] + LibGit2
[8f399da3] + Libdl
[56ddb016] + Logging
[d6f4376e] + Markdown
[a63ad114] + Mmap
[ca575930] + NetworkOptions v1.2.0
[44cfe95a] + Pkg v1.8.0
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA v0.7.0
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[fa267f1f] + TOML v1.0.0
[a4e569a6] + Tar v1.10.1
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
[deac9b47] + LibCURL_jll v7.84.0+0
[29816b5a] + LibSSH2_jll v1.10.2+0
[c8ffd9c3] + MbedTLS_jll v2.28.0+0
[14a3606d] + MozillaCACerts_jll v2022.2.1
[83775a58] + Zlib_jll v1.2.12+3
[8e850ede] + nghttp2_jll v1.48.0+0
[3f19e933] + p7zip_jll v17.4.0+0
Activating new project at ~/.julia/packages/DrWatson/OgRKj/test/test project
Resolving package versions...
Updating ~/.julia/packages/DrWatson/OgRKj/test/test project/Project.toml
[634d3b9d] + DrWatson v2.12.0
Updating ~/.julia/packages/DrWatson/OgRKj/test/test project/Manifest.toml
[634d3b9d] + DrWatson v2.12.0
[5789e2e9] + FileIO v1.16.0
[033835bb] + JLD2 v0.4.29
[1914dd2f] + MacroTools v0.5.10
[bac558e1] + OrderedCollections v1.4.1
[189a3867] + Reexport v1.2.2
[ae029012] + Requires v1.3.0
[6c6a2e73] + Scratch v1.1.1
[3bb67fe8] + TranscodingStreams v0.9.10
[3a884ed6] + UnPack v1.0.2
[0dad84c5] + ArgTools v1.1.1
[56f22d72] + Artifacts
[2a0f44e3] + Base64
[ade2ca70] + Dates
[f43a241f] + Downloads v1.6.0
[7b1f6079] + FileWatching
[b77e0a4c] + InteractiveUtils
[b27032c2] + LibCURL v0.6.3
[76f85450] + LibGit2
[8f399da3] + Libdl
[56ddb016] + Logging
[d6f4376e] + Markdown
[a63ad114] + Mmap
[ca575930] + NetworkOptions v1.2.0
[44cfe95a] + Pkg v1.8.0
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA v0.7.0
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[fa267f1f] + TOML v1.0.0
[a4e569a6] + Tar v1.10.1
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
[deac9b47] + LibCURL_jll v7.84.0+0
[29816b5a] + LibSSH2_jll v1.10.2+0
[c8ffd9c3] + MbedTLS_jll v2.28.0+0
[14a3606d] + MozillaCACerts_jll v2022.2.1
[83775a58] + Zlib_jll v1.2.12+3
[8e850ede] + nghttp2_jll v1.48.0+0
[3f19e933] + p7zip_jll v17.4.0+0
Activating new project at ~/.julia/packages/DrWatson/OgRKj/test/test project
Resolving package versions...
Updating ~/.julia/packages/DrWatson/OgRKj/test/test project/Project.toml
[634d3b9d] + DrWatson v2.12.0
Updating ~/.julia/packages/DrWatson/OgRKj/test/test project/Manifest.toml
[634d3b9d] + DrWatson v2.12.0
[5789e2e9] + FileIO v1.16.0
[033835bb] + JLD2 v0.4.29
[1914dd2f] + MacroTools v0.5.10
[bac558e1] + OrderedCollections v1.4.1
[189a3867] + Reexport v1.2.2
[ae029012] + Requires v1.3.0
[6c6a2e73] + Scratch v1.1.1
[3bb67fe8] + TranscodingStreams v0.9.10
[3a884ed6] + UnPack v1.0.2
[0dad84c5] + ArgTools v1.1.1
[56f22d72] + Artifacts
[2a0f44e3] + Base64
[ade2ca70] + Dates
[f43a241f] + Downloads v1.6.0
[7b1f6079] + FileWatching
[b77e0a4c] + InteractiveUtils
[b27032c2] + LibCURL v0.6.3
[76f85450] + LibGit2
[8f399da3] + Libdl
[56ddb016] + Logging
[d6f4376e] + Markdown
[a63ad114] + Mmap
[ca575930] + NetworkOptions v1.2.0
[44cfe95a] + Pkg v1.8.0
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA v0.7.0
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[fa267f1f] + TOML v1.0.0
[a4e569a6] + Tar v1.10.1
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
[deac9b47] + LibCURL_jll v7.84.0+0
[29816b5a] + LibSSH2_jll v1.10.2+0
[c8ffd9c3] + MbedTLS_jll v2.28.0+0
[14a3606d] + MozillaCACerts_jll v2022.2.1
[83775a58] + Zlib_jll v1.2.12+3
[8e850ede] + nghttp2_jll v1.48.0+0
[3f19e933] + p7zip_jll v17.4.0+0
Activating project at ~/.julia/packages/DrWatson/OgRKj/test/test project
Activating new project at ~/test project
Resolving package versions...
Updating ~/test project/Project.toml
[634d3b9d] + DrWatson v2.12.0
Updating ~/test project/Manifest.toml
[634d3b9d] + DrWatson v2.12.0
[5789e2e9] + FileIO v1.16.0
[033835bb] + JLD2 v0.4.29
[1914dd2f] + MacroTools v0.5.10
[bac558e1] + OrderedCollections v1.4.1
[189a3867] + Reexport v1.2.2
[ae029012] + Requires v1.3.0
[6c6a2e73] + Scratch v1.1.1
[3bb67fe8] + TranscodingStreams v0.9.10
[3a884ed6] + UnPack v1.0.2
[0dad84c5] + ArgTools v1.1.1
[56f22d72] + Artifacts
[2a0f44e3] + Base64
[ade2ca70] + Dates
[f43a241f] + Downloads v1.6.0
[7b1f6079] + FileWatching
[b77e0a4c] + InteractiveUtils
[b27032c2] + LibCURL v0.6.3
[76f85450] + LibGit2
[8f399da3] + Libdl
[56ddb016] + Logging
[d6f4376e] + Markdown
[a63ad114] + Mmap
[ca575930] + NetworkOptions v1.2.0
[44cfe95a] + Pkg v1.8.0
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA v0.7.0
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[fa267f1f] + TOML v1.0.0
[a4e569a6] + Tar v1.10.1
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
[deac9b47] + LibCURL_jll v7.84.0+0
[29816b5a] + LibSSH2_jll v1.10.2+0
[c8ffd9c3] + MbedTLS_jll v2.28.0+0
[14a3606d] + MozillaCACerts_jll v2022.2.1
[83775a58] + Zlib_jll v1.2.12+3
[8e850ede] + nghttp2_jll v1.48.0+0
[3f19e933] + p7zip_jll v17.4.0+0
WARNING: using DataStructures.path in module Main conflicts with an existing identifier.
┌ Warning: The directory ('/home/ian/.julia/packages/DrWatson/OgRKj/test') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
Saving tools: Test Failed at /home/ian/.julia/packages/DrWatson/OgRKj/test/stools_tests.jl:7
Expression: com isa String
Evaluated: nothing isa String
Stacktrace:
[1] top-level scope
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:464
[2] include(fname::String)
@ Base.MainInclude ./client.jl:476
[3] macro expansion
@ ~/.julia/packages/DrWatson/OgRKj/test/runtests.jl:7 [inlined]
[4] macro expansion
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:1360 [inlined]
[5] macro expansion
@ ~/.julia/packages/DrWatson/OgRKj/test/runtests.jl:7 [inlined]
[6] macro expansion
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:1360 [inlined]
[7] top-level scope
@ ~/.julia/packages/DrWatson/OgRKj/test/runtests.jl:4
┌ Warning: The directory ('/home/ian/.julia/packages/DrWatson/OgRKj') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
Saving tools: Test Failed at /home/ian/.julia/packages/DrWatson/OgRKj/test/stools_tests.jl:10
Expression: com !== nothing
Evaluated: nothing !== nothing
Stacktrace:
[1] top-level scope
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:464
[2] include(fname::String)
@ Base.MainInclude ./client.jl:476
[3] macro expansion
@ ~/.julia/packages/DrWatson/OgRKj/test/runtests.jl:7 [inlined]
[4] macro expansion
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:1360 [inlined]
[5] macro expansion
@ ~/.julia/packages/DrWatson/OgRKj/test/runtests.jl:7 [inlined]
[6] macro expansion
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:1360 [inlined]
[7] top-level scope
@ ~/.julia/packages/DrWatson/OgRKj/test/runtests.jl:4
Saving tools: Test Failed at /home/ian/.julia/packages/DrWatson/OgRKj/test/stools_tests.jl:11
Expression: typeof(com) <: String
Evaluated: Nothing <: String
Stacktrace:
[1] top-level scope
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:464
[2] include(fname::String)
@ Base.MainInclude ./client.jl:476
[3] macro expansion
@ ~/.julia/packages/DrWatson/OgRKj/test/runtests.jl:7 [inlined]
[4] macro expansion
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:1360 [inlined]
[5] macro expansion
@ ~/.julia/packages/DrWatson/OgRKj/test/runtests.jl:7 [inlined]
[6] macro expansion
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:1360 [inlined]
[7] top-level scope
@ ~/.julia/packages/DrWatson/OgRKj/test/runtests.jl:4
Saving tools: Error During Test at /home/ian/.julia/packages/DrWatson/OgRKj/test/runtests.jl:7
Got exception outside of a @test
LoadError: GitError(Code:ENOTFOUND, Class:Repository, could not find repository from '/home/ian/.julia/packages/DrWatson/OgRKj/test')
Stacktrace:
[1] macro expansion
@ /snap/julia/67/share/julia/stdlib/v1.8/LibGit2/src/error.jl:110 [inlined]
[2] GitRepoExt(path::String, flags::UInt32)
@ LibGit2 /snap/julia/67/share/julia/stdlib/v1.8/LibGit2/src/repository.jl:26
[3] GitRepoExt
@ /snap/julia/67/share/julia/stdlib/v1.8/LibGit2/src/repository.jl:23 [inlined]
[4] isdirty(gitpath::String)
@ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:92
[5] top-level scope
@ ~/.julia/packages/DrWatson/OgRKj/test/stools_tests.jl:16
[6] include(fname::String)
@ Base.MainInclude ./client.jl:476
[7] macro expansion
@ ~/.julia/packages/DrWatson/OgRKj/test/runtests.jl:7 [inlined]
[8] macro expansion
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:1360 [inlined]
[9] macro expansion
@ ~/.julia/packages/DrWatson/OgRKj/test/runtests.jl:7 [inlined]
[10] macro expansion
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:1360 [inlined]
[11] top-level scope
@ ~/.julia/packages/DrWatson/OgRKj/test/runtests.jl:4
[12] include(fname::String)
@ Base.MainInclude ./client.jl:476
[13] top-level scope
@ none:6
[14] eval
@ ./boot.jl:368 [inlined]
[15] exec_options(opts::Base.JLOptions)
@ Base ./client.jl:276
[16] _start()
@ Base ./client.jl:522
in expression starting at /home/ian/.julia/packages/DrWatson/OgRKj/test/stools_tests.jl:16
┌ Warning: The directory ('/home/ian/.julia/packages/DrWatson/OgRKj') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
Tagsafe (bson): Test Failed at /home/ian/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:25
Expression: "gitcommit" ∈ keys(file)
Evaluated: "gitcommit" ∈ ["b", "simulation", "a"]
Stacktrace:
[1] macro expansion
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:464 [inlined]
[2] macro expansion
@ ~/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:25 [inlined]
[3] top-level scope
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:1436
Tagsafe (bson): Error During Test at /home/ian/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:26
Test threw exception
Expression: file["gitcommit"] |> typeof == String
KeyError: key "gitcommit" not found
Stacktrace:
[1] getindex(h::Dict{String, Any}, key::String)
@ Base ./dict.jl:498
[2] macro expansion
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:464 [inlined]
[3] macro expansion
@ ~/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:26 [inlined]
[4] top-level scope
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:1436
┌ Warning: The directory ('/home/ian/.julia/packages/DrWatson/OgRKj') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
Tagsafe (bson): Test Failed at /home/ian/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:32
Expression: "gitcommit" ∈ keys(file)
Evaluated: "gitcommit" ∈ ["b", "simulation", "a"]
Stacktrace:
[1] macro expansion
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:464 [inlined]
[2] macro expansion
@ ~/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:32 [inlined]
[3] top-level scope
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:1436
Tagsafe (bson): Error During Test at /home/ian/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:33
Test threw exception
Expression: file["gitcommit"] |> typeof == String
KeyError: key "gitcommit" not found
Stacktrace:
[1] getindex(h::Dict{String, Any}, key::String)
@ Base ./dict.jl:498
[2] macro expansion
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:464 [inlined]
[3] macro expansion
@ ~/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:33 [inlined]
[4] top-level scope
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:1436
Tagsafe (bson): Test Failed at /home/ian/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:34
Expression: "script" ∈ keys(file)
Evaluated: "script" ∈ ["b", "simulation", "a"]
Stacktrace:
[1] macro expansion
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:464 [inlined]
[2] macro expansion
@ ~/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:34 [inlined]
[3] top-level scope
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:1436
Tagsafe (bson): Error During Test at /home/ian/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:35
Test threw exception
Expression: file["script"] |> typeof == String
KeyError: key "script" not found
Stacktrace:
[1] getindex(h::Dict{String, Any}, key::String)
@ Base ./dict.jl:498
[2] macro expansion
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:464 [inlined]
[3] macro expansion
@ ~/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:35 [inlined]
[4] top-level scope
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:1436
Tagsafe (bson): Error During Test at /home/ian/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:36
Test threw exception
Expression: file["script"] == joinpath("test", "savefiles_tests.jl#30")
KeyError: key "script" not found
Stacktrace:
[1] getindex(h::Dict{String, Any}, key::String)
@ Base ./dict.jl:498
[2] macro expansion
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:464 [inlined]
[3] macro expansion
@ ~/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:36 [inlined]
[4] top-level scope
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:1436
┌ Warning: The directory ('/home/ian/.julia/packages/DrWatson/OgRKj') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
┌ Warning: The directory ('/home/ian/.julia/packages/DrWatson/OgRKj') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
┌ Warning: The directory ('/home/ian/.julia/packages/DrWatson/OgRKj') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
┌ Warning: The directory ('/home/ian/.julia/packages/DrWatson/OgRKj') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
Tagsafe (bson): Test Failed at /home/ian/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:55
Expression: (#= /home/ian/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:55 =# @TagSave(savename(simulation, ending), t, safe = true, force = true, gitpath = findproject()))["gitcommit"] != ""
Evaluated: "" != ""
Stacktrace:
[1] macro expansion
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:464 [inlined]
[2] macro expansion
@ ~/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:55 [inlined]
[3] top-level scope
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:1436
┌ Warning: The directory ('/home/ian/.julia/packages/DrWatson/OgRKj') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
Tagsafe (jld2): Test Failed at /home/ian/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:25
Expression: "gitcommit" ∈ keys(file)
Evaluated: "gitcommit" ∈ ["b", "simulation", "a"]
Stacktrace:
[1] macro expansion
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:464 [inlined]
[2] macro expansion
@ ~/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:25 [inlined]
[3] top-level scope
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:1436
Tagsafe (jld2): Error During Test at /home/ian/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:26
Test threw exception
Expression: file["gitcommit"] |> typeof == String
KeyError: key "gitcommit" not found
Stacktrace:
[1] getindex(h::Dict{String, Any}, key::String)
@ Base ./dict.jl:498
[2] macro expansion
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:464 [inlined]
[3] macro expansion
@ ~/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:26 [inlined]
[4] top-level scope
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:1436
┌ Warning: The directory ('/home/ian/.julia/packages/DrWatson/OgRKj') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
Tagsafe (jld2): Test Failed at /home/ian/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:32
Expression: "gitcommit" ∈ keys(file)
Evaluated: "gitcommit" ∈ ["b", "simulation", "a"]
Stacktrace:
[1] macro expansion
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:464 [inlined]
[2] macro expansion
@ ~/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:32 [inlined]
[3] top-level scope
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:1436
Tagsafe (jld2): Error During Test at /home/ian/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:33
Test threw exception
Expression: file["gitcommit"] |> typeof == String
KeyError: key "gitcommit" not found
Stacktrace:
[1] getindex(h::Dict{String, Any}, key::String)
@ Base ./dict.jl:498
[2] macro expansion
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:464 [inlined]
[3] macro expansion
@ ~/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:33 [inlined]
[4] top-level scope
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:1436
Tagsafe (jld2): Test Failed at /home/ian/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:34
Expression: "script" ∈ keys(file)
Evaluated: "script" ∈ ["b", "simulation", "a"]
Stacktrace:
[1] macro expansion
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:464 [inlined]
[2] macro expansion
@ ~/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:34 [inlined]
[3] top-level scope
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:1436
Tagsafe (jld2): Error During Test at /home/ian/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:35
Test threw exception
Expression: file["script"] |> typeof == String
KeyError: key "script" not found
Stacktrace:
[1] getindex(h::Dict{String, Any}, key::String)
@ Base ./dict.jl:498
[2] macro expansion
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:464 [inlined]
[3] macro expansion
@ ~/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:35 [inlined]
[4] top-level scope
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:1436
Tagsafe (jld2): Error During Test at /home/ian/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:36
Test threw exception
Expression: file["script"] == joinpath("test", "savefiles_tests.jl#30")
KeyError: key "script" not found
Stacktrace:
[1] getindex(h::Dict{String, Any}, key::String)
@ Base ./dict.jl:498
[2] macro expansion
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:464 [inlined]
[3] macro expansion
@ ~/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:36 [inlined]
[4] top-level scope
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:1436
┌ Warning: The directory ('/home/ian/.julia/packages/DrWatson/OgRKj') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
┌ Warning: The directory ('/home/ian/.julia/packages/DrWatson/OgRKj') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
┌ Warning: The directory ('/home/ian/.julia/packages/DrWatson/OgRKj') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
┌ Warning: The directory ('/home/ian/.julia/packages/DrWatson/OgRKj') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
Tagsafe (jld2): Test Failed at /home/ian/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:55
Expression: (#= /home/ian/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:55 =# @TagSave(savename(simulation, ending), t, safe = true, force = true, gitpath = findproject()))["gitcommit"] != ""
Evaluated: "" != ""
Stacktrace:
[1] macro expansion
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:464 [inlined]
[2] macro expansion
@ ~/.julia/packages/DrWatson/OgRKj/test/savefiles_tests.jl:55 [inlined]
[3] top-level scope
@ /snap/julia/67/share/julia/stdlib/v1.8/Test/src/Test.jl:1436
┌ Warning: The directory ('/home/ian/.julia/packages/DrWatson/OgRKj') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
┌ Warning: The directory ('/home/ian/.julia/packages/DrWatson/OgRKj') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
[ Info: Attempting to dynamically load CodecZlib
┌ Warning: The directory ('/home/ian/.julia/packages/DrWatson/OgRKj') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
┌ Warning: The directory ('/home/ian/.julia/packages/DrWatson/OgRKj') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
[ Info: File N=50_T=1000_every=10_seed=1111_Δt=0.05.bson does not exist. Producing it now...
┌ Warning: The directory ('/home/ian/test project') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
[ Info: File N=50_T=1000_every=10_seed=1111_Δt=0.05.bson saved.
[ Info: File N=50_T=1000_every=10_seed=1111_Δt=0.05.bson does not exist. Producing it now...
┌ Warning: The directory ('/home/ian/test project') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
[ Info: File N=50_T=1000_every=10_seed=1111_Δt=0.05.bson saved.
[ Info: File N=50_T=1000_every=10_seed=1111_Δt=0.05.bson does not exist. Producing it now...
┌ Warning: The directory ('/home/ian/test project') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
[ Info: File N=50_T=1000_every=10_seed=1111_Δt=0.05.bson saved.
[ Info: File N=50_T=1000_every=10_seed=1111_Δt=0.05.bson does not exist. Producing it now...
┌ Warning: The directory ('/home/ian/test project') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
[ Info: File N=50_T=1000_every=10_seed=1111_Δt=0.05.bson saved.
[ Info: File /home/ian/.julia/packages/DrWatson/OgRKj/test/pre_N=50_T=1000_every=10_seed=1111_Δt=0.05.bson does not exist. Producing it now...
┌ Warning: The directory ('/home/ian/test project') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
[ Info: File /home/ian/.julia/packages/DrWatson/OgRKj/test/pre_N=50_T=1000_every=10_seed=1111_Δt=0.05.bson saved.
[ Info: File N=50_T=1000_every=10_seed=1111_Δt=0.05.jld2 does not exist. Producing it now...
┌ Warning: The directory ('/home/ian/test project') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
[ Info: File N=50_T=1000_every=10_seed=1111_Δt=0.05.jld2 saved.
[ Info: File N=50_T=1000_every=10_seed=1111_Δt=0.05.jld2 does not exist. Producing it now...
┌ Warning: The directory ('/home/ian/test project') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
[ Info: File N=50_T=1000_every=10_seed=1111_Δt=0.05.jld2 saved.
[ Info: File N=50_T=1000_every=10_seed=1111_Δt=0.05.jld2 does not exist. Producing it now...
┌ Warning: The directory ('/home/ian/test project') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
[ Info: File N=50_T=1000_every=10_seed=1111_Δt=0.05.jld2 saved.
[ Info: File N=50_T=1000_every=10_seed=1111_Δt=0.05.jld2 does not exist. Producing it now...
┌ Warning: The directory ('/home/ian/test project') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
[ Info: File N=50_T=1000_every=10_seed=1111_Δt=0.05.jld2 saved.
[ Info: File /home/ian/.julia/packages/DrWatson/OgRKj/test/pre_N=50_T=1000_every=10_seed=1111_Δt=0.05.jld2 does not exist. Producing it now...
┌ Warning: The directory ('/home/ian/test project') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
[ Info: File /home/ian/.julia/packages/DrWatson/OgRKj/test/pre_N=50_T=1000_every=10_seed=1111_Δt=0.05.jld2 saved.
[ Info: File compress=false.jld2 does not exist. Producing it now...
┌ Warning: The directory ('/home/ian/test project') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
[ Info: File compress=false.jld2 saved.
[ Info: File compress=true.jld2 does not exist. Producing it now...
┌ Warning: The directory ('/home/ian/test project') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
[ Info: File compress=true.jld2 saved.
[ Info: File compress=false.jld2 does not exist. Producing it now...
┌ Warning: The directory ('/home/ian/test project') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
[ Info: File compress=false.jld2 saved.
[ Info: File compress=true.jld2 does not exist. Producing it now...
┌ Warning: The directory ('/home/ian/test project') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
[ Info: File compress=true.jld2 saved.
[ Info: File N=50_T=1000_every=10_seed=1111_Δt=0.05.jld2 does not exist. Producing it now...
┌ Warning: The directory ('/home/ian/test project') is not a Git repository, returning nothing instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/saving_tools.jl:53
[ Info: File N=50_T=1000_every=10_seed=1111_Δt=0.05.jld2 saved.
[ Info: File a=0.5.csv does not exist. Producing it now...
[ Info: File a=0.5.csv saved.
Activating new project at ~/.julia/packages/DrWatson/OgRKj/test/testdir
Resolving package versions...
Updating ~/.julia/packages/DrWatson/OgRKj/test/testdir/Project.toml
[634d3b9d] + DrWatson v2.12.0
Updating ~/.julia/packages/DrWatson/OgRKj/test/testdir/Manifest.toml
[634d3b9d] + DrWatson v2.12.0
[5789e2e9] + FileIO v1.16.0
[033835bb] + JLD2 v0.4.29
[1914dd2f] + MacroTools v0.5.10
[bac558e1] + OrderedCollections v1.4.1
[189a3867] + Reexport v1.2.2
[ae029012] + Requires v1.3.0
[6c6a2e73] + Scratch v1.1.1
[3bb67fe8] + TranscodingStreams v0.9.10
[3a884ed6] + UnPack v1.0.2
[0dad84c5] + ArgTools v1.1.1
[56f22d72] + Artifacts
[2a0f44e3] + Base64
[ade2ca70] + Dates
[f43a241f] + Downloads v1.6.0
[7b1f6079] + FileWatching
[b77e0a4c] + InteractiveUtils
[b27032c2] + LibCURL v0.6.3
[76f85450] + LibGit2
[8f399da3] + Libdl
[56ddb016] + Logging
[d6f4376e] + Markdown
[a63ad114] + Mmap
[ca575930] + NetworkOptions v1.2.0
[44cfe95a] + Pkg v1.8.0
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA v0.7.0
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[fa267f1f] + TOML v1.0.0
[a4e569a6] + Tar v1.10.1
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
[deac9b47] + LibCURL_jll v7.84.0+0
[29816b5a] + LibSSH2_jll v1.10.2+0
[c8ffd9c3] + MbedTLS_jll v2.28.0+0
[14a3606d] + MozillaCACerts_jll v2022.2.1
[83775a58] + Zlib_jll v1.2.12+3
[8e850ede] + nghttp2_jll v1.48.0+0
[3f19e933] + p7zip_jll v17.4.0+0
Activating project at ~/.julia/packages/DrWatson/OgRKj/test/testdir
[ Info: Starting a new result collection...
[ Info: Scanning folder /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results for result files.
┌ Warning: While applying Pair{Symbol, Function}(:lv_mean, var"#56#63"()) to file /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results/subfolder/a=4.0_b=twenty.bson, got error KeyError("c").
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/result_collection.jl:235
┌ Warning: While applying Pair{Symbol, Function}(:lv_var, var"#57#64"()) to file /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results/subfolder/a=4.0_b=twenty.bson, got error KeyError("c").
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/result_collection.jl:235
[ Info: Added 4 entries.
[ Info: Starting a new result collection...
[ Info: Scanning folder /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results for result files.
┌ Warning: While applying Pair{Symbol, Function}(:lv_mean, var"#56#63"()) to file data/results/subfolder/a=4.0_b=twenty.bson, got error KeyError("c").
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/result_collection.jl:235
┌ Warning: While applying Pair{Symbol, Function}(:lv_var, var"#57#64"()) to file data/results/subfolder/a=4.0_b=twenty.bson, got error KeyError("c").
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/result_collection.jl:235
[ Info: Added 4 entries.
[ Info: false
[ Info: Loading existing result collection...
[ Info: Scanning folder /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results for result files.
[ Info: Added 2 entries.
[ Info: Starting a new result collection...
[ Info: Scanning folder /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results for result files.
┌ Warning: While applying :lv_mean => var"#58#65"() to file /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results/subfolder/a=4.0_b=twenty.bson, got error KeyError("c").
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/result_collection.jl:235
┌ Warning: While applying #59 to file /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results/subfolder/a=4.0_b=twenty.bson, got error KeyError("c").
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/result_collection.jl:235
┌ Warning: While applying #60 to file /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results/subfolder/a=4.0_b=twenty.bson, got error KeyError("c").
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/result_collection.jl:235
[ Info: Added 6 entries.
[ Info: Starting a new result collection...
[ Info: Scanning folder /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results for result files.
┌ Warning: While applying Pair{Symbol, Function}(:lv_mean, var"#56#63"()) to file /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results/subfolder/a=4.0_b=twenty.bson, got error KeyError("c").
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/result_collection.jl:235
┌ Warning: While applying Pair{Symbol, Function}(:lv_var, var"#57#64"()) to file /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results/subfolder/a=4.0_b=twenty.bson, got error KeyError("c").
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/result_collection.jl:235
[ Info: Added 6 entries.
[ Info: Scanning folder /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results for result files.
┌ Warning: While applying Pair{Symbol, Function}(:lv_mean, var"#56#63"()) to file /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results/subfolder/a=4.0_b=twenty.bson, got error KeyError("c").
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/result_collection.jl:235
┌ Warning: While applying Pair{Symbol, Function}(:lv_var, var"#57#64"()) to file /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results/subfolder/a=4.0_b=twenty.bson, got error KeyError("c").
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/result_collection.jl:235
[ Info: Added 6 entries.
[ Info: Starting a new result collection...
[ Info: Scanning folder /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/jl_ADOWvG for result files.
┌ Warning: delete!(df::DataFrame, inds) is deprecated, use deleteat!(df::DataFrame, inds) instead.
│ caller = collect_results!(filename::String, folder::String; valid_filetypes::Vector{String}, subfolders::Bool, rpath::Nothing, verbose::Bool, update::Bool, newfile::Bool, kwargs::Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}) at result_collection.jl:167
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/result_collection.jl:167
[ Info: Added 3 entries. Updated 0 entries. Deleted 0 entries.
[ Info: Loading existing result collection...
[ Info: Scanning folder /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/jl_ADOWvG for result files.
┌ Warning: delete!(df::DataFrame, inds) is deprecated, use deleteat!(df::DataFrame, inds) instead.
│ caller = collect_results!(filename::String, folder::String; valid_filetypes::Vector{String}, subfolders::Bool, rpath::Nothing, verbose::Bool, update::Bool, newfile::Bool, kwargs::Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}) at result_collection.jl:157
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/result_collection.jl:157
[ Info: Added 0 entries. Updated 1 entries. Deleted 1 entries.
[ Info: Starting a new result collection...
[ Info: Scanning folder /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/jl_ktfDZJ for result files.
[ Info: Added 3 entries.
[ Info: Loading existing result collection...
[ Info: Scanning folder /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/jl_ktfDZJ for result files.
[ Info: Added 0 entries. Updated 1 entries. Deleted 1 entries.
[ Info: Starting a new result collection...
[ Info: Scanning folder /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/jl_MxF9b4 for result files.
[ Info: Added 3 entries. Updated 0 entries. Deleted 0 entries.
[ Info: Loading existing result collection...
[ Info: Starting a new result collection...
[ Info: Scanning folder /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/jl_hKmCCQ for result files.
[ Info: Added 3 entries. Updated 0 entries. Deleted 0 entries.
[ Info: Loading existing result collection...
[ Info: Scanning folder /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/jl_hKmCCQ for result files.
Activating new project at ~/.julia/packages/DrWatson/OgRKj/test/testdir
Resolving package versions...
Updating ~/.julia/packages/DrWatson/OgRKj/test/testdir/Project.toml
[634d3b9d] + DrWatson v2.12.0
Updating ~/.julia/packages/DrWatson/OgRKj/test/testdir/Manifest.toml
[634d3b9d] + DrWatson v2.12.0
[5789e2e9] + FileIO v1.16.0
[033835bb] + JLD2 v0.4.29
[1914dd2f] + MacroTools v0.5.10
[bac558e1] + OrderedCollections v1.4.1
[189a3867] + Reexport v1.2.2
[ae029012] + Requires v1.3.0
[6c6a2e73] + Scratch v1.1.1
[3bb67fe8] + TranscodingStreams v0.9.10
[3a884ed6] + UnPack v1.0.2
[0dad84c5] + ArgTools v1.1.1
[56f22d72] + Artifacts
[2a0f44e3] + Base64
[ade2ca70] + Dates
[f43a241f] + Downloads v1.6.0
[7b1f6079] + FileWatching
[b77e0a4c] + InteractiveUtils
[b27032c2] + LibCURL v0.6.3
[76f85450] + LibGit2
[8f399da3] + Libdl
[56ddb016] + Logging
[d6f4376e] + Markdown
[a63ad114] + Mmap
[ca575930] + NetworkOptions v1.2.0
[44cfe95a] + Pkg v1.8.0
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA v0.7.0
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[fa267f1f] + TOML v1.0.0
[a4e569a6] + Tar v1.10.1
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
[deac9b47] + LibCURL_jll v7.84.0+0
[29816b5a] + LibSSH2_jll v1.10.2+0
[c8ffd9c3] + MbedTLS_jll v2.28.0+0
[14a3606d] + MozillaCACerts_jll v2022.2.1
[83775a58] + Zlib_jll v1.2.12+3
[8e850ede] + nghttp2_jll v1.48.0+0
[3f19e933] + p7zip_jll v17.4.0+0
Activating new project at ~/.julia/packages/DrWatson/OgRKj/test/testdir
Resolving package versions...
Updating ~/.julia/packages/DrWatson/OgRKj/test/testdir/Project.toml
[634d3b9d] + DrWatson v2.12.0
Updating ~/.julia/packages/DrWatson/OgRKj/test/testdir/Manifest.toml
[634d3b9d] + DrWatson v2.12.0
[5789e2e9] + FileIO v1.16.0
[033835bb] + JLD2 v0.4.29
[1914dd2f] + MacroTools v0.5.10
[bac558e1] + OrderedCollections v1.4.1
[189a3867] + Reexport v1.2.2
[ae029012] + Requires v1.3.0
[6c6a2e73] + Scratch v1.1.1
[3bb67fe8] + TranscodingStreams v0.9.10
[3a884ed6] + UnPack v1.0.2
[0dad84c5] + ArgTools v1.1.1
[56f22d72] + Artifacts
[2a0f44e3] + Base64
[ade2ca70] + Dates
[f43a241f] + Downloads v1.6.0
[7b1f6079] + FileWatching
[b77e0a4c] + InteractiveUtils
[b27032c2] + LibCURL v0.6.3
[76f85450] + LibGit2
[8f399da3] + Libdl
[56ddb016] + Logging
[d6f4376e] + Markdown
[a63ad114] + Mmap
[ca575930] + NetworkOptions v1.2.0
[44cfe95a] + Pkg v1.8.0
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA v0.7.0
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[fa267f1f] + TOML v1.0.0
[a4e569a6] + Tar v1.10.1
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
[deac9b47] + LibCURL_jll v7.84.0+0
[29816b5a] + LibSSH2_jll v1.10.2+0
[c8ffd9c3] + MbedTLS_jll v2.28.0+0
[14a3606d] + MozillaCACerts_jll v2022.2.1
[83775a58] + Zlib_jll v1.2.12+3
[8e850ede] + nghttp2_jll v1.48.0+0
[3f19e933] + p7zip_jll v17.4.0+0
Activating project at ~/.julia/packages/DrWatson/OgRKj/test/testdir
[ Info: Starting a new result collection...
[ Info: Scanning folder /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results for result files.
┌ Warning: While applying Pair{Symbol, Function}(:lv_mean, var"#56#63"()) to file /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results/subfolder/a=4.0_b=twenty.jld2, got error KeyError("c").
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/result_collection.jl:235
┌ Warning: While applying Pair{Symbol, Function}(:lv_var, var"#57#64"()) to file /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results/subfolder/a=4.0_b=twenty.jld2, got error KeyError("c").
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/result_collection.jl:235
[ Info: Added 4 entries.
[ Info: Starting a new result collection...
[ Info: Scanning folder /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results for result files.
┌ Warning: While applying Pair{Symbol, Function}(:lv_mean, var"#56#63"()) to file data/results/subfolder/a=4.0_b=twenty.jld2, got error KeyError("c").
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/result_collection.jl:235
┌ Warning: While applying Pair{Symbol, Function}(:lv_var, var"#57#64"()) to file data/results/subfolder/a=4.0_b=twenty.jld2, got error KeyError("c").
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/result_collection.jl:235
[ Info: Added 4 entries.
[ Info: false
[ Info: Loading existing result collection...
[ Info: Scanning folder /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results for result files.
[ Info: Added 2 entries.
[ Info: Starting a new result collection...
[ Info: Scanning folder /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results for result files.
┌ Warning: While applying :lv_mean => var"#58#65"() to file /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results/subfolder/a=4.0_b=twenty.jld2, got error KeyError("c").
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/result_collection.jl:235
┌ Warning: While applying #59 to file /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results/subfolder/a=4.0_b=twenty.jld2, got error KeyError("c").
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/result_collection.jl:235
┌ Warning: While applying #60 to file /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results/subfolder/a=4.0_b=twenty.jld2, got error KeyError("c").
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/result_collection.jl:235
[ Info: Added 6 entries.
[ Info: Starting a new result collection...
[ Info: Scanning folder /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results for result files.
┌ Warning: While applying Pair{Symbol, Function}(:lv_mean, var"#56#63"()) to file /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results/subfolder/a=4.0_b=twenty.jld2, got error KeyError("c").
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/result_collection.jl:235
┌ Warning: While applying Pair{Symbol, Function}(:lv_var, var"#57#64"()) to file /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results/subfolder/a=4.0_b=twenty.jld2, got error KeyError("c").
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/result_collection.jl:235
[ Info: Added 6 entries.
[ Info: Scanning folder /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results for result files.
┌ Warning: While applying Pair{Symbol, Function}(:lv_mean, var"#56#63"()) to file /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results/subfolder/a=4.0_b=twenty.jld2, got error KeyError("c").
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/result_collection.jl:235
┌ Warning: While applying Pair{Symbol, Function}(:lv_var, var"#57#64"()) to file /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/results/subfolder/a=4.0_b=twenty.jld2, got error KeyError("c").
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/result_collection.jl:235
[ Info: Added 6 entries.
[ Info: Starting a new result collection...
[ Info: Scanning folder /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/jl_RHehFT for result files.
[ Info: Added 3 entries. Updated 0 entries. Deleted 0 entries.
[ Info: Loading existing result collection...
[ Info: Scanning folder /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/jl_RHehFT for result files.
[ Info: Added 0 entries. Updated 1 entries. Deleted 1 entries.
[ Info: Starting a new result collection...
[ Info: Scanning folder /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/jl_wWziR3 for result files.
[ Info: Added 3 entries.
[ Info: Loading existing result collection...
[ Info: Scanning folder /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/jl_wWziR3 for result files.
[ Info: Added 0 entries. Updated 1 entries. Deleted 1 entries.
[ Info: Starting a new result collection...
[ Info: Scanning folder /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/jl_q2KiGO for result files.
[ Info: Added 3 entries. Updated 0 entries. Deleted 0 entries.
[ Info: Loading existing result collection...
[ Info: Starting a new result collection...
[ Info: Scanning folder /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/jl_aVvCet for result files.
[ Info: Added 3 entries. Updated 0 entries. Deleted 0 entries.
[ Info: Loading existing result collection...
[ Info: Scanning folder /home/ian/.julia/packages/DrWatson/OgRKj/test/testdir/data/jl_aVvCet for result files.
Activating new project at ~/.julia/packages/DrWatson/OgRKj/test/testdir
Resolving package versions...
Updating ~/.julia/packages/DrWatson/OgRKj/test/testdir/Project.toml
[634d3b9d] + DrWatson v2.12.0
Updating ~/.julia/packages/DrWatson/OgRKj/test/testdir/Manifest.toml
[634d3b9d] + DrWatson v2.12.0
[5789e2e9] + FileIO v1.16.0
[033835bb] + JLD2 v0.4.29
[1914dd2f] + MacroTools v0.5.10
[bac558e1] + OrderedCollections v1.4.1
[189a3867] + Reexport v1.2.2
[ae029012] + Requires v1.3.0
[6c6a2e73] + Scratch v1.1.1
[3bb67fe8] + TranscodingStreams v0.9.10
[3a884ed6] + UnPack v1.0.2
[0dad84c5] + ArgTools v1.1.1
[56f22d72] + Artifacts
[2a0f44e3] + Base64
[ade2ca70] + Dates
[f43a241f] + Downloads v1.6.0
[7b1f6079] + FileWatching
[b77e0a4c] + InteractiveUtils
[b27032c2] + LibCURL v0.6.3
[76f85450] + LibGit2
[8f399da3] + Libdl
[56ddb016] + Logging
[d6f4376e] + Markdown
[a63ad114] + Mmap
[ca575930] + NetworkOptions v1.2.0
[44cfe95a] + Pkg v1.8.0
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA v0.7.0
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[fa267f1f] + TOML v1.0.0
[a4e569a6] + Tar v1.10.1
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
[deac9b47] + LibCURL_jll v7.84.0+0
[29816b5a] + LibSSH2_jll v1.10.2+0
[c8ffd9c3] + MbedTLS_jll v2.28.0+0
[14a3606d] + MozillaCACerts_jll v2022.2.1
[83775a58] + Zlib_jll v1.2.12+3
[8e850ede] + nghttp2_jll v1.48.0+0
[3f19e933] + p7zip_jll v17.4.0+0
┌ Warning: Path separators in savename prefixes may break reproducibility on other OS.
│ The recommended way is using the *dir() methods or joinpath with
savename (e.g. datadir("path", "to", "folder", savename("prefix", data))).
└ @ DrWatson ~/.julia/packages/DrWatson/OgRKj/src/naming.jl:94
Test Summary: | Pass Fail Error Total Time
DrWatson | 354 11 9 374 5m01.5s
Naming | 69 69 22.9s
Parse savename | 18 18 2.6s
Project Setup | 54 54 10.4s
Saving tools | 3 1 4 8.3s
Produce or Save | 120 8 8 136 2m16.0s
Tagsafe (bson) | 12 4 4 20 15.2s
Tagsafe (jld2) | 12 4 4 20 31.1s
Tagsafe with compression (safe=false) | 3 3 4.4s
Tagsafe with compression (safe=true) | 3 3 1.5s
Produce or Load (bson) | 31 31 4.3s
Produce or Load (jld2) | 31 31 4.2s
Produce or Load wsave keyword pass through | 10 10 2.1s
produce_or_load with dataframe | 3 3 41.9s
Backup (bson) | 6 6 4.2s
Backup (jld2) | 6 6 16.1s
Collect Results | 70 70 1m57.1s
Parameter Customization | 23 23 4.1s
ERROR: LoadError: Some tests did not pass: 354 passed, 11 failed, 9 errored, 0 broken.
in expression starting at /home/ian/.julia/packages/DrWatson/OgRKj/test/runtests.jl:3
ERROR: Package DrWatson errored during testing

(@v1.8) pkg>

from drwatson.jl.

Datseris avatar Datseris commented on June 25, 2024

Latest DrWatson version is 2.12. Please update to latest version and the problem will be resolved.

In the future please use triple backticks ``` when pasting code. It makes things readable.

from drwatson.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.