[INFO] crate soup-sys 0.9.0 is already in cache [INFO] testing soup-sys-0.9.0 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate soup-sys 0.9.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate soup-sys 0.9.0 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate soup-sys 0.9.0 [INFO] finished tweaking crates.io crate soup-sys 0.9.0 [INFO] tweaked toml for crates.io crate soup-sys 0.9.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] 5f7da30937ad56088dc983414c7268d4bd57f529cfb037ee92bb1bdabeecf0a0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "5f7da30937ad56088dc983414c7268d4bd57f529cfb037ee92bb1bdabeecf0a0"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling glib-sys v0.9.1 [INFO] [stderr] Compiling gobject-sys v0.9.1 [INFO] [stderr] Compiling gio-sys v0.9.1 [INFO] [stderr] Compiling soup-sys v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.28s [INFO] running `"docker" "inspect" "5f7da30937ad56088dc983414c7268d4bd57f529cfb037ee92bb1bdabeecf0a0"` [INFO] running `"docker" "rm" "-f" "5f7da30937ad56088dc983414c7268d4bd57f529cfb037ee92bb1bdabeecf0a0"` [INFO] [stdout] 5f7da30937ad56088dc983414c7268d4bd57f529cfb037ee92bb1bdabeecf0a0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5706551c90a11d693daa571718704c74150f52dd78527e03b9702f0e875aafae [INFO] running `"docker" "start" "-a" "5706551c90a11d693daa571718704c74150f52dd78527e03b9702f0e875aafae"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling shell-words v0.1.0 [INFO] [stderr] Compiling soup-sys v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/abi.rs:24:42 [INFO] [stderr] | [INFO] [stderr] 24 | pub fn new() -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/abi.rs:43:69 [INFO] [stderr] | [INFO] [stderr] 43 | pub fn compile(&self, src: &Path, out: &Path) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/abi.rs:63:66 [INFO] [stderr] | [INFO] [stderr] 63 | fn get_var(name: &str, default: &str) -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/abi.rs:71:68 [INFO] [stderr] | [INFO] [stderr] 71 | fn pkg_config_cflags(packages: &[&str]) -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/abi.rs:197:78 [INFO] [stderr] | [INFO] [stderr] 197 | fn get_c_layout(dir: &Path, cc: &Compiler, name: &str) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/abi.rs:217:77 [INFO] [stderr] | [INFO] [stderr] 217 | fn get_c_value(dir: &Path, cc: &Compiler, name: &str) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.35s [INFO] running `"docker" "inspect" "5706551c90a11d693daa571718704c74150f52dd78527e03b9702f0e875aafae"` [INFO] running `"docker" "rm" "-f" "5706551c90a11d693daa571718704c74150f52dd78527e03b9702f0e875aafae"` [INFO] [stdout] 5706551c90a11d693daa571718704c74150f52dd78527e03b9702f0e875aafae [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b54b0378bdb09db7868e22d6cde94c7ea122f8db195bd148a1623f9c9fe00392 [INFO] running `"docker" "start" "-a" "b54b0378bdb09db7868e22d6cde94c7ea122f8db195bd148a1623f9c9fe00392"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/abi.rs:24:42 [INFO] [stderr] | [INFO] [stderr] 24 | pub fn new() -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/abi.rs:43:69 [INFO] [stderr] | [INFO] [stderr] 43 | pub fn compile(&self, src: &Path, out: &Path) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/abi.rs:63:66 [INFO] [stderr] | [INFO] [stderr] 63 | fn get_var(name: &str, default: &str) -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/abi.rs:71:68 [INFO] [stderr] | [INFO] [stderr] 71 | fn pkg_config_cflags(packages: &[&str]) -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/abi.rs:197:78 [INFO] [stderr] | [INFO] [stderr] 197 | fn get_c_layout(dir: &Path, cc: &Compiler, name: &str) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/abi.rs:217:77 [INFO] [stderr] | [INFO] [stderr] 217 | fn get_c_value(dir: &Path, cc: &Compiler, name: &str) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.70s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/soup_sys-bdc900a7991d812a [INFO] [stderr] Running /opt/rustwide/target/debug/deps/abi-3ac5caa0891a0c87 [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_AUTH_DOMAIN_BASIC_H' undeclared (first use in this function); did you mean 'SOUP_AUTH_DOMAIN_BASIC'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_AUTH_DOMAIN_DIGEST_H' undeclared (first use in this function); did you mean 'SOUP_AUTH_DOMAIN_DIGEST'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_AUTH_DOMAIN_H' undeclared (first use in this function); did you mean 'SOUP_AUTH_DOMAIN'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_AUTH_H' undeclared (first use in this function); did you mean 'SOUP_AUTH'? [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_AUTH_MANAGER_H' undeclared (first use in this function); did you mean 'SOUP_AUTH_MANAGER'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_CACHE_H' undeclared (first use in this function); did you mean 'SOUP_CACHE'? [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/layout.c: In function 'main': [INFO] [stderr] : error: 'SoupPasswordManagerInterface' undeclared (first use in this function) [INFO] [stderr] : note: in definition of macro 'ABI_TYPE_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_TYPE_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_CONTENT_DECODER_H' undeclared (first use in this function); did you mean 'SOUP_CONTENT_DECODER'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_CONTENT_SNIFFER_H' undeclared (first use in this function); did you mean 'SOUP_CONTENT_SNIFFER'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_COOKIE_H' undeclared (first use in this function); did you mean 'SOUP_COOKIE_JAR'? [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_COOKIE_JAR_DB_H' undeclared (first use in this function); did you mean 'SOUP_COOKIE_JAR_DB'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_COOKIE_JAR_H' undeclared (first use in this function); did you mean 'SOUP_COOKIE_JAR'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/layout.c: In function 'main': [INFO] [stderr] : error: 'SoupRequester' undeclared (first use in this function); did you mean 'SoupRequest'? [INFO] [stderr] tests/layout.c:10:31: note: in expansion of macro 'ABI_TYPE_NAME' [INFO] [stderr] 10 | printf("%zu\n%zu", sizeof(ABI_TYPE_NAME), alignof(ABI_TYPE_NAME)); [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] tests/layout.c:10:31: note: in expansion of macro 'ABI_TYPE_NAME' [INFO] [stderr] 10 | printf("%zu\n%zu", sizeof(ABI_TYPE_NAME), alignof(ABI_TYPE_NAME)); [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] tests/layout.c: In function 'main': [INFO] [stderr] : error: 'SoupRequesterClass' undeclared (first use in this function); did you mean 'SoupRequestClass'? [INFO] [stderr] : note: in definition of macro 'ABI_TYPE_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_TYPE_NAME' [INFO] [stderr] tests/layout.c: In function 'main': [INFO] [stderr] : error: 'SoupRequesterError' undeclared (first use in this function); did you mean 'SoupRequestError'? [INFO] [stderr] : note: in definition of macro 'ABI_TYPE_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_TYPE_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_COOKIE_JAR_TEXT_H' undeclared (first use in this function); did you mean 'SOUP_COOKIE_JAR_TEXT'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_DATE_H' undeclared (first use in this function); did you mean 'SOUP_DATE_HTTP'? [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_FORM_H' undeclared (first use in this function) [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stdout] test cross_validate_layout_with_c ... FAILED [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_HEADERS_H' undeclared (first use in this function) [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_LOGGER_H' undeclared (first use in this function); did you mean 'SOUP_LOGGER'? [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_MESSAGE_BODY_H' undeclared (first use in this function); did you mean 'SOUP_MESSAGE_FLAGS'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_MESSAGE_H' undeclared (first use in this function); did you mean 'SOUP_MESSAGE'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_MESSAGE_HEADERS_H' undeclared (first use in this function); did you mean 'SOUP_MESSAGE_HEADERS_REQUEST'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stdout] test cross_validate_constants_with_c ... test cross_validate_constants_with_c has been running for over 60 seconds [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_METHOD_H' undeclared (first use in this function); did you mean 'SOUP_METHOD_HEAD'? [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_MISC_H' undeclared (first use in this function) [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_MULTIPART_H' undeclared (first use in this function); did you mean 'SOUP_TYPE_MULTIPART'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_MULTIPART_INPUT_STREAM_H' undeclared (first use in this function); did you mean 'SOUP_MULTIPART_INPUT_STREAM'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_PASSWORD_MANAGER_H' undeclared (first use in this function) [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_PROXY_RESOLVER_DEFAULT_H' undeclared (first use in this function); did you mean 'SOUP_PROXY_RESOLVER_DEFAULT'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_PROXY_URI_RESOLVER_H' undeclared (first use in this function); did you mean 'SOUP_PROXY_URI_RESOLVER'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_REQUESTER_ERROR_BAD_URI' undeclared (first use in this function); did you mean 'SOUP_REQUEST_ERROR_BAD_URI'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_REQUESTER_ERROR_UNSUPPORTED_URI_SCHEME' undeclared (first use in this function); did you mean 'SOUP_REQUEST_ERROR_UNSUPPORTED_URI_SCHEME'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_REQUESTER_H' undeclared (first use in this function); did you mean 'SOUP_REQUEST_ERROR'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_REQUEST_DATA_H' undeclared (first use in this function); did you mean 'SOUP_REQUEST_DATA'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_REQUEST_FILE_H' undeclared (first use in this function); did you mean 'SOUP_REQUEST_FILE'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_REQUEST_H' undeclared (first use in this function); did you mean 'SOUP_REQUEST'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_REQUEST_HTTP_H' undeclared (first use in this function); did you mean 'SOUP_REQUEST_HTTP'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_SERVER_H' undeclared (first use in this function); did you mean 'SOUP_SERVER'? [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_SESSION_ASYNC_H' undeclared (first use in this function); did you mean 'SOUP_SESSION_ASYNC'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_SESSION_FEATURE_H' undeclared (first use in this function); did you mean 'SOUP_SESSION_FEATURE'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_SESSION_H' undeclared (first use in this function); did you mean 'SOUP_SESSION'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_SESSION_SYNC_H' undeclared (first use in this function); did you mean 'SOUP_SESSION_SYNC'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_SOCKET_H' undeclared (first use in this function); did you mean 'SOUP_SOCKET_OK'? [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_STATUS_H' undeclared (first use in this function); did you mean 'SOUP_STATUS_OK'? [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_TYPES_H' undeclared (first use in this function); did you mean 'SOUP_TYPE_AUTH'? [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_URI_H' undeclared (first use in this function) [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_VALUE_UTILS_H' undeclared (first use in this function) [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_XMLRPC_H' undeclared (first use in this function); did you mean 'SOUP_XMLRPC_ERROR'? [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] 9 | printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] : error: 'SOUP_XMLRPC_OLD_H' undeclared (first use in this function); did you mean 'SOUP_XMLRPC_ERROR'? [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] : note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] : note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stdout] test cross_validate_constants_with_c ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- cross_validate_layout_with_c stdout ---- [INFO] [stdout] layout ... 25 passed; 0 failed (compilation errors: 0) [INFO] [stdout] layout ... 50 passed; 0 failed (compilation errors: 0) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_TYPE_NAME=SoupPasswordManagerInterface" "tests/layout.c" "-o" "/tmp/abi.czAAPRwN5jRe/layout" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_TYPE_NAME=SoupRequester" "tests/layout.c" "-o" "/tmp/abi.czAAPRwN5jRe/layout" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_TYPE_NAME=SoupRequesterClass" "tests/layout.c" "-o" "/tmp/abi.czAAPRwN5jRe/layout" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_TYPE_NAME=SoupRequesterError" "tests/layout.c" "-o" "/tmp/abi.czAAPRwN5jRe/layout" failed, exit code: 1 [INFO] [stdout] layout ... 71 passed; 4 failed (compilation errors: 4) [INFO] [stdout] thread 'cross_validate_layout_with_c' panicked at 'FAILED: 89 passed; 4 failed (compilation errors: 4)', tests/abi.rs:126:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5650b92cc9b5 - backtrace::backtrace::libunwind::trace::h07c956be65d9b461 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x5650b92cc9b5 - backtrace::backtrace::trace_unsynchronized::h2fdb9e4177ad4d20 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5650b92cc9b5 - std::sys_common::backtrace::_print_fmt::ha62d8426311107ac [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x5650b92cc9b5 - ::fmt::h3ec6bdab62f1e8d9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x5650b92f5a5c - core::fmt::write::h935cb0ed4078a853 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x5650b9262795 - std::io::Write::write_fmt::h944a31ab04b0dfe4 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x5650b92c6ad1 - std::io::impls::>::write_fmt::h6bd94c41a9c566d2 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x5650b92cf740 - std::sys_common::backtrace::_print::h460db802d801ccf8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x5650b92cf740 - std::sys_common::backtrace::print::h399d664f56640530 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x5650b92cf740 - std::panicking::default_hook::{{closure}}::hc6dfd87957c765b8 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x5650b92cf43a - std::panicking::default_hook::hfdceba6d6d1a18ae [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x5650b92cfd77 - std::panicking::rust_panic_with_hook::hd01e282bff1b1e63 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x5650b92cf97b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x5650b92cf8eb - std::panicking::begin_panic_fmt::h3ec91017ffedff5c [INFO] [stdout] at src/libstd/panicking.rs:342 [INFO] [stdout] 14: 0x5650b92514f0 - abi::Results::expect_total_success::he7ec7043f66b53aa [INFO] [stdout] at tests/abi.rs:126 [INFO] [stdout] 15: 0x5650b9253996 - abi::cross_validate_layout_with_c::h52fe7fd18e7824cc [INFO] [stdout] at tests/abi.rs:194 [INFO] [stdout] 16: 0x5650b925348a - abi::cross_validate_layout_with_c::{{closure}}::h2d6091ded7bc6f46 [INFO] [stdout] at tests/abi.rs:165 [INFO] [stdout] 17: 0x5650b92583be - core::ops::function::FnOnce::call_once::h3f9dfc49a15c361f [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 18: 0x5650b9289b82 - as core::ops::function::FnOnce>::call_once::hd23431bd7b767a0c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 19: 0x5650b9289b82 - as core::ops::function::FnOnce<()>>::call_once::h6986d2e83b783a4e [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 20: 0x5650b9289b82 - std::panicking::try::do_call::haee67871ebe8ee92 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 21: 0x5650b9289b82 - std::panicking::try::hcba534043f17f42d [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 22: 0x5650b9289b82 - std::panic::catch_unwind::h6908c2ae7517b434 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x5650b9289b82 - test::run_test_in_process::h66277a63b8267865 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 24: 0x5650b9289b82 - test::run_test::run_test_inner::{{closure}}::h591f321b83c3f302 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 25: 0x5650b9261c56 - std::sys_common::backtrace::__rust_begin_short_backtrace::h843e47ea29613666 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 26: 0x5650b92671f5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::ha6c43669df0cbe25 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:475 [INFO] [stdout] 27: 0x5650b92671f5 - as core::ops::function::FnOnce<()>>::call_once::hc86e5439e615a14a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 28: 0x5650b92671f5 - std::panicking::try::do_call::h4b45bcf4d5d82a80 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 29: 0x5650b92671f5 - std::panicking::try::h297c0c407d3f8196 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 30: 0x5650b92671f5 - std::panic::catch_unwind::h877baa9fbef2eafe [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 31: 0x5650b92671f5 - std::thread::Builder::spawn_unchecked::{{closure}}::hdb000626ad29158a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:474 [INFO] [stdout] 32: 0x5650b92671f5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h87e786b011f05b5c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 33: 0x5650b92d6c5a - as core::ops::function::FnOnce>::call_once::hfc5c0e64036d1b09 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 34: 0x5650b92d6c5a - as core::ops::function::FnOnce>::call_once::hf3d73184efc070c1 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 35: 0x5650b92d6c5a - std::sys::unix::thread::Thread::new::thread_start::hb9eb749d91dfe8e2 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 36: 0x7f4cdafff609 - start_thread [INFO] [stdout] 37: 0x7f4cdaf0b103 - __clone [INFO] [stdout] 38: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cross_validate_constants_with_c stdout ---- [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_AUTH_DOMAIN_BASIC_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_AUTH_DOMAIN_DIGEST_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_AUTH_DOMAIN_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] constants ... 22 passed; 3 failed (compilation errors: 3) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_AUTH_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_AUTH_MANAGER_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_CACHE_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] constants ... 44 passed; 6 failed (compilation errors: 6) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_CONTENT_DECODER_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_CONTENT_SNIFFER_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_COOKIE_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_COOKIE_JAR_DB_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_COOKIE_JAR_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_COOKIE_JAR_TEXT_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] Constant value mismatch for SOUP_COOKIE_MAX_AGE_ONE_DAY [INFO] [stdout] Rust: "0" [INFO] [stdout] C: "86400" [INFO] [stdout] Constant value mismatch for SOUP_COOKIE_MAX_AGE_ONE_WEEK [INFO] [stdout] Rust: "0" [INFO] [stdout] C: "604800" [INFO] [stdout] Constant value mismatch for SOUP_COOKIE_MAX_AGE_ONE_YEAR [INFO] [stdout] Rust: "0" [INFO] [stdout] C: "31556926.080000" [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_DATE_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] constants ... 59 passed; 16 failed (compilation errors: 13) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_FORM_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_HEADERS_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] constants ... 82 passed; 18 failed (compilation errors: 15) [INFO] [stdout] constants ... 107 passed; 18 failed (compilation errors: 15) [INFO] [stdout] constants ... 132 passed; 18 failed (compilation errors: 15) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_LOGGER_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_MESSAGE_BODY_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_MESSAGE_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] constants ... 154 passed; 21 failed (compilation errors: 18) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_MESSAGE_HEADERS_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] constants ... 178 passed; 22 failed (compilation errors: 19) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_METHOD_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] Constant value mismatch for SOUP_MICRO_VERSION [INFO] [stdout] Rust: "1" [INFO] [stdout] C: "0" [INFO] [stdout] Constant value mismatch for SOUP_MINOR_VERSION [INFO] [stdout] Rust: "62" [INFO] [stdout] C: "70" [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_MISC_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_MULTIPART_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_MULTIPART_INPUT_STREAM_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_PASSWORD_MANAGER_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_PROXY_RESOLVER_DEFAULT_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_PROXY_URI_RESOLVER_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_REQUESTER_ERROR_BAD_URI" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_REQUESTER_ERROR_UNSUPPORTED_URI_SCHEME" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_REQUESTER_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_REQUEST_DATA_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_REQUEST_FILE_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_REQUEST_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_REQUEST_HTTP_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] constants ... 187 passed; 38 failed (compilation errors: 33) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_SERVER_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_SESSION_ASYNC_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_SESSION_FEATURE_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_SESSION_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] constants ... 208 passed; 42 failed (compilation errors: 37) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_SESSION_SYNC_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_SOCKET_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] constants ... 231 passed; 44 failed (compilation errors: 39) [INFO] [stdout] constants ... 256 passed; 44 failed (compilation errors: 39) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_STATUS_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] constants ... 280 passed; 45 failed (compilation errors: 40) [INFO] [stdout] constants ... 305 passed; 45 failed (compilation errors: 40) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_TYPES_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_URI_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_VALUE_UTILS_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] Constant value mismatch for SOUP_VERSION_MIN_REQUIRED [INFO] [stdout] Rust: "2" [INFO] [stdout] C: "148992" [INFO] [stdout] constants ... 326 passed; 49 failed (compilation errors: 43) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_XMLRPC_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/libsoup-2.4" "-I/usr/include/libxml2" "-I/usr/include/libmount" "-I/usr/include/blkid" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=SOUP_XMLRPC_OLD_H" "tests/constant.c" "-o" "/tmp/abi.out2jMPv8gy9/constant" failed, exit code: 1 [INFO] [stdout] thread 'cross_validate_constants_with_c' panicked at 'FAILED: 344 passed; 51 failed (compilation errors: 45)', tests/abi.rs:126:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5650b92cc9b5 - backtrace::backtrace::libunwind::trace::h07c956be65d9b461 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x5650b92cc9b5 - backtrace::backtrace::trace_unsynchronized::h2fdb9e4177ad4d20 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5650b92cc9b5 - std::sys_common::backtrace::_print_fmt::ha62d8426311107ac [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x5650b92cc9b5 - ::fmt::h3ec6bdab62f1e8d9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x5650b92f5a5c - core::fmt::write::h935cb0ed4078a853 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x5650b9262795 - std::io::Write::write_fmt::h944a31ab04b0dfe4 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x5650b92c6ad1 - std::io::impls::>::write_fmt::h6bd94c41a9c566d2 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x5650b92cf740 - std::sys_common::backtrace::_print::h460db802d801ccf8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x5650b92cf740 - std::sys_common::backtrace::print::h399d664f56640530 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x5650b92cf740 - std::panicking::default_hook::{{closure}}::hc6dfd87957c765b8 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x5650b92cf43a - std::panicking::default_hook::hfdceba6d6d1a18ae [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x5650b92cfd77 - std::panicking::rust_panic_with_hook::hd01e282bff1b1e63 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x5650b92cf97b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x5650b92cf8eb - std::panicking::begin_panic_fmt::h3ec91017ffedff5c [INFO] [stdout] at src/libstd/panicking.rs:342 [INFO] [stdout] 14: 0x5650b92514f0 - abi::Results::expect_total_success::he7ec7043f66b53aa [INFO] [stdout] at tests/abi.rs:126 [INFO] [stdout] 15: 0x5650b9252e19 - abi::cross_validate_constants_with_c::h6edb3b248531eb29 [INFO] [stdout] at tests/abi.rs:161 [INFO] [stdout] 16: 0x5650b925292a - abi::cross_validate_constants_with_c::{{closure}}::h1de1453516196e99 [INFO] [stdout] at tests/abi.rs:132 [INFO] [stdout] 17: 0x5650b925842e - core::ops::function::FnOnce::call_once::hb56554a871f12bd3 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 18: 0x5650b9289b82 - as core::ops::function::FnOnce>::call_once::hd23431bd7b767a0c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 19: 0x5650b9289b82 - as core::ops::function::FnOnce<()>>::call_once::h6986d2e83b783a4e [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 20: 0x5650b9289b82 - std::panicking::try::do_call::haee67871ebe8ee92 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 21: 0x5650b9289b82 - std::panicking::try::hcba534043f17f42d [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 22: 0x5650b9289b82 - std::panic::catch_unwind::h6908c2ae7517b434 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x5650b9289b82 - test::run_test_in_process::h66277a63b8267865 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 24: 0x5650b9289b82 - test::run_test::run_test_inner::{{closure}}::h591f321b83c3f302 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 25: 0x5650b9261c56 - std::sys_common::backtrace::__rust_begin_short_backtrace::h843e47ea29613666 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 26: 0x5650b92671f5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::ha6c43669df0cbe25 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:475 [INFO] [stdout] 27: 0x5650b92671f5 - as core::ops::function::FnOnce<()>>::call_once::hc86e5439e615a14a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 28: 0x5650b92671f5 - std::panicking::try::do_call::h4b45bcf4d5d82a80 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 29: 0x5650b92671f5 - std::panicking::try::h297c0c407d3f8196 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 30: 0x5650b92671f5 - std::panic::catch_unwind::h877baa9fbef2eafe [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 31: 0x5650b92671f5 - std::thread::Builder::spawn_unchecked::{{closure}}::hdb000626ad29158a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:474 [INFO] [stdout] 32: 0x5650b92671f5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h87e786b011f05b5c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 33: 0x5650b92d6c5a - as core::ops::function::FnOnce>::call_once::hfc5c0e64036d1b09 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 34: 0x5650b92d6c5a - as core::ops::function::FnOnce>::call_once::hf3d73184efc070c1 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 35: 0x5650b92d6c5a - std::sys::unix::thread::Thread::new::thread_start::hb9eb749d91dfe8e2 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 36: 0x7f4cdafff609 - start_thread [INFO] [stdout] 37: 0x7f4cdaf0b103 - __clone [INFO] [stdout] 38: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] cross_validate_constants_with_c [INFO] [stdout] cross_validate_layout_with_c [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test abi' [INFO] running `"docker" "inspect" "b54b0378bdb09db7868e22d6cde94c7ea122f8db195bd148a1623f9c9fe00392"` [INFO] running `"docker" "rm" "-f" "b54b0378bdb09db7868e22d6cde94c7ea122f8db195bd148a1623f9c9fe00392"` [INFO] [stdout] b54b0378bdb09db7868e22d6cde94c7ea122f8db195bd148a1623f9c9fe00392