[INFO] cloning repository https://github.com/mesalock-linux/mesalink [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mesalock-linux/mesalink" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmesalock-linux%2Fmesalink", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmesalock-linux%2Fmesalink'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ef12dd6339e42a37a2c24fa4b8f0a3ce155563a5 [INFO] testing mesalock-linux/mesalink against 1.83.0 for beta-1.84.0-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmesalock-linux%2Fmesalink" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mesalock-linux/mesalink on toolchain 1.83.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.83.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mesalock-linux/mesalink [INFO] removed 0 missing examples [INFO] finished tweaking git repo https://github.com/mesalock-linux/mesalink [INFO] tweaked toml for git repo https://github.com/mesalock-linux/mesalink written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/mesalock-linux/mesalink already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.83.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded enum_to_u8_slice_derive v0.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8056614721d5adc23fd222fcaaed0736084db3874ab0f64c71e47b1a7201958b [INFO] running `Command { std: "docker" "start" "-a" "8056614721d5adc23fd222fcaaed0736084db3874ab0f64c71e47b1a7201958b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8056614721d5adc23fd222fcaaed0736084db3874ab0f64c71e47b1a7201958b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8056614721d5adc23fd222fcaaed0736084db3874ab0f64c71e47b1a7201958b", kill_on_drop: false }` [INFO] [stdout] 8056614721d5adc23fd222fcaaed0736084db3874ab0f64c71e47b1a7201958b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ff4ea2cdb5120097997b4ed7ff8d4b9706a500532de4156fe89ed3f1c2f1f375 [INFO] running `Command { std: "docker" "start" "-a" "ff4ea2cdb5120097997b4ed7ff8d4b9706a500532de4156fe89ed3f1c2f1f375", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.72 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling syn v1.0.35 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling smallvec v1.4.1 [INFO] [stderr] Compiling regex-syntax v0.6.14 [INFO] [stderr] Compiling instant v0.1.6 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling lock_api v0.4.1 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling mesalink v0.10.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling aho-corasick v0.7.7 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling parking_lot_core v0.8.0 [INFO] [stderr] Compiling parking_lot v0.11.0 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling env_logger v0.8.3 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling enum_to_u8_slice_derive v0.2.0 [INFO] [stderr] Compiling webpki-roots v0.21.0 [INFO] [stderr] Compiling rustls v0.19.0 [INFO] [stdout] warning: trait `OpenFileStream` is never used [INFO] [stdout] --> src/libcrypto/bio.rs:765:18 [INFO] [stdout] | [INFO] [stdout] 765 | pub(crate) trait OpenFileStream { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:51:55 [INFO] [stdout] | [INFO] [stdout] 51 | #![deny(trivial_numeric_casts, unused_qualifications, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(dead_code)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.29s [INFO] running `Command { std: "docker" "inspect" "ff4ea2cdb5120097997b4ed7ff8d4b9706a500532de4156fe89ed3f1c2f1f375", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff4ea2cdb5120097997b4ed7ff8d4b9706a500532de4156fe89ed3f1c2f1f375", kill_on_drop: false }` [INFO] [stdout] ff4ea2cdb5120097997b4ed7ff8d4b9706a500532de4156fe89ed3f1c2f1f375 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1a1edee35404b365fd609e1083c4d3509bf0c5d052121b650cfd42dcb354cd09 [INFO] running `Command { std: "docker" "start" "-a" "1a1edee35404b365fd609e1083c4d3509bf0c5d052121b650cfd42dcb354cd09", kill_on_drop: false }` [INFO] [stderr] Compiling mesalink v0.10.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait `OpenFileStream` is never used [INFO] [stdout] --> src/libcrypto/bio.rs:765:18 [INFO] [stdout] | [INFO] [stdout] 765 | pub(crate) trait OpenFileStream { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:51:55 [INFO] [stdout] | [INFO] [stdout] 51 | #![deny(trivial_numeric_casts, unused_qualifications, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(dead_code)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> examples/bogo_shim/bogo_shim.rs:181:59 [INFO] [stdout] | [INFO] [stdout] 181 | CString::new(opts.cert_file.clone()).unwrap().as_ptr() as *const libc::c_char, [INFO] [stdout] | --------------------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] = note: `#[warn(temporary_cstring_as_ptr)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> examples/bogo_shim/bogo_shim.rs:190:58 [INFO] [stdout] | [INFO] [stdout] 190 | CString::new(opts.key_file.clone()).unwrap().as_ptr() as *const libc::c_char, [INFO] [stdout] | -------------------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> examples/bogo_shim/bogo_shim.rs:230:55 [INFO] [stdout] | [INFO] [stdout] 230 | CString::new(opts.host_name.clone()).unwrap().as_ptr() as *const libc::c_char, [INFO] [stdout] | --------------------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.18s [INFO] running `Command { std: "docker" "inspect" "1a1edee35404b365fd609e1083c4d3509bf0c5d052121b650cfd42dcb354cd09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a1edee35404b365fd609e1083c4d3509bf0c5d052121b650cfd42dcb354cd09", kill_on_drop: false }` [INFO] [stdout] 1a1edee35404b365fd609e1083c4d3509bf0c5d052121b650cfd42dcb354cd09 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0fa9ec5159889642a36d58144e3dcefe014de1e2fba45805d22c30a09f0ddcf6 [INFO] running `Command { std: "docker" "start" "-a" "0fa9ec5159889642a36d58144e3dcefe014de1e2fba45805d22c30a09f0ddcf6", kill_on_drop: false }` [INFO] [stderr] warning: trait `OpenFileStream` is never used [INFO] [stderr] --> src/libcrypto/bio.rs:765:18 [INFO] [stderr] | [INFO] [stderr] 765 | pub(crate) trait OpenFileStream { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:51:55 [INFO] [stderr] | [INFO] [stderr] 51 | #![deny(trivial_numeric_casts, unused_qualifications, warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(dead_code)]` implied by `#[warn(warnings)]` [INFO] [stderr] [INFO] [stderr] warning: `mesalink` (lib) generated 1 warning [INFO] [stderr] warning: getting the inner pointer of a temporary `CString` [INFO] [stderr] --> examples/bogo_shim/bogo_shim.rs:181:59 [INFO] [stderr] | [INFO] [stderr] 181 | CString::new(opts.cert_file.clone()).unwrap().as_ptr() as *const libc::c_char, [INFO] [stderr] | --------------------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stderr] | | [INFO] [stderr] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stderr] | [INFO] [stderr] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stderr] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stderr] = note: `#[warn(temporary_cstring_as_ptr)]` on by default [INFO] [stderr] [INFO] [stderr] warning: getting the inner pointer of a temporary `CString` [INFO] [stderr] --> examples/bogo_shim/bogo_shim.rs:190:58 [INFO] [stderr] | [INFO] [stderr] 190 | CString::new(opts.key_file.clone()).unwrap().as_ptr() as *const libc::c_char, [INFO] [stderr] | -------------------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stderr] | | [INFO] [stderr] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stderr] | [INFO] [stderr] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stderr] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stderr] [INFO] [stderr] warning: getting the inner pointer of a temporary `CString` [INFO] [stderr] --> examples/bogo_shim/bogo_shim.rs:230:55 [INFO] [stderr] | [INFO] [stderr] 230 | CString::new(opts.host_name.clone()).unwrap().as_ptr() as *const libc::c_char, [INFO] [stderr] | --------------------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stderr] | | [INFO] [stderr] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stderr] | [INFO] [stderr] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stderr] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stderr] [INFO] [stderr] warning: `mesalink` (example "bogo_shim") generated 3 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mesalink-bf09e9053a827653) [INFO] [stdout] [INFO] [stdout] running 65 tests [INFO] [stdout] test libcrypto::bio::tests::bio_mem ... ok [INFO] [stdout] test libcrypto::bio::tests::bio_create_from_method ... ok [INFO] [stdout] test libssl::err::tests::clear ... ok [INFO] [stdout] test libssl::err::tests::error_code_conversion_from_long ... ok [INFO] [stdout] test libcrypto::bio::tests::bio_null_ptr ... ok [INFO] [stdout] test libcrypto::bio::tests::bio_uninitialized ... ok [INFO] [stdout] test libcrypto::bio::tests::bio_null_buf ... ok [INFO] [stdout] test libcrypto::bio::tests::bio_methods ... ok [INFO] [stdout] test libcrypto::bio::tests::bio_file_new_fp ... ok [INFO] [stdout] test libcrypto::pem::test::pem_read_private_key ... ok [INFO] [stdout] test libcrypto::pem::test::pem_read_x509 ... ok [INFO] [stdout] test libssl::err::tests::empty ... ok [INFO] [stdout] test libcrypto::pem::test::pem_read_bio_private_key ... ok [INFO] [stdout] test libcrypto::bio::tests::bio_file_set_fp ... ok [INFO] [stdout] test libssl::err::tests::error_string_n_with_big_buf ... ok [INFO] [stdout] test libssl::err::tests::error_string_n_with_null_buf ... ok [INFO] [stdout] test libssl::err::tests::error_string_n_with_small_buf ... ok [INFO] [stdout] test libssl::err::tests::error_strings ... ok [INFO] [stdout] test libssl::err::tests::invalid_error_codes ... ok [INFO] [stdout] test libssl::err::tests::error_queue_is_thread_local ... ok [INFO] [stderr] error:[0xE2]:[mesalink]:[src/libssl/err.rs:1269]:[MesalinkErrorBadFuncArg] [INFO] [stdout] test libssl::err::tests::push ... ok [INFO] [stderr] error:[0xE1]:[mesalink]:[src/libssl/err.rs:1270]:[MesalinkErrorMalformedObject] [INFO] [stdout] test libssl::err::tests::tls_alert_error_conversion ... ok [INFO] [stdout] test libssl::err::tests::tls_error_conversion ... ok [INFO] [stdout] test libssl::err::tests::io_error_conversion ... ok [INFO] [stdout] test libssl::err::tests::mesalink_error_code_conversion ... ok [INFO] [stdout] test libssl::err::tests::peek_should_not_remove_error ... ok [INFO] [stdout] test libcrypto::pem::test::pem_read_bio_x509 ... ok [INFO] [stdout] test libssl::safestack::tests::sk_free_null_pointer ... ok [INFO] [stdout] test libssl::safestack::tests::x509_name_sk ... ok [INFO] [stdout] test libssl::safestack::tests::x509_sk ... ok [INFO] [stdout] test libssl::err::tests::err_print_errors_fp ... ok [INFO] [stdout] test libssl::ssl::tests::certificate_not_found ... ok [INFO] [stdout] test libssl::ssl::tests::dummy_openssl_compatible_apis_always_return_success ... ok [INFO] [stdout] test libssl::err::tests::webpki_error_conversion ... ok [INFO] [stdout] test libssl::err::tests::get_should_remove_error ... ok [INFO] [stdout] test libssl::ssl::tests::get_and_set_ssl_ctx ... ok [INFO] [stdout] test libssl::ssl::tests::mesalink_ssl_set_good_host_name ... ok [INFO] [stdout] test libssl::ssl::tests::mesalink_ssl_set_invalid_host_name ... ok [INFO] [stdout] test libssl::ssl::tests::load_verify_locations ... ok [INFO] [stdout] test libssl::ssl::tests::legacy_tls_versions_not_supported ... ok [INFO] [stdout] test libssl::ssl::tests::mesalink_ssl_ctx_session_cache_mode_and_size ... ok [INFO] [stdout] test libssl::ssl::tests::ssl_ctx_is_not_null ... ok [INFO] [stdout] test libssl::ssl::tests::mesalink_ssl_set_null_host_name ... ok [INFO] [stdout] test libssl::ssl::tests::invalid_private_key ... ok [INFO] [stdout] test libssl::ssl::tests::invalid_certificate ... ok [INFO] [stdout] test libssl::ssl::tests::ssl_ctx_is_thread_safe ... ok [INFO] [stdout] test libssl::ssl::tests::ssl_ctx_load_certificate_and_private_key_asn1 ... ok [INFO] [stdout] test libssl::ssl::tests::private_key_not_found ... ok [INFO] [stdout] test libssl::ssl::tests::verify_key_and_certificate_1 ... ok [INFO] [stdout] test libssl::ssl::tests::ssl_is_not_null ... ok [INFO] [stdout] test libssl::ssl::tests::test_io_before_full_handshake ... ok [INFO] [stdout] test libssl::ssl::tests::test_null_pointers_as_arguments ... ok [INFO] [stdout] test libssl::ssl::tests::ssl_load_certificate_and_private_key_asn1 ... ok [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/deps/mesalink-bf09e9053a827653` (signal: 6, SIGABRT: process abort signal) [INFO] running `Command { std: "docker" "inspect" "0fa9ec5159889642a36d58144e3dcefe014de1e2fba45805d22c30a09f0ddcf6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0fa9ec5159889642a36d58144e3dcefe014de1e2fba45805d22c30a09f0ddcf6", kill_on_drop: false }` [INFO] [stdout] 0fa9ec5159889642a36d58144e3dcefe014de1e2fba45805d22c30a09f0ddcf6