[INFO] crate opcua-server 0.7.0 is already in cache [INFO] testing opcua-server-0.7.0 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate opcua-server 0.7.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate opcua-server 0.7.0 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate opcua-server 0.7.0 [INFO] finished tweaking crates.io crate opcua-server 0.7.0 [INFO] tweaked toml for crates.io crate opcua-server 0.7.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3710bbea4c1d874efe41060433b827eeea706ddcb64aca5f1a1073154eeadd75 [INFO] running `"docker" "start" "-a" "3710bbea4c1d874efe41060433b827eeea706ddcb64aca5f1a1073154eeadd75"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling uuid v0.5.1 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling derivative v1.0.4 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio-uds v0.2.6 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling opcua-types v0.7.0 [INFO] [stderr] Compiling opcua-core v0.7.0 [INFO] [stderr] Compiling opcua-server v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 12s [INFO] running `"docker" "inspect" "3710bbea4c1d874efe41060433b827eeea706ddcb64aca5f1a1073154eeadd75"` [INFO] running `"docker" "rm" "-f" "3710bbea4c1d874efe41060433b827eeea706ddcb64aca5f1a1073154eeadd75"` [INFO] [stdout] 3710bbea4c1d874efe41060433b827eeea706ddcb64aca5f1a1073154eeadd75 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 49158e50bfa4cac2541929f63995716e307c9bcff384a50d68557079c80b0848 [INFO] running `"docker" "start" "-a" "49158e50bfa4cac2541929f63995716e307c9bcff384a50d68557079c80b0848"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling criterion v0.2.11 [INFO] [stderr] Compiling opcua-console-logging v0.7.0 [INFO] [stderr] Compiling opcua-server v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `server_state` [INFO] [stderr] --> src/tests/services/subscription.rs:36:35 [INFO] [stderr] | [INFO] [stderr] 36 | do_subscription_service_test(|server_state, session, _, ss, _| { [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_server_state` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `session` [INFO] [stderr] --> src/tests/services/subscription.rs:36:49 [INFO] [stderr] | [INFO] [stderr] 36 | do_subscription_service_test(|server_state, session, _, ss, _| { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_session` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `ss` [INFO] [stderr] --> src/tests/services/subscription.rs:36:61 [INFO] [stderr] | [INFO] [stderr] 36 | do_subscription_service_test(|server_state, session, _, ss, _| { [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_ss` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `subscription_id` [INFO] [stderr] --> src/tests/services/subscription.rs:231:13 [INFO] [stderr] | [INFO] [stderr] 231 | let subscription_id = create_subscription(server_state, session, &ss); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subscription_id` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `address_space` [INFO] [stderr] --> src/tests/services/subscription.rs:230:58 [INFO] [stderr] | [INFO] [stderr] 230 | do_subscription_service_test(|server_state, session, address_space, ss, mis| { [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address_space` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `mis` [INFO] [stderr] --> src/tests/services/subscription.rs:230:77 [INFO] [stderr] | [INFO] [stderr] 230 | do_subscription_service_test(|server_state, session, address_space, ss, mis| { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_mis` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `server_state` [INFO] [stderr] --> src/tests/services/subscription.rs:240:35 [INFO] [stderr] | [INFO] [stderr] 240 | do_subscription_service_test(|server_state, session, address_space, ss, mis| { [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_server_state` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `session` [INFO] [stderr] --> src/tests/services/subscription.rs:240:49 [INFO] [stderr] | [INFO] [stderr] 240 | do_subscription_service_test(|server_state, session, address_space, ss, mis| { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_session` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `address_space` [INFO] [stderr] --> src/tests/services/subscription.rs:240:58 [INFO] [stderr] | [INFO] [stderr] 240 | do_subscription_service_test(|server_state, session, address_space, ss, mis| { [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address_space` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `ss` [INFO] [stderr] --> src/tests/services/subscription.rs:240:73 [INFO] [stderr] | [INFO] [stderr] 240 | do_subscription_service_test(|server_state, session, address_space, ss, mis| { [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_ss` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `mis` [INFO] [stderr] --> src/tests/services/subscription.rs:240:77 [INFO] [stderr] | [INFO] [stderr] 240 | do_subscription_service_test(|server_state, session, address_space, ss, mis| { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_mis` [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 36.62s [INFO] running `"docker" "inspect" "49158e50bfa4cac2541929f63995716e307c9bcff384a50d68557079c80b0848"` [INFO] running `"docker" "rm" "-f" "49158e50bfa4cac2541929f63995716e307c9bcff384a50d68557079c80b0848"` [INFO] [stdout] 49158e50bfa4cac2541929f63995716e307c9bcff384a50d68557079c80b0848 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c2fa1a84e3488f0209e7826470329a7ed54619e520cd25679f9982ff78c4f016 [INFO] running `"docker" "start" "-a" "c2fa1a84e3488f0209e7826470329a7ed54619e520cd25679f9982ff78c4f016"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused variable: `server_state` [INFO] [stderr] --> src/tests/services/subscription.rs:36:35 [INFO] [stderr] | [INFO] [stderr] 36 | do_subscription_service_test(|server_state, session, _, ss, _| { [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_server_state` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `session` [INFO] [stderr] --> src/tests/services/subscription.rs:36:49 [INFO] [stderr] | [INFO] [stderr] 36 | do_subscription_service_test(|server_state, session, _, ss, _| { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_session` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `ss` [INFO] [stderr] --> src/tests/services/subscription.rs:36:61 [INFO] [stderr] | [INFO] [stderr] 36 | do_subscription_service_test(|server_state, session, _, ss, _| { [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_ss` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `subscription_id` [INFO] [stderr] --> src/tests/services/subscription.rs:231:13 [INFO] [stderr] | [INFO] [stderr] 231 | let subscription_id = create_subscription(server_state, session, &ss); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subscription_id` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `address_space` [INFO] [stderr] --> src/tests/services/subscription.rs:230:58 [INFO] [stderr] | [INFO] [stderr] 230 | do_subscription_service_test(|server_state, session, address_space, ss, mis| { [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address_space` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `mis` [INFO] [stderr] --> src/tests/services/subscription.rs:230:77 [INFO] [stderr] | [INFO] [stderr] 230 | do_subscription_service_test(|server_state, session, address_space, ss, mis| { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_mis` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `server_state` [INFO] [stderr] --> src/tests/services/subscription.rs:240:35 [INFO] [stderr] | [INFO] [stderr] 240 | do_subscription_service_test(|server_state, session, address_space, ss, mis| { [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_server_state` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `session` [INFO] [stderr] --> src/tests/services/subscription.rs:240:49 [INFO] [stderr] | [INFO] [stderr] 240 | do_subscription_service_test(|server_state, session, address_space, ss, mis| { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_session` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `address_space` [INFO] [stderr] --> src/tests/services/subscription.rs:240:58 [INFO] [stderr] | [INFO] [stderr] 240 | do_subscription_service_test(|server_state, session, address_space, ss, mis| { [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address_space` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `ss` [INFO] [stderr] --> src/tests/services/subscription.rs:240:73 [INFO] [stderr] | [INFO] [stderr] 240 | do_subscription_service_test(|server_state, session, address_space, ss, mis| { [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_ss` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `mis` [INFO] [stderr] --> src/tests/services/subscription.rs:240:77 [INFO] [stderr] | [INFO] [stderr] 240 | do_subscription_service_test(|server_state, session, address_space, ss, mis| { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_mis` [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.80s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/opcua_server-8b19ee351ea9f20b [INFO] [stdout] [INFO] [stdout] running 122 tests [INFO] [stdout] test tests::address_space::array_as_variable ... ok [INFO] [stdout] test events::operator::like_to_regex_tests ... ok [INFO] [stderr] 2020-06-06 01:53:49.842 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:49.843 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:49.843 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:49.843 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:49.843 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:49.843 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:49.843 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:49.843 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:49.843 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:49.843 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:49.843 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:49.843 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:49.844 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:49.844 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:49.844 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:49.844 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:49.844 - ERROR - opcua_server::events::event_filter - Operand cannot be read from extension object, err = BadFilterOperandInvalid [INFO] [stderr] 2020-06-06 01:53:49.844 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operator [INFO] [stdout] test tests::address_space::find_inverse_references ... ok [INFO] [stdout] test tests::address_space::find_reference_subtypes ... ok [INFO] [stdout] test tests::address_space::find_references ... ok [INFO] [stdout] test events::event_filter::validate_where_clause_test ... ok [INFO] [stdout] test tests::address_space::find_common_nodes ... ok [INFO] [stdout] test tests::address_space::address_space ... ok [INFO] [stdout] test tests::address_space::multi_dimension_array_as_variable ... ok [INFO] [stdout] test events::event::test_event_source_node ... ok [INFO] [stdout] test tests::address_space::object_attributes ... ok [INFO] [stdout] test tests::address_space::find_objects_folder ... ok [INFO] [stdout] test events::event::test_event_time ... ok [INFO] [stdout] test tests::address_space::simple_delete_node ... ok [INFO] [stdout] test events::event::test_events_for_object ... ok [INFO] [stdout] test tests::address_space::browse_nodes ... ok [INFO] [stdout] test tests::address_space::find_node_by_id ... ok [INFO] [stdout] test events::event::test_purge_events ... ok [INFO] [stdout] test tests::address_space::find_root_folder ... ok [INFO] [stdout] test tests::address_space::delete_node ... ok [INFO] [stdout] test tests::address_space::find_references_by_direction ... ok [INFO] [stdout] test tests::address_space::method_builder ... ok [INFO] [stdout] test tests::address_space::find_views_folder ... ok [INFO] [stdout] test tests::address_space::object_type_builder ... ok [INFO] [stdout] test tests::events::test_bitwise_and ... ok [INFO] [stdout] test tests::address_space::hierarchical_references ... ok [INFO] [stdout] test tests::address_space::is_subtype ... ok [INFO] [stdout] test tests::address_space::object_builder ... ok [INFO] [stdout] test tests::address_space::namespaces ... ok [INFO] [stderr] 2020-06-06 01:53:51.902 - ERROR - opcua_server::config - Server configuration is invalid. It defines no endpoints [INFO] [stderr] 2020-06-06 01:53:51.905 - ERROR - opcua_server::config - Cannot find user token with id hello [INFO] [stdout] test tests::expired_publish_requests ... ok [INFO] [stdout] test tests::server_config_invalid ... ok [INFO] [stdout] test tests::events::test_and ... ok [INFO] [stderr] 2020-06-06 01:53:51.918 - ERROR - opcua_core::config - Cannot create the path to save the config [INFO] [stderr] 2020-06-06 01:53:51.926 - 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] 2020-06-06 01:53:51.927 - 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::server_config_save ... ok [INFO] [stderr] 2020-06-06 01:53:51.943 - 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] 2020-06-06 01:53:51.943 - 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::events::test_between ... ok [INFO] [stderr] 2020-06-06 01:53:52.017 - 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] 2020-06-06 01:53:52.021 - 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::events::test_bitwise_or ... ok [INFO] [stderr] 2020-06-06 01:53:52.050 - 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] 2020-06-06 01:53:52.057 - 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_types_folder ... ok [INFO] [stdout] test tests::events::test_eq ... ok [INFO] [stderr] 2020-06-06 01:53:52.242 - 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] 2020-06-06 01:53:52.257 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:52.245 - 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] 2020-06-06 01:53:52.261 - 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::events::test_gt ... ok [INFO] [stdout] test tests::services::monitored_item::data_change_deadband_abs_test ... 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::events::test_gte ... ok [INFO] [stderr] 2020-06-06 01:53:53.493 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:53.493 - 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] 2020-06-06 01:53:53.493 - 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] 2020-06-06 01:53:53.493 - 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] [stdout] test tests::events::test_in_list ... ok [INFO] [stdout] test tests::services::monitored_item::monitored_item_queue_discard_oldest ... ok [INFO] [stderr] 2020-06-06 01:53:53.565 - 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] 2020-06-06 01:53:53.573 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:53.563 - 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] 2020-06-06 01:53:53.574 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:53.753 - 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] 2020-06-06 01:53:53.781 - 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] 2020-06-06 01:53:53.789 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:53.790 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:53.791 - 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::services::discovery::discovery_test ... ok [INFO] [stderr] 2020-06-06 01:53:53.821 - 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] 2020-06-06 01:53:53.825 - 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::events::test_lt ... ok [INFO] [stdout] test tests::events::test_lte ... ok [INFO] [stderr] 2020-06-06 01:53:54.101 - 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] 2020-06-06 01:53:54.113 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:54.121 - 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] 2020-06-06 01:53:54.129 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:54.528 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stdout] test tests::events::test_or ... ok [INFO] [stderr] 2020-06-06 01:53:54.529 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:54.553 - 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::write_test ... ok [INFO] [stderr] 2020-06-06 01:53:54.645 - 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] 2020-06-06 01:53:54.660 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:54.837 - ERROR - opcua_server::events::operator - value_of, cannot find node from browse path [QualifiedName { namespace_index: 0, name: UAString { value: Some("Objects") } }, QualifiedName { namespace_index: 0, name: UAString { value: Some("Event101") } }, QualifiedName { namespace_index: 0, name: UAString { value: Some("Foo") } }] [INFO] [stderr] 2020-06-06 01:53:54.838 - ERROR - opcua_server::events::operator - value_of, cannot find node from browse path [QualifiedName { namespace_index: 0, name: UAString { value: Some("Objects") } }, QualifiedName { namespace_index: 0, name: UAString { value: Some("Foo") } }] [INFO] [stderr] 2020-06-06 01:53:54.839 - ERROR - opcua_server::events::operator - value_of, cannot find node from browse path [QualifiedName { namespace_index: 0, name: UAString { value: Some("Event100") } }, QualifiedName { namespace_index: 0, name: UAString { value: Some("Foo") } }, QualifiedName { namespace_index: 0, name: UAString { value: Some("Bar") } }] [INFO] [stderr] 2020-06-06 01:53:54.840 - ERROR - opcua_server::events::operator - value_of, cannot find node from browse path [QualifiedName { namespace_index: 0, name: UAString { value: Some("") } }] [INFO] [stderr] 2020-06-06 01:53:54.864 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stdout] test tests::events::test_where_clause ... ok [INFO] [stdout] test tests::services::discovery::get_endpoints ... ok [INFO] [stderr] 2020-06-06 01:53:54.913 - 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] 2020-06-06 01:53:54.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] 2020-06-06 01:53:54.922 - 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] 2020-06-06 01:53:54.926 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:55.582 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:55.584 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:55.584 - 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] 2020-06-06 01:53:55.584 - 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] 2020-06-06 01:53:55.584 - 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] 2020-06-06 01:53:55.584 - 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] 2020-06-06 01:53:55.584 - 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] 2020-06-06 01:53:55.584 - 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] 2020-06-06 01:53:55.584 - 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] 2020-06-06 01:53:55.584 - 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::method::call_getmonitoreditems ... ok [INFO] [stderr] 2020-06-06 01:53:55.627 - 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] 2020-06-06 01:53:55.634 - 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::monitored_item::monitored_item_data_change_filter ... ok [INFO] [stderr] 2020-06-06 01:53:55.697 - 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] 2020-06-06 01:53:55.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::services::monitored_item::monitored_item_event_filter ... ok [INFO] [stderr] 2020-06-06 01:53:55.785 - 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] 2020-06-06 01:53:55.789 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:55.830 - 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_parent_node_id_invalid ... ok [INFO] [stderr] 2020-06-06 01:53:55.851 - 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] 2020-06-06 01:53:55.852 - 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::events::test_not ... ok [INFO] [stderr] 2020-06-06 01:53:55.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] 2020-06-06 01:53:55.920 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:55.968 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:55.972 - 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] 2020-06-06 01:53:55.993 - 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] 2020-06-06 01:53:55.997 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:56.011 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:56.064 - 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] 2020-06-06 01:53:56.081 - 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] 2020-06-06 01:53:56.087 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:56.091 - ERROR - opcua_server::services::node_management - node cannot be created because the browse name is a duplicate [INFO] [stdout] test tests::services::node_management::add_nodes_browse_name_duplicated ... ok [INFO] [stderr] 2020-06-06 01:53:56.110 - 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] 2020-06-06 01:53:56.113 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:56.144 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:56.178 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:56.179 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:56.185 - ERROR - opcua_server::services::node_management - reference cannot be added because reference type id is invalid [INFO] [stderr] 2020-06-06 01:53:56.189 - ERROR - opcua_server::services::node_management - node class and variable node attributes are not compatible [INFO] [stderr] 2020-06-06 01:53:56.190 - ERROR - opcua_server::services::node_management - node cannot be created because attributes / not class are not valid [INFO] [stderr] 2020-06-06 01:53:56.194 - 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] 2020-06-06 01:53:56.194 - 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_mismatching_class_and_attributes_exists ... ok [INFO] [stderr] 2020-06-06 01:53:56.209 - 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] 2020-06-06 01:53:56.210 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:56.237 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:56.264 - 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] 2020-06-06 01:53:56.293 - 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] 2020-06-06 01:53:56.301 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:56.335 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:56.340 - ERROR - opcua_server::services::node_management - reference cannot be added because reference type id is invalid [INFO] [stderr] 2020-06-06 01:53:56.353 - 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_type_id_invalid ... ok [INFO] [stdout] test tests::services::monitored_item::monitored_item_triggers ... ok [INFO] [stderr] 2020-06-06 01:53:56.406 - 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] 2020-06-06 01:53:56.414 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:56.431 - 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] 2020-06-06 01:53:56.447 - 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::monitored_item::unknown_node_id ... ok [INFO] [stderr] 2020-06-06 01:53:56.503 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:56.501 - 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] 2020-06-06 01:53:56.509 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:56.514 - 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] 2020-06-06 01:53:56.514 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:56.533 - 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] 2020-06-06 01:53:56.549 - 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] 2020-06-06 01:53:56.550 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:56.593 - 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] 2020-06-06 01:53:56.630 - 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] 2020-06-06 01:53:56.636 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:56.651 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:56.662 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:56.732 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:56.735 - ERROR - opcua_server::services::node_management - reference cannot be added because source node id is invalid [INFO] [stdout] test tests::services::node_management::delete_references_source_node_id_invalid ... ok [INFO] [stderr] 2020-06-06 01:53: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] 2020-06-06 01:53: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] 2020-06-06 01:53:56.767 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:56.781 - 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] 2020-06-06 01:53:56.790 - 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] 2020-06-06 01:53:56.792 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:56.798 - ERROR - opcua_server::services::node_management - node cannot be created because reference type is invalid [INFO] [stdout] test tests::services::node_management::add_nodes_reference_type_id_invalid ... ok [INFO] [stderr] 2020-06-06 01:53:56.814 - 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] 2020-06-06 01:53:56.815 - 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] 2020-06-06 01:53:56.827 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:56.830 - 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] 2020-06-06 01:53:56.831 - ERROR - opcua_server::services::node_management - reference cannot be added because target node id is invalid [INFO] [stderr] 2020-06-06 01:53:56.831 - 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_target_node_id_invalid ... ok [INFO] [stderr] 2020-06-06 01:53:56.841 - 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] 2020-06-06 01:53:56.844 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:56.861 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:56.889 - ERROR - opcua_server::services::node_management - node cannot be created because type definition is not valid [INFO] [stderr] 2020-06-06 01:53:56.894 - 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] 2020-06-06 01:53:56.894 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:56.903 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:56.904 - 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::acknowledge_unknown_sequence_nr ... ok [INFO] [stderr] 2020-06-06 01:53:56.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] 2020-06-06 01:53:56.919 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:56.930 - 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_user_access_denied ... ok [INFO] [stderr] 2020-06-06 01:53:56.932 - 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] 2020-06-06 01:53:56.932 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:56.940 - 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 ... ok [INFO] [stderr] 2020-06-06 01:53:56.952 - 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] 2020-06-06 01:53:56.962 - 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] 2020-06-06 01:53:56.962 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:56.963 - 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] 2020-06-06 01:53:56.963 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:56.968 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:56.972 - ERROR - opcua_server::services::node_management - node cannot be created because type definition is not valid [INFO] [stderr] 2020-06-06 01:53:56.972 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:56.977 - 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] 2020-06-06 01:53:56.977 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:56.979 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:56.990 - 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] 2020-06-06 01:53:56.990 - 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] [stdout] test tests::services::subscription::create_modify_destroy_subscription ... ok [INFO] [stderr] 2020-06-06 01:53:56.993 - 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] 2020-06-06 01:53:56.994 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:56.994 - 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] 2020-06-06 01:53:56.994 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:57.011 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:57.014 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:57.015 - 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 ... ok [INFO] [stdout] test tests::services::node_management::add_references_source_node_id_invalid ... ok [INFO] [stderr] 2020-06-06 01:53:57.038 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stdout] test tests::services::node_management::delete_nodes_user_access_denied ... ok [INFO] [stderr] 2020-06-06 01:53:57.038 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:57.040 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:57.038 - 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] 2020-06-06 01:53:57.041 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:57.045 - ERROR - opcua_server::services::node_management - node cannot be created because type definition is not valid [INFO] [stderr] 2020-06-06 01:53:57.045 - 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] 2020-06-06 01:53:57.045 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:57.050 - 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] 2020-06-06 01:53:57.050 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:57.054 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:57.059 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:57.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::subscription::publish_with_no_subscriptions ... ok [INFO] [stdout] test tests::services::node_management::add_references_node_class_invalid ... ok [INFO] [stdout] test tests::services::subscription::republish ... ok [INFO] [stderr] 2020-06-06 01:53:57.078 - 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] 2020-06-06 01:53:57.078 - 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] 2020-06-06 01:53:57.079 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:57.079 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:57.086 - 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] 2020-06-06 01:53:57.086 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:57.106 - ERROR - opcua_server::state - Cannot find endpoint that matches path "opc.tcp://localhost:4855/x", security policy None, and security mode None [INFO] [stderr] 2020-06-06 01:53:57.107 - ERROR - opcua_server::state - Endpoint "/noaccess" does not support anonymous authentication [INFO] [stdout] test tests::services::session::anonymous_user_token ... ok [INFO] [stderr] 2020-06-06 01:53:57.121 - 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] 2020-06-06 01:53:57.123 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:57.130 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:57.133 - 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] 2020-06-06 01:53:57.148 - 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] 2020-06-06 01:53:57.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] 2020-06-06 01:53:57.158 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:57.160 - 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] 2020-06-06 01:53:57.161 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:57.164 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:57.232 - ERROR - opcua_server::services::node_management - node cannot be deleted [INFO] [stderr] 2020-06-06 01:53:57.234 - 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::unregister_nodes ... ok [INFO] [stdout] test tests::subscriptions::subscription::basic_subscription ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_10 ... ok [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_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_17 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_27 ... 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_6 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_7 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_5 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_8 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_9 ... ok [INFO] [stderr] 2020-06-06 01:53:57.271 - 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] 2020-06-06 01:53:57.284 - 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] 2020-06-06 01:53:57.302 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:57.303 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:57.309 - 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::multiple_publish_response_subscription ... ok [INFO] [stdout] test tests::services::subscription::publish_response_subscription ... ok [INFO] [stderr] 2020-06-06 01:53:57.317 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:57.318 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:57.319 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:57.319 - 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] 2020-06-06 01:53:57.319 - 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::browse_inverse ... ok [INFO] [stdout] test tests::services::view::translate_browse_paths_to_node_ids ... ok [INFO] [stdout] test tests::services::view::browse_both ... ok [INFO] [stdout] test tests::server_config_sample_save ... FAILED [INFO] [stderr] 2020-06-06 01:53:57.325 - 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::session::user_name_pass_token ... FAILED [INFO] [stdout] test tests::services::view::browse ... ok [INFO] [stderr] 2020-06-06 01:53:57.333 - 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_ids2 ... ok [INFO] [stderr] 2020-06-06 01:53:57.354 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:57.368 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stdout] test tests::address_space::variable_builder ... ok [INFO] [stderr] 2020-06-06 01:53:57.374 - 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] 2020-06-06 01:53:57.374 - 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::browse_next ... ok [INFO] [stderr] 2020-06-06 01:53:57.418 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:57.424 - 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] 2020-06-06 01:53:57.424 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:57.482 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:57.488 - 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] 2020-06-06 01:53:57.488 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:57.536 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:57.543 - 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] 2020-06-06 01:53:57.543 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:57.599 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:57.608 - 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] 2020-06-06 01:53:57.608 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:57.674 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] 2020-06-06 01:53:57.684 - 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] 2020-06-06 01:53:57.684 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:57.756 - 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:69:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fefaaa54e5 - backtrace::backtrace::libunwind::trace::h07c956be65d9b461 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55fefaaa54e5 - backtrace::backtrace::trace_unsynchronized::h2fdb9e4177ad4d20 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55fefaaa54e5 - std::sys_common::backtrace::_print_fmt::ha62d8426311107ac [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55fefaaa54e5 - ::fmt::h3ec6bdab62f1e8d9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55fefaad002c - core::fmt::write::h935cb0ed4078a853 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x55fefa4f7155 - std::io::Write::write_fmt::h944a31ab04b0dfe4 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x55fefaa9edc1 - std::io::impls::>::write_fmt::h6bd94c41a9c566d2 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x55fefaaa7d30 - std::sys_common::backtrace::_print::h460db802d801ccf8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55fefaaa7d30 - std::sys_common::backtrace::print::h399d664f56640530 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55fefaaa7d30 - std::panicking::default_hook::{{closure}}::hc6dfd87957c765b8 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55fefaaa7a2a - std::panicking::default_hook::hfdceba6d6d1a18ae [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55fefaaa8367 - std::panicking::rust_panic_with_hook::hd01e282bff1b1e63 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x55fefa7bb1ab - std::panicking::begin_panic::h2c20b555ea9f8752 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:410 [INFO] [stdout] 13: 0x55fefa364616 - opcua_server::tests::server_config_sample_save::h946b9419b7f08e23 [INFO] [stdout] at src/tests/mod.rs:69 [INFO] [stdout] 14: 0x55fefa36441a - opcua_server::tests::server_config_sample_save::{{closure}}::h836664065753e557 [INFO] [stdout] at src/tests/mod.rs:61 [INFO] [stdout] 15: 0x55fefa1be85e - core::ops::function::FnOnce::call_once::hdcb182bf9344d321 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 16: 0x55fefa51e542 - as core::ops::function::FnOnce>::call_once::hd23431bd7b767a0c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 17: 0x55fefa51e542 - as core::ops::function::FnOnce<()>>::call_once::h6986d2e83b783a4e [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 18: 0x55fefa51e542 - std::panicking::try::do_call::haee67871ebe8ee92 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 19: 0x55fefa51e542 - std::panicking::try::hcba534043f17f42d [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 20: 0x55fefa51e542 - std::panic::catch_unwind::h6908c2ae7517b434 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55fefa51e542 - test::run_test_in_process::h66277a63b8267865 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 22: 0x55fefa51e542 - test::run_test::run_test_inner::{{closure}}::h591f321b83c3f302 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 23: 0x55fefa4f6616 - std::sys_common::backtrace::__rust_begin_short_backtrace::h843e47ea29613666 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 24: 0x55fefa4fbbb5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::ha6c43669df0cbe25 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:475 [INFO] [stdout] 25: 0x55fefa4fbbb5 - as core::ops::function::FnOnce<()>>::call_once::hc86e5439e615a14a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 26: 0x55fefa4fbbb5 - std::panicking::try::do_call::h4b45bcf4d5d82a80 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 27: 0x55fefa4fbbb5 - std::panicking::try::h297c0c407d3f8196 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 28: 0x55fefa4fbbb5 - std::panic::catch_unwind::h877baa9fbef2eafe [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55fefa4fbbb5 - std::thread::Builder::spawn_unchecked::{{closure}}::hdb000626ad29158a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:474 [INFO] [stdout] 30: 0x55fefa4fbbb5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h87e786b011f05b5c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 31: 0x55fefaaae7ca - as core::ops::function::FnOnce>::call_once::hfc5c0e64036d1b09 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 32: 0x55fefaaae7ca - as core::ops::function::FnOnce>::call_once::hf3d73184efc070c1 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 33: 0x55fefaaae7ca - std::sys::unix::thread::Thread::new::thread_start::hb9eb749d91dfe8e2 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 34: 0x7f115a416609 - start_thread [INFO] [stdout] 35: 0x7f115a320103 - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::services::session::user_name_pass_token stdout ---- [INFO] [stdout] thread 'tests::services::session::user_name_pass_token' panicked at 'assertion failed: server_cert.is_some()', src/tests/services/session.rs:87:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fefaaa54e5 - backtrace::backtrace::libunwind::trace::h07c956be65d9b461 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55fefaaa54e5 - backtrace::backtrace::trace_unsynchronized::h2fdb9e4177ad4d20 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55fefaaa54e5 - std::sys_common::backtrace::_print_fmt::ha62d8426311107ac [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55fefaaa54e5 - ::fmt::h3ec6bdab62f1e8d9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55fefaad002c - core::fmt::write::h935cb0ed4078a853 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x55fefa4f7155 - std::io::Write::write_fmt::h944a31ab04b0dfe4 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x55fefaa9edc1 - std::io::impls::>::write_fmt::h6bd94c41a9c566d2 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x55fefaaa7d30 - std::sys_common::backtrace::_print::h460db802d801ccf8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55fefaaa7d30 - std::sys_common::backtrace::print::h399d664f56640530 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55fefaaa7d30 - std::panicking::default_hook::{{closure}}::hc6dfd87957c765b8 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55fefaaa7a2a - std::panicking::default_hook::hfdceba6d6d1a18ae [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55fefaaa8367 - std::panicking::rust_panic_with_hook::hd01e282bff1b1e63 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x55fefa7bb1ab - std::panicking::begin_panic::h2c20b555ea9f8752 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:410 [INFO] [stdout] 13: 0x55fefa421c4e - opcua_server::tests::services::session::user_name_pass_token::h1d101cb3aa49efd2 [INFO] [stdout] at src/tests/services/session.rs:87 [INFO] [stdout] 14: 0x55fefa421a6a - opcua_server::tests::services::session::user_name_pass_token::{{closure}}::h82a304f1be38bc18 [INFO] [stdout] at src/tests/services/session.rs:77 [INFO] [stdout] 15: 0x55fefa1bd08e - core::ops::function::FnOnce::call_once::h131daee0c3d45882 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 16: 0x55fefa51e542 - as core::ops::function::FnOnce>::call_once::hd23431bd7b767a0c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 17: 0x55fefa51e542 - as core::ops::function::FnOnce<()>>::call_once::h6986d2e83b783a4e [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 18: 0x55fefa51e542 - std::panicking::try::do_call::haee67871ebe8ee92 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 19: 0x55fefa51e542 - std::panicking::try::hcba534043f17f42d [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 20: 0x55fefa51e542 - std::panic::catch_unwind::h6908c2ae7517b434 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55fefa51e542 - test::run_test_in_process::h66277a63b8267865 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 22: 0x55fefa51e542 - test::run_test::run_test_inner::{{closure}}::h591f321b83c3f302 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 23: 0x55fefa4f6616 - std::sys_common::backtrace::__rust_begin_short_backtrace::h843e47ea29613666 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 24: 0x55fefa4fbbb5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::ha6c43669df0cbe25 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:475 [INFO] [stdout] 25: 0x55fefa4fbbb5 - as core::ops::function::FnOnce<()>>::call_once::hc86e5439e615a14a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 26: 0x55fefa4fbbb5 - std::panicking::try::do_call::h4b45bcf4d5d82a80 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 27: 0x55fefa4fbbb5 - std::panicking::try::h297c0c407d3f8196 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 28: 0x55fefa4fbbb5 - std::panic::catch_unwind::h877baa9fbef2eafe [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55fefa4fbbb5 - std::thread::Builder::spawn_unchecked::{{closure}}::hdb000626ad29158a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:474 [INFO] [stdout] 30: 0x55fefa4fbbb5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h87e786b011f05b5c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 31: 0x55fefaaae7ca - as core::ops::function::FnOnce>::call_once::hfc5c0e64036d1b09 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 32: 0x55fefaaae7ca - as core::ops::function::FnOnce>::call_once::hf3d73184efc070c1 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 33: 0x55fefaaae7ca - std::sys::unix::thread::Thread::new::thread_start::hb9eb749d91dfe8e2 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 34: 0x7f115a416609 - start_thread [INFO] [stdout] 35: 0x7f115a320103 - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::server_config_sample_save [INFO] [stdout] tests::services::session::user_name_pass_token [INFO] [stdout] [INFO] [stdout] test result: FAILED. 120 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `"docker" "inspect" "c2fa1a84e3488f0209e7826470329a7ed54619e520cd25679f9982ff78c4f016"` [INFO] running `"docker" "rm" "-f" "c2fa1a84e3488f0209e7826470329a7ed54619e520cd25679f9982ff78c4f016"` [INFO] [stdout] c2fa1a84e3488f0209e7826470329a7ed54619e520cd25679f9982ff78c4f016