[INFO] fetching crate pyportus 0.5.0... [INFO] testing pyportus-0.5.0 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate pyportus 0.5.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate pyportus 0.5.0 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pyportus 0.5.0 [INFO] finished tweaking crates.io crate pyportus 0.5.0 [INFO] tweaked toml for crates.io crate pyportus 0.5.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nix v0.22.1 [INFO] [stderr] Downloaded portus v0.6.1 [INFO] [stderr] Downloaded simple-signal v1.1.1 [INFO] [stderr] Downloaded portus_export v0.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5561c02b15891dd2e2b8270b6cf191c787845f8dcb360fd2bcff637de16b5445 [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" "5561c02b15891dd2e2b8270b6cf191c787845f8dcb360fd2bcff637de16b5445", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5561c02b15891dd2e2b8270b6cf191c787845f8dcb360fd2bcff637de16b5445", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5561c02b15891dd2e2b8270b6cf191c787845f8dcb360fd2bcff637de16b5445", kill_on_drop: false }` [INFO] [stdout] 5561c02b15891dd2e2b8270b6cf191c787845f8dcb360fd2bcff637de16b5445 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4ae715248d6ab4a5bfdaa0eea82271d708e3eed2a0868def61516c7ab0e80502 [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" "4ae715248d6ab4a5bfdaa0eea82271d708e3eed2a0868def61516c7ab0e80502", kill_on_drop: false }` [INFO] [stderr] Compiling simple-signal v1.1.1 [INFO] [stderr] Compiling pyo3 v0.14.5 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling pyo3-macros-backend v0.14.5 [INFO] [stderr] Compiling indoc-impl v0.3.6 [INFO] [stderr] Compiling portus_export v0.2.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling tracing-subscriber v0.2.20 [INFO] [stderr] Compiling indoc v0.3.6 [INFO] [stderr] Compiling portus v0.6.1 [INFO] [stderr] Compiling pyo3-macros v0.14.5 [INFO] [stderr] Compiling pyportus v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:16:64 [INFO] [stdout] | [INFO] [stdout] 16 | return Err(PyErr::new::($msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 96 | Err(portus::Error(e)) => raise!(PyException, format!("Failed to get {}: {}", name, e)), [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` 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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:16:64 [INFO] [stdout] | [INFO] [stdout] 16 | return Err(PyErr::new::($msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 134 | Err(e) => raise!(PyException, format!("Failed to update field, err: {:?}", e)), [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:16:64 [INFO] [stdout] | [INFO] [stdout] 16 | return Err(PyErr::new::($msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 154 | Err(e) => raise!( [INFO] [stdout] | _______________________- [INFO] [stdout] 155 | | PyException, [INFO] [stdout] 156 | | format!("Failed to update fields, err: {:?}", e) [INFO] [stdout] 157 | | ), [INFO] [stdout] | |_____________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:16:64 [INFO] [stdout] | [INFO] [stdout] 16 | return Err(PyErr::new::($msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 191 | Err(e) => raise!( [INFO] [stdout] | _______________________- [INFO] [stdout] 192 | | PyException, [INFO] [stdout] 193 | | format!("Failed to set datapath program: {:?}", e) [INFO] [stdout] 194 | | ), [INFO] [stdout] | |_____________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:19:57 [INFO] [stdout] | [INFO] [stdout] 19 | Err(PyErr::new::($msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 254 | .or_else(|e| raise!(PyException, format!("{:?}", e), false))?; [INFO] [stdout] | ---------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.49s [INFO] running `Command { std: "docker" "inspect" "4ae715248d6ab4a5bfdaa0eea82271d708e3eed2a0868def61516c7ab0e80502", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ae715248d6ab4a5bfdaa0eea82271d708e3eed2a0868def61516c7ab0e80502", kill_on_drop: false }` [INFO] [stdout] 4ae715248d6ab4a5bfdaa0eea82271d708e3eed2a0868def61516c7ab0e80502 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b1783967ff05b629e78b6fb4646170063cfec3b16ce3ca1e64e108f433e07cf4 [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" "b1783967ff05b629e78b6fb4646170063cfec3b16ce3ca1e64e108f433e07cf4", kill_on_drop: false }` [INFO] [stderr] Compiling pyportus v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:16:64 [INFO] [stdout] | [INFO] [stdout] 16 | return Err(PyErr::new::($msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 96 | Err(portus::Error(e)) => raise!(PyException, format!("Failed to get {}: {}", name, e)), [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` 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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:16:64 [INFO] [stdout] | [INFO] [stdout] 16 | return Err(PyErr::new::($msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 134 | Err(e) => raise!(PyException, format!("Failed to update field, err: {:?}", e)), [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:16:64 [INFO] [stdout] | [INFO] [stdout] 16 | return Err(PyErr::new::($msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 154 | Err(e) => raise!( [INFO] [stdout] | _______________________- [INFO] [stdout] 155 | | PyException, [INFO] [stdout] 156 | | format!("Failed to update fields, err: {:?}", e) [INFO] [stdout] 157 | | ), [INFO] [stdout] | |_____________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:16:64 [INFO] [stdout] | [INFO] [stdout] 16 | return Err(PyErr::new::($msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 191 | Err(e) => raise!( [INFO] [stdout] | _______________________- [INFO] [stdout] 192 | | PyException, [INFO] [stdout] 193 | | format!("Failed to set datapath program: {:?}", e) [INFO] [stdout] 194 | | ), [INFO] [stdout] | |_____________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:19:57 [INFO] [stdout] | [INFO] [stdout] 19 | Err(PyErr::new::($msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 254 | .or_else(|e| raise!(PyException, format!("{:?}", e), false))?; [INFO] [stdout] | ---------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:16:64 [INFO] [stdout] | [INFO] [stdout] 16 | return Err(PyErr::new::($msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 96 | Err(portus::Error(e)) => raise!(PyException, format!("Failed to get {}: {}", name, e)), [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` 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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:16:64 [INFO] [stdout] | [INFO] [stdout] 16 | return Err(PyErr::new::($msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 134 | Err(e) => raise!(PyException, format!("Failed to update field, err: {:?}", e)), [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:16:64 [INFO] [stdout] | [INFO] [stdout] 16 | return Err(PyErr::new::($msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 154 | Err(e) => raise!( [INFO] [stdout] | _______________________- [INFO] [stdout] 155 | | PyException, [INFO] [stdout] 156 | | format!("Failed to update fields, err: {:?}", e) [INFO] [stdout] 157 | | ), [INFO] [stdout] | |_____________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:16:64 [INFO] [stdout] | [INFO] [stdout] 16 | return Err(PyErr::new::($msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 191 | Err(e) => raise!( [INFO] [stdout] | _______________________- [INFO] [stdout] 192 | | PyException, [INFO] [stdout] 193 | | format!("Failed to set datapath program: {:?}", e) [INFO] [stdout] 194 | | ), [INFO] [stdout] | |_____________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:19:57 [INFO] [stdout] | [INFO] [stdout] 19 | Err(PyErr::new::($msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 254 | .or_else(|e| raise!(PyException, format!("{:?}", e), false))?; [INFO] [stdout] | ---------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.21s [INFO] running `Command { std: "docker" "inspect" "b1783967ff05b629e78b6fb4646170063cfec3b16ce3ca1e64e108f433e07cf4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1783967ff05b629e78b6fb4646170063cfec3b16ce3ca1e64e108f433e07cf4", kill_on_drop: false }` [INFO] [stdout] b1783967ff05b629e78b6fb4646170063cfec3b16ce3ca1e64e108f433e07cf4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] bd026f9c3fe914473b918bfbcf5eb43455ff8800d5e150dc0c3b29087208a6a2 [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" "bd026f9c3fe914473b918bfbcf5eb43455ff8800d5e150dc0c3b29087208a6a2", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/lib.rs:16:64 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 16 | return Err(PyErr::new::($msg)); [INFO] [stdout] [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 96 | Err(portus::Error(e)) => raise!(PyException, format!("Failed to get {}: {}", name, e)), [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` 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] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:16:64 [INFO] [stderr] | [INFO] [stderr] 16 | return Err(PyErr::new::($msg)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 134 | Err(e) => raise!(PyException, format!("Failed to update field, err: {:?}", e)), [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:16:64 [INFO] [stderr] | [INFO] [stderr] 16 | return Err(PyErr::new::($msg)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 154 | Err(e) => raise!( [INFO] [stderr] | _______________________- [INFO] [stderr] 155 | | PyException, [INFO] [stderr] 156 | | format!("Failed to update fields, err: {:?}", e) [INFO] [stderr] 157 | | ), [INFO] [stderr] | |_____________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:16:64 [INFO] [stderr] | [INFO] [stderr] 16 | return Err(PyErr::new::($msg)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 191 | Err(e) => raise!( [INFO] [stderr] | _______________________- [INFO] [stderr] 192 | | PyException, [INFO] [stderr] 193 | | format!("Failed to set datapath program: {:?}", e) [INFO] [stderr] 194 | | ), [INFO] [stderr] | |_____________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:19:57 [INFO] [stderr] | [INFO] [stderr] 19 | Err(PyErr::new::($msg)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 254 | .or_else(|e| raise!(PyException, format!("{:?}", e), false))?; [INFO] [stderr] | ---------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `pyportus` (lib) generated 5 warnings [INFO] [stderr] warning: `pyportus` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pyportus-c05578c1a7393c26) [INFO] [stderr] Doc-tests pyportus [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "bd026f9c3fe914473b918bfbcf5eb43455ff8800d5e150dc0c3b29087208a6a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd026f9c3fe914473b918bfbcf5eb43455ff8800d5e150dc0c3b29087208a6a2", kill_on_drop: false }` [INFO] [stdout] bd026f9c3fe914473b918bfbcf5eb43455ff8800d5e150dc0c3b29087208a6a2