[INFO] fetching crate libseccomp 0.4.0...
[INFO] testing libseccomp-0.4.0 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate libseccomp 0.4.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate libseccomp 0.4.0
[INFO] finished tweaking crates.io crate libseccomp 0.4.0
[INFO] tweaked toml for crates.io crate libseccomp 0.4.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate libseccomp 0.4.0 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 30cfe911b6dc8670b9c472afe9b2176a066a17f5e07c44deac1af2529cd286ee
[INFO] running `Command { std: "docker" "start" "-a" "30cfe911b6dc8670b9c472afe9b2176a066a17f5e07c44deac1af2529cd286ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "30cfe911b6dc8670b9c472afe9b2176a066a17f5e07c44deac1af2529cd286ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30cfe911b6dc8670b9c472afe9b2176a066a17f5e07c44deac1af2529cd286ee", kill_on_drop: false }`
[INFO] [stdout] 30cfe911b6dc8670b9c472afe9b2176a066a17f5e07c44deac1af2529cd286ee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bd04f0244cda27c5508b7910a3d570f4463fac0415a3e7783ee46ac0d088db03
[INFO] running `Command { std: "docker" "start" "-a" "bd04f0244cda27c5508b7910a3d570f4463fac0415a3e7783ee46ac0d088db03", kill_on_drop: false }`
[INFO] [stderr]    Compiling libseccomp-sys v0.3.0
[INFO] [stderr]    Compiling libseccomp v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `libseccomp_v2_6`
[INFO] [stdout]     --> src/filter_context.rs:1237:11
[INFO] [stdout]      |
[INFO] [stdout] 1237 | #[cfg(any(libseccomp_v2_6, all(doc, not(doctest))))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libseccomp_v2_6)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libseccomp_v2_6)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
[INFO] running `Command { std: "docker" "inspect" "bd04f0244cda27c5508b7910a3d570f4463fac0415a3e7783ee46ac0d088db03", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bd04f0244cda27c5508b7910a3d570f4463fac0415a3e7783ee46ac0d088db03", kill_on_drop: false }`
[INFO] [stdout] bd04f0244cda27c5508b7910a3d570f4463fac0415a3e7783ee46ac0d088db03
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b6d5126946cd314447fe597f3ebd13f10ac6ae79852e50b1c07109cd3dbedec7
[INFO] running `Command { std: "docker" "start" "-a" "b6d5126946cd314447fe597f3ebd13f10ac6ae79852e50b1c07109cd3dbedec7", kill_on_drop: false }`
[INFO] [stderr]    Compiling libseccomp v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `libseccomp_v2_6`
[INFO] [stdout]     --> src/filter_context.rs:1237:11
[INFO] [stdout]      |
[INFO] [stdout] 1237 | #[cfg(any(libseccomp_v2_6, all(doc, not(doctest))))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libseccomp_v2_6)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libseccomp_v2_6)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `libseccomp_v2_6`
[INFO] [stdout]    --> tests/tests.rs:369:7
[INFO] [stdout]     |
[INFO] [stdout] 369 | #[cfg(libseccomp_v2_6)]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libseccomp_v2_6)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libseccomp_v2_6)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `libseccomp_v2_6`
[INFO] [stdout]    --> tests/tests.rs:401:7
[INFO] [stdout]     |
[INFO] [stdout] 401 | #[cfg(libseccomp_v2_6)]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libseccomp_v2_6)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libseccomp_v2_6)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `libseccomp_v2_6`
[INFO] [stdout]    --> tests/tests.rs:422:11
[INFO] [stdout]     |
[INFO] [stdout] 422 |     #[cfg(libseccomp_v2_6)]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libseccomp_v2_6)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libseccomp_v2_6)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `libseccomp_v2_6`
[INFO] [stdout]     --> src/filter_context.rs:1237:11
[INFO] [stdout]      |
[INFO] [stdout] 1237 | #[cfg(any(libseccomp_v2_6, all(doc, not(doctest))))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libseccomp_v2_6)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libseccomp_v2_6)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.69s
[INFO] running `Command { std: "docker" "inspect" "b6d5126946cd314447fe597f3ebd13f10ac6ae79852e50b1c07109cd3dbedec7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b6d5126946cd314447fe597f3ebd13f10ac6ae79852e50b1c07109cd3dbedec7", kill_on_drop: false }`
[INFO] [stdout] b6d5126946cd314447fe597f3ebd13f10ac6ae79852e50b1c07109cd3dbedec7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 280c96ed99b310b0ef4079e586fcd8d84537ccbddaa8d658881d4589ae3f115a
[INFO] running `Command { std: "docker" "start" "-a" "280c96ed99b310b0ef4079e586fcd8d84537ccbddaa8d658881d4589ae3f115a", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `libseccomp_v2_6`
[INFO] [stderr]     --> src/filter_context.rs:1237:11
[INFO] [stderr]      |
[INFO] [stderr] 1237 | #[cfg(any(libseccomp_v2_6, all(doc, not(doctest))))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr]      = help: consider using a Cargo feature instead
[INFO] [stderr]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]               [lints.rust]
[INFO] [stderr]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libseccomp_v2_6)'] }
[INFO] [stderr]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libseccomp_v2_6)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]      = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `libseccomp` (lib) generated 1 warning
[INFO] [stderr] warning: `libseccomp` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: unexpected `cfg` condition name: `libseccomp_v2_6`
[INFO] [stderr]    --> tests/tests.rs:369:7
[INFO] [stderr]     |
[INFO] [stderr] 369 | #[cfg(libseccomp_v2_6)]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libseccomp_v2_6)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libseccomp_v2_6)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `libseccomp_v2_6`
[INFO] [stderr]    --> tests/tests.rs:401:7
[INFO] [stderr]     |
[INFO] [stderr] 401 | #[cfg(libseccomp_v2_6)]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libseccomp_v2_6)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libseccomp_v2_6)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `libseccomp_v2_6`
[INFO] [stderr]    --> tests/tests.rs:422:11
[INFO] [stderr]     |
[INFO] [stderr] 422 |     #[cfg(libseccomp_v2_6)]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libseccomp_v2_6)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libseccomp_v2_6)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `libseccomp` (test "tests") generated 3 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/libseccomp-1b35c4024ee83eb1)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test action::tests::test_parse_action ... ok
[INFO] [stdout] test error::tests::test_errno ... ok
[INFO] [stdout] test error::tests::test_display ... ok
[INFO] [stdout] test error::tests::test_from ... ok
[INFO] [stdout] test api::tests::test_ensure_supported_api ... ok
[INFO] [stdout] test arch::tests::test_parse_arch ... ok
[INFO] [stdout] test arg_compare::tests::test_scmpargcompare ... ok
[INFO] [stdout] test error::tests::test_source ... ok
[INFO] [stdout] test error::tests::test_msg ... ok
[INFO] [stdout] test error::tests::test_sysrawrc ... ok
[INFO] [stdout] test error::tests::test_with_msg_and_source ... ok
[INFO] [stdout] test error::tests::test_with_msg ... ok
[INFO] [stdout] test filter_attr::tests::test_parse_filter_attr ... ok
[INFO] [stdout] test version::tests::test_ensure_supported_version ... ok
[INFO] [stdout] test error::tests::test_debug ... ok
[INFO] [stdout] test error::tests::test_raw_ffi_value ... ok
[INFO] [stdout] test compare_op::tests::test_parse_compare_op ... ok
[INFO] [stdout] test filter_context::tests::test_as_ptr ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/global_reset.rs (/opt/rustwide/target/debug/deps/global_reset-16e14a7ab4046321)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_reset_global_state ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/known_syscall_names.rs (/opt/rustwide/target/debug/deps/known_syscall_names-a86deddb378f48ee)
[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] [stderr]      Running tests/notify.rs (/opt/rustwide/target/debug/deps/notify-f68bd09b63396744)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test_resp_new ... ok
[INFO] [stdout] test test_error ... ok
[INFO] [stderr]      Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-19db87d6ee3e6e69)
[INFO] [stdout] test test_user_notification ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] #
[INFO] [stdout] # pseudo filter code start
[INFO] [stdout] #
[INFO] [stdout] # filter for arch x86_64 (3221225534)
[INFO] [stdout] if ($arch == 3221225534)
[INFO] [stdout]   # default action
[INFO] [stdout]   action ALLOW;
[INFO] [stdout] # invalid architecture action
[INFO] [stdout] action KILL;
[INFO] [stdout] #
[INFO] [stdout] # pseudo filter code end
[INFO] [stdout] #
[ERROR] error running command: stream did not contain valid UTF-8
[INFO] running `Command { std: "docker" "inspect" "280c96ed99b310b0ef4079e586fcd8d84537ccbddaa8d658881d4589ae3f115a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "280c96ed99b310b0ef4079e586fcd8d84537ccbddaa8d658881d4589ae3f115a", kill_on_drop: false }`
[INFO] [stdout] 280c96ed99b310b0ef4079e586fcd8d84537ccbddaa8d658881d4589ae3f115a
