[INFO] crate glib-sys 0.9.0 is already in cache [INFO] extracting crate glib-sys 0.9.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/glib-sys/0.9.0 [INFO] extracting crate glib-sys 0.9.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/glib-sys/0.9.0 [INFO] validating manifest of glib-sys-0.9.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of glib-sys-0.9.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing glib-sys-0.9.0 [INFO] finished frobbing glib-sys-0.9.0 [INFO] frobbed toml for glib-sys-0.9.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/glib-sys/0.9.0/Cargo.toml [INFO] started frobbing glib-sys-0.9.0 [INFO] finished frobbing glib-sys-0.9.0 [INFO] frobbed toml for glib-sys-0.9.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/glib-sys/0.9.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing glib-sys-0.9.0 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/glib-sys/0.9.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 3788b251efdc9640d0686b584cd0b5392c19e45b8b865c04595bed62d555308c [INFO] running `"docker" "start" "-a" "3788b251efdc9640d0686b584cd0b5392c19e45b8b865c04595bed62d555308c"` [INFO] [stderr] Compiling glib-sys v0.9.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.97s [INFO] running `"docker" "inspect" "3788b251efdc9640d0686b584cd0b5392c19e45b8b865c04595bed62d555308c"` [INFO] running `"docker" "rm" "-f" "3788b251efdc9640d0686b584cd0b5392c19e45b8b865c04595bed62d555308c"` [INFO] [stdout] 3788b251efdc9640d0686b584cd0b5392c19e45b8b865c04595bed62d555308c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/glib-sys/0.9.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 8e670d360220e17c713a8ca88317b96f83c788ce81bb86866d4c73ebe8eb6c63 [INFO] running `"docker" "start" "-a" "8e670d360220e17c713a8ca88317b96f83c788ce81bb86866d4c73ebe8eb6c63"` [INFO] [stderr] Compiling glib-sys v0.9.0 (/opt/crater/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:62:66 [INFO] [stderr] | [INFO] [stderr] 62 | 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:70:68 [INFO] [stderr] | [INFO] [stderr] 70 | 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:204:78 [INFO] [stderr] | [INFO] [stderr] 204 | 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:223:77 [INFO] [stderr] | [INFO] [stderr] 223 | fn get_c_value(dir: &Path, cc: &Compiler, name: &str) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.53s [INFO] running `"docker" "inspect" "8e670d360220e17c713a8ca88317b96f83c788ce81bb86866d4c73ebe8eb6c63"` [INFO] running `"docker" "rm" "-f" "8e670d360220e17c713a8ca88317b96f83c788ce81bb86866d4c73ebe8eb6c63"` [INFO] [stdout] 8e670d360220e17c713a8ca88317b96f83c788ce81bb86866d4c73ebe8eb6c63 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/glib-sys/0.9.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] ee04a93042447a4fa6be6f403db57f1a72de34be9fd8119ca895cf362fd1fdbb [INFO] running `"docker" "start" "-a" "ee04a93042447a4fa6be6f403db57f1a72de34be9fd8119ca895cf362fd1fdbb"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/glib_sys-86eef0dd18dde123 [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] [stderr] Running /opt/crater/target/debug/deps/abi-4ca34a132307d89d [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:26: error: 'G_CHECKSUM_SHA384' undeclared (first use in this function) [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] :0:26: 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] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:26: error: 'G_CONVERT_ERROR_EMBEDDED_NUL' undeclared (first use in this function) [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] :0:26: 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] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/layout.c: In function 'main': [INFO] [stderr] :0:15: error: 'GNumberParserError' undeclared (first use in this function) [INFO] [stderr] tests/layout.c:10:31: note: in expansion of macro 'ABI_TYPE_NAME' [INFO] [stderr] printf("%zu\n%zu", sizeof(ABI_TYPE_NAME), alignof(ABI_TYPE_NAME)); [INFO] [stderr] ^~~~~~~~~~~~~ [INFO] [stderr] :0:15: 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] printf("%zu\n%zu", sizeof(ABI_TYPE_NAME), alignof(ABI_TYPE_NAME)); [INFO] [stderr] ^~~~~~~~~~~~~ [INFO] [stderr] tests/layout.c: In function 'main': [INFO] [stderr] :0:15: error: 'GRefString' undeclared (first use in this function) [INFO] [stderr] tests/layout.c:10:31: note: in expansion of macro 'ABI_TYPE_NAME' [INFO] [stderr] printf("%zu\n%zu", sizeof(ABI_TYPE_NAME), alignof(ABI_TYPE_NAME)); [INFO] [stderr] ^~~~~~~~~~~~~ [INFO] [stderr] :0:15: 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] printf("%zu\n%zu", sizeof(ABI_TYPE_NAME), alignof(ABI_TYPE_NAME)); [INFO] [stderr] ^~~~~~~~~~~~~ [INFO] [stderr] tests/layout.c: In function 'main': [INFO] [stderr] :0:15: error: 'GTestResult' undeclared (first use in this function) [INFO] [stderr] tests/layout.c:10:31: note: in expansion of macro 'ABI_TYPE_NAME' [INFO] [stderr] printf("%zu\n%zu", sizeof(ABI_TYPE_NAME), alignof(ABI_TYPE_NAME)); [INFO] [stderr] ^~~~~~~~~~~~~ [INFO] [stderr] :0:15: 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] printf("%zu\n%zu", sizeof(ABI_TYPE_NAME), alignof(ABI_TYPE_NAME)); [INFO] [stderr] ^~~~~~~~~~~~~ [INFO] [stdout] test cross_validate_layout_with_c ... FAILED [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:27: error: 'G_FORMAT_SIZE_BITS' undeclared (first use in this function) [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] :0:27: 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] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:19: error: 'G_KEY_FILE_DESKTOP_ACTION_GROUP_PREFIX' undeclared (first use in this function) [INFO] [stderr] :0:19: note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] :0:19: note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] :0:19: note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:26: error: 'G_NUMBER_PARSER_ERROR_INVALID' undeclared (first use in this function) [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] :0:26: 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] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:26: error: 'G_NUMBER_PARSER_ERROR_OUT_OF_BOUNDS' undeclared (first use in this function) [INFO] [stderr] :0:26: note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] :0:26: note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] :0:26: 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] :0:26: error: 'G_TEST_RUN_FAILURE' undeclared (first use in this function) [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] :0:26: 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] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:26: error: 'G_TEST_RUN_INCOMPLETE' undeclared (first use in this function) [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] :0:26: 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] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:26: error: 'G_TEST_RUN_SKIPPED' undeclared (first use in this function) [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] :0:26: 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] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:26: error: 'G_TEST_RUN_SUCCESS' undeclared (first use in this function) [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] :0:26: 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] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:26: error: 'G_UNICODE_SCRIPT_DOGRA' undeclared (first use in this function) [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] :0:26: 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] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:26: error: 'G_UNICODE_SCRIPT_GUNJALA_GONDI' undeclared (first use in this function) [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] :0:26: 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] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:26: error: 'G_UNICODE_SCRIPT_HANIFI_ROHINGYA' undeclared (first use in this function) [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] :0:26: 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] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:26: error: 'G_UNICODE_SCRIPT_MAKASAR' undeclared (first use in this function) [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] :0:26: 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] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:26: error: 'G_UNICODE_SCRIPT_MASARAM_GONDI' undeclared (first use in this function) [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] :0:26: 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] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:26: error: 'G_UNICODE_SCRIPT_MEDEFAIDRIN' undeclared (first use in this function) [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] :0:26: 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] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:26: error: 'G_UNICODE_SCRIPT_NUSHU' undeclared (first use in this function) [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] :0:26: 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] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:26: error: 'G_UNICODE_SCRIPT_OLD_SOGDIAN' undeclared (first use in this function) [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] :0:26: 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] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:26: error: 'G_UNICODE_SCRIPT_SOGDIAN' undeclared (first use in this function) [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] :0:26: 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] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:26: error: 'G_UNICODE_SCRIPT_SOYOMBO' undeclared (first use in this function) [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] :0:26: 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] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:26: error: 'G_UNICODE_SCRIPT_ZANABAZAR_SQUARE' undeclared (first use in this function) [INFO] [stderr] :0:26: note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] :0:26: note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] :0:26: note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:19: error: 'G_WIN32_MSG_HANDLE' undeclared (first use in this function) [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] :0:19: 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] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [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] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_TYPE_NAME=GNumberParserError" "tests/layout.c" "-o" "/tmp/abi.3ZY2YRWC1Soi/layout" failed, exit code: 1 [INFO] [stdout] layout ... 49 passed; 1 failed (compilation errors: 1) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_TYPE_NAME=GRefString" "tests/layout.c" "-o" "/tmp/abi.3ZY2YRWC1Soi/layout" failed, exit code: 1 [INFO] [stdout] layout ... 73 passed; 2 failed (compilation errors: 2) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_TYPE_NAME=GTestResult" "tests/layout.c" "-o" "/tmp/abi.3ZY2YRWC1Soi/layout" failed, exit code: 1 [INFO] [stdout] layout ... 97 passed; 3 failed (compilation errors: 3) [INFO] [stdout] thread 'cross_validate_layout_with_c' panicked at 'FAILED: 99 passed; 3 failed (compilation errors: 3)', tests/abi.rs:122:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555aebe7fdeb - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x555aebe7fdeb - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x555aebe7fdeb - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x555aebe7fdeb - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x555aebe7fdeb - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x555aebe7fa5c - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x555aebe8055d - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x555aebe800e2 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x555aebe8002f - std::panicking::begin_panic_fmt::h4b478f1ed53f4521 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x555aebdfef93 - abi::Results::expect_total_success::h07b451576fe1e5a8 [INFO] [stdout] at tests/abi.rs:122 [INFO] [stdout] 10: 0x555aebe018a5 - abi::cross_validate_layout_with_c::hb7dc8b3690f828b8 [INFO] [stdout] at tests/abi.rs:201 [INFO] [stdout] 11: 0x555aebe013ca - abi::cross_validate_layout_with_c::{{closure}}::hdec6736fd5210d09 [INFO] [stdout] at tests/abi.rs:165 [INFO] [stdout] 12: 0x555aebe0cf6e - core::ops::function::FnOnce::call_once::h6c25829de96df709 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 13: 0x555aebe1dc5f - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 14: 0x555aebe87b7a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 15: 0x555aebe3824e - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 16: 0x555aebe3824e - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 17: 0x555aebe3824e - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 18: 0x555aebe13685 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 19: 0x555aebe17895 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 20: 0x555aebe17895 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 21: 0x555aebe17895 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 22: 0x555aebe87b7a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 23: 0x555aebe17e92 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 24: 0x555aebe17e92 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 25: 0x555aebe17e92 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 26: 0x555aebe17e92 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 27: 0x555aebe7319f - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x555aebe872b0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 29: 0x555aebe872b0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 30: 0x555aebe872b0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 31: 0x7fee4e1dd4a4 - start_thread [INFO] [stdout] 32: 0x7fee4dd08d0f - __clone [INFO] [stdout] 33: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cross_validate_constants_with_c stdout ---- [INFO] [stdout] constants ... 25 passed; 0 failed (compilation errors: 0) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(gint) G_CHECKSUM_SHA384" "tests/constant.c" "-o" "/tmp/abi.rzN19WqTbjxa/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(gint) G_CONVERT_ERROR_EMBEDDED_NUL" "tests/constant.c" "-o" "/tmp/abi.rzN19WqTbjxa/constant" failed, exit code: 1 [INFO] [stdout] constants ... 48 passed; 2 failed (compilation errors: 2) [INFO] [stdout] constants ... 73 passed; 2 failed (compilation errors: 2) [INFO] [stdout] constants ... 98 passed; 2 failed (compilation errors: 2) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(guint) G_FORMAT_SIZE_BITS" "tests/constant.c" "-o" "/tmp/abi.rzN19WqTbjxa/constant" failed, exit code: 1 [INFO] [stdout] constants ... 122 passed; 3 failed (compilation errors: 3) [INFO] [stdout] constants ... 147 passed; 3 failed (compilation errors: 3) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=G_KEY_FILE_DESKTOP_ACTION_GROUP_PREFIX" "tests/constant.c" "-o" "/tmp/abi.rzN19WqTbjxa/constant" failed, exit code: 1 [INFO] [stdout] constants ... 171 passed; 4 failed (compilation errors: 4) [INFO] [stdout] Constant value mismatch for G_LOG_DOMAIN [INFO] [stdout] Rust: "0" [INFO] [stdout] C: "(null)" [INFO] [stdout] constants ... 195 passed; 5 failed (compilation errors: 4) [INFO] [stdout] Constant value mismatch for (guint) G_LOG_LEVEL_MASK [INFO] [stdout] Rust: "-4" [INFO] [stdout] C: "4294967292" [INFO] [stdout] constants ... 219 passed; 6 failed (compilation errors: 4) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(gint) G_NUMBER_PARSER_ERROR_INVALID" "tests/constant.c" "-o" "/tmp/abi.rzN19WqTbjxa/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(gint) G_NUMBER_PARSER_ERROR_OUT_OF_BOUNDS" "tests/constant.c" "-o" "/tmp/abi.rzN19WqTbjxa/constant" failed, exit code: 1 [INFO] [stdout] constants ... 242 passed; 8 failed (compilation errors: 6) [INFO] [stdout] constants ... 267 passed; 8 failed (compilation errors: 6) [INFO] [stdout] constants ... 292 passed; 8 failed (compilation errors: 6) [INFO] [stdout] constants ... 317 passed; 8 failed (compilation errors: 6) [INFO] [stdout] constants ... 342 passed; 8 failed (compilation errors: 6) [INFO] [stdout] constants ... 367 passed; 8 failed (compilation errors: 6) [INFO] [stdout] constants ... 392 passed; 8 failed (compilation errors: 6) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(gint) G_TEST_RUN_FAILURE" "tests/constant.c" "-o" "/tmp/abi.rzN19WqTbjxa/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(gint) G_TEST_RUN_INCOMPLETE" "tests/constant.c" "-o" "/tmp/abi.rzN19WqTbjxa/constant" failed, exit code: 1 [INFO] [stdout] constants ... 415 passed; 10 failed (compilation errors: 8) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(gint) G_TEST_RUN_SKIPPED" "tests/constant.c" "-o" "/tmp/abi.rzN19WqTbjxa/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(gint) G_TEST_RUN_SUCCESS" "tests/constant.c" "-o" "/tmp/abi.rzN19WqTbjxa/constant" failed, exit code: 1 [INFO] [stdout] constants ... 438 passed; 12 failed (compilation errors: 10) [INFO] [stdout] constants ... 463 passed; 12 failed (compilation errors: 10) [INFO] [stdout] constants ... 488 passed; 12 failed (compilation errors: 10) [INFO] [stdout] constants ... 513 passed; 12 failed (compilation errors: 10) [INFO] [stdout] constants ... 538 passed; 12 failed (compilation errors: 10) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(gint) G_UNICODE_SCRIPT_DOGRA" "tests/constant.c" "-o" "/tmp/abi.rzN19WqTbjxa/constant" failed, exit code: 1 [INFO] [stdout] constants ... 562 passed; 13 failed (compilation errors: 11) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(gint) G_UNICODE_SCRIPT_GUNJALA_GONDI" "tests/constant.c" "-o" "/tmp/abi.rzN19WqTbjxa/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(gint) G_UNICODE_SCRIPT_HANIFI_ROHINGYA" "tests/constant.c" "-o" "/tmp/abi.rzN19WqTbjxa/constant" failed, exit code: 1 [INFO] [stdout] constants ... 585 passed; 15 failed (compilation errors: 13) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(gint) G_UNICODE_SCRIPT_MAKASAR" "tests/constant.c" "-o" "/tmp/abi.rzN19WqTbjxa/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(gint) G_UNICODE_SCRIPT_MASARAM_GONDI" "tests/constant.c" "-o" "/tmp/abi.rzN19WqTbjxa/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(gint) G_UNICODE_SCRIPT_MEDEFAIDRIN" "tests/constant.c" "-o" "/tmp/abi.rzN19WqTbjxa/constant" failed, exit code: 1 [INFO] [stdout] constants ... 607 passed; 18 failed (compilation errors: 16) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(gint) G_UNICODE_SCRIPT_NUSHU" "tests/constant.c" "-o" "/tmp/abi.rzN19WqTbjxa/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(gint) G_UNICODE_SCRIPT_OLD_SOGDIAN" "tests/constant.c" "-o" "/tmp/abi.rzN19WqTbjxa/constant" failed, exit code: 1 [INFO] [stdout] constants ... 630 passed; 20 failed (compilation errors: 18) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(gint) G_UNICODE_SCRIPT_SOGDIAN" "tests/constant.c" "-o" "/tmp/abi.rzN19WqTbjxa/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(gint) G_UNICODE_SCRIPT_SOYOMBO" "tests/constant.c" "-o" "/tmp/abi.rzN19WqTbjxa/constant" failed, exit code: 1 [INFO] [stdout] constants ... 653 passed; 22 failed (compilation errors: 20) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(gint) G_UNICODE_SCRIPT_ZANABAZAR_SQUARE" "tests/constant.c" "-o" "/tmp/abi.rzN19WqTbjxa/constant" failed, exit code: 1 [INFO] [stdout] constants ... 677 passed; 23 failed (compilation errors: 21) [INFO] [stdout] constants ... 702 passed; 23 failed (compilation errors: 21) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=G_WIN32_MSG_HANDLE" "tests/constant.c" "-o" "/tmp/abi.rzN19WqTbjxa/constant" failed, exit code: 1 [INFO] [stdout] thread 'cross_validate_constants_with_c' panicked at 'FAILED: 720 passed; 24 failed (compilation errors: 22)', tests/abi.rs:122:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555aebe7fdeb - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x555aebe7fdeb - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x555aebe7fdeb - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x555aebe7fdeb - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x555aebe7fdeb - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x555aebe7fa5c - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x555aebe8055d - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x555aebe800e2 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x555aebe8002f - std::panicking::begin_panic_fmt::h4b478f1ed53f4521 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x555aebdfef93 - abi::Results::expect_total_success::h07b451576fe1e5a8 [INFO] [stdout] at tests/abi.rs:122 [INFO] [stdout] 10: 0x555aebe00d4e - abi::cross_validate_constants_with_c::he39d8e207c402489 [INFO] [stdout] at tests/abi.rs:161 [INFO] [stdout] 11: 0x555aebe0087a - abi::cross_validate_constants_with_c::{{closure}}::h6baf25e3e0e764de [INFO] [stdout] at tests/abi.rs:128 [INFO] [stdout] 12: 0x555aebe0cfde - core::ops::function::FnOnce::call_once::hd1f7bfafb39119d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 13: 0x555aebe1dc5f - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 14: 0x555aebe87b7a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 15: 0x555aebe3824e - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 16: 0x555aebe3824e - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 17: 0x555aebe3824e - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 18: 0x555aebe13685 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 19: 0x555aebe17895 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 20: 0x555aebe17895 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 21: 0x555aebe17895 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 22: 0x555aebe87b7a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 23: 0x555aebe17e92 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 24: 0x555aebe17e92 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 25: 0x555aebe17e92 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 26: 0x555aebe17e92 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 27: 0x555aebe7319f - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x555aebe872b0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 29: 0x555aebe872b0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 30: 0x555aebe872b0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 31: 0x7fee4e1dd4a4 - start_thread [INFO] [stdout] 32: 0x7fee4dd08d0f - __clone [INFO] [stdout] 33: 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" "ee04a93042447a4fa6be6f403db57f1a72de34be9fd8119ca895cf362fd1fdbb"` [INFO] running `"docker" "rm" "-f" "ee04a93042447a4fa6be6f403db57f1a72de34be9fd8119ca895cf362fd1fdbb"` [INFO] [stdout] ee04a93042447a4fa6be6f403db57f1a72de34be9fd8119ca895cf362fd1fdbb