[INFO] cloning repository https://github.com/hun756/actix_web_csp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hun756/actix_web_csp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhun756%2Factix_web_csp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhun756%2Factix_web_csp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a9f8e731a27abd46770bcd6266e4d86a71f98359
[INFO] testing hun756/actix_web_csp against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhun756%2Factix_web_csp" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hun756/actix_web_csp
[INFO] finished tweaking git repo https://github.com/hun756/actix_web_csp
[INFO] tweaked toml for git repo https://github.com/hun756/actix_web_csp written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hun756/actix_web_csp on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hun756/actix_web_csp 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c9240882f0735f3482bfe6a3fbbd20c30117adeb5224a96d02e42154c01c98fd
[INFO] running `Command { std: "docker" "start" "-a" "c9240882f0735f3482bfe6a3fbbd20c30117adeb5224a96d02e42154c01c98fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c9240882f0735f3482bfe6a3fbbd20c30117adeb5224a96d02e42154c01c98fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c9240882f0735f3482bfe6a3fbbd20c30117adeb5224a96d02e42154c01c98fd", kill_on_drop: false }`
[INFO] [stdout] c9240882f0735f3482bfe6a3fbbd20c30117adeb5224a96d02e42154c01c98fd
[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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 497a0915efa6a897b67409de4894c29683e4cfe7f0665455f59d35e25e710c60
[INFO] running `Command { std: "docker" "start" "-a" "497a0915efa6a897b67409de4894c29683e4cfe7f0665455f59d35e25e710c60", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling once_cell v1.21.1
[INFO] [stderr]    Compiling zerocopy v0.8.23
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling local-waker v0.1.4
[INFO] [stderr]    Compiling zstd-safe v7.2.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling regex-lite v0.1.6
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling time-core v0.1.3
[INFO] [stderr]    Compiling indexmap v2.8.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling actix-utils v3.0.1
[INFO] [stderr]    Compiling time-macros v0.2.20
[INFO] [stderr]    Compiling miniz_oxide v0.8.5
[INFO] [stderr]    Compiling brotli-decompressor v4.0.2
[INFO] [stderr]    Compiling bytestring v1.4.0
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling actix-service v2.0.3
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling flate2 v1.1.0
[INFO] [stderr]    Compiling local-channel v0.1.5
[INFO] [stderr]    Compiling language-tags v0.3.2
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling impl-more v0.1.9
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling cc v1.2.16
[INFO] [stderr]    Compiling arc-swap v1.9.1
[INFO] [stderr]    Compiling brotli v7.0.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling lru v0.11.1
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling tokio v1.44.1
[INFO] [stderr]    Compiling time v0.3.39
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.0
[INFO] [stderr]    Compiling zstd-sys v2.0.14+zstd.1.5.7
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling uuid v1.16.0
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]    Compiling tokio-util v0.7.14
[INFO] [stderr]    Compiling actix-rt v2.10.0
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling actix-codec v0.5.2
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling actix-server v2.5.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling actix-http v3.10.0
[INFO] [stderr]    Compiling actix-web v4.10.2
[INFO] [stderr]    Compiling actix-web-csp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
[INFO] running `Command { std: "docker" "inspect" "497a0915efa6a897b67409de4894c29683e4cfe7f0665455f59d35e25e710c60", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "497a0915efa6a897b67409de4894c29683e4cfe7f0665455f59d35e25e710c60", kill_on_drop: false }`
[INFO] [stdout] 497a0915efa6a897b67409de4894c29683e4cfe7f0665455f59d35e25e710c60
[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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e5bd8280f0875e3400a58db2cd93a7723dd2cd079e11c903b4dd585dd250fc95
[INFO] running `Command { std: "docker" "start" "-a" "e5bd8280f0875e3400a58db2cd93a7723dd2cd079e11c903b4dd585dd250fc95", kill_on_drop: false }`
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling half v2.5.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling clap_builder v4.5.32
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling test-case-core v3.3.1
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling downcast v0.11.0
[INFO] [stderr]    Compiling tokio v1.44.1
[INFO] [stderr]    Compiling humantime v2.2.0
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling fragile v2.0.0
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling env_logger v0.10.2
[INFO] [stderr]    Compiling test-case-macros v3.3.1
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling predicates v2.1.5
[INFO] [stderr]    Compiling test-case v3.3.1
[INFO] [stderr]    Compiling clap v4.5.32
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling mockall_derive v0.11.4
[INFO] [stderr]    Compiling tokio-util v0.7.14
[INFO] [stderr]    Compiling actix-rt v2.10.0
[INFO] [stderr]    Compiling actix-server v2.5.1
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling actix-codec v0.5.2
[INFO] [stderr]    Compiling mockall v0.11.4
[INFO] [stderr]    Compiling actix-http v3.10.0
[INFO] [stderr]    Compiling actix-web v4.10.2
[INFO] [stderr]    Compiling actix-web-csp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
[INFO] running `Command { std: "docker" "inspect" "e5bd8280f0875e3400a58db2cd93a7723dd2cd079e11c903b4dd585dd250fc95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5bd8280f0875e3400a58db2cd93a7723dd2cd079e11c903b4dd585dd250fc95", kill_on_drop: false }`
[INFO] [stdout] e5bd8280f0875e3400a58db2cd93a7723dd2cd079e11c903b4dd585dd250fc95
[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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 503deda04af6c6dd839f7da039b9a598710f98b9d4924797a5e8ce9c3a44a510
[INFO] running `Command { std: "docker" "start" "-a" "503deda04af6c6dd839f7da039b9a598710f98b9d4924797a5e8ce9c3a44a510", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/actix_web_csp-5c4d4a14f0e27660)
[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/main.rs (/opt/rustwide/target/debug/deps/actix_web_csp-cb411b8592fb6f7c)
[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/basic_csp_test.rs (/opt/rustwide/target/debug/deps/basic_csp_test-919215d7b501bab0)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test tests::test_source_types ... ok
[INFO] [stdout] test tests::test_basic_csp_header ... ok
[INFO] [stdout] test tests::test_csp_policy_builder ... 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 tests/helpers.rs (/opt/rustwide/target/debug/deps/helpers-be15ddfea765f580)
[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/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-a00c94abb7c22fdf)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test integration_tests::test_csp_header_presence ... ok
[INFO] [stdout] test integration_tests::test_nonce_middleware_exposes_request_nonce_without_cache_mode ... ok
[INFO] [stdout] test integration_tests::test_csp_with_reporting_endpoint ... ok
[INFO] [stdout] test integration_tests::test_hash_based_csp ... ok
[INFO] [stdout] test integration_tests::test_nonce_generation ... ok
[INFO] [stdout] test integration_tests::test_report_only_mode ... ok
[INFO] [stdout] test integration_tests::test_strict_csp_policy ... ok
[INFO] [stdout] test integration_tests::test_runtime_nonce_is_injected_into_header_and_request_extensions ... ok
[INFO] [stderr]      Running tests/mod.rs (/opt/rustwide/target/debug/deps/mod-8f49e0a360071c34)
[INFO] [stdout] test integration_tests::test_performance_with_large_policy ... ok
[INFO] [stdout] test integration_tests::test_multiple_sources ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 153 tests
[INFO] [stdout] test core::config::tests::test_csp_config_builder_default ... ok
[INFO] [stdout] test core::config::tests::test_csp_config_clear_request_nonces ... ok
[INFO] [stdout] test core::config::tests::test_csp_config_creation ... ok
[INFO] [stdout] test core::config::tests::test_csp_config_policy_update ... ok
[INFO] [stdout] test core::config::tests::test_csp_config_nonce_per_request ... ok
[INFO] [stdout] test core::config::tests::test_csp_config_exposes_compiled_policy_snapshot ... ok
[INFO] [stdout] test core::config::tests::test_csp_config_rebuilds_compiled_policy_after_update ... ok
[INFO] [stdout] test core::config::tests::test_csp_config_update_listeners ... ok
[INFO] [stdout] test core::config::tests::test_csp_config_builder_with_policy ... ok
[INFO] [stdout] test core::config::tests::test_csp_config_with_cache_settings ... ok
[INFO] [stdout] test core::config::tests::test_csp_config_with_prebuilt_nonce_generator ... ok
[INFO] [stdout] test core::interop::tests::test_directive_document_supports_fallback_sources ... ok
[INFO] [stdout] test core::config::tests::test_csp_config_with_default_directives ... ok
[INFO] [stdout] test core::interop::tests::test_policy_document_round_trip ... ok
[INFO] [stdout] test core::config::tests::test_csp_config_with_nonce_generator ... ok
[INFO] [stdout] test core::interop::tests::test_policy_from_json_rejects_invalid_source ... ok
[INFO] [stdout] test core::interop::tests::test_policy_json_round_trip ... ok
[INFO] [stdout] test core::policy::tests::test_csp_policy_builder_all_source_directives ... ok
[INFO] [stdout] test core::policy::tests::test_csp_policy_builder_build_with_validation ... ok
[INFO] [stdout] test core::policy::tests::test_csp_policy_builder_creation ... ok
[INFO] [stdout] test core::policy::tests::test_csp_policy_builder_report_settings ... ok
[INFO] [stdout] test core::policy::tests::test_csp_policy_builder_multiple_directives ... ok
[INFO] [stdout] test core::policy::tests::test_csp_policy_builder_default_src ... ok
[INFO] [stdout] test core::policy::tests::test_csp_policy_builder_build_unchecked ... ok
[INFO] [stdout] test core::policy::tests::test_csp_policy_builder_style_src ... ok
[INFO] [stdout] test core::policy::tests::test_csp_policy_builder_script_src ... ok
[INFO] [stdout] test core::policy::tests::test_csp_policy_compile_creates_snapshot ... ok
[INFO] [stdout] test core::policy::tests::test_csp_policy_builder_special_directives ... ok
[INFO] [stdout] test core::policy::tests::test_csp_policy_contains_hash ... ok
[INFO] [stdout] test core::policy::tests::test_csp_policy_contains_nonce ... ok
[INFO] [stdout] test core::policy::tests::test_csp_policy_creation ... ok
[INFO] [stdout] test core::policy::tests::test_csp_policy_default ... ok
[INFO] [stdout] test core::policy::tests::test_csp_policy_hash ... ok
[INFO] [stdout] test core::policy::tests::test_csp_policy_header_name ... ok
[INFO] [stdout] test core::policy::tests::test_csp_policy_report_only ... ok
[INFO] [stdout] test core::policy::tests::test_csp_policy_header_value_generation ... ok
[INFO] [stdout] test core::policy::tests::test_csp_policy_report_uri ... ok
[INFO] [stdout] test core::policy::tests::test_csp_policy_report_to ... ok
[INFO] [stdout] test core::policy::tests::test_csp_policy_round_trips_through_string_parser ... ok
[INFO] [stdout] test core::policy::tests::test_csp_policy_validate_empty ... ok
[INFO] [stdout] test core::source::tests::test_source_as_static_str ... ok
[INFO] [stdout] test core::source::tests::test_source_creation ... ok
[INFO] [stdout] test core::source::tests::test_source_display ... ok
[INFO] [stdout] test core::source::tests::test_source_equality ... ok
[INFO] [stdout] test core::source::tests::test_source_estimated_size ... ok
[INFO] [stdout] test core::source::tests::test_source_from_str_parses_hash_source ... ok
[INFO] [stdout] test core::source::tests::test_source_from_str_parses_keywords_and_nonce ... ok
[INFO] [stdout] test core::source::tests::test_source_hash ... ok
[INFO] [stdout] test core::source::tests::test_source_host ... ok
[INFO] [stdout] test core::source::tests::test_source_nonce ... ok
[INFO] [stdout] test core::source::tests::test_source_scheme ... ok
[INFO] [stdout] test middleware::csp::tests::test_csp_middleware_creation ... ok
[INFO] [stdout] test middleware::csp::tests::test_csp_middleware_empty_policy ... ok
[INFO] [stdout] test middleware::csp::tests::test_csp_middleware_with_config ... ok
[INFO] [stdout] test middleware::csp::tests::test_csp_middleware_with_multiple_directives ... ok
[INFO] [stdout] test middleware::csp::tests::test_csp_middleware_with_nonce_generator ... ok
[INFO] [stdout] test middleware::csp::tests::test_csp_middleware_with_report_only ... ok
[INFO] [stdout] test middleware::csp::tests::test_csp_middleware_with_report_to ... ok
[INFO] [stdout] test middleware::csp::tests::test_csp_middleware_with_report_uri ... ok
[INFO] [stdout] test middleware::extensions::tests::test_hash_generation_different_algorithms ... ok
[INFO] [stdout] test middleware::extensions::tests::test_hash_generation_empty_content ... ok
[INFO] [stdout] test middleware::extensions::tests::test_hash_generation_for_csp ... ok
[INFO] [stdout] test middleware::extensions::tests::test_hash_generation_large_content ... ok
[INFO] [stdout] test middleware::extensions::tests::test_hash_source_generation ... ok
[INFO] [stdout] test monitoring::perf::tests::test_adaptive_cache_clear ... ok
[INFO] [stdout] test monitoring::perf::tests::test_adaptive_cache_creation ... ok
[INFO] [stdout] test monitoring::perf::tests::test_adaptive_cache_hit_rate ... ok
[INFO] [stdout] test monitoring::perf::tests::test_adaptive_cache_lru_behavior ... ok
[INFO] [stdout] test monitoring::perf::tests::test_adaptive_cache_put_and_get ... ok
[INFO] [stdout] test monitoring::perf::tests::test_performance_metrics_cache_hit_rate ... ok
[INFO] [stdout] test monitoring::perf::tests::test_performance_metrics_concurrent_access ... ok
[INFO] [stdout] test monitoring::perf::tests::test_performance_metrics_creation ... ok
[INFO] [stdout] test monitoring::perf::tests::test_performance_metrics_default ... ok
[INFO] [stdout] test monitoring::perf::tests::test_performance_metrics_record_header_generation ... ok
[INFO] [stdout] test monitoring::perf::tests::test_performance_metrics_record_policy_hash ... ok
[INFO] [stdout] test monitoring::perf::tests::test_performance_metrics_reset ... ok
[INFO] [stdout] test monitoring::perf::tests::test_performance_timer_creation ... ok
[INFO] [stdout] test monitoring::perf::tests::test_performance_timer_default ... ok
[INFO] [stdout] test monitoring::stats::tests::test_csp_stats_avg_header_generation_time_empty ... ok
[INFO] [stdout] test monitoring::stats::tests::test_csp_stats_creation ... ok
[INFO] [stdout] test monitoring::stats::tests::test_csp_stats_debug_format ... ok
[INFO] [stdout] test monitoring::stats::tests::test_csp_stats_default ... ok
[INFO] [stdout] test monitoring::stats::tests::test_csp_stats_display ... ok
[INFO] [stdout] test monitoring::stats::tests::test_csp_stats_initial_values ... ok
[INFO] [stdout] test monitoring::stats::tests::test_csp_stats_requests_per_second ... ok
[INFO] [stdout] test monitoring::perf::tests::test_performance_timer_elapsed ... ok
[INFO] [stdout] test monitoring::stats::tests::test_csp_stats_reset ... ok
[INFO] [stdout] test monitoring::stats::tests::test_csp_stats_thread_safety ... ok
[INFO] [stdout] test presets::tests::test_preset_parser_accepts_aliases ... ok
[INFO] [stdout] test monitoring::stats::tests::test_csp_stats_multiple_instances ... ok
[INFO] [stdout] test presets::tests::test_spa_preset_allows_realtime_and_assets ... ok
[INFO] [stdout] test presets::tests::test_strict_preset_is_locked_down ... ok
[INFO] [stdout] test presets::tests::test_all_presets_validate ... ok
[INFO] [stdout] test security::hash::tests::test_hash_algorithm_creation ... ok
[INFO] [stdout] test security::hash::tests::test_hash_algorithm_digest_algorithm ... ok
[INFO] [stdout] test security::hash::tests::test_hash_algorithm_display ... ok
[INFO] [stdout] test security::hash::tests::test_hash_algorithm_equality ... ok
[INFO] [stdout] test security::hash::tests::test_hash_algorithm_prefix ... ok
[INFO] [stdout] test security::hash::tests::test_hash_algorithm_try_from_invalid ... ok
[INFO] [stdout] test security::hash::tests::test_hash_algorithm_try_from_valid ... ok
[INFO] [stdout] test security::hash::tests::test_hash_generator_different_algorithms ... ok
[INFO] [stdout] test security::hash::tests::test_hash_generator_empty_content ... ok
[INFO] [stdout] test security::hash::tests::test_hash_generator_generate ... ok
[INFO] [stdout] test security::hash::tests::test_hash_generator_large_content ... ok
[INFO] [stdout] test security::nonce::tests::test_nonce_generation_length ... ok
[INFO] [stdout] test security::nonce::tests::test_nonce_generation_uniqueness ... ok
[INFO] [stdout] test security::nonce::tests::test_nonce_generator_clone ... ok
[INFO] [stdout] test security::nonce::tests::test_nonce_generator_creation ... ok
[INFO] [stdout] test security::nonce::tests::test_nonce_generator_different_lengths ... ok
[INFO] [stdout] test security::nonce::tests::test_nonce_generator_length_setting ... ok
[INFO] [stdout] test security::nonce::tests::test_nonce_generator_with_capacity ... ok
[INFO] [stdout] test security::nonce::tests::test_request_nonce_creation ... ok
[INFO] [stdout] test security::nonce::tests::test_request_nonce_clone ... ok
[INFO] [stdout] test security::nonce::tests::test_request_nonce_deref ... ok
[INFO] [stdout] test security::nonce::tests::test_nonce_generator_multiple_generations ... ok
[INFO] [stdout] test security::verify::tests::test_blocks_inline_scripts ... ok
[INFO] [stdout] test security::verify::tests::test_allows_unsafe_eval ... ok
[INFO] [stdout] test security::verify::tests::test_clear_caches ... ok
[INFO] [stdout] test security::verify::tests::test_policy_verifier_creation ... ok
[INFO] [stdout] test security::verify::tests::test_policy_verifier_with_origin_supports_self ... ok
[INFO] [stdout] test monitoring::stats::tests::test_csp_stats_uptime ... ok
[INFO] [stdout] test security::verify::tests::test_has_directive ... ok
[INFO] [stdout] test security::verify::tests::test_has_report_to ... ok
[INFO] [stdout] test security::verify::tests::test_verify_inline_style ... ok
[INFO] [stdout] test security::verify::tests::test_has_report_uri ... ok
[INFO] [stdout] test security::verify::tests::test_verify_nonce ... ok
[INFO] [stdout] test security::verify::tests::test_verify_hash ... ok
[INFO] [stdout] test security::verify::tests::test_verify_inline_script ... ok
[INFO] [stdout] test security::verify::tests::test_verify_inline_script_ignores_unsafe_inline_when_strict_dynamic_uses_nonce ... ok
[INFO] [stdout] test security::verify::tests::test_verify_uri_matches_host_source_with_port_and_path_prefix ... ok
[INFO] [stdout] test security::verify::tests::test_verify_uri_fallback_to_default_src ... ok
[INFO] [stdout] test security::verify::tests::test_verify_uri_none_source ... ok
[INFO] [stdout] test utils::tests::test_cached_value_clone ... ok
[INFO] [stdout] test security::verify::tests::test_verify_uri_allowed ... ok
[INFO] [stdout] test security::verify::tests::test_verify_uri_blocks_host_allowlists_when_strict_dynamic_is_present ... ok
[INFO] [stdout] test utils::tests::test_cached_value_different_types ... ok
[INFO] [stdout] test utils::tests::test_cached_value_zero_ttl ... ok
[INFO] [stdout] test utils::tests::test_intern_string_case_sensitive ... ok
[INFO] [stdout] test utils::tests::test_intern_string_all_common_strings ... ok
[INFO] [stdout] test utils::tests::test_intern_string_empty_string ... ok
[INFO] [stdout] test utils::tests::test_intern_string_returns_same_reference ... ok
[INFO] [stdout] test utils::tests::test_cached_value_creation ... ok
[INFO] [stdout] test utils::tests::test_cached_value_long_ttl ... ok
[INFO] [stdout] test utils::tests::test_intern_string_common_values ... ok
[INFO] [stdout] test utils::tests::test_intern_string_performance ... ok
[INFO] [stdout] test utils::tests::test_intern_string_partial_matches ... ok
[INFO] [stdout] test utils::tests::test_intern_string_uncommon_values ... ok
[INFO] [stdout] test utils::tests::test_intern_string_whitespace ... ok
[INFO] [stdout] test security::verify::tests::test_verify_uri_does_not_panic_when_url_cache_is_full ... ok
[INFO] [stdout] test utils::tests::test_cached_value_expiration ... ok
[INFO] [stdout] test utils::tests::test_intern_string_thread_safety ... ok
[INFO] [stdout] test property_roundtrip::source_display_round_trips ... ok
[INFO] [stdout] test property_roundtrip::policy_json_round_trips ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 153 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s
[INFO] [stderr]      Running tests/presets.rs (/opt/rustwide/target/debug/deps/presets-336dd8d939efcc21)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test tests::test_preset_parser_accepts_aliases ... ok
[INFO] [stdout] test tests::test_strict_preset_is_locked_down ... ok
[INFO] [stdout] test tests::test_spa_preset_allows_realtime_and_assets ... ok
[INFO] [stderr]      Running tests/property_roundtrip.rs (/opt/rustwide/target/debug/deps/property_roundtrip-05df94a9b8d7a21b)
[INFO] [stdout] test tests::test_all_presets_validate ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test source_display_round_trips ... ok
[INFO] [stderr]      Running tests/utils.rs (/opt/rustwide/target/debug/deps/utils-aeddc4e8ff8fc226)
[INFO] [stdout] test policy_json_round_trips ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test tests::test_cached_value_creation ... ok
[INFO] [stdout] test tests::test_cached_value_different_types ... ok
[INFO] [stdout] test tests::test_intern_string_partial_matches ... ok
[INFO] [stdout] test tests::test_intern_string_returns_same_reference ... ok
[INFO] [stdout] test tests::test_intern_string_performance ... ok
[INFO] [stdout] test tests::test_cached_value_zero_ttl ... ok
[INFO] [stdout] test tests::test_intern_string_all_common_strings ... ok
[INFO] [stdout] test tests::test_intern_string_common_values ... ok
[INFO] [stdout] test tests::test_intern_string_case_sensitive ... ok
[INFO] [stdout] test tests::test_intern_string_whitespace ... ok
[INFO] [stdout] test tests::test_intern_string_uncommon_values ... ok
[INFO] [stdout] test tests::test_cached_value_clone ... ok
[INFO] [stdout] test tests::test_intern_string_empty_string ... ok
[INFO] [stdout] test tests::test_intern_string_thread_safety ... ok
[INFO] [stdout] test tests::test_cached_value_expiration ... ok
[INFO] [stdout] test tests::test_cached_value_long_ttl ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests actix_web_csp
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test src/core/config.rs - core::config::CspConfig::generate_nonce (line 328) ... FAILED
[INFO] [stdout] test src/core/config.rs - core::config::CspConfig (line 177) ... FAILED
[INFO] [stdout] test src/core/config.rs - core::config (line 23) ... FAILED
[INFO] [stdout] test src/core/config.rs - core::config (line 38) ... FAILED
[INFO] [stdout] test src/core/config.rs - core::config::CspConfigBuilder::build (line 794) ... FAILED
[INFO] [stdout] test src/core/config.rs - core::config (line 100) ... FAILED
[INFO] [stdout] test src/core/config.rs - core::config::CspConfigBuilder::with_nonce_generator (line 701) ... ok
[INFO] [stdout] test src/core/config.rs - core::config::CspConfig::with_default_directives (line 596) ... ok
[INFO] [stdout] test src/core/config.rs - core::config::CspConfig::get_or_generate_request_nonce (line 366) ... ok
[INFO] [stdout] test src/core/config.rs - core::config::CspConfigBuilder (line 642) ... ok
[INFO] [stdout] test src/lib.rs - (line 16) ... ok
[INFO] [stdout] test src/core/config.rs - core::config (line 53) ... ok
[INFO] [stdout] test src/lib.rs - (line 64) ... ok
[INFO] [stdout] test src/core/config.rs - core::config::CspConfig::update_policy (line 273) ... ok
[INFO] [stdout] test src/core/config.rs - core::config (line 119) ... ok
[INFO] [stdout] test src/core/config.rs - core::config::CspConfig::add_update_listener (line 449) ... ok
[INFO] [stdout] test src/core/config.rs - core::config::CspConfig::new (line 231) ... ok
[INFO] [stdout] test src/lib.rs - (line 42) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/core/config.rs - core::config::CspConfig::generate_nonce (line 328) stdout ----
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustdoctestWCF7yh/rustcF2iVrf/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libactix_web_csp-9b6f308780d1f239,libdashmap-b0d0be08dfefa995,libgetrandom-890c9ccb8b271240,libring-df47fd1abfd04342,libspin-57ccfd39a40c417e,libuntrusted-6e27bbc2b9932b08,libbase64-76d22feba062e299,libuuid-83c980bb4a0e679f,libfutures-9a11653e8560babd,libfutures_executor-63f71a072574824c,libthiserror-5e4b7b66bbdb1807,libactix_web-e1e89fa2c9532290,libimpl_more-7711d80d8d6c47ae,liburl-c2e8df8a955e8bcb,libidna-69e8dec11e8d3ebd,libidna_adapter-70916bb4b9d53443,libicu_normalizer-3dc366081da274ea,libicu_normalizer_data-ef5d8ba51739ef79,libwrite16-91faa25066d79a18,libutf8_iter-efb3984ee203d151,libutf16_iter-dd1f1e17ac79c14b,libicu_properties-2ae9896ef395599f,libicu_properties_data-01caf7106caa1362,libicu_locid_transform-c0bfae928ce6a4c8,libicu_locid_transform_data-aed632df06e8295d,libicu_collections-f5f835eb657af8d0,libicu_provider-7783138458e1c92e,libicu_locid-38e0fc2d4e3b0ccb,liblitemap-371202e2dc37347e,libtinystr-bb6aa9e2f5852406,libzerovec-47399590a059180d,libwriteable-d7ff86b178f1d317,libyoke-a3512b1b42d360be,libzerofrom-307f88e98412ffe7,libstable_deref_trait-456565f84dafac83,libserde_urlencoded-e3f373d10031d1a3,libform_urlencoded-79e0e98fcd485548,libserde_json-05eb405dfc9a7ccb,libryu-f1418741a05f84c6,libactix_server-133138e406610b49,libactix_router-9f2e85fde8751ec5,libregex-93d6bb1ade57b09e,libregex_automata-3e7305b1eb36cba0,libaho_corasick-1bbfefaf9b8c5c2b,libregex_syntax-3727c38b46230be4,libcookie-127621af4af87ebb,libtime-80d3db32570c4528,libtime_core-ef2c0fc1e3234991,libnum_conv-d31d2cdd240da3de,libderanged-7a46d84d2d41f7c3,libpowerfmt-521a460cc2ff4e45,libactix_http-478d14fd20e4b31d,librand-64859fdb00e17c5a,librand_chacha-30160e495979e40d,libppv_lite86-77df3e197f9e9a0c,libzerocopy-e30d1555f3e3b51d,librand_core-1ce383917efaf83a,libgetrandom-8cd4ba85933fcbf9,libhttparse-2dcf90c780aed9d3,libbrotli-77e043c59129398a,libbrotli_decompressor-72d3b68f69f1c2db,liballoc_stdlib-ebeb3b8ca2c54885,liballoc_no_stdlib-8a26777fee7f8158,libhttpdate-fd089b66c335a993,libsha1-83369bb2bf991f0b,libcpufeatures-bb85f9e0eaf4b5a3,libdigest-f42eab8a23200ea3,libblock_buffer-69b2399560e8742f,libcrypto_common-66edc97558ab7ca9,libgeneric_array-86881b7c29aa25eb,libtypenum-0448dfa6533ed2e8,libbase64-fff42f7554bbeb90,liblocal_channel-700ffdcfb4b7bbf8,libbytestring-445ce02a56000f6a,libencoding_rs-77aaab2f10457336,liblanguage_tags-e61168c46bae3fb3,libfoldhash-7eff26db213db1b9,libmime-7cbfcc84299bf52b,libpercent_encoding-7f7ecf94013a574b,libh2-f0ea7f5cf9a34eef,libindexmap-d3010d553aeeff4f,libequivalent-9631f206a02b9f54,libhashbrown-0fd152627972b8c2,libfutures_util-babb9d8c8a294526,libfutures_io-de365546141a7cae,libslab-d0e46609accb5958,libfutures_channel-608277e36c854e1e,libfutures_task-0897da15ce1c548c,libpin_utils-edd6e294c1e21a4f,libzstd-008f28b25b6c15f8,libzstd_safe-952a26ec3905f579,libzstd_sys-ed96b6c13156b976,libflate2-2cb9825fca44fe13,libminiz_oxide-0d1824b39b29aca6,libadler2-f69c3605267591c3,libcrc32fast-e14d1f8d61360bf0,libactix_service-a4a7ee741ad3baa4,libactix_codec-22e568a601dbbd05,libtracing-15f0a0b1d46fc456,libtracing_core-53c9a888d00be108,libmemchr-6e500fc2d2cc2174,libbitflags-0f741259822c9aad,libtokio_util-2c60e48f8c9b5f5b,libfutures_sink-bb58a37a11906cee,libderive_more-66a0b1c37f699c74,libactix_utils-4535f4e1fe11adad,liblocal_waker-75b46a1973888919,libactix_rt-068492f9bfebdbd1,libtokio-478f5a620e4d72e5,libsignal_hook_registry-af0e2636eaad4fd7,libsocket2-1b42b641cf985091,libmio-f81c3a33df01c21a,liblog-a7842726d7f6ebdc,libpin_project_lite-5ffafa3f2ed0bb57,libfutures_core-c23514cefd9aa7c7,libhttp-cbb6f3e1f9ff88d8,libitoa-7e733f37fe56f881,libfnv-2a26f5d3b9cd4973,libserde-37c8b583491275e8,librustc_hash-077fac84b15c224f,libbytes-a98c6e187cd1e46b,libparking_lot-a1d8b4e5135f6274,libparking_lot_core-fbf13710a5fbc7e9,liblibc-783313aafc8cd3cd,libsmallvec-67a34aff37ec90d7,liblock_api-0dacfcde768c7ee0,libscopeguard-88d64e99d3001c2a,liblru-2535d7ed8b1ad977,libhashbrown-7bc43a90419610a8,libahash-d9dc3eed10d816a7,libonce_cell-8fb8af6e413afc9b,libcfg_if-8c8419bc1cff3c76,libzerocopy-28e30b4a995c80f5,liballocator_api2-61425620d8bdad59,libarc_swap-ca83d4d97b1792ea}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustdoctestWCF7yh/rustcF2iVrf/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-e506f732ec73cc90/out" "-L" "/opt/rustwide/target/debug/build/zstd-sys-0c7992b635e5ad77/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestWCF7yh/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core/config.rs - core::config::CspConfig (line 177) stdout ----
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustdoctestxcLIGY/rustcwysLuG/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libactix_web_csp-9b6f308780d1f239,libdashmap-b0d0be08dfefa995,libgetrandom-890c9ccb8b271240,libring-df47fd1abfd04342,libspin-57ccfd39a40c417e,libuntrusted-6e27bbc2b9932b08,libbase64-76d22feba062e299,libuuid-83c980bb4a0e679f,libfutures-9a11653e8560babd,libfutures_executor-63f71a072574824c,libthiserror-5e4b7b66bbdb1807,libactix_web-e1e89fa2c9532290,libimpl_more-7711d80d8d6c47ae,liburl-c2e8df8a955e8bcb,libidna-69e8dec11e8d3ebd,libidna_adapter-70916bb4b9d53443,libicu_normalizer-3dc366081da274ea,libicu_normalizer_data-ef5d8ba51739ef79,libwrite16-91faa25066d79a18,libutf8_iter-efb3984ee203d151,libutf16_iter-dd1f1e17ac79c14b,libicu_properties-2ae9896ef395599f,libicu_properties_data-01caf7106caa1362,libicu_locid_transform-c0bfae928ce6a4c8,libicu_locid_transform_data-aed632df06e8295d,libicu_collections-f5f835eb657af8d0,libicu_provider-7783138458e1c92e,libicu_locid-38e0fc2d4e3b0ccb,liblitemap-371202e2dc37347e,libtinystr-bb6aa9e2f5852406,libzerovec-47399590a059180d,libwriteable-d7ff86b178f1d317,libyoke-a3512b1b42d360be,libzerofrom-307f88e98412ffe7,libstable_deref_trait-456565f84dafac83,libserde_urlencoded-e3f373d10031d1a3,libform_urlencoded-79e0e98fcd485548,libserde_json-05eb405dfc9a7ccb,libryu-f1418741a05f84c6,libactix_server-133138e406610b49,libactix_router-9f2e85fde8751ec5,libregex-93d6bb1ade57b09e,libregex_automata-3e7305b1eb36cba0,libaho_corasick-1bbfefaf9b8c5c2b,libregex_syntax-3727c38b46230be4,libcookie-127621af4af87ebb,libtime-80d3db32570c4528,libtime_core-ef2c0fc1e3234991,libnum_conv-d31d2cdd240da3de,libderanged-7a46d84d2d41f7c3,libpowerfmt-521a460cc2ff4e45,libactix_http-478d14fd20e4b31d,librand-64859fdb00e17c5a,librand_chacha-30160e495979e40d,libppv_lite86-77df3e197f9e9a0c,libzerocopy-e30d1555f3e3b51d,librand_core-1ce383917efaf83a,libgetrandom-8cd4ba85933fcbf9,libhttparse-2dcf90c780aed9d3,libbrotli-77e043c59129398a,libbrotli_decompressor-72d3b68f69f1c2db,liballoc_stdlib-ebeb3b8ca2c54885,liballoc_no_stdlib-8a26777fee7f8158,libhttpdate-fd089b66c335a993,libsha1-83369bb2bf991f0b,libcpufeatures-bb85f9e0eaf4b5a3,libdigest-f42eab8a23200ea3,libblock_buffer-69b2399560e8742f,libcrypto_common-66edc97558ab7ca9,libgeneric_array-86881b7c29aa25eb,libtypenum-0448dfa6533ed2e8,libbase64-fff42f7554bbeb90,liblocal_channel-700ffdcfb4b7bbf8,libbytestring-445ce02a56000f6a,libencoding_rs-77aaab2f10457336,liblanguage_tags-e61168c46bae3fb3,libfoldhash-7eff26db213db1b9,libmime-7cbfcc84299bf52b,libpercent_encoding-7f7ecf94013a574b,libh2-f0ea7f5cf9a34eef,libindexmap-d3010d553aeeff4f,libequivalent-9631f206a02b9f54,libhashbrown-0fd152627972b8c2,libfutures_util-babb9d8c8a294526,libfutures_io-de365546141a7cae,libslab-d0e46609accb5958,libfutures_channel-608277e36c854e1e,libfutures_task-0897da15ce1c548c,libpin_utils-edd6e294c1e21a4f,libzstd-008f28b25b6c15f8,libzstd_safe-952a26ec3905f579,libzstd_sys-ed96b6c13156b976,libflate2-2cb9825fca44fe13,libminiz_oxide-0d1824b39b29aca6,libadler2-f69c3605267591c3,libcrc32fast-e14d1f8d61360bf0,libactix_service-a4a7ee741ad3baa4,libactix_codec-22e568a601dbbd05,libtracing-15f0a0b1d46fc456,libtracing_core-53c9a888d00be108,libmemchr-6e500fc2d2cc2174,libbitflags-0f741259822c9aad,libtokio_util-2c60e48f8c9b5f5b,libfutures_sink-bb58a37a11906cee,libderive_more-66a0b1c37f699c74,libactix_utils-4535f4e1fe11adad,liblocal_waker-75b46a1973888919,libactix_rt-068492f9bfebdbd1,libtokio-478f5a620e4d72e5,libsignal_hook_registry-af0e2636eaad4fd7,libsocket2-1b42b641cf985091,libmio-f81c3a33df01c21a,liblog-a7842726d7f6ebdc,libpin_project_lite-5ffafa3f2ed0bb57,libfutures_core-c23514cefd9aa7c7,libhttp-cbb6f3e1f9ff88d8,libitoa-7e733f37fe56f881,libfnv-2a26f5d3b9cd4973,libserde-37c8b583491275e8,librustc_hash-077fac84b15c224f,libbytes-a98c6e187cd1e46b,libparking_lot-a1d8b4e5135f6274,libparking_lot_core-fbf13710a5fbc7e9,liblibc-783313aafc8cd3cd,libsmallvec-67a34aff37ec90d7,liblock_api-0dacfcde768c7ee0,libscopeguard-88d64e99d3001c2a,liblru-2535d7ed8b1ad977,libhashbrown-7bc43a90419610a8,libahash-d9dc3eed10d816a7,libonce_cell-8fb8af6e413afc9b,libcfg_if-8c8419bc1cff3c76,libzerocopy-28e30b4a995c80f5,liballocator_api2-61425620d8bdad59,libarc_swap-ca83d4d97b1792ea}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustdoctestxcLIGY/rustcwysLuG/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-e506f732ec73cc90/out" "-L" "/opt/rustwide/target/debug/build/zstd-sys-0c7992b635e5ad77/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestxcLIGY/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core/config.rs - core::config (line 23) stdout ----
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustdoctestKsJUZJ/rustcFEPBqw/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libactix_web_csp-9b6f308780d1f239,libdashmap-b0d0be08dfefa995,libgetrandom-890c9ccb8b271240,libring-df47fd1abfd04342,libspin-57ccfd39a40c417e,libuntrusted-6e27bbc2b9932b08,libbase64-76d22feba062e299,libuuid-83c980bb4a0e679f,libfutures-9a11653e8560babd,libfutures_executor-63f71a072574824c,libthiserror-5e4b7b66bbdb1807,libactix_web-e1e89fa2c9532290,libimpl_more-7711d80d8d6c47ae,liburl-c2e8df8a955e8bcb,libidna-69e8dec11e8d3ebd,libidna_adapter-70916bb4b9d53443,libicu_normalizer-3dc366081da274ea,libicu_normalizer_data-ef5d8ba51739ef79,libwrite16-91faa25066d79a18,libutf8_iter-efb3984ee203d151,libutf16_iter-dd1f1e17ac79c14b,libicu_properties-2ae9896ef395599f,libicu_properties_data-01caf7106caa1362,libicu_locid_transform-c0bfae928ce6a4c8,libicu_locid_transform_data-aed632df06e8295d,libicu_collections-f5f835eb657af8d0,libicu_provider-7783138458e1c92e,libicu_locid-38e0fc2d4e3b0ccb,liblitemap-371202e2dc37347e,libtinystr-bb6aa9e2f5852406,libzerovec-47399590a059180d,libwriteable-d7ff86b178f1d317,libyoke-a3512b1b42d360be,libzerofrom-307f88e98412ffe7,libstable_deref_trait-456565f84dafac83,libserde_urlencoded-e3f373d10031d1a3,libform_urlencoded-79e0e98fcd485548,libserde_json-05eb405dfc9a7ccb,libryu-f1418741a05f84c6,libactix_server-133138e406610b49,libactix_router-9f2e85fde8751ec5,libregex-93d6bb1ade57b09e,libregex_automata-3e7305b1eb36cba0,libaho_corasick-1bbfefaf9b8c5c2b,libregex_syntax-3727c38b46230be4,libcookie-127621af4af87ebb,libtime-80d3db32570c4528,libtime_core-ef2c0fc1e3234991,libnum_conv-d31d2cdd240da3de,libderanged-7a46d84d2d41f7c3,libpowerfmt-521a460cc2ff4e45,libactix_http-478d14fd20e4b31d,librand-64859fdb00e17c5a,librand_chacha-30160e495979e40d,libppv_lite86-77df3e197f9e9a0c,libzerocopy-e30d1555f3e3b51d,librand_core-1ce383917efaf83a,libgetrandom-8cd4ba85933fcbf9,libhttparse-2dcf90c780aed9d3,libbrotli-77e043c59129398a,libbrotli_decompressor-72d3b68f69f1c2db,liballoc_stdlib-ebeb3b8ca2c54885,liballoc_no_stdlib-8a26777fee7f8158,libhttpdate-fd089b66c335a993,libsha1-83369bb2bf991f0b,libcpufeatures-bb85f9e0eaf4b5a3,libdigest-f42eab8a23200ea3,libblock_buffer-69b2399560e8742f,libcrypto_common-66edc97558ab7ca9,libgeneric_array-86881b7c29aa25eb,libtypenum-0448dfa6533ed2e8,libbase64-fff42f7554bbeb90,liblocal_channel-700ffdcfb4b7bbf8,libbytestring-445ce02a56000f6a,libencoding_rs-77aaab2f10457336,liblanguage_tags-e61168c46bae3fb3,libfoldhash-7eff26db213db1b9,libmime-7cbfcc84299bf52b,libpercent_encoding-7f7ecf94013a574b,libh2-f0ea7f5cf9a34eef,libindexmap-d3010d553aeeff4f,libequivalent-9631f206a02b9f54,libhashbrown-0fd152627972b8c2,libfutures_util-babb9d8c8a294526,libfutures_io-de365546141a7cae,libslab-d0e46609accb5958,libfutures_channel-608277e36c854e1e,libfutures_task-0897da15ce1c548c,libpin_utils-edd6e294c1e21a4f,libzstd-008f28b25b6c15f8,libzstd_safe-952a26ec3905f579,libzstd_sys-ed96b6c13156b976,libflate2-2cb9825fca44fe13,libminiz_oxide-0d1824b39b29aca6,libadler2-f69c3605267591c3,libcrc32fast-e14d1f8d61360bf0,libactix_service-a4a7ee741ad3baa4,libactix_codec-22e568a601dbbd05,libtracing-15f0a0b1d46fc456,libtracing_core-53c9a888d00be108,libmemchr-6e500fc2d2cc2174,libbitflags-0f741259822c9aad,libtokio_util-2c60e48f8c9b5f5b,libfutures_sink-bb58a37a11906cee,libderive_more-66a0b1c37f699c74,libactix_utils-4535f4e1fe11adad,liblocal_waker-75b46a1973888919,libactix_rt-068492f9bfebdbd1,libtokio-478f5a620e4d72e5,libsignal_hook_registry-af0e2636eaad4fd7,libsocket2-1b42b641cf985091,libmio-f81c3a33df01c21a,liblog-a7842726d7f6ebdc,libpin_project_lite-5ffafa3f2ed0bb57,libfutures_core-c23514cefd9aa7c7,libhttp-cbb6f3e1f9ff88d8,libitoa-7e733f37fe56f881,libfnv-2a26f5d3b9cd4973,libserde-37c8b583491275e8,librustc_hash-077fac84b15c224f,libbytes-a98c6e187cd1e46b,libparking_lot-a1d8b4e5135f6274,libparking_lot_core-fbf13710a5fbc7e9,liblibc-783313aafc8cd3cd,libsmallvec-67a34aff37ec90d7,liblock_api-0dacfcde768c7ee0,libscopeguard-88d64e99d3001c2a,liblru-2535d7ed8b1ad977,libhashbrown-7bc43a90419610a8,libahash-d9dc3eed10d816a7,libonce_cell-8fb8af6e413afc9b,libcfg_if-8c8419bc1cff3c76,libzerocopy-28e30b4a995c80f5,liballocator_api2-61425620d8bdad59,libarc_swap-ca83d4d97b1792ea}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustdoctestKsJUZJ/rustcFEPBqw/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-e506f732ec73cc90/out" "-L" "/opt/rustwide/target/debug/build/zstd-sys-0c7992b635e5ad77/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestKsJUZJ/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core/config.rs - core::config (line 38) stdout ----
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustdoctest0mhV4B/rustclQAXBD/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libactix_web_csp-9b6f308780d1f239,libdashmap-b0d0be08dfefa995,libgetrandom-890c9ccb8b271240,libring-df47fd1abfd04342,libspin-57ccfd39a40c417e,libuntrusted-6e27bbc2b9932b08,libbase64-76d22feba062e299,libuuid-83c980bb4a0e679f,libfutures-9a11653e8560babd,libfutures_executor-63f71a072574824c,libthiserror-5e4b7b66bbdb1807,libactix_web-e1e89fa2c9532290,libimpl_more-7711d80d8d6c47ae,liburl-c2e8df8a955e8bcb,libidna-69e8dec11e8d3ebd,libidna_adapter-70916bb4b9d53443,libicu_normalizer-3dc366081da274ea,libicu_normalizer_data-ef5d8ba51739ef79,libwrite16-91faa25066d79a18,libutf8_iter-efb3984ee203d151,libutf16_iter-dd1f1e17ac79c14b,libicu_properties-2ae9896ef395599f,libicu_properties_data-01caf7106caa1362,libicu_locid_transform-c0bfae928ce6a4c8,libicu_locid_transform_data-aed632df06e8295d,libicu_collections-f5f835eb657af8d0,libicu_provider-7783138458e1c92e,libicu_locid-38e0fc2d4e3b0ccb,liblitemap-371202e2dc37347e,libtinystr-bb6aa9e2f5852406,libzerovec-47399590a059180d,libwriteable-d7ff86b178f1d317,libyoke-a3512b1b42d360be,libzerofrom-307f88e98412ffe7,libstable_deref_trait-456565f84dafac83,libserde_urlencoded-e3f373d10031d1a3,libform_urlencoded-79e0e98fcd485548,libserde_json-05eb405dfc9a7ccb,libryu-f1418741a05f84c6,libactix_server-133138e406610b49,libactix_router-9f2e85fde8751ec5,libregex-93d6bb1ade57b09e,libregex_automata-3e7305b1eb36cba0,libaho_corasick-1bbfefaf9b8c5c2b,libregex_syntax-3727c38b46230be4,libcookie-127621af4af87ebb,libtime-80d3db32570c4528,libtime_core-ef2c0fc1e3234991,libnum_conv-d31d2cdd240da3de,libderanged-7a46d84d2d41f7c3,libpowerfmt-521a460cc2ff4e45,libactix_http-478d14fd20e4b31d,librand-64859fdb00e17c5a,librand_chacha-30160e495979e40d,libppv_lite86-77df3e197f9e9a0c,libzerocopy-e30d1555f3e3b51d,librand_core-1ce383917efaf83a,libgetrandom-8cd4ba85933fcbf9,libhttparse-2dcf90c780aed9d3,libbrotli-77e043c59129398a,libbrotli_decompressor-72d3b68f69f1c2db,liballoc_stdlib-ebeb3b8ca2c54885,liballoc_no_stdlib-8a26777fee7f8158,libhttpdate-fd089b66c335a993,libsha1-83369bb2bf991f0b,libcpufeatures-bb85f9e0eaf4b5a3,libdigest-f42eab8a23200ea3,libblock_buffer-69b2399560e8742f,libcrypto_common-66edc97558ab7ca9,libgeneric_array-86881b7c29aa25eb,libtypenum-0448dfa6533ed2e8,libbase64-fff42f7554bbeb90,liblocal_channel-700ffdcfb4b7bbf8,libbytestring-445ce02a56000f6a,libencoding_rs-77aaab2f10457336,liblanguage_tags-e61168c46bae3fb3,libfoldhash-7eff26db213db1b9,libmime-7cbfcc84299bf52b,libpercent_encoding-7f7ecf94013a574b,libh2-f0ea7f5cf9a34eef,libindexmap-d3010d553aeeff4f,libequivalent-9631f206a02b9f54,libhashbrown-0fd152627972b8c2,libfutures_util-babb9d8c8a294526,libfutures_io-de365546141a7cae,libslab-d0e46609accb5958,libfutures_channel-608277e36c854e1e,libfutures_task-0897da15ce1c548c,libpin_utils-edd6e294c1e21a4f,libzstd-008f28b25b6c15f8,libzstd_safe-952a26ec3905f579,libzstd_sys-ed96b6c13156b976,libflate2-2cb9825fca44fe13,libminiz_oxide-0d1824b39b29aca6,libadler2-f69c3605267591c3,libcrc32fast-e14d1f8d61360bf0,libactix_service-a4a7ee741ad3baa4,libactix_codec-22e568a601dbbd05,libtracing-15f0a0b1d46fc456,libtracing_core-53c9a888d00be108,libmemchr-6e500fc2d2cc2174,libbitflags-0f741259822c9aad,libtokio_util-2c60e48f8c9b5f5b,libfutures_sink-bb58a37a11906cee,libderive_more-66a0b1c37f699c74,libactix_utils-4535f4e1fe11adad,liblocal_waker-75b46a1973888919,libactix_rt-068492f9bfebdbd1,libtokio-478f5a620e4d72e5,libsignal_hook_registry-af0e2636eaad4fd7,libsocket2-1b42b641cf985091,libmio-f81c3a33df01c21a,liblog-a7842726d7f6ebdc,libpin_project_lite-5ffafa3f2ed0bb57,libfutures_core-c23514cefd9aa7c7,libhttp-cbb6f3e1f9ff88d8,libitoa-7e733f37fe56f881,libfnv-2a26f5d3b9cd4973,libserde-37c8b583491275e8,librustc_hash-077fac84b15c224f,libbytes-a98c6e187cd1e46b,libparking_lot-a1d8b4e5135f6274,libparking_lot_core-fbf13710a5fbc7e9,liblibc-783313aafc8cd3cd,libsmallvec-67a34aff37ec90d7,liblock_api-0dacfcde768c7ee0,libscopeguard-88d64e99d3001c2a,liblru-2535d7ed8b1ad977,libhashbrown-7bc43a90419610a8,libahash-d9dc3eed10d816a7,libonce_cell-8fb8af6e413afc9b,libcfg_if-8c8419bc1cff3c76,libzerocopy-28e30b4a995c80f5,liballocator_api2-61425620d8bdad59,libarc_swap-ca83d4d97b1792ea}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustdoctest0mhV4B/rustclQAXBD/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-e506f732ec73cc90/out" "-L" "/opt/rustwide/target/debug/build/zstd-sys-0c7992b635e5ad77/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctest0mhV4B/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core/config.rs - core::config::CspConfigBuilder::build (line 794) stdout ----
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustdoctestzMoI8a/rustcqiyYus/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libactix_web_csp-9b6f308780d1f239,libdashmap-b0d0be08dfefa995,libgetrandom-890c9ccb8b271240,libring-df47fd1abfd04342,libspin-57ccfd39a40c417e,libuntrusted-6e27bbc2b9932b08,libbase64-76d22feba062e299,libuuid-83c980bb4a0e679f,libfutures-9a11653e8560babd,libfutures_executor-63f71a072574824c,libthiserror-5e4b7b66bbdb1807,libactix_web-e1e89fa2c9532290,libimpl_more-7711d80d8d6c47ae,liburl-c2e8df8a955e8bcb,libidna-69e8dec11e8d3ebd,libidna_adapter-70916bb4b9d53443,libicu_normalizer-3dc366081da274ea,libicu_normalizer_data-ef5d8ba51739ef79,libwrite16-91faa25066d79a18,libutf8_iter-efb3984ee203d151,libutf16_iter-dd1f1e17ac79c14b,libicu_properties-2ae9896ef395599f,libicu_properties_data-01caf7106caa1362,libicu_locid_transform-c0bfae928ce6a4c8,libicu_locid_transform_data-aed632df06e8295d,libicu_collections-f5f835eb657af8d0,libicu_provider-7783138458e1c92e,libicu_locid-38e0fc2d4e3b0ccb,liblitemap-371202e2dc37347e,libtinystr-bb6aa9e2f5852406,libzerovec-47399590a059180d,libwriteable-d7ff86b178f1d317,libyoke-a3512b1b42d360be,libzerofrom-307f88e98412ffe7,libstable_deref_trait-456565f84dafac83,libserde_urlencoded-e3f373d10031d1a3,libform_urlencoded-79e0e98fcd485548,libserde_json-05eb405dfc9a7ccb,libryu-f1418741a05f84c6,libactix_server-133138e406610b49,libactix_router-9f2e85fde8751ec5,libregex-93d6bb1ade57b09e,libregex_automata-3e7305b1eb36cba0,libaho_corasick-1bbfefaf9b8c5c2b,libregex_syntax-3727c38b46230be4,libcookie-127621af4af87ebb,libtime-80d3db32570c4528,libtime_core-ef2c0fc1e3234991,libnum_conv-d31d2cdd240da3de,libderanged-7a46d84d2d41f7c3,libpowerfmt-521a460cc2ff4e45,libactix_http-478d14fd20e4b31d,librand-64859fdb00e17c5a,librand_chacha-30160e495979e40d,libppv_lite86-77df3e197f9e9a0c,libzerocopy-e30d1555f3e3b51d,librand_core-1ce383917efaf83a,libgetrandom-8cd4ba85933fcbf9,libhttparse-2dcf90c780aed9d3,libbrotli-77e043c59129398a,libbrotli_decompressor-72d3b68f69f1c2db,liballoc_stdlib-ebeb3b8ca2c54885,liballoc_no_stdlib-8a26777fee7f8158,libhttpdate-fd089b66c335a993,libsha1-83369bb2bf991f0b,libcpufeatures-bb85f9e0eaf4b5a3,libdigest-f42eab8a23200ea3,libblock_buffer-69b2399560e8742f,libcrypto_common-66edc97558ab7ca9,libgeneric_array-86881b7c29aa25eb,libtypenum-0448dfa6533ed2e8,libbase64-fff42f7554bbeb90,liblocal_channel-700ffdcfb4b7bbf8,libbytestring-445ce02a56000f6a,libencoding_rs-77aaab2f10457336,liblanguage_tags-e61168c46bae3fb3,libfoldhash-7eff26db213db1b9,libmime-7cbfcc84299bf52b,libpercent_encoding-7f7ecf94013a574b,libh2-f0ea7f5cf9a34eef,libindexmap-d3010d553aeeff4f,libequivalent-9631f206a02b9f54,libhashbrown-0fd152627972b8c2,libfutures_util-babb9d8c8a294526,libfutures_io-de365546141a7cae,libslab-d0e46609accb5958,libfutures_channel-608277e36c854e1e,libfutures_task-0897da15ce1c548c,libpin_utils-edd6e294c1e21a4f,libzstd-008f28b25b6c15f8,libzstd_safe-952a26ec3905f579,libzstd_sys-ed96b6c13156b976,libflate2-2cb9825fca44fe13,libminiz_oxide-0d1824b39b29aca6,libadler2-f69c3605267591c3,libcrc32fast-e14d1f8d61360bf0,libactix_service-a4a7ee741ad3baa4,libactix_codec-22e568a601dbbd05,libtracing-15f0a0b1d46fc456,libtracing_core-53c9a888d00be108,libmemchr-6e500fc2d2cc2174,libbitflags-0f741259822c9aad,libtokio_util-2c60e48f8c9b5f5b,libfutures_sink-bb58a37a11906cee,libderive_more-66a0b1c37f699c74,libactix_utils-4535f4e1fe11adad,liblocal_waker-75b46a1973888919,libactix_rt-068492f9bfebdbd1,libtokio-478f5a620e4d72e5,libsignal_hook_registry-af0e2636eaad4fd7,libsocket2-1b42b641cf985091,libmio-f81c3a33df01c21a,liblog-a7842726d7f6ebdc,libpin_project_lite-5ffafa3f2ed0bb57,libfutures_core-c23514cefd9aa7c7,libhttp-cbb6f3e1f9ff88d8,libitoa-7e733f37fe56f881,libfnv-2a26f5d3b9cd4973,libserde-37c8b583491275e8,librustc_hash-077fac84b15c224f,libbytes-a98c6e187cd1e46b,libparking_lot-a1d8b4e5135f6274,libparking_lot_core-fbf13710a5fbc7e9,liblibc-783313aafc8cd3cd,libsmallvec-67a34aff37ec90d7,liblock_api-0dacfcde768c7ee0,libscopeguard-88d64e99d3001c2a,liblru-2535d7ed8b1ad977,libhashbrown-7bc43a90419610a8,libahash-d9dc3eed10d816a7,libonce_cell-8fb8af6e413afc9b,libcfg_if-8c8419bc1cff3c76,libzerocopy-28e30b4a995c80f5,liballocator_api2-61425620d8bdad59,libarc_swap-ca83d4d97b1792ea}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustdoctestzMoI8a/rustcqiyYus/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-e506f732ec73cc90/out" "-L" "/opt/rustwide/target/debug/build/zstd-sys-0c7992b635e5ad77/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestzMoI8a/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core/config.rs - core::config (line 100) stdout ----
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustdoctestO78K7F/rustcP2hq9A/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libactix_web_csp-9b6f308780d1f239,libdashmap-b0d0be08dfefa995,libgetrandom-890c9ccb8b271240,libring-df47fd1abfd04342,libspin-57ccfd39a40c417e,libuntrusted-6e27bbc2b9932b08,libbase64-76d22feba062e299,libuuid-83c980bb4a0e679f,libfutures-9a11653e8560babd,libfutures_executor-63f71a072574824c,libthiserror-5e4b7b66bbdb1807,libactix_web-e1e89fa2c9532290,libimpl_more-7711d80d8d6c47ae,liburl-c2e8df8a955e8bcb,libidna-69e8dec11e8d3ebd,libidna_adapter-70916bb4b9d53443,libicu_normalizer-3dc366081da274ea,libicu_normalizer_data-ef5d8ba51739ef79,libwrite16-91faa25066d79a18,libutf8_iter-efb3984ee203d151,libutf16_iter-dd1f1e17ac79c14b,libicu_properties-2ae9896ef395599f,libicu_properties_data-01caf7106caa1362,libicu_locid_transform-c0bfae928ce6a4c8,libicu_locid_transform_data-aed632df06e8295d,libicu_collections-f5f835eb657af8d0,libicu_provider-7783138458e1c92e,libicu_locid-38e0fc2d4e3b0ccb,liblitemap-371202e2dc37347e,libtinystr-bb6aa9e2f5852406,libzerovec-47399590a059180d,libwriteable-d7ff86b178f1d317,libyoke-a3512b1b42d360be,libzerofrom-307f88e98412ffe7,libstable_deref_trait-456565f84dafac83,libserde_urlencoded-e3f373d10031d1a3,libform_urlencoded-79e0e98fcd485548,libserde_json-05eb405dfc9a7ccb,libryu-f1418741a05f84c6,libactix_server-133138e406610b49,libactix_router-9f2e85fde8751ec5,libregex-93d6bb1ade57b09e,libregex_automata-3e7305b1eb36cba0,libaho_corasick-1bbfefaf9b8c5c2b,libregex_syntax-3727c38b46230be4,libcookie-127621af4af87ebb,libtime-80d3db32570c4528,libtime_core-ef2c0fc1e3234991,libnum_conv-d31d2cdd240da3de,libderanged-7a46d84d2d41f7c3,libpowerfmt-521a460cc2ff4e45,libactix_http-478d14fd20e4b31d,librand-64859fdb00e17c5a,librand_chacha-30160e495979e40d,libppv_lite86-77df3e197f9e9a0c,libzerocopy-e30d1555f3e3b51d,librand_core-1ce383917efaf83a,libgetrandom-8cd4ba85933fcbf9,libhttparse-2dcf90c780aed9d3,libbrotli-77e043c59129398a,libbrotli_decompressor-72d3b68f69f1c2db,liballoc_stdlib-ebeb3b8ca2c54885,liballoc_no_stdlib-8a26777fee7f8158,libhttpdate-fd089b66c335a993,libsha1-83369bb2bf991f0b,libcpufeatures-bb85f9e0eaf4b5a3,libdigest-f42eab8a23200ea3,libblock_buffer-69b2399560e8742f,libcrypto_common-66edc97558ab7ca9,libgeneric_array-86881b7c29aa25eb,libtypenum-0448dfa6533ed2e8,libbase64-fff42f7554bbeb90,liblocal_channel-700ffdcfb4b7bbf8,libbytestring-445ce02a56000f6a,libencoding_rs-77aaab2f10457336,liblanguage_tags-e61168c46bae3fb3,libfoldhash-7eff26db213db1b9,libmime-7cbfcc84299bf52b,libpercent_encoding-7f7ecf94013a574b,libh2-f0ea7f5cf9a34eef,libindexmap-d3010d553aeeff4f,libequivalent-9631f206a02b9f54,libhashbrown-0fd152627972b8c2,libfutures_util-babb9d8c8a294526,libfutures_io-de365546141a7cae,libslab-d0e46609accb5958,libfutures_channel-608277e36c854e1e,libfutures_task-0897da15ce1c548c,libpin_utils-edd6e294c1e21a4f,libzstd-008f28b25b6c15f8,libzstd_safe-952a26ec3905f579,libzstd_sys-ed96b6c13156b976,libflate2-2cb9825fca44fe13,libminiz_oxide-0d1824b39b29aca6,libadler2-f69c3605267591c3,libcrc32fast-e14d1f8d61360bf0,libactix_service-a4a7ee741ad3baa4,libactix_codec-22e568a601dbbd05,libtracing-15f0a0b1d46fc456,libtracing_core-53c9a888d00be108,libmemchr-6e500fc2d2cc2174,libbitflags-0f741259822c9aad,libtokio_util-2c60e48f8c9b5f5b,libfutures_sink-bb58a37a11906cee,libderive_more-66a0b1c37f699c74,libactix_utils-4535f4e1fe11adad,liblocal_waker-75b46a1973888919,libactix_rt-068492f9bfebdbd1,libtokio-478f5a620e4d72e5,libsignal_hook_registry-af0e2636eaad4fd7,libsocket2-1b42b641cf985091,libmio-f81c3a33df01c21a,liblog-a7842726d7f6ebdc,libpin_project_lite-5ffafa3f2ed0bb57,libfutures_core-c23514cefd9aa7c7,libhttp-cbb6f3e1f9ff88d8,libitoa-7e733f37fe56f881,libfnv-2a26f5d3b9cd4973,libserde-37c8b583491275e8,librustc_hash-077fac84b15c224f,libbytes-a98c6e187cd1e46b,libparking_lot-a1d8b4e5135f6274,libparking_lot_core-fbf13710a5fbc7e9,liblibc-783313aafc8cd3cd,libsmallvec-67a34aff37ec90d7,liblock_api-0dacfcde768c7ee0,libscopeguard-88d64e99d3001c2a,liblru-2535d7ed8b1ad977,libhashbrown-7bc43a90419610a8,libahash-d9dc3eed10d816a7,libonce_cell-8fb8af6e413afc9b,libcfg_if-8c8419bc1cff3c76,libzerocopy-28e30b4a995c80f5,liballocator_api2-61425620d8bdad59,libarc_swap-ca83d4d97b1792ea}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustdoctestO78K7F/rustcP2hq9A/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-e506f732ec73cc90/out" "-L" "/opt/rustwide/target/debug/build/zstd-sys-0c7992b635e5ad77/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestO78K7F/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/core/config.rs - core::config (line 100)
[INFO] [stdout]     src/core/config.rs - core::config (line 23)
[INFO] [stdout]     src/core/config.rs - core::config (line 38)
[INFO] [stdout]     src/core/config.rs - core::config::CspConfig (line 177)
[INFO] [stdout]     src/core/config.rs - core::config::CspConfig::generate_nonce (line 328)
[INFO] [stdout]     src/core/config.rs - core::config::CspConfigBuilder::build (line 794)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 12 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 14.65s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "503deda04af6c6dd839f7da039b9a598710f98b9d4924797a5e8ce9c3a44a510", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "503deda04af6c6dd839f7da039b9a598710f98b9d4924797a5e8ce9c3a44a510", kill_on_drop: false }`
[INFO] [stdout] 503deda04af6c6dd839f7da039b9a598710f98b9d4924797a5e8ce9c3a44a510
