Fatal runtime error failed to initiate panic error 5

I am getting this error when trying to train the engine: thread '' panicked at 'No such local time', /root/.cargo/registry/src/github.com-1ecc6299db9ec823/chrono-0.3.0/src/offset/mo...

I am getting this error when trying to train the engine:

thread » panicked at ‘No such local time’, /root/.cargo/registry/src/github.com-1ecc6299db9ec823/chrono-0.3.0/src/offset/mod.rs:151:34
note: Run with RUST_BACKTRACE=1 for a backtrace.
fatal runtime error: failed to initiate panic, error 5
Aborted (core dumped)

When run with RUST_BACKTRACE=1, this is the error log:

thread » panicked at ‘No such local time’, /root/.cargo/registry/src/github.com-1ecc6299db9ec823/chrono-0.3.0/src/offset/mod.rs:151:34
stack backtrace:
0: std::sys::unix::backtrace::tracing::imp ::unwind_backtrace
at /checkout/src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:49
1: std::sys_common::backtrace::print
at /checkout/src/libstd/sys_common/backtrace.rs:68
at /checkout/src/libstd/sys_common/backtrace.rs:57
2: std::panicking::default_hook::{{closure}}
at /checkout/src/libstd/panicking.rs:381
3: std::panicking::default_hook
at /checkout/src/libstd/panicking.rs:397
4: std::panicking::rust_panic_with_hook
at /checkout/src/libstd/panicking.rs:577
5: std::panicking::begin_panic
6: <chrono::offset::LocalResult>::unwrap
7: <rustling_ontology_moment::Moment>::add_months
8: <rustling_ontology_moment::Moment as core::ops::arith::Add<rustling_ontology_moment::period::PeriodComp>>::add
9: <rustling_ontology_moment::Interval as core::ops::arith::Add<&’a rustling_ontology_moment::period::Period>>::add
10: <rustling_ontology_moment::interval_constraints::ShiftBy as rustling_ontology_moment::interval_constraints::IntervalConstraint>::to_walker::{{closure}}
11: <rustling_ontology_moment::interval_constraints::Translate as rustling_ontology_moment::interval_constraints::IntervalConstraint>::to_walker::{{closure}}
12: <rustling_ontology_moment::walker::Walker>::next
13: <rustling_ontology_moment::walker::Walker>::next
14: <alloc::vec::Vec as alloc::vec::SpecExtend<T, I>>::from_iter
15: <rustling_ontology_moment::interval_constraints::Translate as rustling_ontology_moment::interval_constraints::IntervalConstraint>::to_walker
16: <rustling_ontology_moment::interval_constraints::ShiftBy as rustling_ontology_moment::interval_constraints::IntervalConstraint>::to_walker
17: <rustling_ontology_values::context::ResolverContext as rustling_ontology_values::context::ParsingContext<rustling_ontology_values::dimension::Dimension>>::resolve
18: core::ops::function::impls::<impl core::ops::function::FnOnce for &’a mut F>::call_once
19: <alloc::vec::Vec as alloc::vec::SpecExtend<T, I>>::from_iter
20: <rustling_ontology::tagger::CandidateTagger<‘a, C> as rustling::MaxElementTagger<rustling_ontology_values::dimension::Dimension>>::tag
21: <rustling::Parser<V, Feat, Extractor>>::candidates
22: <rustling::Parser<V, Feat, Extractor>>::parse
23: rustling_ontology::Parser::parse
24: snips_nlu_ontology::builtin_entities::builtin_entity_parser::BuiltinEntityParser::extract_entities
25: snips_nlu_ontology_ffi::builtin_entity_parser::extract_entity
26: nlu_ontology_extract_entities_json
27: ffi_nlu_ontology_extract_entities_json
28: ffi_call_unix64
29: ffi_call
30: _ctypes_callproc
31:
32: PyEval_EvalFrameEx
33: PyEval_EvalCodeEx
34: PyEval_EvalFrameEx
35: PyEval_EvalCodeEx
36: PyEval_EvalFrameEx
37: PyEval_EvalCodeEx
38: PyEval_EvalFrameEx
39: PyEval_EvalCodeEx
40: PyEval_EvalFrameEx
41: PyEval_EvalCodeEx
42: PyEval_EvalFrameEx
43: PyEval_EvalCodeEx
44: PyEval_EvalFrameEx
45: PyEval_EvalCodeEx
46: PyEval_EvalFrameEx
47: PyEval_EvalCodeEx
48:
49: PyRun_FileExFlags
50: PyRun_SimpleFileExFlags
51: Py_Main
52: __libc_start_main
53: _start
fatal runtime error: failed to initiate panic, error 5
Aborted (core dumped)

