Skip to content

Console Output

+ export HOME=/var/lib/jenkins/ws/MetaModelica.jl_master/MetaModelica.jl
+ julia -e using Pkg;
          Pkg.add("ExportAll");
          Pkg.add("DataStructures");
          Pkg.add("MacroTools");
          Pkg.add("Test");
          Pkg.add(PackageSpec(url="https://github.com/OpenModelica/ImmutableList.jl"))
  Installing known registries into `~/.julia`
    Updating registry at `~/.julia/registries/General.toml`
   Resolving package versions...
   Installed ExportAll ─ v0.1.2
    Updating `~/.julia/environments/v1.10/Project.toml`
  [ad2082ca] + ExportAll v0.1.2
    Updating `~/.julia/environments/v1.10/Manifest.toml`
  [ad2082ca] + ExportAll v0.1.2
  [2a0f44e3] + Base64
  [b77e0a4c] + InteractiveUtils
  [56ddb016] + Logging
  [d6f4376e] + Markdown
  [9a3f8284] + Random
  [ea8e919c] + SHA v0.7.0
  [9e88b42a] + Serialization
  [8dfed614] + Test
Precompiling project...
  ✓ ExportAll
  1 dependency successfully precompiled in 1 seconds. 1 already precompiled.
   Resolving package versions...
   Installed Compat ───────────── v4.14.0
   Installed OrderedCollections ─ v1.6.3
   Installed DataStructures ───── v0.18.17
    Updating `~/.julia/environments/v1.10/Project.toml`
  [864edb3b] + DataStructures v0.18.17
    Updating `~/.julia/environments/v1.10/Manifest.toml`
  [34da2185] + Compat v4.14.0
  [864edb3b] + DataStructures v0.18.17
  [bac558e1] + OrderedCollections v1.6.3
  [ade2ca70] + Dates
  [de0858da] + Printf
  [fa267f1f] + TOML v1.0.3
  [cf7118a7] + UUIDs
  [4ec0a83e] + Unicode
Precompiling project...
  ✓ Compat
  ✓ OrderedCollections
  ✓ Compat → CompatLinearAlgebraExt
  ✓ DataStructures
  4 dependencies successfully precompiled in 1 seconds. 2 already precompiled.
   Resolving package versions...
   Installed MacroTools ─ v0.5.13
    Updating `~/.julia/environments/v1.10/Project.toml`
  [1914dd2f] + MacroTools v0.5.13
    Updating `~/.julia/environments/v1.10/Manifest.toml`
  [1914dd2f] + MacroTools v0.5.13
Precompiling project...
  ✓ MacroTools
  1 dependency successfully precompiled in 1 seconds. 6 already precompiled.
   Resolving package versions...
    Updating `~/.julia/environments/v1.10/Project.toml`
  [8dfed614] + Test
  No Changes to `~/.julia/environments/v1.10/Manifest.toml`
     Cloning git-repo `https://github.com/OpenModelica/ImmutableList.jl`
    Updating git-repo `https://github.com/OpenModelica/ImmutableList.jl`
   Resolving package versions...
    Updating `~/.julia/environments/v1.10/Project.toml`
  [4a558cac] + ImmutableList v0.1.3 `https://github.com/OpenModelica/ImmutableList.jl#master`
    Updating `~/.julia/environments/v1.10/Manifest.toml`
  [4a558cac] + ImmutableList v0.1.3 `https://github.com/OpenModelica/ImmutableList.jl#master`
Precompiling project...
  ✓ ImmutableList
  1 dependency successfully precompiled in 0 seconds. 7 already precompiled.
  1 dependency had output during precompilation:
┌ ImmutableList
│  WARNING: method definition for convert at /var/lib/jenkins/ws/MetaModelica.jl_master/MetaModelica.jl/.julia/packages/ImmutableList/RO91N/src/list.jl:77 declares type variable T but does not use it.
│  WARNING: method definition for eltype at /var/lib/jenkins/ws/MetaModelica.jl_master/MetaModelica.jl/.julia/packages/ImmutableList/RO91N/src/list.jl:96 declares type variable T but does not use it.
│  WARNING: method definition for eltype at /var/lib/jenkins/ws/MetaModelica.jl_master/MetaModelica.jl/.julia/packages/ImmutableList/RO91N/src/list.jl:100 declares type variable T but does not use it.
│  WARNING: method definition for _listAppend at /var/lib/jenkins/ws/MetaModelica.jl_master/MetaModelica.jl/.julia/packages/ImmutableList/RO91N/src/list.jl:131 declares type variable B but does not use it.
└