[INFO] crate opcua-server 0.6.0 is already in cache [INFO] testing opcua-server-0.6.0 against 1.38.0 for beta-1.39-1 [INFO] extracting crate opcua-server 0.6.0 into work/builds/worker-8/source [INFO] validating manifest of crates.io crate opcua-server 0.6.0 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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-8/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 1fac4adddaa5647aa189e5722933c214b8cf3100730c54c54112984ade88fa1d [INFO] running `"docker" "start" "-a" "1fac4adddaa5647aa189e5722933c214b8cf3100730c54c54112984ade88fa1d"` [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 36.05s [INFO] running `"docker" "inspect" "1fac4adddaa5647aa189e5722933c214b8cf3100730c54c54112984ade88fa1d"` [INFO] running `"docker" "rm" "-f" "1fac4adddaa5647aa189e5722933c214b8cf3100730c54c54112984ade88fa1d"` [INFO] [stdout] 1fac4adddaa5647aa189e5722933c214b8cf3100730c54c54112984ade88fa1d [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] ebb8da6873e6752f70ca677a35e1564bcd98f62b931889164bd1fe72f326bcbe [INFO] running `"docker" "start" "-a" "ebb8da6873e6752f70ca677a35e1564bcd98f62b931889164bd1fe72f326bcbe"` [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 27.28s [INFO] running `"docker" "inspect" "ebb8da6873e6752f70ca677a35e1564bcd98f62b931889164bd1fe72f326bcbe"` [INFO] running `"docker" "rm" "-f" "ebb8da6873e6752f70ca677a35e1564bcd98f62b931889164bd1fe72f326bcbe"` [INFO] [stdout] ebb8da6873e6752f70ca677a35e1564bcd98f62b931889164bd1fe72f326bcbe [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 078305f17507486e8916152073e7100d04efaf3cae73c20fb7523ca278ea34c5 [INFO] running `"docker" "start" "-a" "078305f17507486e8916152073e7100d04efaf3cae73c20fb7523ca278ea34c5"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.57s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/opcua_server-1ca5c7971263e711 [INFO] [stdout] [INFO] [stdout] running 88 tests [INFO] [stdout] test tests::address_space::array_as_variable ... ok [INFO] [stdout] test tests::address_space::object_attributes ... ok [INFO] [stdout] test tests::address_space::multi_dimension_array_as_variable ... ok [INFO] [stdout] test tests::server_config_invalid ... ok [INFO] [stdout] test tests::expired_publish_requests ... ok [INFO] [stdout] test tests::server_config_save ... ok [INFO] [stdout] test tests::address_space::find_types_folder ... ok [INFO] [stdout] test tests::address_space::find_views_folder ... ok [INFO] [stdout] test tests::address_space::find_node_by_id ... ok [INFO] [stdout] test tests::address_space::address_space ... 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::address_space::find_root_folder ... ok [INFO] [stdout] test tests::address_space::find_references_to ... ok [INFO] [stdout] test tests::services::monitored_item::data_change_filter_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::monitored_item_queue_discard_oldest ... ok [INFO] [stderr] 2019-10-11 08:24:03.495 - 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:24:03.496 - 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:24:03.496 - 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:24:03.495 - 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:24:03.496 - 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:24:03.496 - 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:24:03.496 - 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:24:03.496 - 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:24:03.497 - 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:24:03.498 - 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] [stdout] test tests::address_space::find_common_nodes ... ok [INFO] [stderr] 2019-10-11 08:24:03.505 - 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:24:03.505 - 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:24:03.506 - 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:24:03.508 - 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:24:03.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:24:03.514 - 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:24:03.514 - 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] [stderr] 2019-10-11 08:24:03.519 - 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::discovery::get_endpoints ... ok [INFO] [stderr] 2019-10-11 08:24:03.520 - 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:24:03.521 - 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] [stderr] 2019-10-11 08:24:03.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:24:03.522 - 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:24:03.524 - 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:24:03.524 - 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:24:03.524 - 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:24:03.525 - 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:24:03.525 - 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:24:03.525 - 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:24:03.525 - 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:24:03.525 - 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:24:03.525 - 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] [stderr] 2019-10-11 08:24:03.529 - 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::attribute::read_test ... ok [INFO] [stderr] 2019-10-11 08:24:03.533 - 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:24:03.534 - 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:24:03.534 - ERROR - opcua_server::address_space::base - Cannot set data value as its value is of the wrong type [INFO] [stdout] test tests::services::method::call_getmonitoreditems ... ok [INFO] [stderr] 2019-10-11 08:24:03.538 - 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:24:03.538 - 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:24:03.547 - 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:24:03.547 - 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:24:03.783 - 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] [stderr] 2019-10-11 08:24:03.836 - 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:24:03.836 - 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:24:04.032 - 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:24:04.041 - 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:24:04.047 - 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:24:04.047 - 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:24:04.047 - 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:24:04.047 - 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::method::call_resend_data ... ok [INFO] [stderr] 2019-10-11 08:24:04.054 - ERROR - opcua_server::services::node_management - reference cannot be added because reference is a duplicate [INFO] [stderr] 2019-10-11 08:24:04.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:24:04.054 - 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_duplicate_reference_not_allowed ... ok [INFO] [stderr] 2019-10-11 08:24:04.063 - 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:24:04.063 - 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:24:04.086 - 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:24:04.097 - ERROR - opcua_server::services::node_management - node cannot be created because the browse name is a duplicate [INFO] [stderr] 2019-10-11 08:24:04.101 - 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:24:04.105 - 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_browse_name_duplicated ... ok [INFO] [stderr] 2019-10-11 08:24:04.106 - 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:24:04.106 - 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:24:04.111 - 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:24:04.115 - 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:24:04.116 - 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:24:04.121 - 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:24:04.123 - 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:24:04.136 - ERROR - opcua_server::services::node_management - node cannot be created because node id already exists [INFO] [stdout] test tests::services::node_management::add_nodes_node_id_exists ... ok [INFO] [stderr] 2019-10-11 08:24:04.146 - 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:24:04.146 - 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:24:04.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:24:04.153 - ERROR - opcua_server::services::node_management - node class and variable node attributes are not compatible [INFO] [stderr] 2019-10-11 08:24:04.153 - ERROR - opcua_server::services::node_management - node cannot be created because attributes / not class are not valid [INFO] [stderr] 2019-10-11 08:24:04.155 - 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:24:04.158 - 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_mismatching_class_and_attributes_exists ... ok [INFO] [stderr] 2019-10-11 08:24:04.162 - 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:24:04.162 - 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:24:04.166 - 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:24:04.167 - 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:24:04.167 - ERROR - opcua_server::services::node_management - node cannot be created because type definition is not valid [INFO] [stderr] 2019-10-11 08:24:04.174 - 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:24:04.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:24:04.178 - 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:24:04.179 - ERROR - opcua_server::services::node_management - node cannot be created because node class is unspecified [INFO] [stderr] 2019-10-11 08:24:04.185 - ERROR - opcua_server::services::node_management - node cannot be created because reference type is invalid [INFO] [stdout] test tests::services::node_management::add_nodes_node_class_invalid ... ok [INFO] [stdout] test tests::services::node_management::add_nodes_reference_type_id_invalid ... ok [INFO] [stderr] 2019-10-11 08:24:04.195 - 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:24:04.195 - 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:24:04.195 - 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:24:04.195 - 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:24:04.222 - 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:24:04.223 - 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:24:04.224 - 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:24:04.234 - 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:24:04.234 - 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_local_only ... ok [INFO] [stdout] test tests::services::node_management::add_references ... ok [INFO] [stderr] 2019-10-11 08:24:04.258 - 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:24:04.258 - 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:24:04.258 - 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:24:04.259 - 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:24:04.294 - 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_server_uri_invalid ... ok [INFO] [stderr] 2019-10-11 08:24:04.337 - 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:24:04.337 - 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:24:04.354 - 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:24:04.369 - 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:24:04.372 - ERROR - opcua_server::services::node_management - node cannot be created because type definition is not valid [INFO] [stderr] 2019-10-11 08:24:04.380 - 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:24:04.380 - 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:24:04.388 - 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:24:04.388 - 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:24:04.452 - 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:24:04.458 - 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:24:04.463 - 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:24:04.473 - 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:24:04.473 - 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:24:04.488 - 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:24:04.488 - ERROR - opcua_server::state - Endpoint "/noaccess" does not support anonymous authentication [INFO] [stdout] test tests::services::session::anonymous_user_token ... ok [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:24:04.499 - 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:24:04.499 - 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_nothing_to_do ... ok [INFO] [stderr] 2019-10-11 08:24:04.511 - 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:24:04.511 - 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::variable_builder ... ok [INFO] [stdout] test tests::server_config_sample_save ... FAILED [INFO] [stderr] 2019-10-11 08:24:04.534 - 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:24:04.534 - 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:24:04.534 - 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:24:04.534 - 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:24:04.547 - 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] [stderr] 2019-10-11 08:24:04.567 - 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:24:04.567 - 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:24:04.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:24:04.591 - ERROR - opcua_server::services::node_management - node cannot be created because type definition is not valid [INFO] [stderr] 2019-10-11 08:24:04.599 - 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:24:04.599 - 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:24:04.660 - ERROR - opcua_server::state - Cannot authenticate "samplex", user not found for endpoint [INFO] [stderr] 2019-10-11 08:24:04.661 - 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:24:04.661 - ERROR - opcua_server::state - Cannot authenticate "sample", password is invalid [INFO] [stderr] 2019-10-11 08:24:04.662 - ERROR - opcua_server::state - Cannot authenticate "", user not found for endpoint [INFO] [stdout] test tests::services::session::user_name_pass_token ... ok [INFO] [stderr] 2019-10-11 08:24:04.671 - 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:24:04.671 - 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:24:04.684 - 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:24:04.690 - 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::publish_keep_alive ... ok [INFO] [stderr] 2019-10-11 08:24:04.721 - 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:24:04.721 - 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:24:04.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:24:04.753 - 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:24:04.758 - 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:24:04.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:24:04.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:24:04.801 - 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:24:04.823 - 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:24:04.834 - 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:24:04.835 - 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:24:04.856 - 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 ... ok [INFO] [stderr] 2019-10-11 08:24:04.868 - 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:24:04.868 - 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:24:04.909 - 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:24:04.937 - 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:24:04.938 - 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:24:04.970 - 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:24:04.972 - 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:24:04.974 - 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:24:04.975 - 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] [stderr] 2019-10-11 08:24:04.984 - 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:24:04.984 - 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:24:04.986 - 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:24:04.986 - 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:24:04.995 - ERROR - opcua_server::services::node_management - reference cannot be added because reference type id is invalid [INFO] [stderr] 2019-10-11 08:24:04.995 - 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:24:05.000 - 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:24:05.000 - 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::view::translate_browse_paths_to_node_ids ... ok [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:24:05.002 - 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:24:05.002 - 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::subscriptions::subscription::update_state_11 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_12 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_13 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_14 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_15 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_16 ... ok [INFO] [stderr] 2019-10-11 08:24:05.010 - ERROR - opcua_server::services::node_management - reference cannot be added because source node id is invalid [INFO] [stdout] test tests::subscriptions::subscription::update_state_17 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_27 ... ok [INFO] [stdout] test tests::services::node_management::delete_references ... 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::services::node_management::add_references_source_node_id_invalid ... 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::subscriptions::subscription::update_state_8 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_5 ... ok [INFO] [stdout] test tests::services::node_management::delete_references_source_node_id_invalid ... ok [INFO] [stderr] 2019-10-11 08:24:05.020 - 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] [stderr] 2019-10-11 08:24:05.033 - 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:24:05.046 - ERROR - opcua_server::services::node_management - node cannot be deleted [INFO] [stderr] 2019-10-11 08:24:05.046 - 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:24:05.053 - 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_node_id_unknown ... ok [INFO] [stdout] test tests::services::view::translate_browse_paths_to_node_ids2 ... ok [INFO] [stderr] 2019-10-11 08:24:05.066 - 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] [stdout] test tests::services::subscription::publish_response_subscription ... ok [INFO] [stderr] 2019-10-11 08:24:05.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:24:05.145 - 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::publish_with_no_subscriptions ... ok [INFO] [stderr] 2019-10-11 08:24:05.152 - ERROR - opcua_server::services::node_management - reference cannot be added because reference type id is invalid [INFO] [stdout] test tests::services::node_management::add_references_reference_type_id_invalid ... ok [INFO] [stderr] 2019-10-11 08:24:05.162 - 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:24:05.167 - 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:24:05.181 - 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:24:05.181 - 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:24:05.182 - 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:24:05.184 - 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:24:05.187 - 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] [stdout] test tests::services::view::unregister_nodes ... ok [INFO] [stdout] test tests::services::node_management::add_references_node_class_invalid ... ok [INFO] [stderr] 2019-10-11 08:24:05.308 - 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:24:05.321 - 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:24:05.321 - 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:24:05.440 - 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:24:05.453 - 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:24:05.453 - 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:24:05.572 - 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:24:05.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:24:05.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:24:05.704 - 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:24:05.718 - 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:24:05.718 - 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:24:05.855 - 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] stack backtrace: [INFO] [stdout] 0: 0x55eb1035f98b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55eb1035f98b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb1035f98b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55eb1035f98b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55eb1035f98b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55eb1035f5fc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55eb103600fd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55eb0ff6e4b5 - std::panicking::begin_panic::hc24a34b2ca912181 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55eb0fb23657 - opcua_server::tests::server_config_sample_save::h5443b3d7a91c94f2 [INFO] [stdout] at src/tests/mod.rs:70 [INFO] [stdout] 9: 0x55eb0fb2343a - opcua_server::tests::server_config_sample_save::{{closure}}::h041717b84bcb6cca [INFO] [stdout] at src/tests/mod.rs:62 [INFO] [stdout] 10: 0x55eb0fb6e67e - core::ops::function::FnOnce::call_once::h1918dc653e715494 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 11: 0x55eb0fce352f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 12: 0x55eb10362d0a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 13: 0x55eb0fcfdb1e - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x55eb0fcfdb1e - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x55eb0fcfdb1e - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 16: 0x55eb0fcd8f55 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x55eb0fcdd095 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x55eb0fcdd095 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x55eb0fcdd095 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x55eb10362d0a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x55eb0fcdd672 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x55eb0fcdd672 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x55eb0fcdd672 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x55eb0fcdd672 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 25: 0x55eb103543ef - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 26: 0x55eb103620e0 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x55eb103620e0 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x55eb103620e0 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7eff89a4e6db - start_thread [INFO] [stdout] 30: 0x7eff8955f88f - __clone [INFO] [stdout] 31: 0x0 - [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" "078305f17507486e8916152073e7100d04efaf3cae73c20fb7523ca278ea34c5"` [INFO] running `"docker" "rm" "-f" "078305f17507486e8916152073e7100d04efaf3cae73c20fb7523ca278ea34c5"` [INFO] [stdout] 078305f17507486e8916152073e7100d04efaf3cae73c20fb7523ca278ea34c5