Bug, adding Traceur? In a package or Julia? "undefined symbol: mbedtls_x509_crt ..."

(v1.3) pkg> add Traceur
  Updating registry at `~/.julia/registries/General`
  Updating git-repo `https://github.com/JuliaRegistries/General.git`
/home/pharaldsson_sym/julia-1.3.1/bin/julia: symbol lookup error: /home/pharaldsson_sym/julia-1.3.1/bin/../lib/julia/libmbedtls.so.12: undefined symbol: mbedtls_x509_crt_verify_restartable

Julia has exited.
Press Enter to start a new session.

I’m not sure where to report this, to VS Code(?), Traceur, and/or Julia?

[Next unsuccessfully, (v1.3) pkg> add Interact ]

Then an understandable (why not on the first case?) error:

(v1.3) pkg> add Traceur
 Resolving package versions...
ERROR: Unsatisfiable requirements detected for package DataFrames [a93c6f00]:
 DataFrames [a93c6f00] log:
 ├─possible versions are: [0.11.7, 0.12.0, 0.13.0-0.13.1, 0.14.0-0.14.1, 0.15.0-0.15.2, 0.16.0, 0.17.0-0.17.1, 0.18.0-0.18.4, 0.19.0-0.19.4, 0.20.0-0.20.2] or uninstalled
 ├─restricted to versions 0.18-0.20 by CSV [336ed68f], leaving only versions [0.18.0-0.18.4, 0.19.0-0.19.4, 0.20.0-0.20.2]
 │ └─CSV [336ed68f] log:
 │   ├─possible versions are: 0.5.25 or uninstalled
 │   └─CSV [336ed68f] is fixed to version 0.5.25
 ├─restricted to versions 0.18.4 by an explicit requirement, leaving only versions 0.18.4
 └─restricted by compatibility requirements with Tables [bd369af6] to versions: [0.11.7, 0.12.0, 0.13.0-0.13.1, 0.20.1-0.20.2] or uninstalled — no versions left
   └─Tables [bd369af6] log:
     ├─possible versions are: [0.1.0-0.1.15, 0.1.17-0.1.19, 0.2.0-0.2.11, 1.0.0-1.0.3] or uninstalled
     └─restricted to versions 1 by CSV [336ed68f], leaving only versions 1.0.0-1.0.3
       └─CSV [336ed68f] log: see above

In case it matter, what I got in-between:

(v1.3) pkg> add Interact
  Updating registry at `~/.julia/registries/General`
  Updating git-repo `https://github.com/JuliaRegistries/General.git`
 Resolving package versions...
ERROR: Unsatisfiable requirements detected for package Tables [bd369af6]:
 Tables [bd369af6] log:
 ├─possible versions are: [0.1.0-0.1.15, 0.1.17-0.1.19, 0.2.0-0.2.11, 1.0.0-1.0.3] or uninstalled
 ├─restricted to versions 1 by CSV [336ed68f], leaving only versions 1.0.0-1.0.3
 │ └─CSV [336ed68f] log:
 │   ├─possible versions are: 0.5.25 or uninstalled
 │   └─CSV [336ed68f] is fixed to version 0.5.25
 └─restricted by compatibility requirements with DataFrames [a93c6f00] to versions: 0.2.3-0.2.11 — no versions left
   └─DataFrames [a93c6f00] log:
     ├─possible versions are: [0.11.7, 0.12.0, 0.13.0-0.13.1, 0.14.0-0.14.1, 0.15.0-0.15.2, 0.16.0, 0.17.0-0.17.1, 0.18.0-0.18.4, 0.19.0-0.19.4, 0.20.0-0.20.2] or uninstalled
     ├─restricted to versions 0.18-0.20 by CSV [336ed68f], leaving only versions [0.18.0-0.18.4, 0.19.0-0.19.4, 0.20.0-0.20.2]
     │ └─CSV [336ed68f] log: see above
     └─restricted to versions 0.18.4 by an explicit requirement, leaving only versions 0.18.4

[I’m new to VS Code (and Juno), and do not really think there’s any bug there. Exiting the REPL, the best it can do? It at least didn’t crash. Latest Juno for me did have some minor error, and that alpha of VS Code, had some too.]