I am running this on Ubuntu 16.04 LTS system, after installing snips-nlu from the repository (pip install snips-nlu). The config file used to initialize the engine is «config_en.json», obtained directly from git.

Can someone help?
Thanks.

I use vmware (package vmware-workstation in AUR) in archlinux host and it works fine at 8-20. After I do «pacman -Syu» and upgrade my system today (8-24), vmware breaks, with the error message:

$ vmware
thread '<unnamed>' panicked at 'called `Option::unwrap()` on a `None` value', libcore/option.rs:345:21
note: Run with `RUST_BACKTRACE=1` for a backtrace.
fatal runtime error: failed to initiate panic, error 5

When I run `RUST_BACKTRACE=1` for a backtrace, I get these messages:

$ RUST_BACKTRACE=1 vmware
thread '<unnamed>' panicked at 'called `Option::unwrap()` on a `None` value', libcore/option.rs:345:21
stack backtrace:
   0: <unknown>
   1: <unknown>
   2: <unknown>
   3: <unknown>
   4: <unknown>
   5: <unknown>
   6: <unknown>
   7: <unknown>
   8: <unknown>
   9: <unknown>
  10: <unknown>
  11: rsvg_handle_get_dimensions_sub
  12: rsvg_handle_get_dimensions
  13: rsvg_handle_get_pixbuf_sub
  14: <unknown>
  15: gdk_pixbuf_loader_close
  16: <unknown>
  17: gdk_pixbuf_new_from_stream
  18: <unknown>
  19: <unknown>
  20: <unknown>
  21: main
  22: __libc_start_main
  23: <unknown>
fatal runtime error: failed to initiate panic, error 5

I tried downgrade the system back to 8-20 by ALA, and it works again.
Here’s the pacman log when I upgrade my system from 8-20 to 8-24:

