[INFO] fetching crate pyo3 0.12.3... [INFO] testing pyo3-0.12.3 against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] extracting crate pyo3 0.12.3 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate pyo3 0.12.3 on toolchain 5d5ff84130da0d74c6ece368dbe821d8f83fa526 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate pyo3 0.12.3 [INFO] finished tweaking crates.io crate pyo3 0.12.3 [INFO] tweaked toml for crates.io crate pyo3 0.12.3 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 76f0cbba32a70f4bbb6e0b22a934da3f25d263ac3aca908546e4995309da1b9a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "76f0cbba32a70f4bbb6e0b22a934da3f25d263ac3aca908546e4995309da1b9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "76f0cbba32a70f4bbb6e0b22a934da3f25d263ac3aca908546e4995309da1b9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76f0cbba32a70f4bbb6e0b22a934da3f25d263ac3aca908546e4995309da1b9a", kill_on_drop: false }` [INFO] [stdout] 76f0cbba32a70f4bbb6e0b22a934da3f25d263ac3aca908546e4995309da1b9a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4a6d016ef578a9e7861e85a4ff35d50956e69d3f5a62a20f3383c87e0343a2d4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4a6d016ef578a9e7861e85a4ff35d50956e69d3f5a62a20f3383c87e0343a2d4", kill_on_drop: false }` [INFO] [stderr] Compiling pyo3 v0.12.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: attribute should be applied to a foreign function or static [INFO] [stdout] --> src/ffi/methodobject.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | #[cfg_attr(Py_3_8, link_name = "_PyObject_Vectorcall")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 21 | / pub type PyObject_Vectorcall = unsafe extern "C" fn( [INFO] [stdout] 22 | | slf: *mut PyObject, [INFO] [stdout] 23 | | // positional and keyword arguments [INFO] [stdout] 24 | | args: *const *mut PyObject, [INFO] [stdout] ... | [INFO] [stdout] 28 | | kwnames: *mut PyObject, [INFO] [stdout] 29 | | ) -> *mut PyObject; [INFO] [stdout] | |___________________- not a foreign function or static [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a foreign function or static [INFO] [stdout] --> src/ffi/methodobject.rs:32:20 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg_attr(Py_3_8, link_name = "PyVectorcall_Call")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 33 | / pub type PyVectorcall_Call = unsafe extern "C" fn( [INFO] [stdout] 34 | | obj: *mut PyObject, [INFO] [stdout] 35 | | tuple: *mut PyObject, [INFO] [stdout] 36 | | dict: *mut PyObject, [INFO] [stdout] 37 | | ) -> *mut PyObject; [INFO] [stdout] | |___________________- not a foreign function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.12s [INFO] running `Command { std: "docker" "inspect" "4a6d016ef578a9e7861e85a4ff35d50956e69d3f5a62a20f3383c87e0343a2d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a6d016ef578a9e7861e85a4ff35d50956e69d3f5a62a20f3383c87e0343a2d4", kill_on_drop: false }` [INFO] [stdout] 4a6d016ef578a9e7861e85a4ff35d50956e69d3f5a62a20f3383c87e0343a2d4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3dfd53226574702c7315e8117f90ef6e31c8865d87933512e2510df55c6d2fbd [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3dfd53226574702c7315e8117f90ef6e31c8865d87933512e2510df55c6d2fbd", kill_on_drop: false }` [INFO] [stderr] Compiling assert_approx_eq v1.1.0 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stdout] warning: attribute should be applied to a foreign function or static [INFO] [stdout] --> src/ffi/methodobject.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | #[cfg_attr(Py_3_8, link_name = "_PyObject_Vectorcall")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 21 | / pub type PyObject_Vectorcall = unsafe extern "C" fn( [INFO] [stdout] 22 | | slf: *mut PyObject, [INFO] [stdout] 23 | | // positional and keyword arguments [INFO] [stdout] 24 | | args: *const *mut PyObject, [INFO] [stdout] ... | [INFO] [stdout] 28 | | kwnames: *mut PyObject, [INFO] [stdout] 29 | | ) -> *mut PyObject; [INFO] [stdout] | |___________________- not a foreign function or static [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a foreign function or static [INFO] [stdout] --> src/ffi/methodobject.rs:32:20 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg_attr(Py_3_8, link_name = "PyVectorcall_Call")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 33 | / pub type PyVectorcall_Call = unsafe extern "C" fn( [INFO] [stdout] 34 | | obj: *mut PyObject, [INFO] [stdout] 35 | | tuple: *mut PyObject, [INFO] [stdout] 36 | | dict: *mut PyObject, [INFO] [stdout] 37 | | ) -> *mut PyObject; [INFO] [stdout] | |___________________- not a foreign function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling toml v0.5.7 [INFO] [stderr] Compiling trybuild v1.0.35 [INFO] [stderr] Compiling pyo3 v0.12.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `panic` [INFO] [stdout] --> tests/test_exceptions.rs:83:33 [INFO] [stdout] | [INFO] [stdout] 83 | use std::{net::TcpListener, panic}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a foreign function or static [INFO] [stdout] --> src/ffi/methodobject.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | #[cfg_attr(Py_3_8, link_name = "_PyObject_Vectorcall")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 21 | / pub type PyObject_Vectorcall = unsafe extern "C" fn( [INFO] [stdout] 22 | | slf: *mut PyObject, [INFO] [stdout] 23 | | // positional and keyword arguments [INFO] [stdout] 24 | | args: *const *mut PyObject, [INFO] [stdout] ... | [INFO] [stdout] 28 | | kwnames: *mut PyObject, [INFO] [stdout] 29 | | ) -> *mut PyObject; [INFO] [stdout] | |___________________- not a foreign function or static [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a foreign function or static [INFO] [stdout] --> src/ffi/methodobject.rs:32:20 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg_attr(Py_3_8, link_name = "PyVectorcall_Call")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 33 | / pub type PyVectorcall_Call = unsafe extern "C" fn( [INFO] [stdout] 34 | | obj: *mut PyObject, [INFO] [stdout] 35 | | tuple: *mut PyObject, [INFO] [stdout] 36 | | dict: *mut PyObject, [INFO] [stdout] 37 | | ) -> *mut PyObject; [INFO] [stdout] | |___________________- not a foreign function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 24s [INFO] running `Command { std: "docker" "inspect" "3dfd53226574702c7315e8117f90ef6e31c8865d87933512e2510df55c6d2fbd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3dfd53226574702c7315e8117f90ef6e31c8865d87933512e2510df55c6d2fbd", kill_on_drop: false }` [INFO] [stdout] 3dfd53226574702c7315e8117f90ef6e31c8865d87933512e2510df55c6d2fbd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 681dcdbefde5b83f66580012b00d697e49868bbb4eaf4cca47ee4c43d3f88dda [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "681dcdbefde5b83f66580012b00d697e49868bbb4eaf4cca47ee4c43d3f88dda", kill_on_drop: false }` [INFO] [stderr] warning: attribute should be applied to a foreign function or static [INFO] [stderr] --> src/ffi/methodobject.rs:20:20 [INFO] [stderr] | [INFO] [stderr] 20 | #[cfg_attr(Py_3_8, link_name = "_PyObject_Vectorcall")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 21 | / pub type PyObject_Vectorcall = unsafe extern "C" fn( [INFO] [stderr] 22 | | slf: *mut PyObject, [INFO] [stderr] 23 | | // positional and keyword arguments [INFO] [stderr] 24 | | args: *const *mut PyObject, [INFO] [stderr] ... | [INFO] [stderr] 28 | | kwnames: *mut PyObject, [INFO] [stderr] 29 | | ) -> *mut PyObject; [INFO] [stderr] | |___________________- not a foreign function or static [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] [INFO] [stderr] warning: attribute should be applied to a foreign function or static [INFO] [stderr] --> src/ffi/methodobject.rs:32:20 [INFO] [stderr] | [INFO] [stderr] 32 | #[cfg_attr(Py_3_8, link_name = "PyVectorcall_Call")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 33 | / pub type PyVectorcall_Call = unsafe extern "C" fn( [INFO] [stderr] 34 | | obj: *mut PyObject, [INFO] [stderr] 35 | | tuple: *mut PyObject, [INFO] [stderr] 36 | | dict: *mut PyObject, [INFO] [stderr] 37 | | ) -> *mut PyObject; [INFO] [stderr] | |___________________- not a foreign function or static [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: attribute should be applied to a foreign function or static [INFO] [stderr] --> src/ffi/methodobject.rs:20:20 [INFO] [stderr] | [INFO] [stderr] 20 | #[cfg_attr(Py_3_8, link_name = "_PyObject_Vectorcall")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 21 | / pub type PyObject_Vectorcall = unsafe extern "C" fn( [INFO] [stderr] 22 | | slf: *mut PyObject, [INFO] [stderr] 23 | | // positional and keyword arguments [INFO] [stderr] 24 | | args: *const *mut PyObject, [INFO] [stderr] ... | [INFO] [stderr] 28 | | kwnames: *mut PyObject, [INFO] [stderr] 29 | | ) -> *mut PyObject; [INFO] [stderr] | |___________________- not a foreign function or static [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] [INFO] [stderr] warning: attribute should be applied to a foreign function or static [INFO] [stderr] --> src/ffi/methodobject.rs:32:20 [INFO] [stderr] | [INFO] [stderr] 32 | #[cfg_attr(Py_3_8, link_name = "PyVectorcall_Call")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 33 | / pub type PyVectorcall_Call = unsafe extern "C" fn( [INFO] [stderr] 34 | | obj: *mut PyObject, [INFO] [stderr] 35 | | tuple: *mut PyObject, [INFO] [stderr] 36 | | dict: *mut PyObject, [INFO] [stderr] 37 | | ) -> *mut PyObject; [INFO] [stderr] | |___________________- not a foreign function or static [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused import: `panic` [INFO] [stderr] --> tests/test_exceptions.rs:83:33 [INFO] [stderr] | [INFO] [stderr] 83 | use std::{net::TcpListener, panic}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/pyo3-376db4e1071081d9 [INFO] [stdout] [INFO] [stdout] running 211 tests [INFO] [stdout] test err::tests::test_pyerr_send_sync ... ok [INFO] [stdout] test buffer::test::test_compatible_size ... ok [INFO] [stdout] test err::impls::tests::io_errors ... ok [INFO] [stdout] test gil::test::test_allow_threads ... ok [INFO] [stdout] test exceptions::test::native_exception_display ... ok [INFO] [stdout] test conversion::test::test_try_from_unchecked ... ok [INFO] [stdout] test buffer::test::test_bytes_buffer ... ok [INFO] [stdout] test exceptions::test::custom_exception ... ok [INFO] [stdout] test exceptions::test::native_exception_chain ... ok [INFO] [stdout] test gil::test::test_clone_in_other_thread ... ok [INFO] [stdout] test exceptions::test::native_exception_debug ... ok [INFO] [stdout] test gil::test::test_clone_without_gil ... ok [INFO] [stdout] test gil::test::test_pyobject_drop_with_gil_decreases_refcnt ... ok [INFO] [stdout] test instance::test::py_from_dict ... ok [INFO] [stdout] test exceptions::test::test_check_exception ... ok [INFO] [stdout] test exceptions::test::unicode_decode_error ... ok [INFO] [stdout] test gil::test::test_owned_nested ... ok [INFO] [stdout] test gil::test::test_gil_counts ... ok [INFO] [stdout] test gil::test::test_owned ... ok [INFO] [stdout] test err::tests::set_typeerror ... ok [INFO] [stdout] test gil::test::test_update_counts_does_not_deadlock ... ok [INFO] [stdout] test types::any::test::test_call_with_kwargs ... ok [INFO] [stdout] test marshal::test::marhshal_roundtrip ... ok [INFO] [stdout] test instance::test::test_call_for_non_existing_method ... ok [INFO] [stdout] test gil::test::test_clone_with_gil ... ok [INFO] [stdout] test gil::test::dropping_gil_does_not_invalidate_references ... ok [INFO] [stdout] test gil::test::test_pyobject_drop_without_gil_doesnt_decrease_refcnt ... ok [INFO] [stdout] test python::test::test_is_instance ... ok [INFO] [stdout] test types::any::test::test_dir ... ok [INFO] [stdout] test types::bytearray::test::test_as_bytes ... ok [INFO] [stdout] test types::bytearray::test::test_as_bytes_mut ... ok [INFO] [stdout] test types::bytearray::test::test_byte_array_new_with ... ok [INFO] [stdout] test types::bytearray::test::test_byte_array_new_with_error ... ok [INFO] [stdout] test types::bytearray::test::test_byte_array_new_with_zero_initialised ... ok [INFO] [stdout] test types::any::test::test_type ... ok [INFO] [stdout] test types::bytearray::test::test_from ... ok [INFO] [stdout] test exceptions::test::test_check_exception_nested ... ok [INFO] [stdout] test types::bytearray::test::test_resize ... ok [INFO] [stdout] test python::test::test_is_subclass ... ok [INFO] [stdout] test types::bytearray::test::test_from_err ... ok [INFO] [stdout] test types::boolobject::test::test_true ... ok [INFO] [stdout] test types::any::test::test_call_for_non_existing_method ... ok [INFO] [stdout] test types::bytes::test::test_extract_bytes ... ok [INFO] [stdout] test types::bytes::test::test_bytes_new_with ... ok [INFO] [stdout] test types::bytes::test::test_bytes_index ... ok [INFO] [stdout] test python::test::test_eval ... ok [INFO] [stdout] test types::complex::test::test_abs ... ok [INFO] [stdout] test types::any::test::test_nan_eq ... ok [INFO] [stdout] test types::complex::test::test_div ... ok [INFO] [stdout] test types::complex::test::test_mul ... ok [INFO] [stdout] test python::test::test_allow_threads_panics_safely ... ok [INFO] [stdout] test buffer::test::test_array_buffer ... ok [INFO] [stdout] test types::dict::test::test_btreemap_into_dict ... ok [INFO] [stdout] test types::bytearray::test::test_len ... ok [INFO] [stdout] test types::bytearray::test::test_to_vec ... ok [INFO] [stdout] test types::boolobject::test::test_false ... ok [INFO] [stdout] test types::dict::test::test_btreemap_to_python ... ok [INFO] [stdout] test types::complex::test::test_from_double ... ok [INFO] [stdout] test types::dict::test::test_btreemap_into_py ... ok [INFO] [stdout] test types::complex::test::test_pow ... ok [INFO] [stdout] test types::dict::test::test_from_sequence_err ... ok [INFO] [stdout] test types::dict::test::test_del_item ... ok [INFO] [stdout] test types::dict::test::test_get_item ... ok [INFO] [stdout] test types::complex::test::test_add ... ok [INFO] [stdout] test types::dict::test::test_del_item_does_not_update_original_object ... ok [INFO] [stdout] test types::dict::test::test_contains ... ok [INFO] [stdout] test types::bytes::test::test_bytes_new_with_zero_initialised ... ok [INFO] [stdout] test types::complex::test::test_sub ... ok [INFO] [stdout] test types::dict::test::test_copy ... ok [INFO] [stdout] test types::dict::test::test_from_sequence ... ok [INFO] [stdout] test types::dict::test::test_hashmap_into_dict ... ok [INFO] [stdout] test types::dict::test::test_hashmap_into_python ... ok [INFO] [stdout] test types::dict::test::test_items ... ok [INFO] [stdout] test types::dict::test::test_into_iter ... ok [INFO] [stdout] test types::complex::test::test_neg ... ok [INFO] [stdout] test types::dict::test::test_hashmap_to_python ... ok [INFO] [stdout] test types::dict::test::test_iter ... ok [INFO] [stdout] test types::dict::test::test_set_item_does_not_update_original_object ... ok [INFO] [stdout] test types::dict::test::test_slice_into_dict ... ok [INFO] [stdout] test types::dict::test::test_keys ... ok [INFO] [stdout] test types::dict::test::test_values ... ok [INFO] [stdout] test types::dict::test::test_set_item ... ok [INFO] [stdout] test types::dict::test::test_vec_into_dict ... ok [INFO] [stdout] test types::dict::test::test_new ... ok [INFO] [stdout] test types::floatob::test::test_as_double_macro ... ok [INFO] [stdout] test types::floatob::test::to_from_f32 ... ok [INFO] [stdout] test types::dict::test::test_len ... ok [INFO] [stdout] test types::floatob::test::int_to_float ... ok [INFO] [stdout] test types::dict::test::test_set_item_refcnt ... ok [INFO] [stdout] test types::iterator::tests::fibonacci_generator ... ok [INFO] [stdout] test types::list::test::test_insert ... ok [INFO] [stdout] test types::bytes::test::test_bytes_new_with_error ... ok [INFO] [stdout] test types::floatob::test::to_from_f64 ... ok [INFO] [stdout] test types::list::test::test_get_item ... ok [INFO] [stdout] test types::list::test::test_append_refcnt ... ok [INFO] [stdout] test types::iterator::tests::iter_item_refcnt ... ok [INFO] [stdout] test types::iterator::tests::iter_refcnt ... ok [INFO] [stdout] test types::iterator::tests::int_not_iterable ... ok [INFO] [stdout] test types::list::test::test_get_parked_item ... ok [INFO] [stdout] test types::list::test::test_append ... ok [INFO] [stdout] test types::list::test::test_array_into_py ... ok [INFO] [stdout] test types::list::test::test_extract ... ok [INFO] [stdout] test types::list::test::test_insert_refcnt ... ok [INFO] [stdout] test types::list::test::test_into_iter ... ok [INFO] [stdout] test types::list::test::test_len ... ok [INFO] [stdout] test types::list::test::test_new ... ok [INFO] [stdout] test types::iterator::tests::vec_iter ... ok [INFO] [stdout] test types::list::test::test_set_item_refcnt ... ok [INFO] [stdout] test types::list::test::test_iter ... ok [INFO] [stdout] test types::num::int128_conversion::test::test_i128_max ... ok [INFO] [stdout] test types::list::test::test_sort ... ok [INFO] [stdout] test types::num::test::i128::from_py_string_type_error ... ok [INFO] [stdout] test types::num::test::i32::from_py_string_type_error ... ok [INFO] [stdout] test types::num::test::i16::to_py_object_and_back ... ok [INFO] [stdout] test types::num::int128_conversion::test::test_u128_max ... ok [INFO] [stdout] test types::num::int128_conversion::test::test_i128_min ... ok [INFO] [stdout] test types::list::test::test_set_item ... ok [INFO] [stdout] test types::num::test::i128::from_py_float_type_error ... ok [INFO] [stdout] test types::num::int128_conversion::test::test_u128_overflow ... ok [INFO] [stdout] test types::list::test::test_reverse ... ok [INFO] [stdout] test types::num::test::i128::to_py_object_and_back ... ok [INFO] [stdout] test types::num::test::i64::from_py_string_type_error ... ok [INFO] [stdout] test types::num::test::i32::to_py_object_and_back ... ok [INFO] [stdout] test types::num::test::i16::from_py_float_type_error ... ok [INFO] [stdout] test types::num::test::i32::from_py_float_type_error ... ok [INFO] [stdout] test types::num::test::i8::to_py_object_and_back ... ok [INFO] [stdout] test types::num::test::i16::from_py_string_type_error ... ok [INFO] [stdout] test types::num::test::i64::from_py_float_type_error ... ok [INFO] [stdout] test types::num::test::i8::from_py_float_type_error ... ok [INFO] [stdout] test types::num::test::isize::to_py_object_and_back ... ok [INFO] [stdout] test types::num::test::isize::from_py_string_type_error ... ok [INFO] [stdout] test types::num::test::isize::from_py_float_type_error ... ok [INFO] [stdout] test types::num::test::u128::from_py_string_type_error ... ok [INFO] [stdout] test types::num::test::i8::from_py_string_type_error ... ok [INFO] [stdout] test types::num::test::test_u64_max ... ok [INFO] [stdout] test types::num::test::test_i64_min ... ok [INFO] [stdout] test types::num::test::test_i64_max ... ok [INFO] [stdout] test types::num::test::u16::from_py_float_type_error ... ok [INFO] [stdout] test types::num::test::u128::to_py_object_and_back ... ok [INFO] [stdout] test types::num::test::u16::to_py_object_and_back ... ok [INFO] [stdout] test types::num::test::i64::to_py_object_and_back ... ok [INFO] [stdout] test types::num::test::u32::from_py_float_type_error ... ok [INFO] [stdout] test types::num::test::u8::from_py_string_type_error ... ok [INFO] [stdout] test types::num::test::usize::from_py_float_type_error ... ok [INFO] [stdout] test types::num::test::u32::from_py_string_type_error ... ok [INFO] [stdout] test types::num::test::u128::from_py_float_type_error ... ok [INFO] [stdout] test types::num::test::u64::from_py_float_type_error ... ok [INFO] [stdout] test types::num::test::u64::to_py_object_and_back ... ok [INFO] [stdout] test types::num::test::u16::from_py_string_type_error ... ok [INFO] [stdout] test types::num::test::test_u32_max ... ok [INFO] [stdout] test types::num::test::u8::from_py_float_type_error ... ok [INFO] [stdout] test types::num::test::u64::from_py_string_type_error ... ok [INFO] [stdout] test types::num::test::usize::from_py_string_type_error ... ok [INFO] [stdout] test types::num::test::usize::to_py_object_and_back ... ok [INFO] [stdout] test types::sequence::test::test_extract_bytearray_to_vec ... ok [INFO] [stdout] test types::sequence::test::test_extract_range_to_vec ... ok [INFO] [stdout] test types::num::test::u32::to_py_object_and_back ... ok [INFO] [stdout] test types::sequence::test::test_list_coercion ... ok [INFO] [stdout] test types::sequence::test::test_lists_coerce_to_tuples ... ok [INFO] [stdout] test types::num::test::u8::to_py_object_and_back ... ok [INFO] [stdout] test types::sequence::test::test_extract_bytearray_to_array ... ok [INFO] [stdout] test types::sequence::test::test_is_empty ... ok [INFO] [stdout] test types::sequence::test::test_extract_tuple_to_vec ... ok [INFO] [stdout] test types::sequence::test::test_seq_contains ... ok [INFO] [stdout] test types::sequence::test::test_numbers_are_not_sequences ... ok [INFO] [stdout] test types::sequence::test::test_seq_index ... ok [INFO] [stdout] test types::sequence::test::test_seq_set_item ... ok [INFO] [stdout] test types::sequence::test::test_seq_iter ... ok [INFO] [stdout] test types::sequence::test::test_seq_concat_string ... ok [INFO] [stdout] test types::sequence::test::test_seq_concat ... ok [INFO] [stdout] test types::sequence::test::test_seq_empty ... ok [INFO] [stdout] test types::sequence::test::test_seq_repeat ... ok [INFO] [stdout] test types::sequence::test::test_seq_get_item ... ok [INFO] [stdout] test types::sequence::test::test_seq_count ... ok [INFO] [stdout] test types::sequence::test::test_seq_del_item ... ok [INFO] [stdout] test types::set::test::test_extract_btreeset ... ok [INFO] [stdout] test types::sequence::test::test_strings_are_sequences ... ok [INFO] [stdout] test types::sequence::test::test_strings_coerce_to_lists ... ok [INFO] [stdout] test types::set::test::test_extract_hashset ... ok [INFO] [stdout] test types::sequence::test::test_tuple_coercion ... ok [INFO] [stdout] test types::sequence::test::test_seq_set_item_refcnt ... ok [INFO] [stdout] test types::sequence::test::test_seq_try_from_unchecked ... ok [INFO] [stdout] test types::set::test::test_frozenset_iter ... ok [INFO] [stdout] test types::set::test::test_frozenset_contains ... ok [INFO] [stdout] test types::set::test::test_frozenset_new_and_len ... ok [INFO] [stdout] test types::set::test::test_set_empty ... ok [INFO] [stdout] test types::set::test::test_set_discard ... ok [INFO] [stdout] test types::set::test::test_frozenset_empty ... ok [INFO] [stdout] test types::sequence::test::test_seq_strings ... ok [INFO] [stdout] test types::set::test::test_set_contains ... ok [INFO] [stdout] test types::set::test::test_set_iter ... ok [INFO] [stdout] test types::set::test::test_set_into_py ... ok [INFO] [stdout] test types::set::test::test_set_len ... ok [INFO] [stdout] test types::set::test::test_set_clear ... ok [INFO] [stdout] test types::string::test::test_non_bmp ... ok [INFO] [stdout] test types::string::test::test_debug_string ... ok [INFO] [stdout] test types::tuple::test::test_iter ... ok [INFO] [stdout] test types::string::test::test_extract_str ... ok [INFO] [stdout] test types::set::test::test_set_new ... ok [INFO] [stdout] test types::set::test::test_set_pop ... ok [INFO] [stdout] test types::tuple::test::test_len ... ok [INFO] [stdout] test types::string::test::test_display_string ... ok [INFO] [stdout] test types::string::test::test_to_str_surrogate ... ok [INFO] [stdout] test types::tuple::test::test_new ... ok [INFO] [stdout] test types::tuple::test::test_as_slice ... ok [INFO] [stdout] test types::tuple::test::test_into_iter ... ok [INFO] [stdout] test types::string::test::test_to_str_unicode ... ok [INFO] [stdout] test types::set::test::test_set_add ... ok [INFO] [stdout] test types::string::test::test_to_str_ascii ... ok [INFO] [stdout] test types::string::test::test_to_string_lossy ... ok [INFO] [stderr] pyo3_runtime.PanicException: new panic [INFO] [stdout] test err::tests::fetching_panic_exception_panics ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 211 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Exception ignored in: [INFO] [stdout] Exception state should not be set. [INFO] [stderr] Traceback (most recent call last): [INFO] [stderr] File "/usr/lib/python3.8/threading.py", line 1373, in _shutdown [INFO] [stderr] assert tlock.locked() [INFO] [stderr] AssertionError: [INFO] [stderr] Running /opt/rustwide/target/debug/deps/common-25faebf5f0853d7d [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_arithmetics-e081a29d5cc6a1af [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test return_not_implemented::reverse_arith ... ignored [INFO] [stdout] test return_not_implemented::bitwise ... ok [INFO] [stdout] test binary_arithmetic ... ok [INFO] [stdout] test rich_comparisons_python_3_type_error ... ok [INFO] [stdout] test rich_comparisons ... ok [INFO] [stdout] test unary_arithmetic ... ok [INFO] [stdout] test return_not_implemented::ordering ... ok [INFO] [stdout] test lhs_fellback_to_rhs ... ok [INFO] [stdout] test return_not_implemented::arith ... ok [INFO] [stdout] test rhs_arithmetic ... ok [INFO] [stdout] test return_not_implemented::equality ... ok [INFO] [stdout] test return_not_implemented::inplace_bitwise ... ok [INFO] [stdout] test inplace_operations ... ok [INFO] [stdout] test return_not_implemented::inplace_arith ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_buffer_protocol-c180b5812a447f9c [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_buffer ... ok [INFO] [stdout] test test_buffer_referenced ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_bytes-29fa8c49e299436a [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_bytearray_vec_conversion ... ok [INFO] [stdout] test test_pybytes_bytes_conversion ... ok [INFO] [stdout] test test_pybytes_vec_conversion ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_class_attributes-1790d566fd436c39 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test class_attributes ... ok [INFO] [stdout] test class_attributes_are_immutable ... ok [INFO] [stdout] test recursive_class_attributes ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_class_basics-3787d11e9f0fc948 [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test custom_names ... ok [INFO] [stdout] test class_with_object_field ... ok [INFO] [stdout] test empty_class_in_module ... ok [INFO] [stdout] test empty_class ... ok [INFO] [stdout] test test_raw_idents ... ok [INFO] [stdout] test panic_unsendable_child ... ok [INFO] [stdout] test class_with_docstr ... ok [INFO] [stdout] test panic_unsendable_base ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_class_conversion-83586b64a28460de [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_polymorphic_container_does_not_accept_other_types ... ok [INFO] [stdout] test test_cloneable_pyclass ... ok [INFO] [stdout] test test_polymorphic_container_stores_base_class ... ok [INFO] [stdout] test test_pycell_deref ... ok [INFO] [stdout] test test_polymorphic_container_stores_sub_class ... ok [INFO] [stdout] test test_pyref_as_base ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_class_new-36ef5bc804da6224 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test new_with_two_args ... ok [INFO] [stdout] test empty_class_with_new ... ok [INFO] [stdout] test subclass_new ... ok [INFO] [stdout] test new_with_one_arg ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_compile_error-5ab93447eba0385d [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_datetime-5852a18d88bea20f [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test test_datetime_check ... ok [INFO] [stdout] test test_datetime_utc ... ok [INFO] [stdout] test test_pydate_out_of_bounds ... ok [INFO] [stdout] test test_time_check ... ok [INFO] [stdout] test test_date_check ... ok [INFO] [stdout] test test_pytime_out_of_bounds ... ok [INFO] [stdout] test test_pydatetime_out_of_bounds ... ok [INFO] [stdout] test test_delta_check ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_dict_iter-2c8049271191d832 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test iter_dict_nosegv ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_dunder-40fa2c6704e2c49b [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test descr_getset ... ok [INFO] [stdout] test iterator ... ok [INFO] [stdout] test contains ... ok [INFO] [stdout] test getattr_doesnt_override_member ... ok [INFO] [stdout] test context_manager ... ok [INFO] [stdout] test access_dunder_dict ... ok [INFO] [stdout] test dunder_dict_support ... ok [INFO] [stdout] test callable ... ok [INFO] [stdout] test delitem ... ok [INFO] [stdout] test reversed ... ok [INFO] [stdout] test len ... ok [INFO] [stdout] test sequence ... ok [INFO] [stdout] test inherited_dict ... ok [INFO] [stdout] test test_cls_impl ... ok [INFO] [stdout] test setdelitem ... ok [INFO] [stdout] test string_methods ... ok [INFO] [stdout] test setitem ... ok [INFO] [stdout] test test_basics ... ok [INFO] [stdout] test weakref_dunder_dict_support ... ok [INFO] [stdout] test comparisons ... ok [INFO] [stderr] Exception ignored in: [INFO] [stdout] test test_await ... ok [INFO] [stderr] Traceback (most recent call last): [INFO] [stdout] [INFO] [stderr] File "/usr/lib/python3.8/threading.py", line 1373, in _shutdown [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stderr] assert tlock.locked() [INFO] [stdout] [INFO] [stderr] AssertionError: [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_exceptions-925e1db043f08834 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_filenotfounderror ... ok [INFO] [stdout] test test_custom_error ... ok [INFO] [stdout] test test_exception_nosegfault ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_frompyobject-d044ad4d29712630 [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test test_tuple_struct ... ok [INFO] [stdout] test test_transparent_tuple_struct ... ok [INFO] [stdout] test test_named_fields_struct ... ok [INFO] [stdout] test test_named_field_with_ext_fn ... ok [INFO] [stdout] test test_generic_named_fields_struct ... ok [INFO] [stdout] test test_err_rename ... ok [INFO] [stdout] test test_transparent_named_field_struct ... ok [INFO] [stdout] test test_generic_transparent_named_field_struct ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_gc-2d59e88e511512aa [INFO] [stdout] test test_enum ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test gc_during_borrow ... ok [INFO] [stdout] test data_is_dropped ... ok [INFO] [stdout] test weakref_support ... ok [INFO] [stdout] test inheritance_with_new_methods_with_drop ... ok [INFO] [stdout] test gc_integration2 ... ok [INFO] [stdout] test gc_integration ... ok [INFO] [stdout] test class_with_freelist ... ok [INFO] [stdout] test inherited_weakref ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_getter_setter-f49bb4bcec0068e3 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test getter_setter_autogen ... ok [INFO] [stdout] test ref_getter_setter ... ok [INFO] [stdout] test class_with_properties ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_inheritance-1684057103fbd930 [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test inherit_set ... ok [INFO] [stdout] test subclass ... ok [INFO] [stdout] test inheritance_with_new_methods ... ok [INFO] [stdout] test inherit_dict ... ok [INFO] [stdout] test call_base_and_sub_methods ... ok [INFO] [stdout] test mutation_fails ... ok [INFO] [stdout] test handle_result_in_new ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_mapping-dec15166df98f39a [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_setitem ... ok [INFO] [stdout] test test_getitem ... ok [INFO] [stdout] test test_delitem ... ok [INFO] [stdout] test test_reversed ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_methods-884a29b0e8be0ac5 [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test method_with_pyclassarg ... ok [INFO] [stdout] test class_method ... ok [INFO] [stdout] test static_method ... ok [INFO] [stdout] test method_with_lifetime ... ok [INFO] [stdout] test static_method_with_args ... ok [INFO] [stdout] test test_cfg_attrs ... ok [INFO] [stdout] test test_from_sequence ... ok [INFO] [stdout] test instance_method_with_args ... ok [INFO] [stdout] test class_method_with_args ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_module-86a09f4429881c89 [INFO] [stdout] test meth_doc ... ok [INFO] [stdout] test instance_method ... ok [INFO] [stdout] test meth_args ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test test_custom_names ... ok [INFO] [stdout] test test_module_renaming ... ok [INFO] [stdout] test test_module_with_constant ... ok [INFO] [stdout] test test_vararg_module ... ok [INFO] [stdout] test test_module_with_functions ... ok [INFO] [stdout] test test_module_dict ... ok [INFO] [stdout] test test_raw_idents ... ok [INFO] [stdout] test test_module_from_code ... ok [INFO] [stdout] test test_module_nesting ... ok [INFO] [stdout] test test_module_functions_with_module ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_pyfunction-712879f54b0a0a35 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_functions_with_function_args ... ok [INFO] [stdout] test test_raw_function ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_pyself-9db333df784093f0 [INFO] [stdout] test test_buffer_add ... ok [INFO] [stdout] test test_optional_bool ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_nested_iter ... ok [INFO] [stdout] test test_clone_ref ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_sequence-c9c00fe3f419cefd [INFO] [stdout] test test_nested_iter_reset ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test test_repeat ... ok [INFO] [stdout] test test_inplace_repeat ... ok [INFO] [stdout] test test_delitem ... ok [INFO] [stdout] test test_inplace_concat ... ok [INFO] [stdout] test test_generic_list_get ... ok [INFO] [stdout] test test_getitem ... ok [INFO] [stdout] test test_setitem ... ok [INFO] [stdout] test test_option_list_get ... ok [INFO] [stdout] test test_generic_list_set ... ok [INFO] [stdout] test test_contains ... ok [INFO] [stdout] test test_concat ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_string-c1a9e9978efed32f [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_text_signature-a86154e980d38202 [INFO] [stdout] test test_unicode_encode_error ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test class_without_docs_or_signature ... ok [INFO] [stdout] test test_function ... ok [INFO] [stdout] test test_pyfn ... ok [INFO] [stdout] test class_with_docs_and_signature ... ok [INFO] [stdout] test class_with_signature ... ok [INFO] [stdout] test test_methods ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_unsendable_dict-1cbd9429fca3551f [INFO] [stdout] test class_with_docs ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_unsendable_dict ... ok [INFO] [stdout] test test_unsendable_dict_with_weakref ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_variable_arguments-4d4125b45b89c702 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test variable_args ... ok [INFO] [stdout] test variable_kwargs ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_various-8069fb55f8cf500c [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test test_result_conversion ... ok [INFO] [stdout] test intopytuple_pyclass ... ok [INFO] [stdout] test return_custom_class ... ok [INFO] [stdout] test mut_ref_arg ... ok [INFO] [stdout] test intopytuple_primitive ... ok [INFO] [stdout] test pytuple_primitive_iter ... ok [INFO] [stdout] test pytuple_pyclass_iter ... ok [INFO] [stdout] test test_pickle ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests pyo3 [INFO] [stdout] [INFO] [stdout] running 154 tests [INFO] [stdout] test src/callback.rs - callback_body_without_convert (line 207) ... ignored [INFO] [stdout] test src/callback.rs - callback_body_without_convert (line 215) ... ignored [INFO] [stdout] test src/callback.rs - callback_body_without_convert (line 224) ... ignored [INFO] [stdout] test src/conversion.rs - conversion::FromPyObject (line 150) ... ignored [INFO] [stdout] test src/err/mod.rs - err::PyErr::new (line 71) ... ignored [INFO] [stdout] test src/err/mod.rs - err::PyErr::new (line 76) ... ignored [INFO] [stdout] test src/instance.rs - instance::Py::into_ref (line 120) ... ok [INFO] [stdout] test src/lib.rs - (line 117) ... ok [INFO] [stdout] test src/instance.rs - instance::Py::as_ref (line 85) ... ok [INFO] [stdout] test src/err/mod.rs - err::PyErr::ptraceback (line 191) ... ok [INFO] [stdout] test src/conversion.rs - conversion::AsPyPointer (line 19) ... ok [INFO] [stdout] test src/err/mod.rs - err::PyErr::from_instance (line 114) ... ok [INFO] [stdout] test src/gil.rs - gil::GILGuard (line 117) ... ok [INFO] [stdout] test src/err/mod.rs - err::PyErr::clone_ref (line 378) ... ok [INFO] [stdout] test src/exceptions.rs - create_exception (line 164) ... ok [INFO] [stdout] test src/err/mod.rs - err::PyErr::pvalue (line 175) ... ok [INFO] [stdout] test src/exceptions.rs - import_exception (line 76) ... ok [INFO] [stdout] test src/err/mod.rs - err::PyErr::ptype (line 159) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_class_md (line 674) ... ok [INFO] [stdout] test src/lib.rs - (line 61) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_class_md (line 393) ... ok [INFO] [stdout] test src/instance.rs - instance::Py::as_ref (line 97) ... ok [INFO] [stdout] test src/class/iter.rs - class::iter::PyIterProtocol (line 19) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_class_md (line 523) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_class_md (line 1001) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_class_md (line 731) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_class_md (line 480) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_class_md (line 936) ... ignored [INFO] [stdout] test src/lib.rs - doc_test::guide_class_md (line 708) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_class_md (line 1080) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_class_md (line 410) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_class_md (line 445) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_exception_md (line 410) ... ignored [INFO] [stdout] test src/lib.rs - doc_test::guide_class_md (line 756) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_exception_md (line 446) ... ignored [INFO] [stdout] test src/lib.rs - doc_test::guide_class_md (line 944) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_exception_md (line 378) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_class_md (line 814) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_class_md (line 573) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_class_md (line 840) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_class_md (line 642) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_class_md (line 782) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_class_md (line 863) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_class_md (line 894) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_exception_md (line 455) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_exception_md (line 551) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_exception_md (line 572) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_function_md (line 539) ... ignored [INFO] [stdout] test src/lib.rs - doc_test::guide_exception_md (line 513) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_exception_md (line 428) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 416) ... ignored [INFO] [stdout] test src/lib.rs - doc_test::guide_exception_md (line 389) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 434) ... ignored [INFO] [stdout] test src/lib.rs - doc_test::guide_class_md (line 960) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 465) ... ignored [INFO] [stdout] test src/lib.rs - doc_test::guide_function_md (line 380) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 491) ... ignored [INFO] [stdout] test src/lib.rs - doc_test::guide_function_md (line 455) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 519) ... ignored [INFO] [stdout] test src/lib.rs - doc_test::guide_exception_md (line 491) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_exception_md (line 473) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_function_md (line 513) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_function_md (line 400) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_function_md (line 427) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 617) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_function_md (line 586) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 555) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_function_md (line 608) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 477) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 591) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 645) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 421) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 440) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 785) ... ignored [INFO] [stdout] test src/lib.rs - doc_test::guide_class_md (line 916) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_function_md (line 468) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 569) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 673) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 499) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_parallelism_md (line 385) ... ignored [INFO] [stdout] test src/lib.rs - doc_test::guide_parallelism_md (line 396) ... ignored [INFO] [stdout] test src/lib.rs - doc_test::guide_parallelism_md (line 403) ... ignored [INFO] [stdout] test src/lib.rs - doc_test::guide_parallelism_md (line 441) ... ignored [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 758) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 528) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 820) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 602) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_rust_cpython_md (line 392) ... ignored [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 627) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_rust_cpython_md (line 436) ... ignored [INFO] [stdout] test src/lib.rs - doc_test::guide_rust_cpython_md (line 447) ... ignored [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 655) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_trait_bounds_md (line 408) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 687) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_trait_bounds_md (line 533) ... ignored [INFO] [stdout] test src/lib.rs - doc_test::guide_python_from_rust_md (line 387) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_trait_bounds_md (line 448) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_module_md (line 379) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_python_from_rust_md (line 476) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_python_from_rust_md (line 406) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_module_md (line 439) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_rust_cpython_md (line 406) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 768) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 838) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 715) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_migration_md (line 792) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_trait_bounds_md (line 716) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_trait_bounds_md (line 547) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_trait_bounds_md (line 769) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_python_from_rust_md (line 433) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_types_md (line 449) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_types_md (line 512) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_types_md (line 552) ... ok [INFO] [stdout] test src/prelude.rs - prelude (line 8) ... ok [INFO] [stdout] test src/lib.rs - doc_test::readme_md (line 469) ... ok [INFO] [stdout] test src/lib.rs - doc_test::readme_md (line 419) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_trait_bounds_md (line 502) ... ok [INFO] [stdout] test src/lib.rs - py_run (line 265) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_types_md (line 469) ... ok [INFO] [stdout] test src/marshal.rs - marshal::dumps (line 18) ... ok [INFO] [stdout] test src/once_cell.rs - once_cell::GILOnceCell (line 16) ... ok [INFO] [stdout] test src/lib.rs - raw_pycfunction (line 224) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_trait_bounds_md (line 845) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_types_md (line 619) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_types_md (line 573) ... ok [INFO] [stdout] test src/lib.rs - doc_test::guide_types_md (line 640) ... ok [INFO] [stdout] test src/python.rs - python::Python::allow_threads (line 161) ... ok [INFO] [stdout] test src/python.rs - python::Python::eval (line 204) ... ok [INFO] [stdout] test src/lib.rs - py_run (line 276) ... ok [INFO] [stdout] test src/type_object.rs - type_object::PyBorrowFlagLayout (line 37) ... ignored [INFO] [stdout] test src/python.rs - python::Python::new_pool (line 352) ... ok [INFO] [stdout] test src/pycell.rs - pycell::PyCell::try_borrow (line 237) ... ok [INFO] [stdout] test src/python.rs - python::Python::run (line 227) ... ok [INFO] [stdout] test src/python.rs - python::Python::with_gil (line 57) ... ok [INFO] [stdout] test src/pycell.rs - pycell::PyCell::try_borrow_unguarded (line 307) ... ok [INFO] [stdout] test src/pycell.rs - pycell::PyCell (line 115) ... ok [INFO] [stdout] test src/python.rs - python::Python::allow_threads (line 114) ... ok [INFO] [stdout] test src/pycell.rs - pycell::PyCell::try_borrow_mut (line 272) ... ok [INFO] [stdout] test src/pyclass_init.rs - pyclass_init::PyClassInitializer (line 30) ... ok [INFO] [stdout] test src/pycell.rs - pycell::PyCell (line 135) ... ok [INFO] [stdout] test src/types/module.rs - types::module::PyModule::add_wrapped (line 210) ... ignored [INFO] [stdout] test src/types/any.rs - types::any::PyAny (line 27) ... ok [INFO] [stdout] test src/pycell.rs - pycell::PyRef (line 456) ... ok [INFO] [stdout] test src/types/iterator.rs - types::iterator::PyIterator (line 14) ... ok [INFO] [stdout] test src/pyclass_init.rs - pyclass_init::PyClassInitializer::add_subclass (line 83) ... ok [INFO] [stdout] test src/types/any.rs - types::any::PyAny::call_method (line 243) ... ok [INFO] [stdout] test src/types/bytearray.rs - types::bytearray::PyByteArray::to_vec (line 133) ... ok [INFO] [stdout] test src/types/bytes.rs - types::bytes::PyBytes::new_with (line 37) ... ok [INFO] [stdout] test src/types/bytearray.rs - types::bytearray::PyByteArray::new_with (line 32) ... ok [INFO] [stdout] test src/pycell.rs - pycell::PyRef::into_super (line 517) ... ok [INFO] [stdout] test src/types/module.rs - types::module::PyModule::add_function (line 253) ... ok [INFO] [stdout] test src/types/module.rs - types::module::PyModule::add_submodule (line 231) ... ok [INFO] [stdout] test src/types/module.rs - types::module::PyModule::add_function (line 267) ... ok [INFO] [stdout] test src/types/module.rs - types::module::PyModule::add_wrapped (line 190) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 128 passed; 0 failed; 26 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "681dcdbefde5b83f66580012b00d697e49868bbb4eaf4cca47ee4c43d3f88dda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "681dcdbefde5b83f66580012b00d697e49868bbb4eaf4cca47ee4c43d3f88dda", kill_on_drop: false }` [INFO] [stdout] 681dcdbefde5b83f66580012b00d697e49868bbb4eaf4cca47ee4c43d3f88dda