[INFO] crate opcua-server 0.6.0 is already in cache [INFO] testing opcua-server-0.6.0 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate opcua-server 0.6.0 into work/builds/worker-4/source [INFO] validating manifest of crates.io crate opcua-server 0.6.0 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate opcua-server 0.6.0 [INFO] finished tweaking crates.io crate opcua-server 0.6.0 [INFO] tweaked toml for crates.io crate opcua-server 0.6.0 written to work/builds/worker-4/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 9d8b91fdf466d54b9c3912227fce389f2580526d597b3c223300b91b765a9fef [INFO] running `"docker" "start" "-a" "9d8b91fdf466d54b9c3912227fce389f2580526d597b3c223300b91b765a9fef"` [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling opcua-types v0.6.0 [INFO] [stderr] Compiling opcua-core v0.6.0 [INFO] [stderr] Compiling opcua-client v0.6.0 [INFO] [stderr] Compiling opcua-server v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: the item `WriteMask` is imported redundantly [INFO] [stderr] --> src/services/attribute.rs:180:13 [INFO] [stderr] | [INFO] [stderr] 3 | use opcua_types::*; [INFO] [stderr] | -------------- the item `WriteMask` is already imported here [INFO] [stderr] ... [INFO] [stderr] 180 | use opcua_types::WriteMask; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `std` is imported redundantly [INFO] [stderr] --> src/server.rs:434:33 [INFO] [stderr] | [INFO] [stderr] 434 | ... use std; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/state.rs:74:52 [INFO] [stderr] | [INFO] [stderr] 74 | pub(crate) register_nodes_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn RegisterNodes + Send + Sync` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/state.rs:76:54 [INFO] [stderr] | [INFO] [stderr] 76 | pub(crate) unregister_nodes_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnregisterNodes + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/state.rs:320:81 [INFO] [stderr] | [INFO] [stderr] 320 | pub fn set_register_nodes_callbacks(&mut self, register_nodes_callback: Box, unregister_nodes_callback: Box) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn RegisterNodes + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/state.rs:320:142 [INFO] [stderr] | [INFO] [stderr] 320 | pub fn set_register_nodes_callbacks(&mut self, register_nodes_callback: Box, unregister_nodes_callback: Box) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnregisterNodes + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/address_space/address_space.rs:87:27 [INFO] [stderr] | [INFO] [stderr] 87 | type MethodCallback = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn callbacks::Method + Send + Sync` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.98s [INFO] running `"docker" "inspect" "9d8b91fdf466d54b9c3912227fce389f2580526d597b3c223300b91b765a9fef"` [INFO] running `"docker" "rm" "-f" "9d8b91fdf466d54b9c3912227fce389f2580526d597b3c223300b91b765a9fef"` [INFO] [stdout] 9d8b91fdf466d54b9c3912227fce389f2580526d597b3c223300b91b765a9fef [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] a69d7c0d58fc09abfed33a4d1057c2f141d64021f30ab25749b02a9f37517500 [INFO] running `"docker" "start" "-a" "a69d7c0d58fc09abfed33a4d1057c2f141d64021f30ab25749b02a9f37517500"` [INFO] [stderr] Compiling opcua-console-logging v0.6.0 [INFO] [stderr] Compiling opcua-server v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: the item `WriteMask` is imported redundantly [INFO] [stderr] --> src/services/attribute.rs:180:13 [INFO] [stderr] | [INFO] [stderr] 3 | use opcua_types::*; [INFO] [stderr] | -------------- the item `WriteMask` is already imported here [INFO] [stderr] ... [INFO] [stderr] 180 | use opcua_types::WriteMask; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `std` is imported redundantly [INFO] [stderr] --> src/server.rs:434:33 [INFO] [stderr] | [INFO] [stderr] 434 | ... use std; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/state.rs:74:52 [INFO] [stderr] | [INFO] [stderr] 74 | pub(crate) register_nodes_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn RegisterNodes + Send + Sync` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/state.rs:76:54 [INFO] [stderr] | [INFO] [stderr] 76 | pub(crate) unregister_nodes_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnregisterNodes + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/state.rs:320:81 [INFO] [stderr] | [INFO] [stderr] 320 | pub fn set_register_nodes_callbacks(&mut self, register_nodes_callback: Box, unregister_nodes_callback: Box) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn RegisterNodes + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/state.rs:320:142 [INFO] [stderr] | [INFO] [stderr] 320 | pub fn set_register_nodes_callbacks(&mut self, register_nodes_callback: Box, unregister_nodes_callback: Box) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnregisterNodes + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/address_space/address_space.rs:87:27 [INFO] [stderr] | [INFO] [stderr] 87 | type MethodCallback = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn callbacks::Method + Send + Sync` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.57s [INFO] running `"docker" "inspect" "a69d7c0d58fc09abfed33a4d1057c2f141d64021f30ab25749b02a9f37517500"` [INFO] running `"docker" "rm" "-f" "a69d7c0d58fc09abfed33a4d1057c2f141d64021f30ab25749b02a9f37517500"` [INFO] [stdout] a69d7c0d58fc09abfed33a4d1057c2f141d64021f30ab25749b02a9f37517500 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 83ccf8cfda283ea848ba57330acaa44d2692d7556df1c41a97605d641db54be7 [INFO] running `"docker" "start" "-a" "83ccf8cfda283ea848ba57330acaa44d2692d7556df1c41a97605d641db54be7"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.62s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/opcua_server-5c838e4e29911649 [INFO] [stdout] [INFO] [stdout] running 88 tests [INFO] [stdout] test tests::address_space::array_as_variable ... ok [INFO] [stdout] test tests::address_space::multi_dimension_array_as_variable ... ok [INFO] [stdout] test tests::address_space::object_attributes ... ok [INFO] [stdout] test tests::expired_publish_requests ... ok [INFO] [stdout] test tests::server_config_invalid ... ok [INFO] [stdout] test tests::server_config_save ... ok [INFO] [stdout] test tests::server_config_sample_save ... FAILED [INFO] [stdout] test tests::address_space::find_common_nodes ... ok [INFO] [stdout] test tests::address_space::find_objects_folder ... ok [INFO] [stdout] test tests::services::monitored_item::data_change_deadband_abs_test ... ok [INFO] [stdout] test tests::services::monitored_item::deadband_abs ... ok [INFO] [stdout] test tests::services::monitored_item::deadband_pct ... ok [INFO] [stdout] test tests::services::monitored_item::data_change_filter_test ... ok [INFO] [stdout] test tests::address_space::find_root_folder ... ok [INFO] [stdout] test tests::services::monitored_item::monitored_item_queue_discard_oldest ... ok [INFO] [stdout] test tests::address_space::find_types_folder ... ok [INFO] [stderr] 2019-10-11 08:23:56.698 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:56.698 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stdout] test tests::address_space::find_views_folder ... ok [INFO] [stderr] 2019-10-11 08:23:56.699 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:56.700 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stdout] test tests::address_space::find_references_to ... ok [INFO] [stderr] 2019-10-11 08:23:56.702 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:56.702 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:56.702 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:56.702 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stdout] test tests::address_space::find_references_from ... ok [INFO] [stderr] 2019-10-11 08:23:56.714 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:56.714 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stdout] test tests::address_space::address_space ... ok [INFO] [stderr] 2019-10-11 08:23:56.730 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:56.730 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:56.731 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:56.738 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:56.738 - ERROR - opcua_server::state - Client wants to connect with a non binary transport [ [INFO] [stderr] UAString { [INFO] [stderr] value: Some( [INFO] [stderr] "xxxxxx", [INFO] [stderr] ), [INFO] [stderr] }, [INFO] [stderr] ] [INFO] [stdout] test tests::address_space::find_node_by_id ... ok [INFO] [stderr] 2019-10-11 08:23:56.746 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:56.746 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stdout] test tests::services::discovery::discovery_test ... ok [INFO] [stdout] test tests::services::attribute::read_test ... ok [INFO] [stderr] 2019-10-11 08:23:56.749 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:56.750 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:56.751 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:56.751 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:56.754 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:56.756 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:56.756 - ERROR - opcua_server::address_space::address_space - Method call to NodeId { namespace: 0, identifier: Numeric(11492) } on NodeId { namespace: 0, identifier: Numeric(0) } but the node id is not recognized! [INFO] [stderr] 2019-10-11 08:23:56.757 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:56.756 - ERROR - opcua_server::services::method - Call to NodeId { namespace: 0, identifier: Numeric(11492) } on NodeId { namespace: 0, identifier: Numeric(0) } failed with status code BadNodeIdUnknown [INFO] [stderr] 2019-10-11 08:23:56.757 - ERROR - opcua_server::address_space::address_space - Method call to NodeId { namespace: 0, identifier: Numeric(0) } on NodeId { namespace: 0, identifier: Numeric(2253) } but the method id is not recognized! [INFO] [stderr] 2019-10-11 08:23:56.757 - ERROR - opcua_server::services::method - Call to NodeId { namespace: 0, identifier: Numeric(0) } on NodeId { namespace: 0, identifier: Numeric(2253) } failed with status code BadMethodInvalid [INFO] [stderr] 2019-10-11 08:23:56.757 - ERROR - opcua_server::services::method - Call to NodeId { namespace: 0, identifier: Numeric(11492) } on NodeId { namespace: 0, identifier: Numeric(2253) } failed with status code BadArgumentsMissing [INFO] [stderr] 2019-10-11 08:23:56.757 - ERROR - opcua_server::services::method - Call to NodeId { namespace: 0, identifier: Numeric(11492) } on NodeId { namespace: 0, identifier: Numeric(2253) } failed with status code BadTooManyArguments [INFO] [stderr] 2019-10-11 08:23:56.758 - ERROR - opcua_server::services::method - Call to NodeId { namespace: 0, identifier: Numeric(11492) } on NodeId { namespace: 0, identifier: Numeric(2253) } failed with status code BadInvalidArgument [INFO] [stderr] 2019-10-11 08:23:56.758 - ERROR - opcua_server::services::method - Call to NodeId { namespace: 0, identifier: Numeric(11492) } on NodeId { namespace: 0, identifier: Numeric(2253) } failed with status code BadSubscriptionIdInvalid [INFO] [stdout] test tests::services::discovery::get_endpoints ... ok [INFO] [stderr] 2019-10-11 08:23:56.763 - ERROR - opcua_server::address_space::base - Cannot set data value as its value is of the wrong type [INFO] [stderr] 2019-10-11 08:23:56.765 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:56.765 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stdout] test tests::services::method::call_getmonitoreditems ... ok [INFO] [stderr] 2019-10-11 08:23:56.770 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:56.771 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stdout] test tests::services::attribute::write_test ... ok [INFO] [stderr] 2019-10-11 08:23:56.778 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:56.778 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:57.428 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:57.469 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:57.471 - ERROR - opcua_server::services::node_management - node cannot be created because node class is unspecified [INFO] [stdout] test tests::services::node_management::add_nodes_node_class_invalid ... ok [INFO] [stderr] 2019-10-11 08:23:57.479 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:57.479 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:57.510 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:57.515 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stdout] test tests::services::monitored_item::monitored_item_data_change_filter ... ok [INFO] [stderr] 2019-10-11 08:23:57.522 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:57.523 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:57.525 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stdout] test tests::services::node_management::add_nodes_valid ... ok [INFO] [stderr] 2019-10-11 08:23:57.553 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:57.553 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:57.559 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stdout] test tests::services::node_management::add_nodes_nothing_to_do ... ok [INFO] [stderr] 2019-10-11 08:23:57.575 - ERROR - opcua_server::services::node_management - node cannot be created because the browse name is a duplicate [INFO] [stderr] 2019-10-11 08:23:57.576 - ERROR - opcua_server::services::node_management - node cannot be created because node id already exists [INFO] [stderr] 2019-10-11 08:23:57.578 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:57.578 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:57.578 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stdout] test tests::services::node_management::add_nodes_browse_name_duplicated ... ok [INFO] [stderr] 2019-10-11 08:23:57.583 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:57.583 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stdout] test tests::services::node_management::add_nodes_node_id_exists ... ok [INFO] [stderr] 2019-10-11 08:23:57.585 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:57.585 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:57.586 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:57.593 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:57.600 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:57.612 - ERROR - opcua_server::services::node_management - node class and variable node attributes are not compatible [INFO] [stderr] 2019-10-11 08:23:57.612 - ERROR - opcua_server::services::node_management - node cannot be created because attributes / not class are not valid [INFO] [stderr] 2019-10-11 08:23:57.618 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stdout] test tests::services::node_management::add_nodes_mismatching_class_and_attributes_exists ... ok [INFO] [stderr] 2019-10-11 08:23:57.620 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:57.620 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stdout] test tests::services::node_management::add_nodes_user_access_denied ... ok [INFO] [stderr] 2019-10-11 08:23:57.634 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:57.634 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:57.638 - ERROR - opcua_server::services::node_management - node cannot be created because reference type is invalid [INFO] [stderr] 2019-10-11 08:23:57.645 - ERROR - opcua_server::services::node_management - node cannot be created because parent node id is invalid or does not exist [INFO] [stdout] test tests::services::node_management::add_nodes_reference_type_id_invalid ... ok [INFO] [stderr] 2019-10-11 08:23:57.649 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:57.649 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stdout] test tests::services::node_management::add_nodes_parent_node_id_invalid ... ok [INFO] [stderr] 2019-10-11 08:23:57.654 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:57.654 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:57.661 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:57.661 - ERROR - opcua_server::address_space::address_space - Method call to NodeId { namespace: 0, identifier: Numeric(12873) } on NodeId { namespace: 0, identifier: Numeric(0) } but the node id is not recognized! [INFO] [stderr] 2019-10-11 08:23:57.662 - ERROR - opcua_server::services::method - Call to NodeId { namespace: 0, identifier: Numeric(12873) } on NodeId { namespace: 0, identifier: Numeric(0) } failed with status code BadNodeIdUnknown [INFO] [stderr] 2019-10-11 08:23:57.662 - ERROR - opcua_server::services::method - Call to NodeId { namespace: 0, identifier: Numeric(12873) } on NodeId { namespace: 0, identifier: Numeric(2253) } failed with status code BadSubscriptionIdInvalid [INFO] [stdout] test tests::services::node_management::add_references ... ok [INFO] [stderr] 2019-10-11 08:23:57.664 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:57.664 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stdout] test tests::services::method::call_resend_data ... ok [INFO] [stderr] 2019-10-11 08:23:57.669 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:57.669 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:57.679 - ERROR - opcua_server::services::node_management - reference cannot be added because reference is a duplicate [INFO] [stdout] test tests::services::node_management::add_references_duplicate_reference_not_allowed ... ok [INFO] [stderr] 2019-10-11 08:23:57.689 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:57.689 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:57.754 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:57.772 - ERROR - opcua_server::services::node_management - reference cannot be added because reference type id is invalid [INFO] [stderr] 2019-10-11 08:23:57.780 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:57.780 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:57.856 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:57.863 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:57.869 - ERROR - opcua_server::services::node_management - reference cannot be added because target node id is invalid [INFO] [stdout] test tests::services::node_management::delete_references_target_node_id_invalid ... ok [INFO] [stderr] 2019-10-11 08:23:57.887 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:57.887 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:57.890 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stdout] test tests::services::monitored_item::monitored_item_triggers ... ok [INFO] [stdout] test tests::address_space::variable_builder ... ok [INFO] [stderr] 2019-10-11 08:23:57.918 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:57.920 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stdout] test tests::services::subscription::acknowledge_unknown_sequence_nr ... ok [INFO] [stdout] test tests::services::subscription::create_modify_destroy_subscription ... ok [INFO] [stdout] test tests::services::subscription::multiple_publish_response_subscription ... ok [INFO] [stderr] 2019-10-11 08:23:57.921 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:57.921 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:57.931 - ERROR - opcua_server::services::node_management - node cannot be created because type definition is not valid [INFO] [stderr] 2019-10-11 08:23:57.934 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:57.940 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:57.940 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:57.940 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:57.952 - ERROR - opcua_server::services::node_management - reference cannot be added because reference type id is invalid [INFO] [stderr] 2019-10-11 08:23:57.954 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:57.954 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stdout] test tests::services::node_management::add_references_reference_type_id_invalid ... ok [INFO] [stderr] 2019-10-11 08:23:57.961 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:57.961 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:57.973 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stdout] test tests::services::node_management::add_references_reference_local_only ... ok [INFO] [stderr] 2019-10-11 08:23:58.021 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:58.033 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:58.036 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:58.041 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:58.041 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stdout] test tests::services::node_management::add_references_server_uri_invalid ... ok [INFO] [stderr] 2019-10-11 08:23:58.054 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:58.055 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:58.055 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:58.055 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:58.057 - ERROR - opcua_server::services::node_management - node cannot be deleted [INFO] [stderr] 2019-10-11 08:23:58.058 - ERROR - opcua_server::state - Cannot find endpoint that matches path "opc.tcp://localhost:4855/x", security policy None, and security mode None [INFO] [stderr] 2019-10-11 08:23:58.059 - ERROR - opcua_server::state - Endpoint "/noaccess" does not support anonymous authentication [INFO] [stdout] test tests::services::node_management::delete_nodes_node_id_unknown ... ok [INFO] [stdout] test tests::services::session::anonymous_user_token ... ok [INFO] [stderr] 2019-10-11 08:23:58.067 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:58.067 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:58.070 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:58.070 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:58.086 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stdout] test tests::services::node_management::delete_nodes_user_access_denied ... ok [INFO] [stderr] 2019-10-11 08:23:58.109 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:58.109 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:58.110 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:58.117 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:58.126 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:58.129 - ERROR - opcua_server::services::node_management - node cannot be created because type definition is not valid [INFO] [stderr] 2019-10-11 08:23:58.137 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:58.137 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:58.144 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:58.151 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stdout] test tests::services::node_management::delete_references_user_access_denied ... ok [INFO] [stderr] 2019-10-11 08:23:58.152 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:58.155 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:58.156 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stdout] test tests::services::node_management::add_references_target_node_id_invalid ... ok [INFO] [stderr] 2019-10-11 08:23:58.170 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:58.170 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stdout] test tests::services::subscription::publish_response_subscription ... ok [INFO] [stderr] 2019-10-11 08:23:58.173 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:58.174 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:58.176 - ERROR - opcua_server::services::node_management - reference cannot be added because source node id is invalid [INFO] [stdout] test tests::services::node_management::add_references_node_class_invalid ... ok [INFO] [stderr] 2019-10-11 08:23:58.178 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:58.178 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stdout] test tests::services::node_management::delete_references_source_node_id_invalid ... ok [INFO] [stderr] 2019-10-11 08:23:58.186 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stdout] test tests::subscriptions::subscription::basic_subscription ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_10 ... ok [INFO] [stderr] 2019-10-11 08:23:58.204 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stdout] test tests::subscriptions::subscription::update_state_11 ... ok [INFO] [stdout] test tests::services::node_management::delete_references ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_12 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_14 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_13 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_16 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_15 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_27 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_17 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_3 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_4 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_5 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_6 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_7 ... ok [INFO] [stdout] test tests::services::node_management::add_references_source_node_id_invalid ... ok [INFO] [stderr] 2019-10-11 08:23:58.238 - ERROR - opcua_server::state - Cannot authenticate "samplex", user not found for endpoint [INFO] [stderr] 2019-10-11 08:23:58.238 - ERROR - opcua_types::service_types::impls - Authentication error: User name sample supplied by client is recognised but password is not [INFO] [stderr] 2019-10-11 08:23:58.239 - ERROR - opcua_server::state - Cannot authenticate "sample", password is invalid [INFO] [stderr] 2019-10-11 08:23:58.239 - ERROR - opcua_server::state - Cannot authenticate "", user not found for endpoint [INFO] [stderr] 2019-10-11 08:23:58.244 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stdout] test tests::subscriptions::subscription::update_state_9 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_8 ... ok [INFO] [stdout] test tests::services::session::user_name_pass_token ... ok [INFO] [stdout] test tests::services::view::browse ... ok [INFO] [stderr] 2019-10-11 08:23:58.256 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:58.257 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stdout] test tests::services::node_management::delete_nodes ... ok [INFO] [stdout] test tests::services::subscription::publish_keep_alive ... ok [INFO] [stderr] 2019-10-11 08:23:58.302 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:58.310 - ERROR - opcua_server::services::node_management - node cannot be created because type definition is not valid [INFO] [stderr] 2019-10-11 08:23:58.312 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:58.316 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:58.316 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:58.325 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:58.333 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:58.335 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stdout] test tests::services::subscription::republish ... ok [INFO] [stderr] 2019-10-11 08:23:58.352 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:58.353 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stdout] test tests::services::subscription::publish_with_no_subscriptions ... ok [INFO] [stderr] 2019-10-11 08:23:58.359 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stdout] test tests::services::view::unregister_nodes ... ok [INFO] [stderr] 2019-10-11 08:23:58.379 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stdout] test tests::services::view::browse_next ... ok [INFO] [stdout] test tests::services::view::translate_browse_paths_to_node_ids2 ... ok [INFO] [stderr] 2019-10-11 08:23:58.391 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stdout] test tests::services::view::translate_browse_paths_to_node_ids ... ok [INFO] [stderr] 2019-10-11 08:23:58.402 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stdout] test tests::services::view::register_nodes ... ok [INFO] [stderr] 2019-10-11 08:23:58.444 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:58.452 - ERROR - opcua_server::services::node_management - node cannot be created because type definition is not valid [INFO] [stdout] test tests::services::node_management::add_nodes_type_definition_invalid ... ok [INFO] [stderr] 2019-10-11 08:23:58.476 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:58.489 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:58.489 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:58.609 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:58.622 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:58.622 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:58.742 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:58.755 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:58.755 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:58.875 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:58.888 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:58.888 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:59.008 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:59.021 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:59.021 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:59.141 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2019-10-11 08:23:59.154 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2019-10-11 08:23:59.154 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2019-10-11 08:23:59.274 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stdout] test tests::services::subscription::test_revised_keep_alive_lifetime_counts ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::server_config_sample_save stdout ---- [INFO] [stdout] Path is "/opt/rustwide/workdir/../samples/server.conf" [INFO] [stdout] thread 'tests::server_config_sample_save' panicked at 'assertion failed: config.save(&path).is_ok()', src/tests/mod.rs:70:5 [INFO] [stdout] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::server_config_sample_save [INFO] [stdout] [INFO] [stdout] test result: FAILED. 87 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `"docker" "inspect" "83ccf8cfda283ea848ba57330acaa44d2692d7556df1c41a97605d641db54be7"` [INFO] running `"docker" "rm" "-f" "83ccf8cfda283ea848ba57330acaa44d2692d7556df1c41a97605d641db54be7"` [INFO] [stdout] 83ccf8cfda283ea848ba57330acaa44d2692d7556df1c41a97605d641db54be7