[2018-08-24 23:00] [PACMAN] Running 'pacman -Syu'
[2018-08-24 23:00] [PACMAN] synchronizing package lists
[2018-08-24 23:00] [PACMAN] starting full system upgrade
[2018-08-24 23:01] [ALPM] running '70-dkms-remove.hook'...
[2018-08-24 23:01] [ALPM-SCRIPTLET] ==> dkms remove nvidia/396.51 -k 4.18.0-pf3
[2018-08-24 23:01] [ALPM-SCRIPTLET] ==> dkms remove nvidia/396.51 -k 4.18.1-arch1-1-ARCH
[2018-08-24 23:02] [ALPM-SCRIPTLET] ==> dkms remove vmware-workstation/14.1.3_9474260 -k 4.18.1-arch1-1-ARCH
[2018-08-24 23:02] [ALPM-SCRIPTLET] ==> dkms remove vboxhost/5.2.18_OSE -k 4.18.1-arch1-1-ARCH
[2018-08-24 23:02] [ALPM-SCRIPTLET] ==> dkms remove nvidia/396.51 -k 4.18.0-mainline
[2018-08-24 23:02] [ALPM] running 'ghc-unregister.hook'...
[2018-08-24 23:02] [ALPM] transaction started
[2018-08-24 23:02] [ALPM] removed qca-qt4 (2.1.3-11)
[2018-08-24 23:02] [ALPM] removed qca-qt5 (2.1.3-11)
[2018-08-24 23:02] [ALPM] removed ca-certificates-cacert (20140824-4)
[2018-08-24 23:02] [ALPM] upgraded filesystem (2018.1-2 -> 2018.8-1)
[2018-08-24 23:02] [ALPM] upgraded expat (2.2.5-1 -> 2.2.6-1)
[2018-08-24 23:02] [ALPM] upgraded libx11 (1.6.5-1 -> 1.6.6-1)
[2018-08-24 23:02] [ALPM] upgraded glib2 (2.56.1-1 -> 2.56.2-1)
[2018-08-24 23:02] [ALPM] upgraded e2fsprogs (1.44.3-1 -> 1.44.4-1)
[2018-08-24 23:02] [ALPM] upgraded openssl (1.1.0.h-1 -> 1.1.0.i-1)
[2018-08-24 23:02] [ALPM] upgraded shadow (4.5-4 -> 4.6-1)
[2018-08-24 23:02] [ALPM] upgraded nvidia-utils (396.51-1 -> 396.54-1)
[2018-08-24 23:02] [ALPM-SCRIPTLET] If you run into trouble with CUDA not being available, run nvidia-modprobe first.
[2018-08-24 23:02] [ALPM] upgraded ilmbase (2.2.1-4 -> 2.3.0-1)
[2018-08-24 23:02] [ALPM] upgraded openexr (2.2.1-1 -> 2.3.0-1)
[2018-08-24 23:02] [ALPM] upgraded alembic (1.7.8-1 -> 1.7.8-2)
[2018-08-24 23:02] [ALPM] upgraded archlinux-appstream-data (20180712-1 -> 20180821-1)
[2018-08-24 23:02] [ALPM] upgraded fontconfig (2.13.0+10+g58f5285-1 -> 1:2.13.0+15+gc60ed9e-1)
[2018-08-24 23:02] [ALPM-SCRIPTLET] Rebuilding fontconfig cache... done.
[2018-08-24 23:02] [ALPM] upgraded avogadrolibs (1.90.0-7 -> 1.91.0-1)
[2018-08-24 23:02] [ALPM] upgraded babl (0.1.52-1 -> 0.1.56-1)
[2018-08-24 23:02] [ALPM] upgraded openimageio (1.8.13-1 -> 1.8.13-2)
[2018-08-24 23:02] [ALPM] upgraded jack (0.125.0-3 -> 0.125.0-5)
[2018-08-24 23:02] [ALPM] upgraded openshadinglanguage (1.9.9-5 -> 1.9.9-6)
[2018-08-24 23:02] [ALPM] upgraded openvdb (5.1.0-3 -> 5.1.0-4)
[2018-08-24 23:02] [ALPM] upgraded libssh (0.7.5-2 -> 0.8.1-2)
[2018-08-24 23:02] [ALPM] upgraded libbluray (1.0.2-1 -> 1.0.2-2)
[2018-08-24 23:02] [ALPM] upgraded libibus (1.5.18-2 -> 1.5.19-1)
[2018-08-24 23:02] [ALPM] upgraded python-setuptools (1:40.0.0-1 -> 1:40.2.0-1)
[2018-08-24 23:02] [ALPM] upgraded blender (17:2.79.b.git3.32432d91-4 -> 17:2.79.b.git3.32432d91-5)
[2018-08-24 23:02] [ALPM] upgraded pango (1.42.3-1 -> 1.42.4-1)
[2018-08-24 23:02] [ALPM] upgraded iso-codes (3.76-1 -> 3.79-1)
[2018-08-24 23:02] [ALPM] upgraded polkit-qt5 (0.112.0+git20180107-1 -> 0.112.0+git20180107-2)
[2018-08-24 23:02] [ALPM] upgraded phonon-qt5-gstreamer (4.9.0-4 -> 4.9.0-5)
[2018-08-24 23:02] [ALPM] upgraded phonon-qt5-vlc (0.10.1-2 -> 0.10.1-3)
[2018-08-24 23:02] [ALPM] upgraded phonon-qt5 (4.10.1-1 -> 4.10.1-2)
[2018-08-24 23:02] [ALPM] upgraded breeze (5.13.4-1 -> 5.13.4-2)
[2018-08-24 23:02] [ALPM] upgraded ca-certificates-utils (20170307-1 -> 20180821-1)
[2018-08-24 23:02] [ALPM] upgraded ca-certificates (20170307-1 -> 20180821-1)
[2018-08-24 23:02] [ALPM] installed qca (2.1.3-1)
[2018-08-24 23:02] [ALPM] upgraded calligra (3.1.0-8 -> 3.1.0-9)
[2018-08-24 23:03] [ALPM] upgraded cantor (18.08.0-2 -> 18.08.0-5)
[2018-08-24 23:03] [ALPM] upgraded cronie (1.5.1-1 -> 1.5.2-1)
[2018-08-24 23:03] [ALPM] upgraded libmagick (7.0.8.10-1 -> 7.0.8.10-3)
[2018-08-24 23:03] [ALPM] upgraded imagemagick (7.0.8.10-1 -> 7.0.8.10-3)
[2018-08-24 23:03] [ALPM] upgraded cups-filters (1.20.4-2 -> 1.21.0-1)
[2018-08-24 23:03] [ALPM] upgraded libxss (1.2.2-3 -> 1.2.3-1)
[2018-08-24 23:03] [ALPM] upgraded libraw (0.18.13-1 -> 0.19.0-1)
[2018-08-24 23:03] [ALPM] upgraded librsvg (2:2.42.6-1 -> 2:2.44.0-1)
[2018-08-24 23:03] [ALPM] upgraded efl (1.20.7-1 -> 1.21.0-1)
[2018-08-24 23:03] [ALPM] upgraded eigen (3.3.5-2 -> 3.3.5-3)
[2018-08-24 23:03] [ALPM] upgraded firefox-developer-edition (62.0b18-1 -> 62.0b19-1)
[2018-08-24 23:03] [ALPM] upgraded firefox-developer-edition-i18n-zh-cn (62.0b18-1 -> 62.0b19-1)
[2018-08-24 23:03] [ALPM] upgraded ostree (2018.6-1 -> 2018.7-1)
[2018-08-24 23:03] [ALPM] upgraded xdg-desktop-portal (0.99-2 -> 1.0-1)
[2018-08-24 23:03] [ALPM] upgraded flatpak (0.99.3-1 -> 1.0.0-1)
[2018-08-24 23:03] [ALPM] upgraded gcr (3.28.0-3 -> 3.28.0-4)
[2018-08-24 23:03] [ALPM] upgraded gegl (0.4.4-1 -> 0.4.8-1)
[2018-08-24 23:03] [ALPM] upgraded gimp (2.10.4-2 -> 2.10.6-1)
[2018-08-24 23:03] [ALPM] upgraded opencv (3.4.2-2 -> 3.4.2-3)
[2018-08-24 23:03] [ALPM] upgraded gmic (2.3.4-1 -> 2.3.5-1)
[2018-08-24 23:03] [ALPM] upgraded gimp-plugin-gmic (2.3.4-1 -> 2.3.5-1)
[2018-08-24 23:03] [ALPM] upgraded zvbi (0.2.35-2 -> 0.2.35-3)
[2018-08-24 23:03] [ALPM] upgraded gst-plugins-bad (1.14.2-1 -> 1.14.2-2)
[2018-08-24 23:03] [ALPM] upgraded haskell-cmark-gfm (0.1.3-6 -> 0.1.4-2)
[2018-08-24 23:03] [ALPM] upgraded haskell-yaml (0.9.0-12 -> 0.10.0-1)
[2018-08-24 23:03] [ALPM] upgraded kalzium (18.08.0-1 -> 18.08.0-2)
[2018-08-24 23:03] [ALPM] upgraded kdepim-runtime (18.08.0-1 -> 18.08.0-2)
[2018-08-24 23:03] [ALPM] upgraded kdevelop (5.2.3-1 -> 5.2.4-1)
[2018-08-24 23:03] [ALPM] upgraded kdevelop-python (5.2.3-2 -> 5.2.4-1)
[2018-08-24 23:03] [ALPM] upgraded kio-extras (18.08.0-1 -> 18.08.0-2)
[2018-08-24 23:03] [ALPM] upgraded krita (4.1.1-2 -> 4.1.1-4)
[2018-08-24 23:03] [ALPM] upgraded krita-plugin-gmic (2.3.4-1 -> 2.3.5-1)
[2018-08-24 23:03] [ALPM] upgraded lib32-e2fsprogs (1.44.3-1 -> 1.44.4-1)
[2018-08-24 23:03] [ALPM] upgraded lib32-expat (2.2.5-1 -> 2.2.6-1)
[2018-08-24 23:03] [ALPM] upgraded lib32-glib2 (2.56.1-1 -> 2.56.2-1)
[2018-08-24 23:03] [ALPM] upgraded lib32-fontconfig (2.13.0+10+g58f5285-1.1 -> 1:2.13.0+15+gc60ed9e-1)
[2018-08-24 23:03] [ALPM-SCRIPTLET] Rebuilding 32-bit fontconfig cache... done.
[2018-08-24 23:03] [ALPM] upgraded lib32-ncurses (6.1-1 -> 6.1-2)
[2018-08-24 23:03] [ALPM] upgraded lib32-gstreamer (1.14.1-1 -> 1.14.2-1)
[2018-08-24 23:03] [ALPM] upgraded lib32-libx11 (1.6.5-1 -> 1.6.6-1)
[2018-08-24 23:03] [ALPM] upgraded lib32-gst-plugins-base-libs (1.14.1-1 -> 1.14.2-1)
[2018-08-24 23:03] [ALPM] upgraded lib32-libgpg-error (1.27-1 -> 1.32-1)
[2018-08-24 23:03] [ALPM] upgraded lib32-nvidia-utils (396.51-1 -> 396.54-1)
[2018-08-24 23:03] [ALPM] upgraded lib32-opencl-nvidia (396.51-1 -> 396.54-1)
[2018-08-24 23:03] [ALPM] upgraded lib32-openssl (1:1.1.0.h-1 -> 1:1.1.0.i-1)
[2018-08-24 23:03] [ALPM] upgraded libkdcraw (18.08.0-1 -> 18.08.0-2)
[2018-08-24 23:03] [ALPM] upgraded libmagick6 (6.9.10.10-1 -> 6.9.10.10-3)
[2018-08-24 23:03] [ALPM] upgraded libreoffice-fresh (6.1.0-1 -> 6.1.0-2)
[2018-08-24 23:03] [ALPM] upgraded libuv (1.22.0-1 -> 1.23.0-1)
[2018-08-24 23:03] [ALPM] upgraded linux (4.18.1.arch1-1 -> 4.18.4.arch1-1)
[2018-08-24 23:03] [ALPM] upgraded linux-docs (4.18.1.arch1-1 -> 4.18.4.arch1-1)
[2018-08-24 23:03] [ALPM] upgraded linux-headers (4.18.1.arch1-1 -> 4.18.4.arch1-1)
[2018-08-24 23:03] [ALPM] upgraded nvidia-dkms (396.51-3 -> 396.54-1)
[2018-08-24 23:03] [ALPM] upgraded opencl-nvidia (396.51-1 -> 396.54-1)
[2018-08-24 23:03] [ALPM] upgraded opencv-samples (3.4.2-2 -> 3.4.2-3)
[2018-08-24 23:03] [ALPM] upgraded openssl-1.0 (1.0.2.o-1 -> 1.0.2.p-1)
[2018-08-24 23:03] [ALPM] upgraded oxygen (5.13.4-1 -> 5.13.4-2)
[2018-08-24 23:03] [ALPM] upgraded pandoc (2.2.3.2-6 -> 2.2.3.2-7)
[2018-08-24 23:03] [ALPM] upgraded pandoc-citeproc (0.14.3.1-110 -> 0.14.3.1-112)
[2018-08-24 23:03] [ALPM] upgraded pandoc-crossref (0.3.2.1-61 -> 0.3.2.1-62)
[2018-08-24 23:03] [ALPM] upgraded python-pillow (5.2.0-2 -> 5.2.0-3)
[2018-08-24 23:03] [ALPM] upgraded python-reportlab (3.5.1-2 -> 3.5.6-1)
[2018-08-24 23:03] [ALPM] upgraded python2-setuptools (1:40.0.0-1 -> 1:40.2.0-1)
[2018-08-24 23:03] [ALPM] upgraded python2-matplotlib (2.2.3-1 -> 2.2.3-2)
[2018-08-24 23:03] [ALPM] upgraded python2-pillow (5.2.0-2 -> 5.2.0-3)
[2018-08-24 23:03] [ALPM] upgraded python2-sqlalchemy (1.2.10-1 -> 1.2.11-1)
[2018-08-24 23:03] [ALPM] upgraded qscintilla-qt5 (2.10.7-2 -> 2.10.7-3)
[2018-08-24 23:03] [ALPM] upgraded remmina (1:1.2.31.2-1 -> 1:1.2.31.2-2)
[2018-08-24 23:03] [ALPM] upgraded s-nail (14.9.10-1 -> 14.9.11-1)
[2018-08-24 23:04] [ALPM] upgraded thunderbird (60.0-3 -> 60.0-4)
[2018-08-24 23:04] [ALPM] upgraded wine (3.13-1 -> 3.14-1)
[2018-08-24 23:04] [ALPM] upgraded wpa_supplicant (1:2.6-11 -> 1:2.6-12)
[2018-08-24 23:04] [ALPM] transaction completed
[2018-08-24 23:04] [ALPM] running '60-linux.hook'...
[2018-08-24 23:04] [ALPM] running '70-dkms-install.hook'...
[2018-08-24 23:04] [ALPM-SCRIPTLET] ==> dkms install nvidia/396.54 -k 4.18.4-arch1-1-ARCH
[2018-08-24 23:04] [ALPM-SCRIPTLET] ==> dkms install vboxhost/5.2.18_OSE -k 4.18.4-arch1-1-ARCH
[2018-08-24 23:05] [ALPM-SCRIPTLET] ==> dkms install nvidia/396.54 -k 4.18.0-mainline
[2018-08-24 23:06] [ALPM-SCRIPTLET] ==> dkms install vmware-workstation/14.1.3_9474260 -k 4.18.4-arch1-1-ARCH
[2018-08-24 23:06] [ALPM-SCRIPTLET] ==> dkms install nvidia/396.54 -k 4.18.0-pf3
[2018-08-24 23:07] [ALPM] running '90-linux-mainline.hook'...
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-mainline.preset: 'default'
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux-mainline -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-mainline.img
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Starting build: 4.18.0-mainline
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-mainline.img
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-mainline.preset: 'fallback'
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux-mainline -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-mainline-fallback.img -S autodetect
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Starting build: 4.18.0-mainline
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-mainline-fallback.img
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-08-24 23:07] [ALPM] running '90-linux-pf.hook'...
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-pf.preset: 'default'
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux-pf -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-pf.img
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Starting build: 4.18.0-pf3
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-pf.img
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-pf.preset: 'fallback'
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux-pf -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-pf-fallback.img -S autodetect
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Starting build: 4.18.0-pf3
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-pf-fallback.img
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-08-24 23:07] [ALPM] running '90-linux.hook'...
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Starting build: 4.18.4-arch1-1-ARCH
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Starting build: 4.18.4-arch1-1-ARCH
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-08-24 23:07] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-08-24 23:07] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-08-24 23:07] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-08-24 23:07] [ALPM] running 'fontconfig-32.hook'...
[2018-08-24 23:07] [ALPM] running 'fontconfig.hook'...
[2018-08-24 23:07] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2018-08-24 23:07] [ALPM] running 'ghc-register.hook'...
[2018-08-24 23:07] [ALPM] running 'glib-compile-schemas.hook'...
[2018-08-24 23:07] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-08-24 23:07] [ALPM] running 'systemd-binfmt.hook'...
[2018-08-24 23:07] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-08-24 23:07] [ALPM] running 'systemd-sysctl.hook'...
[2018-08-24 23:07] [ALPM] running 'systemd-sysusers.hook'...
[2018-08-24 23:07] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-08-24 23:07] [ALPM] running 'systemd-udev-reload.hook'...
[2018-08-24 23:07] [ALPM] running 'systemd-update.hook'...
[2018-08-24 23:07] [ALPM] running 'texinfo-install.hook'...
[2018-08-24 23:07] [ALPM] running 'update-appstream-cache.hook'...
[2018-08-24 23:07] [ALPM-SCRIPTLET] AppStream cache update completed successfully.
[2018-08-24 23:07] [ALPM] running 'update-ca-trust.hook'...
[2018-08-24 23:07] [ALPM] running 'update-desktop-database.hook'...
[2018-08-24 23:07] [ALPM] running 'update-mime-database.hook'...
[2018-08-24 23:07] [ALPM] running 'xorg-mkfontdir.hook'...

