[INFO] cloning repository https://github.com/yuanssssss/sandbox
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yuanssssss/sandbox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuanssssss%2Fsandbox", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuanssssss%2Fsandbox'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6577117899b02d6c0a9e13ff44576f774e764f40
[INFO] testing yuanssssss/sandbox against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuanssssss%2Fsandbox" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/yuanssssss/sandbox
[INFO] finished tweaking git repo https://github.com/yuanssssss/sandbox
[INFO] tweaked toml for git repo https://github.com/yuanssssss/sandbox written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/yuanssssss/sandbox on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/yuanssssss/sandbox already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 37d8ae58f835cba8bbcbf9765b17b929397e009fb1cad90e13007867b5237d8b
[INFO] running `Command { std: "docker" "start" "37d8ae58f835cba8bbcbf9765b17b929397e009fb1cad90e13007867b5237d8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "37d8ae58f835cba8bbcbf9765b17b929397e009fb1cad90e13007867b5237d8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "37d8ae58f835cba8bbcbf9765b17b929397e009fb1cad90e13007867b5237d8b" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "37d8ae58f835cba8bbcbf9765b17b929397e009fb1cad90e13007867b5237d8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "37d8ae58f835cba8bbcbf9765b17b929397e009fb1cad90e13007867b5237d8b" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling winnow v1.0.0
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling toml_writer v1.1.0+spec-1.1.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling toml_parser v1.1.0+spec-1.1.0
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling sandbox-testkit v0.1.0 (/opt/rustwide/workdir/crates/sandbox-testkit)
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling serde_spanned v1.1.0
[INFO] [stderr]    Compiling toml_datetime v1.1.0+spec-1.1.0
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling toml v1.1.0+spec-1.1.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling sandbox-core v0.1.0 (/opt/rustwide/workdir/crates/sandbox-core)
[INFO] [stderr]    Compiling sandbox-seccomp v0.1.0 (/opt/rustwide/workdir/crates/sandbox-seccomp)
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling sandbox-config v0.1.0 (/opt/rustwide/workdir/crates/sandbox-config)
[INFO] [stderr]    Compiling sandbox-cgroup v0.1.0 (/opt/rustwide/workdir/crates/sandbox-cgroup)
[INFO] [stderr]    Compiling sandbox-mount v0.1.0 (/opt/rustwide/workdir/crates/sandbox-mount)
[INFO] [stderr]    Compiling sandbox-supervisor v0.1.0 (/opt/rustwide/workdir/crates/sandbox-supervisor)
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling sandbox-protocol v0.1.0 (/opt/rustwide/workdir/crates/sandbox-protocol)
[INFO] [stderr]    Compiling sandbox-cli v0.1.0 (/opt/rustwide/workdir/crates/sandbox-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.19s
[INFO] running `Command { std: "docker" "inspect" "37d8ae58f835cba8bbcbf9765b17b929397e009fb1cad90e13007867b5237d8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "37d8ae58f835cba8bbcbf9765b17b929397e009fb1cad90e13007867b5237d8b" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling sandbox-testkit v0.1.0 (/opt/rustwide/workdir/crates/sandbox-testkit)
[INFO] [stderr]    Compiling sandbox-seccomp v0.1.0 (/opt/rustwide/workdir/crates/sandbox-seccomp)
[INFO] [stderr]    Compiling sandbox-core v0.1.0 (/opt/rustwide/workdir/crates/sandbox-core)
[INFO] [stderr]    Compiling sandbox-cgroup v0.1.0 (/opt/rustwide/workdir/crates/sandbox-cgroup)
[INFO] [stderr]    Compiling sandbox-config v0.1.0 (/opt/rustwide/workdir/crates/sandbox-config)
[INFO] [stderr]    Compiling sandbox-mount v0.1.0 (/opt/rustwide/workdir/crates/sandbox-mount)
[INFO] [stderr]    Compiling sandbox-supervisor v0.1.0 (/opt/rustwide/workdir/crates/sandbox-supervisor)
[INFO] [stderr]    Compiling sandbox-protocol v0.1.0 (/opt/rustwide/workdir/crates/sandbox-protocol)
[INFO] [stderr]    Compiling sandbox-cli v0.1.0 (/opt/rustwide/workdir/crates/sandbox-cli)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 11.98s
[INFO] running `Command { std: "docker" "inspect" "37d8ae58f835cba8bbcbf9765b17b929397e009fb1cad90e13007867b5237d8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "37d8ae58f835cba8bbcbf9765b17b929397e009fb1cad90e13007867b5237d8b" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sandbox_cgroup-057e5aa5169f8cdc)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test tests::cleanup_removes_directory ... ok
[INFO] [stdout] test tests::applies_memory_and_pid_limits ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/sandbox_cli-70c9b568c3a836f4)
[INFO] [stdout] test tests::resolves_plan_path_under_root ... ok
[INFO] [stdout] test tests::rejects_non_v2_root ... ok
[INFO] [stdout] test tests::attaches_pid_and_reads_usage ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test tests::classifies_capability_errors_for_user_reports ... ok
[INFO] [stdout] test tests::classifies_configuration_errors_for_user_reports ... ok
[INFO] [stdout] test tests::enables_cgroup_summary_when_cpu_limit_is_present ... ok
[INFO] [stdout] test tests::exposes_human_readable_status_labels ... ok
[INFO] [stdout] test tests::formats_missing_numeric_fields_as_na ... ok
[INFO] [stdout] test tests::pretty_compilation_result_highlights_compile_failures ... ok
[INFO] [stdout] test tests::renders_pretty_error_report_with_guidance ... ok
[INFO] [stdout] test tests::loads_server_file_config_from_toml ... ok
[INFO] [stdout] test tests::resolve_server_options_prefers_cli_over_file_values ... ok
[INFO] [stdout] test tests::serializes_json_error_reports_with_category_and_operation ... ok
[INFO] [stdout] test tests::resolve_server_options_reads_token_file_when_requested ... ok
[INFO] [stdout] test tests::pretty_result_highlights_runtime_failures ... ok
[INFO] [stdout] test tests::validate_summary_covers_security_and_cgroup_flags ... ok
[INFO] [stdout] test tests::pretty_inspect_report_includes_derived_paths ... ok
[INFO] [stdout] test tests::pretty_debug_report_includes_error_section ... ok
[INFO] [stdout] test tests::inspect_report_flags_duplicate_readonly_targets ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sandbox_config-6ee2bfe720a61ba1)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sandbox_core-903f0354241fd3e4)
[INFO] [stdout] test tests::applies_filesystem_defaults ... ok
[INFO] [stdout] test tests::parses_minimal_config ... ok
[INFO] [stdout] test tests::rejects_apply_mounts_without_mount_namespace ... ok
[INFO] [stdout] test tests::rejects_chroot_without_mounts ... ok
[INFO] [stdout] test tests::rejects_empty_argv ... ok
[INFO] [stdout] test tests::rejects_ipc_namespace_without_mount_namespace ... ok
[INFO] [stdout] test tests::rejects_mount_namespace_without_user_namespace ... ok
[INFO] [stdout] test tests::example_configs_parse_successfully ... ok
[INFO] [stdout] test tests::rejects_network_namespace_without_mount_namespace ... ok
[INFO] [stdout] test tests::rejects_pid_namespace_without_mount_namespace ... ok
[INFO] [stdout] test tests::rejects_relative_executable_bind_path ... ok
[INFO] [stdout] test tests::rejects_relative_output_dir ... ok
[INFO] [stdout] test tests::rejects_relative_readonly_bind_path ... ok
[INFO] [stdout] test tests::rejects_relative_runtime_bind_path ... ok
[INFO] [stdout] test tests::rejects_user_mapping_without_user_namespace ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[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 unittests src/lib.rs (/opt/rustwide/target/debug/deps/sandbox_mount-dc0424f3e6e91aea)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test tests::cleans_up_existing_rootfs_artifacts ... ok
[INFO] [stdout] test tests::includes_executable_bind_paths_in_mount_plan ... ok
[INFO] [stdout] test tests::rejects_disabled_rootfs ... ok
[INFO] [stdout] test tests::resolves_host_mount_target_under_rootfs ... ok
[INFO] [stdout] test tests::includes_readonly_input_and_output_mounts_in_plan ... ok
[INFO] [stdout] test tests::prepares_rootfs_layout_and_mounts ... ok
[INFO] [stdout] test tests::materializes_file_bind_target_as_file ... ok
[INFO] [stdout] test tests::rejects_duplicate_readonly_input_target_names ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sandbox_protocol-db66a15955847445)
[INFO] [stdout] 
[INFO] [stdout] running 35 tests
[INFO] [stdout] test tests::async_events_returns_not_found_for_unknown_task ... ok
[INFO] [stdout] test tests::async_judge_job_events_returns_not_found_for_unknown_task ... ok
[INFO] [stdout] test tests::api_routes_require_bearer_auth_when_configured ... ok
[INFO] [stdout] test tests::async_judge_job_persists_failures_in_task_status ... ok
[INFO] [stdout] test tests::async_execute_returns_accepted_and_completed_status ... ok
[INFO] [stdout] test tests::async_execute_persists_failures_in_task_status ... ok
[INFO] [stdout] test tests::async_events_stream_replays_status_transitions_until_completion ... ok
[INFO] [stdout] test tests::async_status_returns_not_found_for_unknown_task ... ok
[INFO] [stdout] test tests::healthz_remains_accessible_when_auth_is_enabled ... ok
[INFO] [stdout] test tests::capabilities_returns_backend_payload ... ok
[INFO] [stdout] test tests::async_task_manager_rejects_new_submissions_when_capacity_is_reached ... ok
[INFO] [stdout] test tests::execute_maps_backend_errors ... ok
[INFO] [stdout] test tests::body_limit_rejects_large_requests ... ok
[INFO] [stdout] test tests::async_judge_job_status_returns_not_found_for_unknown_task ... ok
[INFO] [stdout] test tests::async_judge_job_returns_accepted_and_completed_status ... ok
[INFO] [stdout] test tests::concurrency_limit_rejects_parallel_api_requests ... ok
[INFO] [stdout] test tests::async_judge_job_events_stream_replays_status_and_stage_events ... ok
[INFO] [stdout] test tests::unsupported_method_returns_protocol_error ... ok
[INFO] [stdout] test tests::judge_job_run_only_returns_report ... ok
[INFO] [stdout] test tests::judge_job_artifact_index_lists_stage_files ... ok
[INFO] [stdout] test tests::execute_returns_report ... ok
[INFO] [stdout] test tests::validate_config_rejects_missing_json_content_type ... ok
[INFO] [stdout] test tests::unknown_route_returns_protocol_error ... ok
[INFO] [stdout] test tests::healthz_returns_ok ... ok
[INFO] [stdout] test tests::execute_rejects_malformed_json ... ok
[INFO] [stdout] test tests::read_and_write_tokens_enforce_route_permissions ... ok
[INFO] [stdout] test tests::validate_config_returns_limits ... ok
[INFO] [stdout] test tests::judge_job_store_evicts_oldest_reports_when_capacity_is_reached ... ok
[INFO] [stdout] test tests::judge_job_artifact_download_reads_stdout_and_output_files ... ok
[INFO] [stdout] test tests::judge_job_stops_after_compile_failure_and_skips_later_stages ... ok
[INFO] [stdout] test tests::judge_job_multi_stage_pipeline_returns_per_stage_reports ... ok
[INFO] [stdout] test tests::async_task_manager_prunes_completed_tasks_after_ttl ... ok
[INFO] [stdout] test tests::async_task_manager_accepts_new_submissions_after_expired_cleanup ... ok
[INFO] [stdout] test tests::judge_job_store_prunes_reports_after_ttl ... ok
[INFO] [stdout] test tests::judge_job_artifact_download_rejects_path_escape ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sandbox_seccomp-0424a927663c2d0d)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test tests::strict_filter_blocks_socket_creation ... ok
[INFO] [stdout] test tests::compat_profile_keeps_ptrace_out_of_the_denylist ... ok
[INFO] [stdout] test tests::default_filter_allows_basic_syscalls_and_blocks_ptrace ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sandbox_supervisor-a0171577d2354f9a)
[INFO] [stdout] 
[INFO] [stdout] running 50 tests
[INFO] [stdout] test tests::allows_real_cpu_bound_workload_within_limit ... ignored, requires writable cgroup v2 support in the test environment
[INFO] [stdout] test tests::allows_real_memory_allocation_within_limit ... ignored, requires writable cgroup v2 support in the test environment
[INFO] [stdout] test tests::allows_small_process_tree_within_pids_max_limit ... ignored, requires writable cgroup v2 support in the test environment
[INFO] [stdout] test tests::applies_user_namespace_uid_gid_mapping ... ignored, requires user namespace support in the test environment
[INFO] [stdout] test tests::can_write_inside_sandbox_workdir_when_mounts_are_enabled ... ignored, requires mount namespace and chroot privileges in the test environment
[INFO] [stdout] test tests::compat_seccomp_profile_allows_ptrace_in_supervisor_flow ... ignored, compat ptrace allow semantics are covered reliably in sandbox-seccomp tests
[INFO] [stdout] test tests::drops_capabilities_after_namespace_setup ... ignored, requires user namespace support in the test environment
[INFO] [stdout] test tests::enforces_pids_max_against_fork_attempts ... ignored, requires writable cgroup v2 support in the test environment
[INFO] [stdout] test tests::enforces_real_cpu_time_limit_with_busy_loop ... ignored, requires writable cgroup v2 support in the test environment
[INFO] [stdout] test tests::enters_user_namespace_before_running_payload ... ignored, requires user namespace support in the test environment
[INFO] [stdout] test tests::hides_host_file_after_chroot ... ignored, requires mount namespace and chroot privileges in the test environment
[INFO] [stdout] test tests::isolates_ipc_namespace_view ... ignored, requires mount, pid, ipc, and chroot privileges in the test environment
[INFO] [stdout] test tests::isolates_network_namespace_view ... ignored, requires mount, pid, network, and chroot privileges in the test environment
[INFO] [stdout] test tests::keeps_readonly_input_immutable_and_allows_writable_output_dir ... ignored, requires mount namespace and chroot privileges in the test environment
[INFO] [stdout] test tests::cleans_up_cgroup_when_setup_fails_after_creation ... ok
[INFO] [stdout] test tests::layered_checker_design_leaves_no_uds_to_probe ... ignored, requires mount namespace and chroot privileges in the test environment
[INFO] [stdout] test tests::executes_simple_command ... ok
[INFO] [stdout] test tests::compile_distinguishes_compile_failure_from_sandbox_failure ... ok
[INFO] [stdout] test tests::maps_real_memory_max_oom_to_memory_limit_exceeded ... ignored, requires writable cgroup v2 support in the test environment
[INFO] [stdout] test tests::mixed_checker_uds_exposes_secret_to_payload ... ignored, requires mount namespace and chroot privileges in the test environment
[INFO] [stdout] test tests::mounts_minimal_proc_inside_rootfs ... ignored, requires mount namespace and chroot privileges in the test environment
[INFO] [stdout] test tests::installs_default_seccomp_filter ... ok
[INFO] [stdout] test tests::emits_structured_audit_events_for_run_lifecycle ... ok
[INFO] [stdout] test tests::keeps_ok_status_when_cpu_usage_stays_within_limit ... ok
[INFO] [stdout] test tests::cleans_up_cgroup_when_spawn_fails_after_creation ... ok
[INFO] [stdout] test tests::compile_collects_outputs_from_declared_output_dir ... ok
[INFO] [stdout] test tests::maps_cpu_usage_to_time_limit_exceeded_status ... ok
[INFO] [stdout] test tests::emits_structured_audit_events_for_cgroup_lifecycle ... ok
[INFO] [stdout] test tests::keeps_ok_status_when_memory_usage_stays_within_limit ... ok
[INFO] [stdout] test tests::keeps_running_with_default_rootfs_flags ... ok
[INFO] [stdout] test tests::reuses_prepared_rootfs_plan_inside_pre_exec ... ignored, requires user and mount namespace support in the test environment
[INFO] [stdout] test tests::default_seccomp_profile_keeps_shell_runtime_compatible ... ok
[INFO] [stdout] test tests::rejects_output_paths_outside_artifact_dir ... ok
[INFO] [stdout] test tests::resolves_chroot_cwd_from_relative_process_cwd ... ok
[INFO] [stdout] test tests::reports_capability_error_when_cgroup_v2_root_is_unavailable ... ok
[INFO] [stdout] test tests::maps_memory_events_to_memory_limit_exceeded_status ... ok
[INFO] [stdout] test tests::reports_capability_error_when_mount_namespace_is_unavailable ... ok
[INFO] [stdout] test tests::reports_capability_error_when_network_namespace_is_unavailable ... ok
[INFO] [stdout] test tests::reads_cgroup_usage_and_cleans_up_when_limits_are_enabled ... ok
[INFO] [stdout] test tests::reports_capability_error_when_ipc_namespace_is_unavailable ... ok
[INFO] [stdout] test tests::reports_capability_error_when_user_namespace_is_unavailable ... ok
[INFO] [stdout] test tests::default_seccomp_profile_blocks_ptrace_in_supervisor_flow ... ok
[INFO] [stdout] test tests::compat_seccomp_profile_keeps_python_runtime_compatible ... ok
[INFO] [stdout] test tests::default_seccomp_profile_keeps_python_runtime_compatible ... ok
[INFO] [stdout] test tests::strict_seccomp_profile_keeps_python_runtime_compatible ... ok
[INFO] [stdout] test tests::prepares_rootfs_scaffold_before_execution ... ok
[INFO] [stdout] test tests::strict_seccomp_profile_keeps_shell_runtime_compatible ... ok
[INFO] [stdout] test tests::strict_seccomp_profile_blocks_socket_creation ... ok
[INFO] [stdout] test tests::times_out_long_running_command ... ok
[INFO] [stdout] test tests::kills_spawned_process_group_and_cleans_up_cgroup_when_waiting_fails ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::kills_spawned_process_group_and_cleans_up_cgroup_when_waiting_fails stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::kills_spawned_process_group_and_cleans_up_cgroup_when_waiting_fails' (1945) panicked at crates/sandbox-supervisor/src/lib.rs:2803:9:
[INFO] [stdout] child process should be terminated on wait error
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5577e8632881 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5577e8632881 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5577e8632881 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5577e8632881 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5577e86487fa - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5577e86487fa - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5577e86371bc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5577e86371bc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5577e860dfb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5577e860dfb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5577e8629659 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5577e8489f90 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5577e8489f90 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5577e8629812 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5577e8629812 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5577e860e094 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x5577e8605649 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5577e860ec5d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5577e864902c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5577e845b5fd - sandbox_supervisor[f86cd141865e17cc]::tests::kills_spawned_process_group_and_cleans_up_cgroup_when_waiting_fails
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/sandbox-supervisor/src/lib.rs:2803:9
[INFO] [stdout]   20:     0x5577e84476a7 - sandbox_supervisor[f86cd141865e17cc]::tests::kills_spawned_process_group_and_cleans_up_cgroup_when_waiting_fails::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/sandbox-supervisor/src/lib.rs:2756:77
[INFO] [stdout]   21:     0x5577e8473da6 - <sandbox_supervisor[f86cd141865e17cc]::tests::kills_spawned_process_group_and_cleans_up_cgroup_when_waiting_fails::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5577e847d2cb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5577e847d2cb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   24:     0x5577e848a915 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x5577e848a915 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x5577e848a915 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   27:     0x5577e848a915 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5577e848a915 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5577e848a915 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x5577e848a915 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x5577e84853c4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x5577e84853c4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x5577e848da62 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   34:     0x5577e848da62 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x5577e848da62 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   36:     0x5577e848da62 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x5577e848da62 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x5577e848da62 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stderr] error: test failed, to rerun pass `-p sandbox-supervisor --lib`
[INFO] [stdout]   39:     0x5577e848da62 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5577e8631b6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   41:     0x5577e8631b6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   42:     0x7bfbb7880aa4 - <unknown>
[INFO] [stdout]   43:     0x7bfbb790da64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::kills_spawned_process_group_and_cleans_up_cgroup_when_waiting_fails
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 30 passed; 1 failed; 19 ignored; 0 measured; 0 filtered out; finished in 1.21s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "37d8ae58f835cba8bbcbf9765b17b929397e009fb1cad90e13007867b5237d8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "37d8ae58f835cba8bbcbf9765b17b929397e009fb1cad90e13007867b5237d8b", kill_on_drop: false }`
[INFO] [stdout] 37d8ae58f835cba8bbcbf9765b17b929397e009fb1cad90e13007867b5237d8b
