[INFO] fetching crate libseccomp 0.4.0...
[INFO] testing libseccomp-0.4.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate libseccomp 0.4.0 into /workspace/builds/worker-1-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-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate libseccomp 0.4.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e0c3a240a6c98eb59ce5aadf7c31bc3ed0366219816c67f4975be429f5ca37f0
[INFO] running `Command { std: "docker" "start" "-a" "e0c3a240a6c98eb59ce5aadf7c31bc3ed0366219816c67f4975be429f5ca37f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e0c3a240a6c98eb59ce5aadf7c31bc3ed0366219816c67f4975be429f5ca37f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e0c3a240a6c98eb59ce5aadf7c31bc3ed0366219816c67f4975be429f5ca37f0", kill_on_drop: false }`
[INFO] [stdout] e0c3a240a6c98eb59ce5aadf7c31bc3ed0366219816c67f4975be429f5ca37f0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 044f387df4c7d5488e7c546f58aa77cf4903068c335aa2bbb60a5083bc1cd838
[INFO] running `Command { std: "docker" "start" "-a" "044f387df4c7d5488e7c546f58aa77cf4903068c335aa2bbb60a5083bc1cd838", 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.14s
[INFO] running `Command { std: "docker" "inspect" "044f387df4c7d5488e7c546f58aa77cf4903068c335aa2bbb60a5083bc1cd838", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "044f387df4c7d5488e7c546f58aa77cf4903068c335aa2bbb60a5083bc1cd838", kill_on_drop: false }`
[INFO] [stdout] 044f387df4c7d5488e7c546f58aa77cf4903068c335aa2bbb60a5083bc1cd838
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2b934a318b667a9e4b925e661a444fe73f852bef8afe0349e89da8bbad5a82e9
[INFO] running `Command { std: "docker" "start" "-a" "2b934a318b667a9e4b925e661a444fe73f852bef8afe0349e89da8bbad5a82e9", 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.36s
[INFO] running `Command { std: "docker" "inspect" "2b934a318b667a9e4b925e661a444fe73f852bef8afe0349e89da8bbad5a82e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b934a318b667a9e4b925e661a444fe73f852bef8afe0349e89da8bbad5a82e9", kill_on_drop: false }`
[INFO] [stdout] 2b934a318b667a9e4b925e661a444fe73f852bef8afe0349e89da8bbad5a82e9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0747cbdf72e3fdba63092d86c5a8ad30b67b2e94e5c026e658b935b7b472d85c
[INFO] running `Command { std: "docker" "start" "-a" "0747cbdf72e3fdba63092d86c5a8ad30b67b2e94e5c026e658b935b7b472d85c", 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.11s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/libseccomp-b94c60348e1a9d6c)
[INFO] [stdout] running 18 tests
[INFO] [stdout] test arch::tests::test_parse_arch ... ok
[INFO] [stdout] test action::tests::test_parse_action ... ok
[INFO] [stdout] test arg_compare::tests::test_scmpargcompare ... ok
[INFO] [stdout] test compare_op::tests::test_parse_compare_op ... ok
[INFO] [stdout] test error::tests::test_debug ... ok
[INFO] [stdout] test error::tests::test_errno ... ok
[INFO] [stdout] test error::tests::test_display ... ok
[INFO] [stdout] test api::tests::test_ensure_supported_api ... ok
[INFO] [stdout] test error::tests::test_from ... ok
[INFO] [stdout] test error::tests::test_msg ... ok
[INFO] [stdout] test error::tests::test_raw_ffi_value ... 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 filter_context::tests::test_as_ptr ... ok
[INFO] [stdout] test version::tests::test_ensure_supported_version ... ok
[INFO] [stdout] test error::tests::test_source ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/global_reset.rs (/opt/rustwide/target/debug/deps/global_reset-98c37d98112f33b0)
[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-aec75bfa98180663)
[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-591a86d57235127f)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test_resp_new ... ok
[INFO] [stdout] test test_error ... ok
[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.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-18c6e59e69e62b22)
[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" "0747cbdf72e3fdba63092d86c5a8ad30b67b2e94e5c026e658b935b7b472d85c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0747cbdf72e3fdba63092d86c5a8ad30b67b2e94e5c026e658b935b7b472d85c", kill_on_drop: false }`
[INFO] [stdout] 0747cbdf72e3fdba63092d86c5a8ad30b67b2e94e5c026e658b935b7b472d85c