linux-pf is my default kernel, and vmware works at 8-20 with linux-pf.

Anyone knows how to fix it?
Thanks.

Last edited by huyizheng (2018-08-25 03:04:32)

  • #1

Hi,
I updated yesterday to pve-manager 7.2.11. Now the pve-daily-update.service fails with
Sep 23 10:32:12 proxhan01 pveupdate[1586625]: thread '<unnamed>' panicked at 'Failed to add native certificate too root store: BadDer', /usr/share/cargo/registry/ureq-2.4.0/src/rtls.rs:73:14
Sep 23 10:32:12 proxhan01 pveupdate[1586625]: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Sep 23 10:32:12 proxhan01 pveupdate[1586625]: fatal runtime error: failed to initiate panic, error 5

Other system versions:


proxmox-ve: 7.2-1 (running kernel: 5.15.53-1-pve)
pve-manager: 7.2-11 (running version: 7.2-11/b76d3178)
pve-kernel-helper: 7.2-12
pve-kernel-5.15: 7.2-10
pve-kernel-5.13: 7.1-9
pve-kernel-5.15.53-1-pve: 5.15.53-1
pve-kernel-5.15.39-4-pve: 5.15.39-4
pve-kernel-5.13.19-6-pve: 5.13.19-15
pve-kernel-5.13.19-2-pve: 5.13.19-4
ceph: 16.2.9-pve1
ceph-fuse: 16.2.9-pve1
corosync: 3.1.5-pve2
criu: 3.15-1+pve-1
glusterfs-client: 9.2-1
ifupdown: 0.8.36+pve1
ksm-control-daemon: 1.4-1
libjs-extjs: 7.0.0-1
libknet1: 1.24-pve1
libproxmox-acme-perl: 1.4.2
libproxmox-backup-qemu0: 1.3.1-1
libpve-access-control: 7.2-4
libpve-apiclient-perl: 3.2-1
libpve-common-perl: 7.2-2
libpve-guest-common-perl: 4.1-2
libpve-http-server-perl: 4.1-3
libpve-storage-perl: 7.2-8
libqb0: 1.0.5-1
libspice-server1: 0.14.3-2.1
lvm2: 2.03.11-2.1
lxc-pve: 5.0.0-3
lxcfs: 4.0.12-pve1
novnc-pve: 1.3.0-3
proxmox-backup-client: 2.2.6-1
proxmox-backup-file-restore: 2.2.6-1
proxmox-mini-journalreader: 1.3-1
proxmox-widget-toolkit: 3.5.1
pve-cluster: 7.2-2
pve-container: 4.2-2
pve-docs: 7.2-2
pve-edk2-firmware: 3.20220526-1
pve-firewall: 4.2-6
pve-firmware: 3.5-1
pve-ha-manager: 3.4.0
pve-i18n: 2.7-2
pve-qemu-kvm: 7.0.0-3
pve-xtermjs: 4.16.0-1
qemu-server: 7.2-4
smartmontools: 7.2-pve3
spiceterm: 3.2-2
swtpm: 0.7.1~bpo11+1
vncterm: 1.7-1
zfsutils-linux: 2.1.5-pve1

Any idea?

Dirk

fabian

fabian

Proxmox Staff Member

Staff member

Jan 7, 2016

8,431

1,683

174


  • #2

do you have any custom certificates added to the certificate store trusted by the system?

  • #3

Hi Fabian,
thanks for the answer.

Uhm which store?
We have custom-ca-certificates via
/usr/local/share/ca-certificates/
and
pveproxy-ssl.pem
for the nodes in the /etc/pve/nodes/xxx/.

fabian

fabian

Proxmox Staff Member

Staff member

Jan 7, 2016

8,431

1,683

174


  • #4

yeah, /usr/local/share/ca-certificates — it seems that contains an invalid file/certificate that our code chokes on.

  • #5

Right!
After removing an old certificate from 1999 it works again.
Looks like it’s an old debt in our ansible.
Thank You.
Solved!

Понравилась статья? Поделить с друзьями:

Читайте также:

  • Fatal read error invalid argument git
  • Fatal python error pygame parachute segmentation fault python runtime state initialized
  • Fatal python error cannot recover from stack overflow python runtime state initialized
  • Fatal not a git repository or any of the parent directories git ошибка
  • Fatal ni connect error 12537

  • 0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии