[INFO] fetching crate libseccomp 0.4.0... [INFO] testing libseccomp-0.4.0 against 1.91.0 for beta-1.92-2 [INFO] extracting crate libseccomp 0.4.0 into /workspace/builds/worker-1-tc1/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-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate libseccomp 0.4.0 on toolchain 1.91.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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" "+1.91.0" "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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libseccomp-sys v0.3.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b4abd780fbd9b5382c8c7d9278c40e32d1ad3ca145953775423741ff550e06da [INFO] running `Command { std: "docker" "start" "-a" "b4abd780fbd9b5382c8c7d9278c40e32d1ad3ca145953775423741ff550e06da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b4abd780fbd9b5382c8c7d9278c40e32d1ad3ca145953775423741ff550e06da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4abd780fbd9b5382c8c7d9278c40e32d1ad3ca145953775423741ff550e06da", kill_on_drop: false }` [INFO] [stdout] b4abd780fbd9b5382c8c7d9278c40e32d1ad3ca145953775423741ff550e06da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0b56c078e4fdc25d3dafdc2cf89cf927c1a31e42b199ae087daf9f4c28be0340 [INFO] running `Command { std: "docker" "start" "-a" "0b56c078e4fdc25d3dafdc2cf89cf927c1a31e42b199ae087daf9f4c28be0340", 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 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 0.93s [INFO] running `Command { std: "docker" "inspect" "0b56c078e4fdc25d3dafdc2cf89cf927c1a31e42b199ae087daf9f4c28be0340", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b56c078e4fdc25d3dafdc2cf89cf927c1a31e42b199ae087daf9f4c28be0340", kill_on_drop: false }` [INFO] [stdout] 0b56c078e4fdc25d3dafdc2cf89cf927c1a31e42b199ae087daf9f4c28be0340 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0a7a8d2bef81d661b50180fcd244a3b26346c6867569810bb6d1eac786a9a342 [INFO] running `Command { std: "docker" "start" "-a" "0a7a8d2bef81d661b50180fcd244a3b26346c6867569810bb6d1eac786a9a342", 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 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] --> 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 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 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 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 for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.30s [INFO] running `Command { std: "docker" "inspect" "0a7a8d2bef81d661b50180fcd244a3b26346c6867569810bb6d1eac786a9a342", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a7a8d2bef81d661b50180fcd244a3b26346c6867569810bb6d1eac786a9a342", kill_on_drop: false }` [INFO] [stdout] 0a7a8d2bef81d661b50180fcd244a3b26346c6867569810bb6d1eac786a9a342 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 79e4553198a78ce00726b8c864da4eeae5ca524bcfc058a795838e373a08943c [INFO] running `Command { std: "docker" "start" "-a" "79e4553198a78ce00726b8c864da4eeae5ca524bcfc058a795838e373a08943c", 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 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 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 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 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.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/libseccomp-63e34f5627759435) [INFO] [stdout] [INFO] [stdout] running 18 tests [INFO] [stdout] test action::tests::test_parse_action ... ok [INFO] [stdout] test arch::tests::test_parse_arch ... ok [INFO] [stdout] test api::tests::test_ensure_supported_api ... 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_display ... ok [INFO] [stdout] test error::tests::test_debug ... ok [INFO] [stdout] test error::tests::test_errno ... 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_source ... ok [INFO] [stdout] test error::tests::test_with_msg ... ok [INFO] [stdout] test error::tests::test_with_msg_and_source ... 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_sysrawrc ... 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-62a1c9890808bf0f) [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-8829c96853d720ff) [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-5e09073c00c538e9) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_error ... ok [INFO] [stdout] test test_user_notification ... ok [INFO] [stdout] test test_resp_new ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s [INFO] [stdout] [INFO] [stderr] Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-ce214923ca2c29fa) [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" "79e4553198a78ce00726b8c864da4eeae5ca524bcfc058a795838e373a08943c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79e4553198a78ce00726b8c864da4eeae5ca524bcfc058a795838e373a08943c", kill_on_drop: false }` [INFO] [stdout] 79e4553198a78ce00726b8c864da4eeae5ca524bcfc058a795838e373a08943c