[INFO] crate gtk-sys 0.9.0 is already in cache [INFO] testing gtk-sys-0.9.0 against 1.38.0 for beta-1.39-1 [INFO] extracting crate gtk-sys 0.9.0 into work/builds/worker-5/source [INFO] validating manifest of crates.io crate gtk-sys 0.9.0 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate gtk-sys 0.9.0 [INFO] finished tweaking crates.io crate gtk-sys 0.9.0 [INFO] tweaked toml for crates.io crate gtk-sys 0.9.0 written to work/builds/worker-5/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 7c21221fd023fcb05ae17a16599446cbf5a37f52dc071c780f01eac84e76e7f0 [INFO] running `"docker" "start" "-a" "7c21221fd023fcb05ae17a16599446cbf5a37f52dc071c780f01eac84e76e7f0"` [INFO] [stderr] Compiling cairo-sys-rs v0.9.0 [INFO] [stderr] Compiling gtk-sys v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling gobject-sys v0.9.0 [INFO] [stderr] Compiling gio-sys v0.9.0 [INFO] [stderr] Compiling pango-sys v0.9.0 [INFO] [stderr] Compiling atk-sys v0.9.0 [INFO] [stderr] Compiling gdk-sys v0.9.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.9.0 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.93s [INFO] running `"docker" "inspect" "7c21221fd023fcb05ae17a16599446cbf5a37f52dc071c780f01eac84e76e7f0"` [INFO] running `"docker" "rm" "-f" "7c21221fd023fcb05ae17a16599446cbf5a37f52dc071c780f01eac84e76e7f0"` [INFO] [stdout] 7c21221fd023fcb05ae17a16599446cbf5a37f52dc071c780f01eac84e76e7f0 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 2d60c5831ad49f4126e99be4d02f5d3f17380a825ec164ab128bcc4a13c15daa [INFO] running `"docker" "start" "-a" "2d60c5831ad49f4126e99be4d02f5d3f17380a825ec164ab128bcc4a13c15daa"` [INFO] [stderr] Compiling shell-words v0.1.0 [INFO] [stderr] Compiling gtk-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: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 3.07s [INFO] running `"docker" "inspect" "2d60c5831ad49f4126e99be4d02f5d3f17380a825ec164ab128bcc4a13c15daa"` [INFO] running `"docker" "rm" "-f" "2d60c5831ad49f4126e99be4d02f5d3f17380a825ec164ab128bcc4a13c15daa"` [INFO] [stdout] 2d60c5831ad49f4126e99be4d02f5d3f17380a825ec164ab128bcc4a13c15daa [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 46d1258034118bc622c8bc5ab13afce773109852c0d7477c93c9d36a0af883f3 [INFO] running `"docker" "start" "-a" "46d1258034118bc622c8bc5ab13afce773109852c0d7477c93c9d36a0af883f3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/gtk_sys-ded13c466b58ce5e [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/rustwide/target/debug/deps/abi-ccadcce766dba205 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:27: error: 'GTK_EVENT_CONTROLLER_SCROLL_BOTH_AXES' undeclared (first use in this function); did you mean 'GTK_EVENT_CONTROLLER_CLASS'? [INFO] [stderr] :0:27: note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] :0:27: note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] :0:27: note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:27: error: 'GTK_EVENT_CONTROLLER_SCROLL_DISCRETE' undeclared (first use in this function); did you mean 'GTK_EVENT_CONTROLLER_CLASS'? [INFO] [stderr] :0:27: note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] :0:27: note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] :0:27: note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:27: error: 'GTK_EVENT_CONTROLLER_SCROLL_HORIZONTAL' undeclared (first use in this function); did you mean 'GTK_EVENT_CONTROLLER_CLASS'? [INFO] [stderr] :0:27: note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] :0:27: note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] :0:27: note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:27: error: 'GTK_EVENT_CONTROLLER_SCROLL_KINETIC' undeclared (first use in this function); did you mean 'GTK_EVENT_CONTROLLER_CLASS'? [INFO] [stderr] :0:27: note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] :0:27: note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] :0:27: note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:27: error: 'GTK_EVENT_CONTROLLER_SCROLL_NONE' undeclared (first use in this function); did you mean 'GTK_EVENT_CONTROLLER_CLASS'? [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:27: error: 'GTK_EVENT_CONTROLLER_SCROLL_VERTICAL' undeclared (first use in this function); did you mean 'GTK_EVENT_CONTROLLER_GET_CLASS'? [INFO] [stderr] :0:27: note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] :0:27: note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] :0:27: note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/layout.c: In function 'main': [INFO] [stderr] :0:15: error: 'GtkEventControllerScrollFlags' undeclared (first use in this function); did you mean 'GtkEventControllerClass'? [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_constants_with_c ... test cross_validate_constants_with_c has been running for over 60 seconds [INFO] [stdout] test cross_validate_layout_with_c ... test cross_validate_layout_with_c has been running for over 60 seconds [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:27: error: 'GTK_FONT_CHOOSER_LEVEL_FAMILY' undeclared (first use in this function); did you mean 'GTK_FONT_CHOOSER_GET_IFACE'? [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:27: error: 'GTK_FONT_CHOOSER_LEVEL_FEATURES' undeclared (first use in this function); did you mean 'GTK_FONT_CHOOSER_GET_IFACE'? [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:27: error: 'GTK_FONT_CHOOSER_LEVEL_SIZE' undeclared (first use in this function); did you mean 'GTK_FONT_CHOOSER_GET_IFACE'? [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:27: error: 'GTK_FONT_CHOOSER_LEVEL_STYLE' undeclared (first use in this function); did you mean 'GTK_FONT_CHOOSER_GET_IFACE'? [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:27: error: 'GTK_FONT_CHOOSER_LEVEL_VARIATIONS' undeclared (first use in this function); did you mean 'GTK_FONT_CHOOSER_WIDGET_CLASS'? [INFO] [stderr] :0:27: note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] :0:27: note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] :0:27: note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/layout.c: In function 'main': [INFO] [stderr] :0:15: error: 'GtkFontChooserLevel' undeclared (first use in this function); did you mean 'GtkFontChooserWidget'? [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: 'GtkPlug' undeclared (first use in this function); did you mean 'AtkPlug'? [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: 'GtkPlugClass' undeclared (first use in this function); did you mean 'AtkPlugClass'? [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: 'GtkSocket' undeclared (first use in this function); did you mean 'AtkSocket'? [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: 'GtkSocketClass' undeclared (first use in this function); did you mean 'AtkSocketClass'? [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] [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] layout ... 75 passed; 0 failed (compilation errors: 0) [INFO] [stdout] layout ... 100 passed; 0 failed (compilation errors: 0) [INFO] [stdout] layout ... 125 passed; 0 failed (compilation errors: 0) [INFO] [stdout] layout ... 150 passed; 0 failed (compilation errors: 0) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/gtk-3.0" "-I/usr/include/at-spi2-atk/2.0" "-I/usr/include/at-spi-2.0" "-I/usr/include/dbus-1.0" "-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include" "-I/usr/include/gtk-3.0" "-I/usr/include/gio-unix-2.0/" "-I/usr/include/cairo" "-I/usr/include/pango-1.0" "-I/usr/include/harfbuzz" "-I/usr/include/pango-1.0" "-I/usr/include/atk-1.0" "-I/usr/include/cairo" "-I/usr/include/pixman-1" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/gdk-pixbuf-2.0" "-I/usr/include/libpng16" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_TYPE_NAME=GtkEventControllerScrollFlags" "tests/layout.c" "-o" "/tmp/abi.7Cw0QvyWVl0s/layout" failed, exit code: 1 [INFO] [stdout] layout ... 174 passed; 1 failed (compilation errors: 1) [INFO] [stdout] layout ... 199 passed; 1 failed (compilation errors: 1) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/gtk-3.0" "-I/usr/include/at-spi2-atk/2.0" "-I/usr/include/at-spi-2.0" "-I/usr/include/dbus-1.0" "-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include" "-I/usr/include/gtk-3.0" "-I/usr/include/gio-unix-2.0/" "-I/usr/include/cairo" "-I/usr/include/pango-1.0" "-I/usr/include/harfbuzz" "-I/usr/include/pango-1.0" "-I/usr/include/atk-1.0" "-I/usr/include/cairo" "-I/usr/include/pixman-1" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/gdk-pixbuf-2.0" "-I/usr/include/libpng16" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_TYPE_NAME=GtkFontChooserLevel" "tests/layout.c" "-o" "/tmp/abi.7Cw0QvyWVl0s/layout" failed, exit code: 1 [INFO] [stdout] layout ... 223 passed; 2 failed (compilation errors: 2) [INFO] [stdout] layout ... 248 passed; 2 failed (compilation errors: 2) [INFO] [stdout] layout ... 273 passed; 2 failed (compilation errors: 2) [INFO] [stdout] layout ... 298 passed; 2 failed (compilation errors: 2) [INFO] [stdout] layout ... 323 passed; 2 failed (compilation errors: 2) [INFO] [stdout] layout ... 348 passed; 2 failed (compilation errors: 2) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/gtk-3.0" "-I/usr/include/at-spi2-atk/2.0" "-I/usr/include/at-spi-2.0" "-I/usr/include/dbus-1.0" "-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include" "-I/usr/include/gtk-3.0" "-I/usr/include/gio-unix-2.0/" "-I/usr/include/cairo" "-I/usr/include/pango-1.0" "-I/usr/include/harfbuzz" "-I/usr/include/pango-1.0" "-I/usr/include/atk-1.0" "-I/usr/include/cairo" "-I/usr/include/pixman-1" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/gdk-pixbuf-2.0" "-I/usr/include/libpng16" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_TYPE_NAME=GtkPlug" "tests/layout.c" "-o" "/tmp/abi.7Cw0QvyWVl0s/layout" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/gtk-3.0" "-I/usr/include/at-spi2-atk/2.0" "-I/usr/include/at-spi-2.0" "-I/usr/include/dbus-1.0" "-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include" "-I/usr/include/gtk-3.0" "-I/usr/include/gio-unix-2.0/" "-I/usr/include/cairo" "-I/usr/include/pango-1.0" "-I/usr/include/harfbuzz" "-I/usr/include/pango-1.0" "-I/usr/include/atk-1.0" "-I/usr/include/cairo" "-I/usr/include/pixman-1" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/gdk-pixbuf-2.0" "-I/usr/include/libpng16" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_TYPE_NAME=GtkPlugClass" "tests/layout.c" "-o" "/tmp/abi.7Cw0QvyWVl0s/layout" failed, exit code: 1 [INFO] [stdout] layout ... 371 passed; 4 failed (compilation errors: 4) [INFO] [stdout] layout ... 396 passed; 4 failed (compilation errors: 4) [INFO] [stdout] layout ... 421 passed; 4 failed (compilation errors: 4) [INFO] [stdout] layout ... 446 passed; 4 failed (compilation errors: 4) [INFO] [stdout] layout ... 471 passed; 4 failed (compilation errors: 4) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/gtk-3.0" "-I/usr/include/at-spi2-atk/2.0" "-I/usr/include/at-spi-2.0" "-I/usr/include/dbus-1.0" "-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include" "-I/usr/include/gtk-3.0" "-I/usr/include/gio-unix-2.0/" "-I/usr/include/cairo" "-I/usr/include/pango-1.0" "-I/usr/include/harfbuzz" "-I/usr/include/pango-1.0" "-I/usr/include/atk-1.0" "-I/usr/include/cairo" "-I/usr/include/pixman-1" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/gdk-pixbuf-2.0" "-I/usr/include/libpng16" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_TYPE_NAME=GtkSocket" "tests/layout.c" "-o" "/tmp/abi.7Cw0QvyWVl0s/layout" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/gtk-3.0" "-I/usr/include/at-spi2-atk/2.0" "-I/usr/include/at-spi-2.0" "-I/usr/include/dbus-1.0" "-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include" "-I/usr/include/gtk-3.0" "-I/usr/include/gio-unix-2.0/" "-I/usr/include/cairo" "-I/usr/include/pango-1.0" "-I/usr/include/harfbuzz" "-I/usr/include/pango-1.0" "-I/usr/include/atk-1.0" "-I/usr/include/cairo" "-I/usr/include/pixman-1" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/gdk-pixbuf-2.0" "-I/usr/include/libpng16" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_TYPE_NAME=GtkSocketClass" "tests/layout.c" "-o" "/tmp/abi.7Cw0QvyWVl0s/layout" failed, exit code: 1 [INFO] [stdout] layout ... 494 passed; 6 failed (compilation errors: 6) [INFO] [stdout] layout ... 519 passed; 6 failed (compilation errors: 6) [INFO] [stdout] layout ... 544 passed; 6 failed (compilation errors: 6) [INFO] [stdout] layout ... 569 passed; 6 failed (compilation errors: 6) [INFO] [stdout] layout ... 594 passed; 6 failed (compilation errors: 6) [INFO] [stdout] layout ... 619 passed; 6 failed (compilation errors: 6) [INFO] [stdout] thread 'cross_validate_layout_with_c' panicked at 'FAILED: 632 passed; 6 failed (compilation errors: 6)', tests/abi.rs:122:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5642bcff03fb - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5642bcff03fb - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5642bcff03fb - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5642bcff03fb - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5642bcff03fb - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5642bcff006c - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5642bcff0b6d - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5642bcff06f2 - std::panicking::continue_panic_fmt::h25abfbb4e5b7043a [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5642bcff063f - std::panicking::begin_panic_fmt::hc33ce01c7f7cd52d [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5642bcf6f883 - abi::Results::expect_total_success::hb79995c8f0aa5828 [INFO] [stdout] at tests/abi.rs:122 [INFO] [stdout] 10: 0x5642bcf72195 - abi::cross_validate_layout_with_c::h93dc80900a8caf40 [INFO] [stdout] at tests/abi.rs:201 [INFO] [stdout] 11: 0x5642bcf71cba - abi::cross_validate_layout_with_c::{{closure}}::h58cac5a45b33764c [INFO] [stdout] at tests/abi.rs:165 [INFO] [stdout] 12: 0x5642bcf789ce - core::ops::function::FnOnce::call_once::h25d1f18596afeb16 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 13: 0x5642bcf8e46f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 14: 0x5642bcff7ffa - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 15: 0x5642bcfa8a5e - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 16: 0x5642bcfa8a5e - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 17: 0x5642bcfa8a5e - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 18: 0x5642bcf83e95 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 19: 0x5642bcf87fd5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 20: 0x5642bcf87fd5 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 21: 0x5642bcf87fd5 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 22: 0x5642bcff7ffa - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 23: 0x5642bcf885b2 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 24: 0x5642bcf885b2 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 25: 0x5642bcf885b2 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 26: 0x5642bcf885b2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 27: 0x5642bcfe35cf - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x5642bcff7730 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 29: 0x5642bcff7730 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 30: 0x5642bcff7730 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 31: 0x7fa007f5e6db - start_thread [INFO] [stdout] 32: 0x7fa007a6f88f - __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] constants ... 50 passed; 0 failed (compilation errors: 0) [INFO] [stdout] constants ... 75 passed; 0 failed (compilation errors: 0) [INFO] [stdout] constants ... 100 passed; 0 failed (compilation errors: 0) [INFO] [stdout] constants ... 125 passed; 0 failed (compilation errors: 0) [INFO] [stdout] constants ... 150 passed; 0 failed (compilation errors: 0) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/gtk-3.0" "-I/usr/include/at-spi2-atk/2.0" "-I/usr/include/at-spi-2.0" "-I/usr/include/dbus-1.0" "-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include" "-I/usr/include/gtk-3.0" "-I/usr/include/gio-unix-2.0/" "-I/usr/include/cairo" "-I/usr/include/pango-1.0" "-I/usr/include/harfbuzz" "-I/usr/include/pango-1.0" "-I/usr/include/atk-1.0" "-I/usr/include/cairo" "-I/usr/include/pixman-1" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/gdk-pixbuf-2.0" "-I/usr/include/libpng16" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(guint) GTK_EVENT_CONTROLLER_SCROLL_BOTH_AXES" "tests/constant.c" "-o" "/tmp/abi.jbQq2XJgaTtj/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/gtk-3.0" "-I/usr/include/at-spi2-atk/2.0" "-I/usr/include/at-spi-2.0" "-I/usr/include/dbus-1.0" "-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include" "-I/usr/include/gtk-3.0" "-I/usr/include/gio-unix-2.0/" "-I/usr/include/cairo" "-I/usr/include/pango-1.0" "-I/usr/include/harfbuzz" "-I/usr/include/pango-1.0" "-I/usr/include/atk-1.0" "-I/usr/include/cairo" "-I/usr/include/pixman-1" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/gdk-pixbuf-2.0" "-I/usr/include/libpng16" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(guint) GTK_EVENT_CONTROLLER_SCROLL_DISCRETE" "tests/constant.c" "-o" "/tmp/abi.jbQq2XJgaTtj/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/gtk-3.0" "-I/usr/include/at-spi2-atk/2.0" "-I/usr/include/at-spi-2.0" "-I/usr/include/dbus-1.0" "-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include" "-I/usr/include/gtk-3.0" "-I/usr/include/gio-unix-2.0/" "-I/usr/include/cairo" "-I/usr/include/pango-1.0" "-I/usr/include/harfbuzz" "-I/usr/include/pango-1.0" "-I/usr/include/atk-1.0" "-I/usr/include/cairo" "-I/usr/include/pixman-1" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/gdk-pixbuf-2.0" "-I/usr/include/libpng16" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(guint) GTK_EVENT_CONTROLLER_SCROLL_HORIZONTAL" "tests/constant.c" "-o" "/tmp/abi.jbQq2XJgaTtj/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/gtk-3.0" "-I/usr/include/at-spi2-atk/2.0" "-I/usr/include/at-spi-2.0" "-I/usr/include/dbus-1.0" "-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include" "-I/usr/include/gtk-3.0" "-I/usr/include/gio-unix-2.0/" "-I/usr/include/cairo" "-I/usr/include/pango-1.0" "-I/usr/include/harfbuzz" "-I/usr/include/pango-1.0" "-I/usr/include/atk-1.0" "-I/usr/include/cairo" "-I/usr/include/pixman-1" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/gdk-pixbuf-2.0" "-I/usr/include/libpng16" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(guint) GTK_EVENT_CONTROLLER_SCROLL_KINETIC" "tests/constant.c" "-o" "/tmp/abi.jbQq2XJgaTtj/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/gtk-3.0" "-I/usr/include/at-spi2-atk/2.0" "-I/usr/include/at-spi-2.0" "-I/usr/include/dbus-1.0" "-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include" "-I/usr/include/gtk-3.0" "-I/usr/include/gio-unix-2.0/" "-I/usr/include/cairo" "-I/usr/include/pango-1.0" "-I/usr/include/harfbuzz" "-I/usr/include/pango-1.0" "-I/usr/include/atk-1.0" "-I/usr/include/cairo" "-I/usr/include/pixman-1" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/gdk-pixbuf-2.0" "-I/usr/include/libpng16" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(guint) GTK_EVENT_CONTROLLER_SCROLL_NONE" "tests/constant.c" "-o" "/tmp/abi.jbQq2XJgaTtj/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/gtk-3.0" "-I/usr/include/at-spi2-atk/2.0" "-I/usr/include/at-spi-2.0" "-I/usr/include/dbus-1.0" "-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include" "-I/usr/include/gtk-3.0" "-I/usr/include/gio-unix-2.0/" "-I/usr/include/cairo" "-I/usr/include/pango-1.0" "-I/usr/include/harfbuzz" "-I/usr/include/pango-1.0" "-I/usr/include/atk-1.0" "-I/usr/include/cairo" "-I/usr/include/pixman-1" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/gdk-pixbuf-2.0" "-I/usr/include/libpng16" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(guint) GTK_EVENT_CONTROLLER_SCROLL_VERTICAL" "tests/constant.c" "-o" "/tmp/abi.jbQq2XJgaTtj/constant" failed, exit code: 1 [INFO] [stdout] constants ... 169 passed; 6 failed (compilation errors: 6) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/gtk-3.0" "-I/usr/include/at-spi2-atk/2.0" "-I/usr/include/at-spi-2.0" "-I/usr/include/dbus-1.0" "-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include" "-I/usr/include/gtk-3.0" "-I/usr/include/gio-unix-2.0/" "-I/usr/include/cairo" "-I/usr/include/pango-1.0" "-I/usr/include/harfbuzz" "-I/usr/include/pango-1.0" "-I/usr/include/atk-1.0" "-I/usr/include/cairo" "-I/usr/include/pixman-1" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/gdk-pixbuf-2.0" "-I/usr/include/libpng16" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(guint) GTK_FONT_CHOOSER_LEVEL_FAMILY" "tests/constant.c" "-o" "/tmp/abi.jbQq2XJgaTtj/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/gtk-3.0" "-I/usr/include/at-spi2-atk/2.0" "-I/usr/include/at-spi-2.0" "-I/usr/include/dbus-1.0" "-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include" "-I/usr/include/gtk-3.0" "-I/usr/include/gio-unix-2.0/" "-I/usr/include/cairo" "-I/usr/include/pango-1.0" "-I/usr/include/harfbuzz" "-I/usr/include/pango-1.0" "-I/usr/include/atk-1.0" "-I/usr/include/cairo" "-I/usr/include/pixman-1" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/gdk-pixbuf-2.0" "-I/usr/include/libpng16" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(guint) GTK_FONT_CHOOSER_LEVEL_FEATURES" "tests/constant.c" "-o" "/tmp/abi.jbQq2XJgaTtj/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/gtk-3.0" "-I/usr/include/at-spi2-atk/2.0" "-I/usr/include/at-spi-2.0" "-I/usr/include/dbus-1.0" "-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include" "-I/usr/include/gtk-3.0" "-I/usr/include/gio-unix-2.0/" "-I/usr/include/cairo" "-I/usr/include/pango-1.0" "-I/usr/include/harfbuzz" "-I/usr/include/pango-1.0" "-I/usr/include/atk-1.0" "-I/usr/include/cairo" "-I/usr/include/pixman-1" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/gdk-pixbuf-2.0" "-I/usr/include/libpng16" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(guint) GTK_FONT_CHOOSER_LEVEL_SIZE" "tests/constant.c" "-o" "/tmp/abi.jbQq2XJgaTtj/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/gtk-3.0" "-I/usr/include/at-spi2-atk/2.0" "-I/usr/include/at-spi-2.0" "-I/usr/include/dbus-1.0" "-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include" "-I/usr/include/gtk-3.0" "-I/usr/include/gio-unix-2.0/" "-I/usr/include/cairo" "-I/usr/include/pango-1.0" "-I/usr/include/harfbuzz" "-I/usr/include/pango-1.0" "-I/usr/include/atk-1.0" "-I/usr/include/cairo" "-I/usr/include/pixman-1" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/gdk-pixbuf-2.0" "-I/usr/include/libpng16" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(guint) GTK_FONT_CHOOSER_LEVEL_STYLE" "tests/constant.c" "-o" "/tmp/abi.jbQq2XJgaTtj/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/gtk-3.0" "-I/usr/include/at-spi2-atk/2.0" "-I/usr/include/at-spi-2.0" "-I/usr/include/dbus-1.0" "-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include" "-I/usr/include/gtk-3.0" "-I/usr/include/gio-unix-2.0/" "-I/usr/include/cairo" "-I/usr/include/pango-1.0" "-I/usr/include/harfbuzz" "-I/usr/include/pango-1.0" "-I/usr/include/atk-1.0" "-I/usr/include/cairo" "-I/usr/include/pixman-1" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/freetype2" "-I/usr/include/libpng16" "-I/usr/include/gdk-pixbuf-2.0" "-I/usr/include/libpng16" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(guint) GTK_FONT_CHOOSER_LEVEL_VARIATIONS" "tests/constant.c" "-o" "/tmp/abi.jbQq2XJgaTtj/constant" failed, exit code: 1 [INFO] [stdout] constants ... 189 passed; 11 failed (compilation errors: 11) [INFO] [stdout] constants ... 214 passed; 11 failed (compilation errors: 11) [INFO] [stdout] constants ... 239 passed; 11 failed (compilation errors: 11) [INFO] [stdout] constants ... 264 passed; 11 failed (compilation errors: 11) [INFO] [stdout] constants ... 289 passed; 11 failed (compilation errors: 11) [INFO] [stdout] constants ... 314 passed; 11 failed (compilation errors: 11) [INFO] [stdout] constants ... 339 passed; 11 failed (compilation errors: 11) [INFO] [stdout] constants ... 364 passed; 11 failed (compilation errors: 11) [INFO] [stdout] constants ... 389 passed; 11 failed (compilation errors: 11) [INFO] [stdout] constants ... 414 passed; 11 failed (compilation errors: 11) [INFO] [stdout] Constant value mismatch for GTK_PRIORITY_RESIZE [INFO] [stdout] Rust: "10" [INFO] [stdout] C: "110" [INFO] [stdout] constants ... 438 passed; 12 failed (compilation errors: 11) [INFO] [stdout] constants ... 463 passed; 12 failed (compilation errors: 11) [INFO] [stdout] constants ... 488 passed; 12 failed (compilation errors: 11) [INFO] [stdout] constants ... 513 passed; 12 failed (compilation errors: 11) [INFO] [stdout] constants ... 538 passed; 12 failed (compilation errors: 11) [INFO] [stdout] constants ... 563 passed; 12 failed (compilation errors: 11) [INFO] [stdout] constants ... 588 passed; 12 failed (compilation errors: 11) [INFO] [stdout] constants ... 613 passed; 12 failed (compilation errors: 11) [INFO] [stdout] constants ... 638 passed; 12 failed (compilation errors: 11) [INFO] [stdout] constants ... 663 passed; 12 failed (compilation errors: 11) [INFO] [stdout] constants ... 688 passed; 12 failed (compilation errors: 11) [INFO] [stdout] constants ... 713 passed; 12 failed (compilation errors: 11) [INFO] [stdout] constants ... 738 passed; 12 failed (compilation errors: 11) [INFO] [stdout] constants ... 763 passed; 12 failed (compilation errors: 11) [INFO] [stdout] constants ... 788 passed; 12 failed (compilation errors: 11) [INFO] [stdout] constants ... 813 passed; 12 failed (compilation errors: 11) [INFO] [stdout] constants ... 838 passed; 12 failed (compilation errors: 11) [INFO] [stdout] Constant value mismatch for GTK_TEXT_VIEW_PRIORITY_VALIDATE [INFO] [stdout] Rust: "5" [INFO] [stdout] C: "125" [INFO] [stdout] constants ... 862 passed; 13 failed (compilation errors: 11) [INFO] [stdout] constants ... 887 passed; 13 failed (compilation errors: 11) [INFO] [stdout] thread 'cross_validate_constants_with_c' panicked at 'FAILED: 908 passed; 13 failed (compilation errors: 11)', tests/abi.rs:122:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5642bcff03fb - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5642bcff03fb - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5642bcff03fb - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5642bcff03fb - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5642bcff03fb - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5642bcff006c - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5642bcff0b6d - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5642bcff06f2 - std::panicking::continue_panic_fmt::h25abfbb4e5b7043a [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5642bcff063f - std::panicking::begin_panic_fmt::hc33ce01c7f7cd52d [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5642bcf6f883 - abi::Results::expect_total_success::hb79995c8f0aa5828 [INFO] [stdout] at tests/abi.rs:122 [INFO] [stdout] 10: 0x5642bcf7163e - abi::cross_validate_constants_with_c::h85fe30ac2e7b3fe7 [INFO] [stdout] at tests/abi.rs:161 [INFO] [stdout] 11: 0x5642bcf7116a - abi::cross_validate_constants_with_c::{{closure}}::hcc8bad083fd1dd4e [INFO] [stdout] at tests/abi.rs:128 [INFO] [stdout] 12: 0x5642bcf789fe - core::ops::function::FnOnce::call_once::h4a5c808939a90a1f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 13: 0x5642bcf8e46f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 14: 0x5642bcff7ffa - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 15: 0x5642bcfa8a5e - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 16: 0x5642bcfa8a5e - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 17: 0x5642bcfa8a5e - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 18: 0x5642bcf83e95 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 19: 0x5642bcf87fd5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 20: 0x5642bcf87fd5 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 21: 0x5642bcf87fd5 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 22: 0x5642bcff7ffa - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 23: 0x5642bcf885b2 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 24: 0x5642bcf885b2 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 25: 0x5642bcf885b2 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 26: 0x5642bcf885b2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 27: 0x5642bcfe35cf - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x5642bcff7730 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 29: 0x5642bcff7730 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 30: 0x5642bcff7730 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 31: 0x7fa007f5e6db - start_thread [INFO] [stdout] 32: 0x7fa007a6f88f - __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" "46d1258034118bc622c8bc5ab13afce773109852c0d7477c93c9d36a0af883f3"` [INFO] running `"docker" "rm" "-f" "46d1258034118bc622c8bc5ab13afce773109852c0d7477c93c9d36a0af883f3"` [INFO] [stdout] 46d1258034118bc622c8bc5ab13afce773109852c0d7477c93c9d36a0af883f3