[INFO] crate opcua-server 0.7.0 is already in cache [INFO] testing opcua-server-0.7.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate opcua-server 0.7.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate opcua-server 0.7.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+1.44.0" "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] 09509661bdeb9ad8864deb2a98c377eb2c1efa0a9a58505bc1404acef5410e46 [INFO] running `"docker" "start" "-a" "09509661bdeb9ad8864deb2a98c377eb2c1efa0a9a58505bc1404acef5410e46"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling chrono v0.4.11 [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 02s [INFO] running `"docker" "inspect" "09509661bdeb9ad8864deb2a98c377eb2c1efa0a9a58505bc1404acef5410e46"` [INFO] running `"docker" "rm" "-f" "09509661bdeb9ad8864deb2a98c377eb2c1efa0a9a58505bc1404acef5410e46"` [INFO] [stdout] 09509661bdeb9ad8864deb2a98c377eb2c1efa0a9a58505bc1404acef5410e46 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+1.44.0" "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] 4073d76e8a6bdc0d3818dc687c89248b07d807f0de5b8cd3b841b4ff0392fab2 [INFO] running `"docker" "start" "-a" "4073d76e8a6bdc0d3818dc687c89248b07d807f0de5b8cd3b841b4ff0392fab2"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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.39s [INFO] running `"docker" "inspect" "4073d76e8a6bdc0d3818dc687c89248b07d807f0de5b8cd3b841b4ff0392fab2"` [INFO] running `"docker" "rm" "-f" "4073d76e8a6bdc0d3818dc687c89248b07d807f0de5b8cd3b841b4ff0392fab2"` [INFO] [stdout] 4073d76e8a6bdc0d3818dc687c89248b07d807f0de5b8cd3b841b4ff0392fab2 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+1.44.0" "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] 242bb2ddea3a4eb25284159799d323631928363fc142247220385660a28ed0cd [INFO] running `"docker" "start" "-a" "242bb2ddea3a4eb25284159799d323631928363fc142247220385660a28ed0cd"` [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.18s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/opcua_server-bf5bc18c0c67ba3e [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] [stdout] test tests::address_space::address_space ... ok [INFO] [stdout] test events::event::test_events_for_object ... ok [INFO] [stdout] test events::event::test_event_time ... ok [INFO] [stdout] test tests::address_space::browse_nodes ... ok [INFO] [stderr] 2020-06-06 01:53:41.520 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:41.523 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:41.523 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:41.523 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:41.524 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:41.524 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:41.524 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:41.524 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:41.524 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:41.524 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:41.524 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:41.524 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:41.524 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:41.524 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:41.524 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:41.524 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operand count [INFO] [stderr] 2020-06-06 01:53:41.524 - ERROR - opcua_server::events::event_filter - Operand cannot be read from extension object, err = BadFilterOperandInvalid [INFO] [stderr] 2020-06-06 01:53:41.524 - ERROR - opcua_server::events::event_filter - Where clause has invalid filter operator [INFO] [stdout] test events::event_filter::validate_where_clause_test ... ok [INFO] [stdout] test tests::address_space::find_node_by_id ... ok [INFO] [stdout] test tests::address_space::multi_dimension_array_as_variable ... ok [INFO] [stdout] test tests::address_space::find_common_nodes ... ok [INFO] [stdout] test tests::address_space::find_reference_subtypes ... ok [INFO] [stdout] test tests::address_space::object_attributes ... ok [INFO] [stdout] test tests::address_space::find_references ... ok [INFO] [stdout] test events::event::test_event_source_node ... ok [INFO] [stdout] test tests::address_space::find_inverse_references ... ok [INFO] [stdout] test tests::address_space::simple_delete_node ... ok [INFO] [stdout] test tests::address_space::find_references_by_direction ... ok [INFO] [stdout] test tests::address_space::find_objects_folder ... 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::is_subtype ... ok [INFO] [stdout] test tests::address_space::object_type_builder ... ok [INFO] [stdout] test tests::address_space::hierarchical_references ... 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::namespaces ... ok [INFO] [stdout] test tests::address_space::object_builder ... ok [INFO] [stdout] test tests::expired_publish_requests ... ok [INFO] [stderr] 2020-06-06 01:53:42.043 - ERROR - opcua_server::config - Server configuration is invalid. It defines no endpoints [INFO] [stderr] 2020-06-06 01:53:42.043 - ERROR - opcua_server::config - Cannot find user token with id hello [INFO] [stdout] test tests::server_config_invalid ... ok [INFO] [stderr] 2020-06-06 01:53:42.046 - ERROR - opcua_core::config - Cannot create the path to save the config [INFO] [stdout] test tests::events::test_bitwise_or ... ok [INFO] [stdout] test tests::server_config_save ... ok [INFO] [stderr] 2020-06-06 01:53:42.062 - 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:42.063 - 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::events::test_and ... ok [INFO] [stdout] test tests::events::test_between ... ok [INFO] [stderr] 2020-06-06 01:53:42.077 - 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:42.077 - 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_eq ... ok [INFO] [stderr] 2020-06-06 01:53:42.084 - 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:42.084 - 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:42.084 - 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:42.084 - 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:42.087 - 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:42.087 - 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] [stderr] 2020-06-06 01:53:42.107 - 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:42.107 - 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_and ... ok [INFO] [stdout] test tests::events::test_lt ... 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_pct ... ok [INFO] [stdout] test tests::services::monitored_item::deadband_abs ... ok [INFO] [stdout] test tests::events::test_gte ... ok [INFO] [stdout] test tests::services::monitored_item::monitored_item_queue_discard_oldest ... ok [INFO] [stderr] 2020-06-06 01:53:42.136 - 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:42.137 - 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_in_list ... ok [INFO] [stderr] 2020-06-06 01:53:42.185 - 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:42.185 - 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:42.218 - 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:42.218 - 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:42.222 - 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:42.222 - 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_lte ... ok [INFO] [stderr] 2020-06-06 01:53:42.233 - 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:42.234 - 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:42.240 - 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] 2020-06-06 01:53:42.260 - 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:42.260 - 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:42.262 - 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:42.271 - 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:42.271 - 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_or ... ok [INFO] [stderr] 2020-06-06 01:53:42.287 - 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:42.287 - 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:42.290 - 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:42.291 - 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:42.291 - 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:42.291 - 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:42.291 - 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:42.291 - 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:42.291 - 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:42.291 - 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:42.292 - 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:42.292 - 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:42.300 - 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:42.300 - 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::read_test ... ok [INFO] [stderr] 2020-06-06 01:53:42.303 - 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:42.304 - 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:42.304 - 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:42.305 - 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:42.305 - 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:42.306 - ERROR - opcua_server::events::operator - value_of, cannot find node from browse path [QualifiedName { namespace_index: 0, name: UAString { value: Some("") } }] [INFO] [stdout] test tests::events::test_where_clause ... ok [INFO] [stderr] 2020-06-06 01:53:42.311 - 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:42.311 - 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:42.312 - 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:42.312 - 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] 2020-06-06 01:53:42.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:42.318 - 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] [stdout] test tests::services::discovery::discovery_test ... ok [INFO] [stderr] 2020-06-06 01:53:42.318 - 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:42.319 - 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] [stderr] 2020-06-06 01:53:42.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:42.320 - 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:42.321 - 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::method::call_resend_data ... ok [INFO] [stderr] 2020-06-06 01:53:42.326 - 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:42.326 - 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:42.330 - 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_event_filter ... ok [INFO] [stderr] 2020-06-06 01:53:42.339 - 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:42.339 - 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_triggers ... ok [INFO] [stderr] 2020-06-06 01:53:42.349 - 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:42.349 - 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:42.356 - ERROR - opcua_server::services::node_management - node class and variable node attributes are not compatible [INFO] [stderr] 2020-06-06 01:53:42.356 - ERROR - opcua_server::services::node_management - node cannot be created because attributes / not class are not valid [INFO] [stdout] test tests::services::node_management::add_nodes_mismatching_class_and_attributes_exists ... ok [INFO] [stderr] 2020-06-06 01:53:42.362 - 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:42.362 - 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:42.393 - 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:42.398 - 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:42.408 - 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:42.415 - 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:42.415 - 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:42.422 - 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:42.423 - 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:42.433 - 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:42.442 - 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:42.443 - 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:42.455 - 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:42.456 - 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:42.457 - 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:42.470 - 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:42.472 - 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:42.482 - ERROR - opcua_server::services::node_management - node cannot be created because node class is unspecified [INFO] [stderr] 2020-06-06 01:53:42.483 - 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:42.484 - 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:42.486 - 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_node_class_invalid ... ok [INFO] [stdout] test tests::services::node_management::add_nodes_parent_node_id_invalid ... ok [INFO] [stderr] 2020-06-06 01:53:42.495 - 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:42.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] 2020-06-06 01:53:42.500 - 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:42.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:42.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] 2020-06-06 01:53:42.507 - 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:42.509 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stdout] test tests::services::node_management::add_nodes_nothing_to_do ... ok [INFO] [stdout] test tests::services::node_management::add_references_source_node_id_invalid ... ok [INFO] [stderr] 2020-06-06 01:53:42.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] 2020-06-06 01:53:42.521 - 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:42.523 - 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:42.524 - 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:42.531 - 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:42.532 - 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:42.544 - ERROR - opcua_server::services::node_management - node cannot be created because type definition is not valid [INFO] [stderr] 2020-06-06 01:53:42.545 - 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:42.550 - 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:42.550 - 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] 2020-06-06 01:53:42.555 - 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:42.557 - 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:42.565 - ERROR - opcua_server::services::node_management - node cannot be created because reference type is invalid [INFO] [stdout] test tests::services::node_management::add_references ... ok [INFO] [stderr] 2020-06-06 01:53:42.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] 2020-06-06 01:53:42.568 - 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_reference_type_id_invalid ... ok [INFO] [stderr] 2020-06-06 01:53:42.582 - 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:42.582 - 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:42.585 - 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:42.587 - 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_nodes_valid ... ok [INFO] [stderr] 2020-06-06 01:53:42.600 - 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:42.600 - 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:42.610 - 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:42.610 - 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:42.609 - 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:42.613 - 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:42.620 - 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:42.670 - 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:42.684 - 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:42.685 - ERROR - opcua_server::state - Endpoint "/noaccess" does not support anonymous authentication [INFO] [stderr] 2020-06-06 01:53:42.687 - 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::anonymous_user_token ... ok [INFO] [stderr] 2020-06-06 01:53:42.693 - ERROR - opcua_server::services::node_management - reference cannot be added because reference is a duplicate [INFO] [stderr] 2020-06-06 01:53:42.694 - ERROR - opcua_server::services::node_management - node cannot be created because type definition is not valid [INFO] [stdout] test tests::services::node_management::delete_references_user_access_denied ... ok [INFO] [stdout] test tests::services::node_management::add_references_duplicate_reference_not_allowed ... ok [INFO] [stderr] 2020-06-06 01:53:42.701 - 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:42.701 - 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:42.701 - 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:42.705 - 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:42.705 - 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:42.705 - 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:42.705 - 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:42.706 - 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:42.724 - 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_node_class_invalid ... ok [INFO] [stderr] 2020-06-06 01:53:42.745 - 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:42.749 - 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:42.764 - 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:42.771 - ERROR - opcua_server::services::node_management - node cannot be created because type definition is not valid [INFO] [stderr] 2020-06-06 01:53:42.778 - 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:42.778 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2020-06-06 01:53:42.778 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stderr] 2020-06-06 01:53:42.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::subscription::multiple_publish_response_subscription ... ok [INFO] [stdout] test tests::services::subscription::acknowledge_unknown_sequence_nr ... ok [INFO] [stderr] 2020-06-06 01:53:42.792 - 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:42.793 - 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:42.793 - 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:42.797 - 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:42.798 - 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:42.822 - 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::create_modify_destroy_subscription ... ok [INFO] [stderr] 2020-06-06 01:53:42.838 - 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:42.839 - 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:42.851 - 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:42.855 - ERROR - opcua_server::services::node_management - node cannot be created because type definition is not valid [INFO] [stderr] 2020-06-06 01:53:42.860 - ERROR - opcua_server::services::node_management - reference cannot be added because reference type id is invalid [INFO] [stdout] test tests::services::node_management::add_nodes_type_definition_invalid ... ok [INFO] [stderr] 2020-06-06 01:53:42.862 - 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:42.865 - 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:42.867 - 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:42.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] 2020-06-06 01:53:42.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] 2020-06-06 01:53:42.877 - 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:42.892 - 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] 2020-06-06 01:53:42.898 - 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:42.901 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stdout] test tests::services::subscription::publish_response_subscription ... ok [INFO] [stderr] 2020-06-06 01:53:42.907 - 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:42.916 - ERROR - opcua_server::server - Server is missing its application instance certificate and/or its private key. Encrypted endpoints will not function correctly. [INFO] [stdout] test tests::services::node_management::add_references_server_uri_invalid ... ok [INFO] [stderr] 2020-06-06 01:53:42.921 - ERROR - opcua_core::crypto::certificate_store - Folder for storing certificates cannot be examined so server has no application instance certificate or private key. [INFO] [stderr] 2020-06-06 01:53:42.924 - 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:42.925 - 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] 2020-06-06 01:53:42.946 - 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:42.947 - 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:42.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:42.976 - ERROR - opcua_server::services::node_management - reference cannot be added because reference type id is invalid [INFO] [stderr] 2020-06-06 01:53:42.977 - 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::view::browse ... ok [INFO] [stderr] 2020-06-06 01:53:42.988 - 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:42.988 - 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:42.988 - 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:42.989 - 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:43.028 - 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:43.051 - 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:43.053 - 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:43.058 - 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:43.066 - ERROR - opcua_server::services::node_management - node cannot be deleted [INFO] [stdout] test tests::services::node_management::delete_nodes_node_id_unknown ... ok [INFO] [stdout] test tests::services::subscription::publish_keep_alive ... ok [INFO] [stderr] 2020-06-06 01:53:43.080 - 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:43.081 - 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:43.083 - 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:43.084 - 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] [stdout] test tests::services::node_management::add_references_target_node_id_invalid ... 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_13 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_15 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_14 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_16 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_27 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_17 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_4 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_3 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_6 ... 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_7 ... ok [INFO] [stdout] test tests::subscriptions::subscription::update_state_9 ... ok [INFO] [stderr] 2020-06-06 01:53:43.190 - 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:43.206 - 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:43.207 - 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:43.218 - 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] 2020-06-06 01:53:43.239 - 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:43.239 - 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_nodes_user_access_denied ... ok [INFO] [stderr] 2020-06-06 01:53:43.251 - 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:43.263 - 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:43.281 - 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:43.282 - 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_inverse ... ok [INFO] [stderr] 2020-06-06 01:53:43.299 - 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:43.299 - 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:43.299 - 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_both ... ok [INFO] [stderr] 2020-06-06 01:53:43.332 - 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:43.344 - 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:43.344 - 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:43.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::view::translate_browse_paths_to_node_ids ... ok [INFO] [stdout] test tests::services::view::unregister_nodes ... ok [INFO] [stdout] test tests::server_config_sample_save ... FAILED [INFO] [stdout] test tests::services::session::user_name_pass_token ... FAILED [INFO] [stderr] 2020-06-06 01:53:43.373 - 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:43.376 - 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:43.385 - 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:43.385 - 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] [stderr] 2020-06-06 01:53:43.456 - 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:43.466 - 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:43.466 - 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:43.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:43.546 - 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:43.546 - 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:43.614 - 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:43.623 - 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:43.623 - 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:43.695 - 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:43.704 - 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:43.705 - 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:43.776 - 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:43.786 - 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:43.786 - 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:43.859 - ERROR - opcua_core::comms::secure_channel - Cannot read our own certificate and private key. Check paths. Crypto won't work [INFO] [stderr] error: test failed, to rerun pass '--lib' [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: 0x5566a3fdb054 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x5566a3fdb054 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5566a3fdb054 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x5566a3fdb054 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x5566a400695c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x5566a39a5d65 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x5566a3fd4ad1 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x5566a3fdd945 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x5566a3fdd945 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x5566a3fdd945 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x5566a3fdd62b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x5566a3fddfa2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x5566a3fb48c1 - std::panicking::begin_panic::hc51a9f6df798c3fe [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:438 [INFO] [stdout] 13: 0x5566a3887e03 - opcua_server::tests::server_config_sample_save::h76515b3f8a4197e0 [INFO] [stdout] at src/tests/mod.rs:69 [INFO] [stdout] 14: 0x5566a3887bda - opcua_server::tests::server_config_sample_save::{{closure}}::h830c4e5d92f4a663 [INFO] [stdout] at src/tests/mod.rs:61 [INFO] [stdout] 15: 0x5566a36e8efe - core::ops::function::FnOnce::call_once::h9abc7ce81441fc8e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 16: 0x5566a39cd1f6 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 17: 0x5566a39cd1f6 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 18: 0x5566a39cd1f6 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 19: 0x5566a39cd1f6 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 20: 0x5566a39cd1f6 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x5566a39cd1f6 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 22: 0x5566a39cd1f6 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 23: 0x5566a39a5216 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 24: 0x5566a39aa5a5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 25: 0x5566a39aa5a5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 26: 0x5566a39aa5a5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 27: 0x5566a39aa5a5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 28: 0x5566a39aa5a5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x5566a39aa5a5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 30: 0x5566a39aa5a5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 31: 0x5566a3fe492a - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 32: 0x5566a3fe492a - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 33: 0x5566a3fe492a - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 34: 0x7f53774bf609 - start_thread [INFO] [stdout] 35: 0x7f53773c9103 - __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: 0x5566a3fdb054 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x5566a3fdb054 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5566a3fdb054 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x5566a3fdb054 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x5566a400695c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x5566a39a5d65 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x5566a3fd4ad1 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x5566a3fdd945 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x5566a3fdd945 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x5566a3fdd945 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x5566a3fdd62b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x5566a3fddfa2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x5566a3fb48c1 - std::panicking::begin_panic::hc51a9f6df798c3fe [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:438 [INFO] [stdout] 13: 0x5566a36248a4 - opcua_server::tests::services::session::user_name_pass_token::hea0f1b47f64f6d1d [INFO] [stdout] at src/tests/services/session.rs:87 [INFO] [stdout] 14: 0x5566a362465a - opcua_server::tests::services::session::user_name_pass_token::{{closure}}::h2a66368b64d5cfc7 [INFO] [stdout] at src/tests/services/session.rs:77 [INFO] [stdout] 15: 0x5566a36e87be - core::ops::function::FnOnce::call_once::h5e36403af3b5912d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 16: 0x5566a39cd1f6 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 17: 0x5566a39cd1f6 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 18: 0x5566a39cd1f6 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 19: 0x5566a39cd1f6 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 20: 0x5566a39cd1f6 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x5566a39cd1f6 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 22: 0x5566a39cd1f6 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 23: 0x5566a39a5216 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 24: 0x5566a39aa5a5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 25: 0x5566a39aa5a5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 26: 0x5566a39aa5a5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 27: 0x5566a39aa5a5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 28: 0x5566a39aa5a5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x5566a39aa5a5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 30: 0x5566a39aa5a5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 31: 0x5566a3fe492a - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 32: 0x5566a3fe492a - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 33: 0x5566a3fe492a - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 34: 0x7f53774bf609 - start_thread [INFO] [stdout] 35: 0x7f53773c9103 - __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] running `"docker" "inspect" "242bb2ddea3a4eb25284159799d323631928363fc142247220385660a28ed0cd"` [INFO] running `"docker" "rm" "-f" "242bb2ddea3a4eb25284159799d323631928363fc142247220385660a28ed0cd"` [INFO] [stdout] 242bb2ddea3a4eb25284159799d323631928363fc142247220385660a28ed0cd